Chapter 2 Flashcards
1
Q
what is hardware
A
- physical component that forms part of a computer system
- internal/ external
2
Q
role of cpu
A
- storage/ input device -> input data -> processed by CPU -> stored or sent -> output device
- fetches instruction from memory and executes them
3
Q
motherboard
A
- hardware components (RAM, CPU) can be connected directly to the motherboard
4
Q
RAM
A
- volatile (content of memory is lost if no power to the RAM)
- when full, inactive data removed
- when no more to remove, HDD SSD expand memory
- virtual memory slow (access times)
- when several programs open
5
Q
ROM
A
- nOn volatile (permanent)
- small long life battery
- one program (e.g instruction to boost comp)
6
Q
external hard drive
A
- common form of secondary storage
- cheap
- non volatile
7
Q
external hard drives
A
- USB port
- back up
- expensive
- transfer data
8
Q
SSD
A
- non volatile
- flash memory
- fast
- expensive
9
Q
reasons why a user may want to save data to secondary storage
A
- make changes to a doc
- keep files for archive for future
- back up
- in a database, each new record saved
10
Q
what is software
A
- programs that give instructions to the computer
- program consist of programming code that give instructions ,, cary out task
- e.g. word processing
11
Q
what does an operating system do
A
manages hardware
manages communication between hardware and software
12
Q
how does an OS manage hardware
A
- allocating memory to software
- sending data and instructions to output devices
- giving each running task a fair share of processor time
13
Q
device driver
A
- software in external hardware
- sends customized instructions to that specific component
- e.g ‘print’
14
Q
What is application software ?
A
Application software enables the computer to do a particular task, such as word processing
15
Q
What is system software ?
A
It is the interface between computer hardware and user application programs