Chapter 1 vocab Flashcards
Vocabulary from CSE142 ch1
computer
a machine that can receive, store, transform, and output data of all kinds.
Computer chip (Microprocessor chip)
a silicon chip containing the circuitry for a computer processor
hardware
the actual computer equipment
Software
The set of programs associated with a computer
Program
a list of instructions that enables a computer to perform a specific task.
Binary Number
a number whose digits are 0 and 1
memory cell
an individual storage location in memory
address of a memory cell
the relative position of a memory cell in the computers main memory
contents of a memory cell
the information stored in a memory cell, either a program instruction or data
stored program concept
a computer’s ability to store program instructions in main memory for execution
byte
the amount of storage required to store a single character
bit
a binary digit
ex: 0 or 1
data storage
setting the individual bits of a memory cell to 0 or 1, destroying its previous contents
data retrieval
copying the contents of a particular memory cell to another storage area
random access memory (RAM)
the part of main memory that temporarily stores programs, data, and results
read-only memory (ROM)
the part of main memory that permanently stores programs or data
volatile memory
memory whose contents disappear when the computer is switched off
secondary storage
units such as disks or flash drives that retain data even when the power is off
disk
thin platter of metal or plastic on which data are represented by magnetized spots arranged in tracks
optical drive
device that uses a laser to access or store data on a CD or DVD
flash drive
device that plugs into USB port and stores data bits as trapped electrons
file
named collection of data stored on a disk
directory
list of the names of files that relate to a particular topic
subdirectory
a list of the names of files that relate to a particular topic
central processing unit (CPU)
coordinates all computer operations and performs arithmetic and logical operations on data
fetching an instruction
retrieving an instruction from main memory