comp science test 2 3rd form Flashcards

(30 cards)

1
Q

what is a computer

A

A computer is a digital machine that accepts input, processes it according to some instructions and produces output

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

What is an electronic device

A

An electronic device is an object that has been specifically designed to perform a particular function

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

3 examples of input devices

A

Keyboard
Mouse
Microphone
Scanner
Barcode reader
Digital camera

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

3 examples of output devices

A

Screen
Printer
Speakers
Headphones
Projector

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

2 examples of input + output devices

A

Touch screen
Interactive white board

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

what is an embedded device

A

An embedded device is a special-purpose computer system that is completely encapsulated by the device it controls.

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

motherboard definition

A

The main printed circuit board
contains the CPU

contains the main system memory

and other components essential to the devices operation

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

CPU definition

A

processes instructions and carries out commands

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

heatsink definition

A

prevents overheating from the CPU

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

RAM definition

A

short term memory for performing calculations, cleared when computer is turned off

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

Hard drive definition

A

Long term storage for computers data even when turned off

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

Expansion slot definition

A

slots on the motherboard of desktop computers that allow for upgrades such as adding graphics card or wireless cards

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

PSU definition

A

Takes power from a wall outlet and distributes it to the computers components

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

If data is lost when the power is switched off what is it called

A

volatile storage

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

What is a hard drive that stores data even when the power is switched off called

A

non-volatile storage

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

How does a magnetic hard disk store data

A

by changing the polarity of tiny magnetic dots.

17
Q

How does a solid state drive and RAM store data

A

by using tiny electronic switches called transistors.

18
Q

How does optical storage store data

A

by burning tiny pits and lands using a laser and they will reflect light differently when read.

19
Q

What is the CPU made up of

A

Control unit
Arithmetic and logic unit
registers

20
Q

control unit function in CPU

A

tells the other components what to do

translates the instruction into a command that it can process

21
Q

Registers function in CPU

A

where you can temporarily store data

22
Q

ALU function in CPU

A

The Arithmetic and Logic Unit (ALU) actually carries out all the logic and mathematical operations

23
Q

What does a computer use and what is it controlled by

A

Computers use electric circuits controlled by switches to represent all data and instructions

24
Q

3 two states in computers

A

on or off
1 or 0
true or false

25
examples of embedded devices
digital watches digital cameras
26
LMC code for compare
CMP
27
LMC code for less than
BLT
28
LMC code for less than or equals to
BLE
29
LMC code for greater than
BGT
30
LMC code for greater than or equals to
BGE