A) design the program
B) write the code and correct syntax errors
C) test the program
D) correct logic errors
Correct Answer
verified
Multiple Choice
A) stop
B) end
C) separator
D) newLine
Correct Answer
verified
Multiple Choice
A) #
B) %
C) &
D) \
Correct Answer
verified
Short Answer
Correct Answer
verified
View Answer
Multiple Choice
A) 'The path is D:\\sample\\test.'
B) The path is D:\\sample\\test.
C) The path is D\\sample\\test.
D) The path is D:\sample\test.
Correct Answer
verified
Multiple Choice
A) It will be easier for another programmer who may need to use this code to understand the purpose of the number wherever it is used in the code.
B) If the tax amount changes to 7.0%, the value will only have to be changed in one place.
C) It allows the end-user to always see the value of the sales tax.
D) It avoids the risk that any change to the value of sales tax will be made incorrectly or that an instance of the tax value might be missed as might occur if the number had to be changed in multiple locations.
Correct Answer
verified
Short Answer
Correct Answer
verified
Multiple Choice
A) flowchart
B) algorithm
C) source code
D) pseudocode
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) /
B) **
C) ^
D) ~
Correct Answer
verified
Multiple Choice
A) 24
B) value1 * value2
C) 24.0
D) 2.0 * 12
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) 68
B) 69
C) 68.55
D) 68.6
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Short Answer
Correct Answer
verified
Short Answer
Correct Answer
verified
Short Answer
Correct Answer
verified
Multiple Choice
A) print(format(20, '.0%') ) <enter>
B) print(format(0.2, '.0%') ) <enter>
C) print(format(0.2 * 100, '.0%') ) <enter>
D) print(format(0.2, '%') ) <enter>
Correct Answer
verified
Showing 1 - 20 of 40
Related Exams