section one: components of a computer system and the cpu p 1-3 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the purpose of a computer?

A

The purpose of a computer is to take data, process it, then output it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define hardware

A

Hardware is the PHYSICAL pieces which make up a computer system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define software

A

Software is the PROGRAMS or APPLICATIONS that runs a computer system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give three examples Hardware

A

CPU
motherboard
monitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give three examples software

A

an operating system
a word processor
video game

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an embedded system?

A

Embedded systems are computers built into other devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Give three examples of an embedded system

A

dishwasher
microwaves
tvs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

why is an embedded system a better choice then a general purpose computer?

A

An embedded system is a better choice as they focus on one task this means that they are also cheaper to produce.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name 9 internal components you might find in a desktop

A

Power supply , case cooling fan
Cpu heat sink and cooling fan
CPU , graphics card , optical drive
RAM sticks , Motherboard , hard disk drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define power supply

A

Supplies power to motherboard, optical and hard drives, and other hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define case cooling fan

A

Extracts hot air from the computer case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define CPU heat sink and cooling fan

A

Keeps the CPU at a steady temperature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define CPU

A

The most important component, as it does all the processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define Optical drive

A

For read/ write of optical discs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define RAM sticks

A

where the computer memory is stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define Motherboard

A

The main circuit board in the computer where the hardware is connected.

17
Q

Define Hard disk drive

A

Internal secondary storage

18
Q

Define Graphics card

A

A piece of hardware containing the graphics processing unit (gpu)

19
Q

What does CPU stand for?

A

Central processing unit

20
Q

Name the three parts of the CPU

A

cache
the control unit
the arithmetic logic unit

21
Q

Define cache

A

the cache is very fast memory in the CPU.

22
Q

Define CU

A

the control unit is in overall control of the CPU. its main job is to manage the fetching, decoding, and execution of program instructions.

23
Q

Define ALU

A

the alu does all the main calculations

24
Q

Name and define the four main registers
of the CPU

A

program counter - holds the memory address of the instruction for each cycle
accumulator - stores intermediate results of calculations in the alu
memory address register - holds any memory address about to be used by the CPU
memory data register - holds the actual data or instructions

25
Q

What is the Von Neumann’s architecture?

A

describes a system where the CPU runs programmes stored in memory. the programs consist of instructions and data which are stored in memory addresses

26
Q

What three instructions are contained in the fetch-execute cycle?

A

Fetch instruction
execute instruction
decode instruction

26
Q

What is the fetch-execute cycle

A

The fetch-execute cycle describes how a cpu carry’s out instructions.

27
Q

define fetch instruction

A

1)copy memory address from the program counter to the mar
2)copy the instruction stored in the mar address to the mdr
3)increment the program counter to point to the address of the next instruction, ready for the next cycle

27
Q

define execute instruction

A

the instruction is performed.

28
Q

define decode instruction

A

the instruction in the mdr is decoded by the cu