Hardware&Storage Flashcards

1
Q

CPU consists of what? (3 marks)

A
  • ALU: Arithmetic and logic units
  • Registers and buses
  • Control units
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a microprocessor (1 mark)

A

An integrated circuit on a chip

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

What do all of these components do? (6 marks)

PC
MAR
MDR
CIR
ALU
ACC

A

Program counter: it will increment by 1 to keep track of the next instruction to go through FDE cycle

Memory Address Registers: It will contain the current instructions’s adresses in the RAM

Memory Data Registers: It will contain the actual data of the current instruction from the memory

Current Instruction Register: Hold current instruction’s data to be decoded and executed

Arithmetic and logic units: performs arithmetics calculations and logical calculations

Accumulator: Stores calculations from ALU

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

What are the 3 types of busses and their directions (6 marks)

A

Data bus: Bidirectional
Address bus: Unidirectional (CPU -> Memory)
Control bus: Bidirectional

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

Describe THE FULL PROCESS OF the fetch cycle (4 marks)

A
  • The program counter will be increment by 1 to process the next instruction to go through FDE cycle.
  • The memory address register will use the address bus to go to the memory to take the address of the current instructions
  • The memory data register will use the data bus to go from the memory to the CPU after has taken the actual data of the current instruction.
  • The current instruction register will hold the data of the current instruction to be decoded and excuted.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Factors affecting performance of CPU ( 3 marks)

A

Cores: each cores will run FDE cycles simultaneously and independently.
Caches: a small memory close to the CPU for faster access
Clock speed: how many instructions are processed in one second

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

Describe execute cycle (1 mark)

A

The ALU will do the calculations and ACC will store it

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

What is an embedded system ( 1 mark)

A

A computer system that is dedicated for 1 task

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

How a sensor work? ( 6 marks)

A
  • Sensors will detect analogue data
  • The ADC will convert analogue data –> electrical signals for CPU to understand
  • Microprocessor compares with its values
  • If the value goes out of range, it will convert ana
  • If not, then nothing happens :D
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe 3 types of touchscreen (6 marks)

A

Capacitive: Made up of 3 layers: conductive metals, glass and protective layer
Resistive: The polyester layer will bend down to contact with the conductive layer
Infrared: lazers are shone across the surface to form a matrix. If it’s interfered, it will know the position.

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

Advantages and disadvtanges of 3 types of touchscreens ( 6 marks)

A

Infrared:
+ Unlimited touch life
+ touch with stylus & gloves
- Sensitive to interference like water

Capacitive
+ Multiple touch life
+ High quality
- No gloves or stylus

Resisitve
+ Gloves and stylus
- No resolution & precision
- Prone to damages like scratches.

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

Examples of optical secondary storage? (3 marks)

A

Bluray, DVD , CD

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

Properties of optical, magnetic and solid state

A

Optical:
+ Uses lazer to create pits and lands for 0 and 1
+ Use read/write hand
+ Has moving parts

Solid state:
+ Use NAND or NOR gates for electron transfer

Magnetic :
+ Uses platters and tracks
+ Use read/write hand
+ Has moving parts

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

Examples of magnetic secondary storage (3 marks)

A

HDD,floppy disk, magnetic tape

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

Examples of solid state secondary storage (4 marks)

A

SSD, USB, RAM, SD card

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

What is cloud storage? (3 marks)

A

Storing data in remote areas
Need internet connection to access
Physical servers are needed to store data

17
Q

Advantages and disadvantages of cloud storage( 4 marks)

A

ADS
+ Accessed from anywhere
+ A lot of storage capacity

DISADS:
- Need internet connection
- Expensive
- Risk of losing/leaking data

18
Q

What is MAC address? (3 marks)

A
  • a unique number that identifies devices on a network
  • Static
  • First half is the manufacturer ID, second half is the device ID
19
Q

What is IP address? (3 marks)

A
  • a unique number that identifies devices on a network
  • static or dynamic
  • public or private
20
Q

Difference between IPv4 and IPv6 (4 marks)

A

IPv4:
- 32 bits
- separated by full stops
- range from 0-255

IPv6:
- 128 bits
- 8 groups, each has 4 hexadecimal values