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

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;

35 Cards in this Set

  • Front
  • Back
what two components are in the CPU and what do they do?
Control Unit: Responsible for flow of info to and from the CPU

ALU: accessed by the control unit when the instruction involves an arithmetic or logical operation
-contains registers
what are registers?
used for data storage while data is being transferred back and forth between the CPU and the main memory
what is the Instruction Register?
stors address of the next instruction in the main memory, to be executed -> also called program counter
what is the instruction register?
stores the binary code for each low level instruction as it is being executed
what is the data register?
used to store processed of unprocessed data
what is the address register?
used to store addresses of data in the main memory
what are some other CPU components other than the ALU and the control unit?
instruction pointer, instruction register, data register, address register, accumulator, control lines, and instruction decoder
what is the accumulator?
a register that the ALU uses to store the result of an arithmetic logical operation
what are control lines?
enable the loading and unloading of registers
what is the instruction decoder
translates the binary code in the instruction register to actual CPU operations
What two operations does the CPU continuously perform?
1) Fetch Instruction (I-Time)
2) Execute Instruction (E-Time)

-look at pic in package
what are the CPU operations in I-Time?
1. instruction stored at memory address is retrieved

2. binary opeation code is latched into instruction register

3. address currently held in the instruction pointer is incremented to prepare for the next fetch from memory

4. operation code stored in the instruction register is deciphered
What are the CPU operations in E-Time?
1. execute the instruction. which can involve 1/3 things

1)if requires arithmetic or logical operations ->signal ALU to perform and record result in accumulator

2) the operation may involve the relocation of data from memory loation to register or vice versa

3) the operation may simply require that a new address be put into the instruction pointer
what is main memory?
-electronic circuitry directly linked to processor and used in compuer to store data and programs
-located on motherboard
what are four main memory types?
RAM (random access memory)
Virtual Memory
ROM (Read only Memory)
CMOS (complemntary metal-oxide semicoductor
What are the properties of RAM?
1)randomly accessible
2)modifiable
3)volatile
4)stores data and programs heading towards the cpu and also processed data going from the cpu to various i/o
what IS RAM?
collection of electronic cicuits etched onto silcon chips
-chips added on top of carrier packages arranged on boards (SIMMs and DIMMs)
What is DRAM?
Dynamic RAM -requires recharging,
-during recharge process, memory is not available
what is SRAM?
Static RAM
- no recharging, f
-aster and more expensive than DRAM
-used for cache
SDRAM
Synchronous Dynamic RAM
-all operations and signals are synchronized with the system clock
What is DDR SDRAM?
double data rate SDRAM
-activates output on both rising and falling edge of the system clock (doubling output)
What is RDRAM?
Rambus Dynamic RAM
-new technology developed by Rhambus corp. RAM speed 800 MHz
What is DRDRAM
Direct Rambus Dynamic RAM
uses pipelining
-up to 8 operations mayb e underway at at time
what Virtual RAM? What are some properties?
refers to the part of the hard disk which is used as an extension of RAM to enable use of large programs

-move least used applications here when RAM insufficient

-modifiable
-volatile
what is properties of ROM?
-permanent, even when power is off
-used to store start up instructions (BIOS)
Name some various types of ROM chips
PROM(programable ROM)- only used once
EPROM-(Erascable Programable) - can be erased by exposing to ultraviolet light
EEPROM (electronically Erasable Programable ROM) - can be erased by exposing to electrical charge also called flash memory
What is CMOS RAM memory?
-used macintosh
-semi-permanent -> compromise between ROM and RAM ->low energy
-used to store information needed for start up
what are some other mother board components?
buses - circuits etched into board, acts as wires needed to transport data

ports- provide connections for I/o devices and peripherals
name 4 different types of ports?
1)serial port
2)parallel port
3)USB port
4)firewire (IEEE 1394)
What is a serial port?
1) serial port
- 1 bit transmittion, inexpensive, used to connect scanners and modems
-9pins
what is a parallel port?
-transmits 1 byte at a time
-more expensive wire
-connects devices like printers and tape drives
what is a USB port?
-universal serial bus
-transfers are in parallel
-faster than parallel
-can auto detect
what is firewire IEEE 1394?
-extremely high speed 400 MB a second
What are some other mother board components?
expansion slots, expansion cards, and bays
what are some factors affecting CPU speed?
1) system clock's frequency: faster frequency means faster instruction cycle

2) word size: larger word size smaller instruction cycles

3) cache size: more info can be held in cache -> larger word size -> fewer instruction cycles

4)pipelining: allows cpu to begin executing an instuction before the previous one was completed

5) parallel processing: process more than one instruction at a time