Program Design & Development – Chapter 01 – Review – Flashcards
24 test answers
Unlock all answers in this set
Unlock answers 24question
The computer stores a program while the program is running, as well as the data that the program is working with, in ____.
answer
Main Memory
Unlock the answer
question
This is a volatile type of memory that is only for temporary storage while a program is running.
answer
RAM
Unlock the answer
question
A type of memory that can hold data for long periods of time, even when there is no power to the computer, is called ____.
answer
Secondary Storage
Unlock the answer
question
A component that collects data from people or other devices and sends it to the computer is called ____.
answer
An input device
Unlock the answer
question
A video display is a(n) _____ device.
answer
Output device
Unlock the answer
question
A ______ is enough memory to store a letter of the alphabet or a small number.
answer
Byte
Unlock the answer
question
A byte is made up of eight _____.
answer
Bits
Unlock the answer
question
In the ______ numbering system, all numeric values are written as sequences of 0s and 1s.
answer
Binary
Unlock the answer
question
A set of 128 numeric codes that represent the English letters, various punctuation marks, and other characters is _____.
answer
ASCII
Unlock the answer
question
An extensive encoding scheme that can represent characters for many languages in the world is ____.
answer
UNICODE
Unlock the answer
question
Negative numbers are encoded using the ____ technique.
answer
Two's complement
Unlock the answer
question
Real numbers are encoded using the _____ technique.
answer
Floating point
Unlock the answer
question
The tiny dots of color that digital images are composed of are called ___.
answer
Pixels
Unlock the answer
question
If you were to look at a machine language program, you would see ____.
answer
A stream of binary numbers
Unlock the answer
question
In the _______ part of the fetch-decode-execute cycle, the CPU determines which operation it should perform.
answer
Decode
Unlock the answer
question
Computers can only execute programs that are written in ____.
answer
Machine language
Unlock the answer
question
The ______ translates an assembly language program to a machine language program.
answer
Assembler
Unlock the answer
question
The words that make up a high-level programming language are called ______.
answer
Key words
Unlock the answer
question
The rules that must be followed when writing a program are called _____.
answer
Syntax
Unlock the answer
question
A(n) _______ program translates a high-level language program into a separate machine language program.
answer
Complier
Unlock the answer