Hardware Flashcards
What is a peripheral device?
Peripherals are devices that arenotthe computer’s core architecture involved inmemoryand processing. Peripherals include input hardware, output hardware and storage devices
What is an input device?
any device that allows us yo get information from the outside world into a computer so it can be stored and processed in a digital form. it is converted from analogue to digital.
What is an output device?
any device which we can take data stored inside a computer in a digital form and turn it into another format which we can process.
Give some examples of input devices
mouse, webcam, joystick, keyboard, microphone, touch screen, OCR, OMR, barcode scanner, sensors
Give some examples of input devices for disabilities
foot operated mouse, specialised keyboards, sip-and-puff switches
Give some examples of output devices
speakers, monitor, printers (inkjet, laser, dot-matrix) and LEDs
Why do computers need input devices?
because otherwise the computer would be no use to us
What is the CPU?
The central processing unit is the brain of the computer which processes all of the data and instructions.
What is the Control unit in the CPU?
- The CU’s job is to execute program instructions by following the fetch decode execute cycle.
- It controls the flow of data inside the CPU and outside the CPU.
What is the Arithmetic Logic Unit in the CPU?
- the ALU does all the calculations. it performs logic operations and Binary shifts.
What is the Cache in the CPU?
- Very fast memory in the CPU
- it stores regularily used data for quick access.
- low capacity and expensive
- different levels of Cache. lvl1 is quickest but smallest
What is the fetch decode execute cycle?
FETCH
the CPU fetches data and instructions from the main memory and stores it in the registers
DECODE
the instruction is decoded by the CU. and The CU then prepares for the next step.
EXECUTE
- The instruction is performed.
What is RAM?
- RAM is random access memory and is used as the main memory (stores all the data, files and programs) in a computer. it can be read and written to and is volatile.
What does volatile/non-volatile mean?
- volatile means it is temporary memory. it requires power to retain its data.
- non-volatile is permanent memory. it keeps its contents even when it has no power.
What is virtual memory?
A section of the hard disk is used to store items in RAM which are not being currently used when RAm runs out of space