Hardware Flashcards

1
Q

Expand CPU

A

Central Processing Unit

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

What is CPU often referred to as?

A

Brain of the computer

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

Explain Fetch-execute Cycle

A

A computer process that locates a program instruction from internal memory, decodes the instruction and carries out the action required; this process is then repeated for the rest of the program instructions.

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

What are the three main components of CPU

A

Control Unit
Arithmetic and logic unit
Immediate access store

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

Explain Control Unit

A

Manages the execution of instructions one at a time using fetch execute cycle

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

What are the three jobs of Control Unit

A

1) decide which instruction to carry out next and fetch it from memory
2) To decode the instruction
3) to execute the instruction

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

Explain ALU

A

This component carries out arithmetic calculations to be carries out(+ - * /)
Perform logical comparison such as ‘And’ and ‘NOT

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

Explain Immediate access store (IAS)

A

This component stores all programs and data temporarily while they are in use

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

Explain the steps in Fetch Execute Cycle

A

1)The processor check the program counter to see which instruction to run next
2) the program counter gives an address value in the memory of where the next instruction is
3) The processor fetches the instruction value from its memory location
4) Once the instruction has been fetches, it needs to be decoded and executed
5) Once this is complete, the processor goes back to the program counter to find the next instruction
6) This Cycle is repeated until the program ends

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

What is Fetch-Execute cycle?

A

Fetching instruction from its memory and executes it

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

What is a Program counter?

A

The Program counter is the CPU register that stores the address( memory location reference) for the next instruction to be fetches

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

Expand MDR

A

Memory Data Register

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

Expand MAR

A

Memory Address Register

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

What is MDR

A

MDR temporarily stores data being fetched from or written to the main memory of the CPU

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

What is MAR

A

MAR Temporarily stores current instruction or data

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

What is an Instruction Register

A

Stores the current instruction to be decoded and then execution

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

What is an Accumulator

A

When calculations take place on data, the results are initially stored on accumulator before transferred and stored in the main memory

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

What are the factors that influence the speed of processing

A

Clock Speed
Cache
Processor Core

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

3 Types of Internal memory

A

RAM
ROM
Cache

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

Expand RAM

A

Random Access Memory

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

Expand ROM

A

Read Only Memory

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

Explain RAM

A

Can be read from or written
Volatile
used to hold programs and data that are currently being used(operating System)

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

Explain ROM

A

Non Volatile
Can be read but not written
Used to store programs that are frequently required by the computer ( boot program)

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

Explain Cache

A

Temporarily stored frequently used instructions and data

Quicker to store cache memory as it has a smaller storage capacity compared to RAM

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

What does Volatile Mean?

A

Means if the computer is closed then reopened, the RAM would stay open

26
Q

Factors that influence the speed of processing

A

Clock Speed
Cache
Processor Core

27
Q

Explain Clock Speed

A

Indicator of the speed at which the CPU can operate

28
Q

Measurement of Clock Speed

A

Gigahertz( GHZ)

29
Q

What does GHz represent?

A

The number of instruction cycles the CPU can deal with in a second

30
Q

How to measure computer power?

A

Clock Speed

31
Q

Explain Processor Core

A

Defined as a single processor with its own control unit, ALU and registers

32
Q

What are Peripheral Devices?

A

Devices that are connected to the computer externally, including input, output and external storage devices

33
Q

What are input devices?

A

hardware components which can be used to enter/pass data into the computer system

34
Q

What are output devices?

A

Devices that are used to view output

35
Q

What are keyboards, mouse and webcams?

A

Input devices

36
Q

Explain Microphone

A

1) Accepts sound input or human voice into a computer system
2) A voice recognition system can covert sound to text

37
Q

Advantages of Microphone

A

1) Relatively Cheap
2) People can speak faster than they type, so it is cheaper than a keyboard

38
Q

Disadvantages of Microphone

A

1) Can have have limited battery life
2) Background noise can interfere with spoken words

39
Q

Explain Mouse

A

1) A mouse has finger operated buttons
2) When these buttons are clicked they perform an action
3) Can also control the movement of cursor on the computer

40
Q

Advantage of a Mouse

A

1) Easy to use
2) Can replace complex keyboard commands
3) Highly Accurate

41
Q

Disadvantage of a Mouse

A

1) Can only be used in a flat and smooth surface
2) can easily be broken

42
Q

Explain Graphic Digitiser

A

Consists of a flat surface where you can use a pen to write or draw with
As you draw on the surface, the image will appear on the screen

Used by architects

43
Q

Advantages of a Graphic Digitizer

A

1) Enables the user to draw naturally
2) The stylus pen can be used as the same way as a pen

44
Q

Disadvantages of a Graphic Digitizer

A

1) Much more expensive than a mouse

45
Q

Explain Touch Screen

A

1) Works by using your finger to touch the screen
2) the touching is detected and is translated into instructions

46
Q

Advantages of a Touch Screen

A

1) Easy to use as you don’t need excellent ICT skills to operate
2) Cheaper as you don’t need to purchase other peripherals such as mouse or keyboard

47
Q

Disadvantages of a Touch Screen

A

1)Not suitable for inputting large amount of data
2)Can easily become dirty

48
Q

Explain Speakers

A

Uses audio signals and then converts it into sound

49
Q

Advantages of Speakers

A

1) Useful for visually impaired users
2) Natural ways to communicate with users

50
Q

Disadvantages of Speakers

A

1) Good quality speakers tend to be expensive
2) Can disturb others in the room

51
Q

Explain Laser Printer

A

1) A laser beam is used to scan the image of the page to be printed onto a drum by building a pattern of static electricity
2) This attracts toners (Printer Ink) to reproduce the page

52
Q

Advantages of Laser Printer

A

1) Produces High Quality Prints
2) Prints very quickly

53
Q

Disadvantage of Laser Printer

A

1) Produces shiny images
2)More suited for text printing

54
Q

Explain 3D Printer

A

Gradually prints a solid 3D object one layer at a time

55
Q

Advantages of 3D Printer

A

1) Time taken to produce an object is much faster that using conventional methods
2) Can print an a variety of surfaces

56
Q

Disadvantage of 3D Printer

A

1) Limited form of printing as it can only print a prototype (not full scale)
2) Not economical for large-scale manufacturing

57
Q

Explain Hard disc drive

A

1) Consists of a number of rigid discs stacked on a spindle and enclosed in a sealed unit

2) Formatting a disc divides the surface into a number of tracks and sectors

3) As the discs rotate at high speeds the read/write heads move back and forth across the surface

58
Q

Advantages of Hard disc drive

A

1) The cost per gigabyte is cheaper than other forms of external storage

2) Storage capacity is much greater compared to solid-state storage devices

59
Q

Disadvantage of Hard disc drive

A

1) Due to moving parts, such as read/write heads, they are prone to breaking down

2) Access speeds are slower than ‘flash’ memory devices

60
Q

What are storage devices?

A

Pieces of equipment that store all the data in the computer