• 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/40

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;

40 Cards in this Set

  • Front
  • Back
Capacitor
a semiconductor that temporarily stores electricity
Semiconductor
microscopic parts that partially conduct or sometimes conduct electricity
Diode
a semiconductor that allows electricity to flow in only one direction.
LED
acronym for light emitting diode; a diode that emits light whenelectricity is flowing through it.
Resistor
a semiconductor that resists the flow of electricity. A resistor isoften used to protect other parts of a computer from surges in electricity
Transistor
a semiconductor with two inputs and one output called the drain. A smallcurrent on the center wire of the transistor controls a larger current thatflows on the two outer wires. A transistor can be used as an amplifier or anautomated switch with the small electric current input controlling the largerinput and output current.
Integrated circuit
a circuit composed of many (possibly billions) semiconductors etched ona small piece of silicon; sometimes called a computer chip
hardware
the physical parts of a computer, such as the keyboard, mouse, CPU, harddrive, memory, monitor, and printer
Power supply
an electric circuit that converts the electricity coming from an outletin the wall, usually 115 volts, 60 Hertz alternating current (AC), intoelectricity that a computer can use, something like 3.3 volts direct current(DC).
Keyboard
an input device that allows a user to enter data into a computer bypressing keys.
Motherboard
the main circuit board to which the other parts of a computer areattached.
Bus
the wires and integrated circuits that transfer data across themotherboard from one component to another
BIOS
acronym for basic input and output system; usually flash memoryinstalled on the motherboard that contains instructions the CPU executes when acomputer is started.
Cache
a small amount of fast memory that temporarily stores data andinstructions and is often located on the CPU. The cache contains a partial copyof the contents of main memory so that when the CPU needs data for acalculation, the CPU can get the data from the cache and does not have to waitfor the data to come over a bus from main memory. Cache memory is volatile.
volatile
when a computer is turned off or the electricity is removed, thecontents are lost
Main memory
integratedcircuits that temporarily store data and instructions for the CPU; sometimescalled random access memory (RAM). Main memory is volatile.
Hard drive
stores data semi-permanently usually on a spinning platter wheremicroscopic spots have been magnetized to store data. A hard drive is non-volatile. Figure 5 shows a hard drive with its cover removed to exposethe platter and the head that moves above the platter and magnetizes microscopicspots on the platter.
non-volatile
when a computer is turned off, the contents arepreserved
CD or DVD drive
reads and writes data semi-permanently to a disc using a laser. Compactdiscs (CD’s) and digital versatile disks (DVD’s) are non-volatile
Jump, thumb, or flash drive
semi-permanent memory that can be read, written, and erasedelectrically. Jump drive, thumb drive, and flash drive are different names forthe same type of memory device which stores data in flash memory. A solid statehard drive does not store data on a platter like a regular hard drive but insteadstores data in flash memory. Flash memory is non-volatile.
Monitor
an output device that displays messages, images, etc. for a user to see.
A quad core CPU with a clock speed of 2.5 gigahertz is designed tocomplete how many instructions per second?
10 billion (4 * 2.5 gigahertz)
bit
an abbreviation for binary digit. A binary digit is a column in abinary number where either 0 or 1 can appear.
nibble
four bits joined together to form a binary number. (The name nibble is aninside computing joke because a nibble is half of a byte)
byte
eight bits joined together to form a binary number.
1. kilobyte

2. megabyte


3. gigabyte


4. terabyte


5. petabyte


6. exabyte

– 1024 (210) bytes

– 1,048,576 (220) bytes


– 1,073,741,824 (230) bytes


– 1,099,511,627,776 (240) bytes


– 1,125,899,906,842,624 (250) bytes


– 1,152,921,504,606,846,976 (260) bytes

What unit measures clock speed?

In hertz.
A single hertz is how many cycles per second?

One cycle.

What is a cycle?

from any point in the pulse to where the pulse repeats.
hertz
a unit of frequency equal to one cycle per second.
megahertz
one million cycles per second
gigahertz
one billion cycles per second
micro or personal computer
a computer designed to be used by only one person at a time, such as asmart phone, tablet computer, laptop computer, or desktop computer.
workstation
a powerful computer designed to be used by one person at a time and usedto perform engineering, scientific, and medical tasks such as designingairplane parts.
mainframe
a very powerful computer designed to be used by many people at the sametime to perform business or scientific tasks.
Computer software
a list of instructions that the computer hardware executes
Application
computer software that someone uses to accomplish a specific task,such as write a letter, balance an account, watch a movie, or play a game.Examples of applications include Microsoft Word and Excel, Google Chrome, andiTunes.
Operating system
computer software that manages the hardware and isolates theapplications from the hardware so that the applications do not have to interactdirectly with the hardware. Examples of computer operating systems includeMicrosoft Windows, Mac OS X, VMS, Linux, HP-UX, and Solaris
ASCII
an acronym for American Standard Code for Information Interchange;a coding system (essentially a table) with 128 rows that assigns a number toeach English letter and common punctuation symbol. See asciitable.com
Unicode
a very large coding system that includes ASCII and assigns a number tosymbols from many languages, such as English, Portuguese, Greek, Hebrew,Arabic, and Tagalog.