CSE 1321 FINAL REVIEW EXAM
2025/2026 QUESTIONS AND ANSWERS
100% PASS
Count-- is equivalent to count = count + 1 T/F - ANS False
count++ is equivalent to count = count + 1 T/F - ANS True
Keywords can be used as variable identifiers/names
T/F - ANS False
Escape sequences are used to print special characters such as \ and ". T/F - ANS True
Constants are used to make program maintenance easier. T/F - ANS True
Abstraction refers to the logical grouping of concepts or objects. T/F - ANS False
Literals are values that are entered directly into code.
T/F - ANS True
1 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
, Logical operators are evaluated before relational operators T/F - ANS False
Strings are a primitive data type T/F - ANS False
Brute force is a good approach to programming. T/F - ANS False
You must declare and initialize a variable in two separate steps. T/F - ANS False
When assigning a value to a variable, the variable must be on the left of the assignment
operator (=). T/F - ANS True
The escape sequence character (\) is used to print special characters in an output string. T/F -
ANS True
Logical operators are evaluated before relational operators. T/F - ANS False
Which of these is not a property of a good algorithm?
A) Unambiguous
B) Complete
C) Precise
D) Complex - ANS D) Complex
What is the shortcut operator to add one (1) to a variable?
A) ++
B) + +
C) **
2 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
2025/2026 QUESTIONS AND ANSWERS
100% PASS
Count-- is equivalent to count = count + 1 T/F - ANS False
count++ is equivalent to count = count + 1 T/F - ANS True
Keywords can be used as variable identifiers/names
T/F - ANS False
Escape sequences are used to print special characters such as \ and ". T/F - ANS True
Constants are used to make program maintenance easier. T/F - ANS True
Abstraction refers to the logical grouping of concepts or objects. T/F - ANS False
Literals are values that are entered directly into code.
T/F - ANS True
1 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
, Logical operators are evaluated before relational operators T/F - ANS False
Strings are a primitive data type T/F - ANS False
Brute force is a good approach to programming. T/F - ANS False
You must declare and initialize a variable in two separate steps. T/F - ANS False
When assigning a value to a variable, the variable must be on the left of the assignment
operator (=). T/F - ANS True
The escape sequence character (\) is used to print special characters in an output string. T/F -
ANS True
Logical operators are evaluated before relational operators. T/F - ANS False
Which of these is not a property of a good algorithm?
A) Unambiguous
B) Complete
C) Precise
D) Complex - ANS D) Complex
What is the shortcut operator to add one (1) to a variable?
A) ++
B) + +
C) **
2 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.