CNIT 155 LATEST 2026 EXAM QUESTIONS AND SOLUTIONS
RATED A+
✔✔Python is commonly used to create things like websites, games, and graphic
interfaces. T/F - ✔✔True
✔✔Examples of application software include all of the following, except:
A. Microsoft Office
B. Google Chrome
C. Brightspace
D. Android - ✔✔D. Android
✔✔Which of the following is an example of an input device?
A. Mouse
B. Speakers
C. Monitor
D. Processor - ✔✔A. Mouse
✔✔A bit is the smallest unit of data in a computer. T/F - ✔✔True
✔✔System software is used for __________.
A. Using the internet
B. Programming code
C. Specialized work for various operations
D. Managing a computer's resources - ✔✔D. Managing a computer's resources
✔✔Python is considered a low-level language. T/F - ✔✔False
✔✔What is Syntax?
A. Rules that say what the program means
B. A translator between the programming language and machine code
C. A tool to find and repair bugs
D. Rules that say what programs look like, and how the statements in the programming
language are formed - ✔✔D. Rules that say what programs look like, and how the
statements in the programming language are formed
✔✔How many bytes are in a kilobyte?
A. 512
B. 8
C. 1000
D. 1024 - ✔✔D. 1024
✔✔Which of the following is not a device used to store data in a computer?
A. DVD
, B. Flash Drive
C. Hard Drive
D. RAM - ✔✔D. RAM
✔✔A string is a numerical type of data. T/F - ✔✔False
✔✔Which of the following is an example of an integer?
A. True
B. "Hello, World!"
C. 4
D. 29.35 - ✔✔C. 4
✔✔What is the extension of the source file for a python program?
A. .python
B. .py
C. .source
D. .exe - ✔✔B. .py
✔✔String values can never be converted to integer values. T/F - ✔✔False
✔✔"Hello, World!" is a string T/F - ✔✔True
✔✔Which of the following displays a proper string literal?
A. ProgrammerDialogue = 'Coding in python is fun!'
B. CNIT = *I am a CIT student.*
C. PurdueString = I attend Purdue University.
D. All the above - ✔✔A. ProgrammerDialogue = 'Coding in python is fun!'
✔✔Python needs a main function to operate. T/F - ✔✔False
✔✔Which of the following is an example of a comment in python?
A. // This is a comment in python.
B. # This is a comment in python.
C. $ This is a comment in python
D. * This is a comment in python. - ✔✔B. # This is a comment in python.
✔✔Which of the following is an example of a boolean value?
A. "Welcome"
B. True
C. 23.546
D. 4 - ✔✔B. True
✔✔Which of the following is a legal variable name?
A. student name
RATED A+
✔✔Python is commonly used to create things like websites, games, and graphic
interfaces. T/F - ✔✔True
✔✔Examples of application software include all of the following, except:
A. Microsoft Office
B. Google Chrome
C. Brightspace
D. Android - ✔✔D. Android
✔✔Which of the following is an example of an input device?
A. Mouse
B. Speakers
C. Monitor
D. Processor - ✔✔A. Mouse
✔✔A bit is the smallest unit of data in a computer. T/F - ✔✔True
✔✔System software is used for __________.
A. Using the internet
B. Programming code
C. Specialized work for various operations
D. Managing a computer's resources - ✔✔D. Managing a computer's resources
✔✔Python is considered a low-level language. T/F - ✔✔False
✔✔What is Syntax?
A. Rules that say what the program means
B. A translator between the programming language and machine code
C. A tool to find and repair bugs
D. Rules that say what programs look like, and how the statements in the programming
language are formed - ✔✔D. Rules that say what programs look like, and how the
statements in the programming language are formed
✔✔How many bytes are in a kilobyte?
A. 512
B. 8
C. 1000
D. 1024 - ✔✔D. 1024
✔✔Which of the following is not a device used to store data in a computer?
A. DVD
, B. Flash Drive
C. Hard Drive
D. RAM - ✔✔D. RAM
✔✔A string is a numerical type of data. T/F - ✔✔False
✔✔Which of the following is an example of an integer?
A. True
B. "Hello, World!"
C. 4
D. 29.35 - ✔✔C. 4
✔✔What is the extension of the source file for a python program?
A. .python
B. .py
C. .source
D. .exe - ✔✔B. .py
✔✔String values can never be converted to integer values. T/F - ✔✔False
✔✔"Hello, World!" is a string T/F - ✔✔True
✔✔Which of the following displays a proper string literal?
A. ProgrammerDialogue = 'Coding in python is fun!'
B. CNIT = *I am a CIT student.*
C. PurdueString = I attend Purdue University.
D. All the above - ✔✔A. ProgrammerDialogue = 'Coding in python is fun!'
✔✔Python needs a main function to operate. T/F - ✔✔False
✔✔Which of the following is an example of a comment in python?
A. // This is a comment in python.
B. # This is a comment in python.
C. $ This is a comment in python
D. * This is a comment in python. - ✔✔B. # This is a comment in python.
✔✔Which of the following is an example of a boolean value?
A. "Welcome"
B. True
C. 23.546
D. 4 - ✔✔B. True
✔✔Which of the following is a legal variable name?
A. student name