• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/17

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

17 Cards in this Set

  • Front
  • Back
binary system
Number system used by computers that has just two unique digits, 0 and 1, called bits.
bit
The smallest unit of data a computer can process. Bit is short for binary digit
byte
Eight bits that are grouped together as a unit. A byte provides enough different combinations of 0s and 1s to represent 256 individual characters.
memory
Electronic components in a computer that store instructions waiting to be executed by the processor, the data needed by those instructions, and the results of processing the data.
volatile memory
Type of memory that loses its contents when a computer's power is turned off.
nonvolitile memory
Type of memory that does not lose its contents when a computer's power is turned off.
Ram Memory
Type of memory that can be read from and written to by the processor and other devices. Programs and data are loaded into random access memory from storage devices such as a hard disk and remain in random access memory as long as the computer has continuous power. See also main memory.
See page198
ROM memory
Type of nonvolatile memory that is used to store permanent data and instructions.
memory module
Small circuit board that houses RAM chips and is held in a memory slot on the motherboard.
memory slot
Slots on the motherboard that hold memory modules.
cache
Area of memory that stores the contents of frequently used data or instructions.
L1 cache
A type of memory cache that is built directly into the processor chip, with a capacity of 8 KB to 16 KB.
L2 Cache
A type of memory cache that is slightly slower than L1 cache, but has a much larger capacity, ranging from 64 KB to 16 MB.
Flach Memory
Type of nonvolatile memory that can be erased electronically and rewritten.
CMOS
Technology used by some types of memory chips that provides high speeds and consumes little power by using battery power to retain information even when the power to a computer is off.
See page203
Access time
Measurement of the amount of time it takes the process to read data, instructions, and information from memory.
nanosecond
one billionth of one second