ENGN132 - Chapter 1 Flashcards
Terminology
Define Millenials
Persons born from 1982 on that are said to be confident, social, team-oriented, proud of achievement, prone to use analytic skills, and determined to seek, stability and balance for themselves.
Define Computer
A Machine that can Receive, Store, Transform and Output Data of all kinds.
Define Computer Chip/Microprocessor Chip
A Silicone Chip containing Circuitry for a Computer Processor.
Define Hardware
The actual computer equipment; monitors, mice, towers, etc.
Define Software
The set of programs associated with a computer.
What is a Program
A list of instructions that enables a computer to perform a specific task.
What is a Binary Number
A number whose digits are zero and one
Define Memory Cell
An individual storage location in memory
What is the Address of a Memory Cell?
The relative position of a memory cell in the computer’s main memory
Define the Contents of a Memory Cell
The information stored in a memory cell, either a program instruction or data.
What is a Stored Program Concept?
A computer’s ability to store program instructions in main memory for execution.
What is a Byte?
A byte is the amount of space required to store a single character.
What is a bit?
A bit is a binary digit; a 0 or a 1
Define Data Storage
Setting the individual bits of a memory cell to 0 or 1 destroying the cell’s previous contents.
What is Data Retrieval?
Copying the contents of a particular memory cell to another storage area.
What is RAM
Random Access Memory: The part of the main memory that temporarily stores programs, data and results.
What is ROM
Read Only Memory: The part of the main memory that permanently stores programs or data.
Define Volatile Memory
Memory cells whose contents are not saved when the computer is switched off. (The values disappear.)
What is Classified as Secondary Storage
Units such as disks or flash drives that retain data even when the power to the drive is off.
What is a disk?
A disk is a thin platter of metal or plastic on which data are represented by magnetized spots arranged in tracks.
What is an Optical Drive?
A device that uses a laser to access or store data on a CD (Compact Disk) or DVD
What is a Flash Drive?
A device that plugs into USB port and stores data bits as trapped electrons.
What is a File?
A named collection of data stored on a disk
What is a Directory?
A list of the names of files stored on a disk.
What is a Sub-Directory?
A list of the names of files that relate to a particular topic
What is the CPU
The Central Processing Unit: coordinates all computer operations and performs arithmetic and logical operations on data.