ICT Flashcards

1
Q

What are the two different modes?

A

Interactive mode and Script mode

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

What is a syntax error?

A

Getting it wrong

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

What is a bug?

A

An error in a program

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

What are variables?

A

Location in memory- temporarily store thefts or numbers

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

What are functions?

A

Special keywords that do a specific job

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

What data types are there?

A

String, holds data and text
integer, holds whole numbers
float. Holds numbers with a decimal point
,Boolean. holds either true or false

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

Arithmetic operators

A

Division= /
Remainder= %
Floor division= //

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

|=

A

Not equal too

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

> =

A

Greater than or equal to

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

Less than or equal too

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

While loop

A

Specific instruction repeatedly

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

What makes up a CPU

A

Clockspeed/cores/cache

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

What is the fetch and execute cycle?

A

Fetches instruction then executes it

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

What is a bit

A

Each individual 1 or 0

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

What is a byte

A

8 bits

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