Answered step by step
Verified Expert Solution
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 points
Which of the following is NOT a course programming standard?
Question 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 points
Which of the following is NOT required when you UPDATE an existing program?
Question options:
Change the ProgramID 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 points
Any file used for input should have a dat" extension.
Question options:
True
False
Question points
Which of the following is NOT a Data Division standard?
Question 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.
level variable declarations should be alphabetized
Question points
Every function in your program must be in verbadjectivenoun format.
Question options:
True
False
Question points
No nested IFThenElse structures are allowed in your programs.
Question options:
True
False
Question points
Every EVALUATE statement must have an OTHER clause.
Question options:
True
False
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started