Exam #1 Flashcards
A (n) ______ is a set of instructions that a computer follows to perform a task
Program
The physical devices that a computer is made of are referred to as __________
Hardware
The part of a computer that runs programs is called __________
the CPU
Today, CPUs are small chips known as ________
microprocessors
The computer store a program while the program is running, as well as the data that the program is working with, in ________
The microprocessor
_______ is a volatile type of memory that is used for temporary storage while a program is running.
RAM
A type of memory that can hold data for long periods of time-even when there is no power to the computer-is called _______
Main Memory
A component that collects data from people or other devices and sends it to the computer is called _______
a secondary storage device
A video display is a(n) _______ device
input
A ______ is enough memory to store a letter of the alphabet or a small number
Byte
A byte is made up of eight _____
bits
in the ____ numbering system, all numeric values are written as sequences of 0s and 1s
binary
A bit that is turned off represents the following value: ______
0
A set of 128 numeric codes that represent the English letters, various punctuation marks, and other characters is ______
ASCII
An extensive encoding scheme that can represent the characters of many of the languages in the world is _____
Unicode
Negative numbers are encoded using the _____ technique
two’s complement
Real numbers are encoded using the ____ technique
Floating point
The tiny dots of color that digital images are composed of are called _____
pixels
If you were to look at a machine language program, you would see _______
a stream of binary numbers
In the ______ part of the fetch-decode-execute cycle, the CPU determines which operations= it should perform
decode
Computers can execute only programs that are written in ______
Machine language
The _______ translates an assembly language program to a machine language program.
assembler
The words that make up a high-level programming language are called _____
keywords
The rules that must be followed when writing a program are called ______
Syntax
A (n) _______ is a program that translates a high-level language program into a separate machine language program
Compiler