Chapter 1 in class review Flashcards
True or False
The Python language uses a compiler which is a program that both translates and executes the instructions in a high-level language
false
What is an alternative method to using a text editor to write, execute, and test a Python program?
Integrated Development and Learning Environment (IDLE)
What is considered to be the worlds first programmable electronic computer?
ENIAC
Where does a computer store a program and the data that the program is working with while the program is running?
in main memory
Modern CPUs are much more what than the CPUs of early computers
smaller and more powerful
The process known as the blank cycle is used by the CPU to execute instructions in a program
fetch-decode-execute
Which language is referred to as a low-level language?
Assembly language
The following is an example of an instruction written in which computer language?
10110000
Machine language
True or False
All programs are normally stored in ROM and are loaded into RAM as needed for processing
false
True or False
The instruction set for a microprocessor is unique and is typically understood by the microprocessor
true
True or False
The CPU understands instructions written in a binary machine language
true
True or False
A bit that is turned off is represented by the value -1
false
True or False
The main reason to use secondary storage is to hold data for long periods of time, even when the power supply to the computer is turned off
true
True or False
RAM is a volatile memory used for temporary storage while a program is running
true
Programs are commonly referred to as
software