Questions with complete solution
2025
What symbol is used to mark the beginning and end of a string? - correct
answer Quotation
What is the informal language that programmers use to create models of
programs that have no syntax rules and are not meant to be compiled or
executed - correct answer Pseudocode
______________ documentation is a reference guide that describes the
features of the program, designed for the user. - correct answer External
The following is an example of what type of statement: Set rate = 5.75 -
correct answer Assignment
The process where the programmer steps through each of the program's
statements one by one is called ______________. - correct answer Hand
tracing
Which mathematical operator is used to raise five to the second power? -
correct answer ^
What is the first step of the program development cycle? - correct answer
Design the program
What term is used for a string that appears in the actual code of a program? -
correct answer String literal