COMP 110 Quiz 03– Complete Questions with
100% Correct Answers | Verified
When your program is running as a process, the process keeps track of what step the
instructions it is currently working on or needs to do next. - ✔✔True
When your program is running as a process, the process knows what memory it has
available to it. - ✔✔True
A program is a sequence of steps. - ✔✔True
An algorithm is a set of instructions that is fixed in length and can only process a fixed
amount of data. - ✔✔False
A low-level program is one whose format is primarily intended for humans to read and
write. - ✔✔False
Programming languages are designed by and for humans. - ✔✔True
What word describes the meaning implied by punctuation, spacing, words, rules, and
names in your program. - ✔✔Semantics
The purpose of the interpreter is to read and evaluate the instructions we write in an
interpreted language, such as python, so that our central processing unit can carry out
our instructions. - ✔✔True
When do syntax errors occur? - ✔✔During the reading step of the interpreter.
, If your program has correct syntax it will not have any bugs. - ✔✔False
Which step is responsible for carrying out your instructions? - ✔✔During the
evaluation step fo the interpreter.
Where are the names everything (identifiers, functions, classes, and so on) defined in a
process bound? - ✔✔Call Stack
A built-in is a function whose name is bound and defined before the code of your
program begins. - ✔✔True
The names you define in your code exist in the globals area. - ✔✔True
The best way to get back to your workspace in VSCode is through File > Open Recent. -
✔✔True
The File Explorer lists the directories (folders) and files in your workspace. These are
normal directories and files saved on your computer. - ✔✔True
To begin a Terminal Shell, go to Terminal > New Terminal. - ✔✔True
When you see >>> that your can type in, you are working in an interactive python
interpreter process. - ✔✔True
To begin a Python process in interactive mode, run python -m [directory].[python
filename not including .py] - ✔✔False
100% Correct Answers | Verified
When your program is running as a process, the process keeps track of what step the
instructions it is currently working on or needs to do next. - ✔✔True
When your program is running as a process, the process knows what memory it has
available to it. - ✔✔True
A program is a sequence of steps. - ✔✔True
An algorithm is a set of instructions that is fixed in length and can only process a fixed
amount of data. - ✔✔False
A low-level program is one whose format is primarily intended for humans to read and
write. - ✔✔False
Programming languages are designed by and for humans. - ✔✔True
What word describes the meaning implied by punctuation, spacing, words, rules, and
names in your program. - ✔✔Semantics
The purpose of the interpreter is to read and evaluate the instructions we write in an
interpreted language, such as python, so that our central processing unit can carry out
our instructions. - ✔✔True
When do syntax errors occur? - ✔✔During the reading step of the interpreter.
, If your program has correct syntax it will not have any bugs. - ✔✔False
Which step is responsible for carrying out your instructions? - ✔✔During the
evaluation step fo the interpreter.
Where are the names everything (identifiers, functions, classes, and so on) defined in a
process bound? - ✔✔Call Stack
A built-in is a function whose name is bound and defined before the code of your
program begins. - ✔✔True
The names you define in your code exist in the globals area. - ✔✔True
The best way to get back to your workspace in VSCode is through File > Open Recent. -
✔✔True
The File Explorer lists the directories (folders) and files in your workspace. These are
normal directories and files saved on your computer. - ✔✔True
To begin a Terminal Shell, go to Terminal > New Terminal. - ✔✔True
When you see >>> that your can type in, you are working in an interactive python
interpreter process. - ✔✔True
To begin a Python process in interactive mode, run python -m [directory].[python
filename not including .py] - ✔✔False