Hardware - wk3 & 4 Flashcards
Define computer?
A device that accepts input, processes it, produces output and may have a storage facility.
What is the input to output cycle?
User – input (Data) – Process (and sometimes stores) – output (info) – user.
What are the forms of input?
- Data (characters, images and sound)
- Instructions from programs
- Commands (direct computer actions)
- User response (Questions such as save document?)
What devices are used to create input?
- Keyboards (QWERTY, Devorak, ergonomic, virtual laser)
- Trackball (CAD, military, aircraft, gaming)
- Light pen (CRT monitors)
- Digital pens
- Bar code readers
- Touch screen (resistive and capacitative)
- Eyes
Where is processing done in the computer?
The system unit. Here the motherboard communicates with other components.
What is a bit?
A binary digit. 8 bits = 1 byte = 1 character.
What is the CPU?
The central processing unit. This is a chip on which transistors and other wires form complex circuitry. It has a system clock which controls electrical pulses at a set rate, measured in Hertz.
What does the control unit and ALU do?
The control unit fetches and decodes information. Between this and the ALU it registers. Then the ALU (arithmetic/logic unit) executes and stores the information.
How are cycle times measured?
They are measured in mips (millions of instructions per second)
What are the different types of cores/processors? (like cpu)
Duel and Quad core - only uses one chip but has more than 1 core.
Multi processor - more than 1 chip
What is word size and bus width?
Word size - (word length) the number of bits the CPU can process at once. Modern computers have 64 bits.
Bus width - transfers the data, must be 64 bits or more, the more the better.
What are the types of memory?
- Registers: tiny and fast in the CPU
- Cache: 1-3 (on/near the CPU)
- RAM: random access memory in MB or GB
In what order does memory recall work?
Registers, cache, RAM, hardware.
What is volatile and non volatile memory?
Volatile: no power=no memory (e.g. registers, cache, RAM)
Non volatile: works without power, such as the ROM power button.
What are the factors that influence computer performance?
Machine cycle times (mips) System clock (Hz) CPu word size (bits) Bus width (bits) Amount and type of memory.