CIS - Computer Prog. 1 Final Exam Study Guide Questions with Complete Solutions (Latest 2025) A program that does not produce the correct output may have _ (blank) _ errors
Select one:
- syntax
- run-time
- logic
- class - Correct Answers ✅c. logic
The usual cause of a run-time error is the:
Select one:
- incorrect syntax
- incorrect use of classes
- incorrect spelling
- incorrect program design - Correct Answers ✅a.
incorrect syntax The Unicode character set is represented in binary by a total
of 16 bits. The maximum number of encoded characters is:
Select one:
- 65,536
- 131,072
- 16,384 1 / 3
CIS - Computer Prog. 1 Final Exam Study Guide Questions with Complete Solutions (Latest 2025)
- 32,768 - Correct Answers ✅a. 65,536
The ASCII character uses how many bits to represent and encode each character?
Select one:
- 7
- 16
- 8
- 10 - Correct Answers ✅a. 7
Eight binary digits forms a logical unit known as this:
Select one:
- kilobyte
- register
- byte
- bit - Correct Answers ✅c. byte
A unique ID used to identify a machine on the Internet.
Select one:
- Uniform Resource Locator
- IP Address
- MAC Address 2 / 3
CIS - Computer Prog. 1 Final Exam Study Guide Questions with Complete Solutions (Latest 2025)
- Uniform Resource Identifier - Correct Answers ✅b. IP
Address What is the value of using pseudocode versus Java code when defining program logic? - Correct Answers ✅The value of using pseudocode versus Java code when defining program logic is that pseudocode is easier to understand since it is a "plain text" language and therefore would be easier for another individual to read and understand how the program would work/ function.This type of programming uses classes to encapsulate data and function calls to manipulate it.
Select one:
- object-oriented
- pseudocode
- recursive
- compiled - Correct Answers ✅a. object-oriented
This component of the Java programming language translates byte codes into a processor's instruction set.
Select one:
- IDE
- JVM
- / 3