Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 ( 2 points ) Which of the following is NOT a course programming standard? Question 1 options: Don't leave commented out code in

Question 1(2 points)
Which of the following is NOT a course programming standard?
Question 1 options:
Don't leave commented out code in your final program.
Declare variables as constants instead of hard coding them in the code.
Readability of coding by using indentation and whitespace.
All variables should use a suffix concept
Question 2(2 points)
Which of the following is NOT required when you UPDATE an existing program?
Question 2 options:
Change the Program-ID to match your new program name
Do NOT change the original Identification Division information.
Include a comment about bugs that were fixed.
Include a comment about new functions that were added.
Question 3(2 points)
Any file used for input should have a ".dat" extension.
Question 3 options:
True
False
Question 4(2 points)
Which of the following is NOT a Data Division standard?
Question 4 options:
All variables declared MUST be initialized using the VALUE clause.
Comments used to describe groups of variables should be inside of a box of *****
All PIC and VALUE clauses must be lined up
All variable names must be meaningful.
01 level variable declarations should be alphabetized
Question 5(2 points)
Every function in your program must be in verb-adjective-noun format.
Question 5 options:
True
False
Question 6(2 points)
No nested IF/Then/Else structures are allowed in your programs.
Question 6 options:
True
False
Question 7(2 points)
Every EVALUATE statement must have an OTHER clause.
Question 7 options:
True
False

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design And Implementation

Authors: David M. Kroenke

5th Edition

B000CSIH5A, 978-0023668814

More Books

Students also viewed these Databases questions

Question

6. Have you used solid reasoning in your argument?

Answered: 1 week ago