Computer Science Midterms Exam
Questions With 100% Verified Answers
Basic instruction types are input, process, and _____. -
correct answer ✅output
Which symbol is used in Python to create a comment? -
correct answer ✅#
In the statement:
age
=
input
(
'Enter your age: '
)
, the string 'Enter your age: ' is called a(n) _____. -
correct answer ✅prompt
Which type of error does not cause the program to crash? -
correct answer ✅logic error
, Computer Science Midterms Exam
Questions With 100% Verified Answers
What is an IDE used for? -
correct answer ✅Program development, including writing the
source code.
0s and 1s are known as ___ . -
correct answer ✅bits
RAM is an abbreviation that stands for: -
correct answer ✅Random Access Memory
Because Python 2.7 programs cannot be run by the Python 3.0
interpreter, Python 3.0 is not _____. -
correct answer ✅backwards-compatible
Which statement outputs the text: "I won't quit!"? -
correct answer ✅print('I won'tquit!')
Dividing by zero is an example of which type of error? -
correct answer ✅runtime
Questions With 100% Verified Answers
Basic instruction types are input, process, and _____. -
correct answer ✅output
Which symbol is used in Python to create a comment? -
correct answer ✅#
In the statement:
age
=
input
(
'Enter your age: '
)
, the string 'Enter your age: ' is called a(n) _____. -
correct answer ✅prompt
Which type of error does not cause the program to crash? -
correct answer ✅logic error
, Computer Science Midterms Exam
Questions With 100% Verified Answers
What is an IDE used for? -
correct answer ✅Program development, including writing the
source code.
0s and 1s are known as ___ . -
correct answer ✅bits
RAM is an abbreviation that stands for: -
correct answer ✅Random Access Memory
Because Python 2.7 programs cannot be run by the Python 3.0
interpreter, Python 3.0 is not _____. -
correct answer ✅backwards-compatible
Which statement outputs the text: "I won't quit!"? -
correct answer ✅print('I won'tquit!')
Dividing by zero is an example of which type of error? -
correct answer ✅runtime