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

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;

29 Cards in this Set

  • Front
  • Back
Input devices
Accept input from the outside world (e.g keyboards and mice)
Output devices
Send information to the outside world (e.g. the monitor)
A microprocessor also called the CPU (central processing unit)
In essence is like the computer's brain. It processes information, performs arithmetic calculations, and makes basic decisions by comparing information values.
Memory and storage devices
Both store information, but they serve different purposes. The computers memory called RAM (random access memory is used to store programs or data
In the world of computers, information is what?
Digital: it is made up of discrete countable units or digits. This means it can be subdivided.
Bit
a binary unit that is the smallest amount of information a computer can process.
ASC11
American Standard Code for Information Interchange. Represents each character as a unique 8 bit code. Out of a string of 8 bits 256 unique ordered patterns can be made
Unicode
ASC11's unique characteristics aren't enough to accommodate Chinese, Greek, Hebrew, Japanese, Arabic, and other languages. Thus, to facilitate multilingual computing the computer industry is embracing unicode (a code scheme that supports mor than 100,000 unique characteristics) --more than enough for all major world languages.
Byte
A logical group of 8 bits, also referred to as an octet. If you work with words you can think of a bit as one charter of ASC11-encoded text.
File
An organized collection of information, such as a term paper or a set of names and addresses, stored in a computer-readable form
Motherboard
The circuit board that contains a computer's CPU
Microprocessing internal clock
The speed of this in part determines the computer's overall performance
CPU word size
The number of bits a CPU can process at one time. Typically 32 or 64
Multicore processors
Putting multiple CPUs, which run simultaneously, on a single chip.
Parallel processing
has been used in high energy servers and worksations for some time. The advent of low-cost multicore processors means parallel processing is going mainstream.
Dual core CPUs
Such as intel Core 2 Duo are common on today's PCs and game consoles and quadcore processors are increasing in popularity.
ALU
Arithmetic logic unit. It performs the actual execution of instructions for the CPU. It typically contains registers, each usually 32 or 64 bits in size
Prefetch unit
Instructs the bus unit to read the instructions stored at a particular memory address
Decode unit
Takes the instructions read by the prefertcher and translates it into a form suitable for the CPU's internal processing
Bus interface
writes the results of the instructions back to memory or to some other device
Level 2 cache (L2 cache)
CPU pre-reads the next likely data to be used in a cache
ROM
read only memory
CMOS
complementary metal-oxide semiconductor (CMOS); a special low energy kind of RAM that can store small amounts of data for long periods of time on battery power
Flash memory
chips like RAM can be written and erased rapidly and repeatedly.
Dual in-line memory modules (DIMM)
Ram chips that are usually grouped into small circuit boards
Buses
Wires used so that information can travel between components of the motherboard. Buses typically have 32 or 64 wires.
Bays
Buses connect to storage devices in Bays--open areas in the system box for disk drives and other devices.
Ports
Buses connect to ports, which are sockets outside the computer
Optical computer
transmits information in lightwaves vs. electric pulses.