Control Flashcards

(23 cards)

1
Q

What is rom

A

READ ONLY MEMORY- NON VOLITILE- ALWAYS STORES DATA

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

What is ram

A

RANDOM ACCESS MEMORY-VOLITILE- DOESNTS STORE DATA PERMANTLEY

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

what is an input device (eg…)

A

it is a piece of hardware that is used to capture data (keyboard, mouse)

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

what is an output device

A

a piece of hardware that is used to display/ output data

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

what is malware

A

software virus

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

what is a virus

A

a piece of computer data which copies itself without your permission

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

what is hardware

A

external and internal parts of the computer that you can touch

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

what is software

A

programs that run the computer

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

what is an algorithm

A

a sequence of instructions

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

what is selection

A

whether a code should be execute or not

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

3 advantages of computer control

A

-can work 24hrs a day
-don’t need to be paid
-process data quickly

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

3 disadvantages of computer control

A

-software expensive
-may malfunction
-cant react to unexpected events

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

linear

A

go through the data until you find the value

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

binary

A

the mid point

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

bubble

A

go from the right onwards

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

insertion

A

go from the left onwards

17
Q

what is binary the opposite to ?

A

bubble and insertion

18
Q

what is print

A

used to output data to the screen

19
Q

what is string

A

whatever appears in quotation marks

20
Q

what is a syntax

A

used to describe rules, which determine the way that commands must be written

21
Q

what is a variable

A

a named storage location that can hold data (may change during the execution of a program

22
Q

what is an input command

A

makes it able to interact with the program

23
Q

what is a comment

A

allow people to understand the intentions of the person who created the code