Exam 1: Introduction to Computers and Programming
Exam 1: Introduction to Computers and Programming35 Questions
Exam 2: Input, Processing, and Output35 Questions
Exam 3: Simple functions34 Questions
Exam 4: Decision Structures and Boolean Logic35 Questions
Exam 5: Repetition Structures35 Questions
Exam 6: Value-Returning functions and Modules35 Questions
Exam 7: files and Exceptions35 Questions
Exam 8: Lists and Tuples35 Questions
Exam 9: More About Strings35 Questions
Exam 10: Dictionaries and Sets35 Questions
Exam 11: Classes and Object-Oriented Programming35 Questions
Exam 12: Inheritance35 Questions
Exam 13: Recursion35 Questions
Exam 14: GUI Programming35 Questions
Select questions type
The Python _______________ is a program that can read Python programming statements and execute them.
Free
(Short Answer)
4.9/5
(37)
Correct Answer:
interpreter
RAM is a volatile memory used for temporary storage while a program is running.
Free
(True/False)
4.9/5
(26)
Correct Answer:
True
What is the encoding technique called that is used to store negative numbers in the computer's memory?
Free
(Multiple Choice)
4.8/5
(49)
Correct Answer:
D
In _______________ mode, the interpreter reads the contents of a file that contains Python statements and executes each statement.
(Short Answer)
4.8/5
(37)
The main reason for using secondary storage is to hold data for long periods of time, even when the power supply to the computer is turned off.
(True/False)
4.7/5
(32)
The process known as the _____ cycle is used by the CPU to execute instructions in a program.
(Multiple Choice)
4.9/5
(37)
_______________ is a type of memory that can hold data for long periods of time, even when there is no power to the computer.
(Short Answer)
4.8/5
(33)
Where does a computer store a program and the data that the program is working with while the program is running?
(Multiple Choice)
4.8/5
(31)
The instruction set for a microprocessor is unique and is typically understood only by the microprocessors of the same brand.
(True/False)
4.9/5
(34)
The CPU understands instructions written in a binary machine language.
(True/False)
4.8/5
(39)
The _______________ is the part of a computer that actually runs programs and is the most important component in a computer.
(Short Answer)
4.9/5
(51)
The _____ coding scheme contains a set of 128 numeric codes that are used to represent characters in the computer memory.
(Multiple Choice)
4.8/5
(40)
e: A computer is a single device that performs different types of tasks for its users.
(True/False)
4.8/5
(37)
The following is an example of an instruction written in which computer language? 10110000
(Multiple Choice)
4.8/5
(29)
Which computer language uses short words known as mnemonics for writing programs?
(Multiple Choice)
4.8/5
(30)
A(n) _______________ is a set of instructions that a computer follows to perform a task.
(Short Answer)
4.9/5
(38)
The Python language uses a compiler, which is a program that both translates and executes the instructions in a high level language.
(True/False)
4.9/5
(48)
Which of the following is considered to be the world's first programmable electronic computer?
(Multiple Choice)
4.9/5
(40)
A disk drive stores data by _______________ encoding it onto a circular disk.
(Short Answer)
4.9/5
(37)
Showing 1 - 20 of 35
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)