Hardware Flashcards

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

contents Computer archiecture

A

CPU(central processing unit)
ALU(arithmetic logic unit)- arithmetic
CU(control unit)
RAM(random access memory)

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

CPU

A

central processing unit-
execution or processing of all the instructions and data

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

ALU

A

arithmetic logic unit-
arithmetic and logic operations

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

CU

A

control unit-
reads an instruction from memory

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

RAM

A

random access memory-
stores data for the CPU
volatile, data will be lost if computer gets shut down
faster to read and write from

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

CIR

A

current instruction register-
this register stores the current instruction being decoded and executed

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

ACC

A

accumulator-
this register is used when carrying out ALU calculations; it stores data temporarily during the calculations

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

MAR

A

memory address register-
this register stores the address of the memory location currently being read from or written to

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

MDR

A

memory data register-
this register stores data which has just been read from memory or data which is about to be written to memory

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

PC

A

program counter-
this register stores the address where the next instruction to be read can be found

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

Address bus

A

carries address throughout the system Between the CPU and memory, can only carry address in 1 direction

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

Data bus

A

data can be sent both directions, carries data to and from the CPU and memory, also input and output devices

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

control bus

A

carries signals from the control unit to all the other computer components, can also travel in both directions

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

fetch-decode-excute cycle

A

the cpu fetches data and instructions and stores them in registers both the address and date buses are used, then it decodes each instruction before finally executing it

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

barcode scanner

A

red light is shone on the barcode
the white parts reflect the light back
the reflected light is read by the scanner
it is then converted to digital data

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

camera

A

light passes through the lens onto a light-sensitive cell
the image is converted into tiny electric charges, passed through the ADC
converts electrical charges into pixels and colour

17
Q

keyboard

A

each character has its own unique ASCII value
when pressed the ASCII value is sent to the computer
the computer interprets that and displays it into the screen

18
Q

microphones

A

when sound is created the air vibrates
the diaphragm picks up the air vibrations
the diaphragm causes the cone to move in and out causing the copper coil inside to move
the coil causes and electric current where it is converted back to sound

19
Q

optical mouse

A

a red LED is bounced off the surface which helps navigate the computer

20
Q

2-D scanner and 3-D scanner

A

document/object is placed inside the scanner
a light is used to help create an image
the image is then sent to the computer which then displays it onto a screen

21
Q

capacitive touchscreen

A

composed of a protective layer, conductive layer, and a glass substrate
better image clarity
multi-touch
only works with bare fingers

22
Q

infrared touch screen

A

there are infrared rays shinning throughout the screen
when u touch the screen u block the light allowing the processor to know the location of your finger on the screen
good screen durability
multi touch
sensitive to water
possible light interference

23
Q

inkjet printer

A

data is sent from computer to printer
printer driver ensures printer can understand data and check is used to check the availability of printer
data stored in printer buffer and paper is inserted
the printer head moves from side to side across the document until it is complete

24
Q

LED screen

A

made up of tiny LEDs
consumer less power
brighter

25
Q

LCD screen

A

made up of tiny liquid crystals
tiny crystals make up an array of pixels affected by electric fields

26
Q

OLED screen

A

no need of any backlighting
thinner lighter and more flexible
brighter than LED

27
Q

primary storage

A

can be accessed directly from CPU
RAM,ROM,etc

28
Q

secondary storage

A

not directly accessible by CPU
SSD,HDD,etc

29
Q

ROM

A

read only memory
cannot be written to only read to
non-volatile
stores data that computer need to access when powering on