Middle School Coding final exam study cards Flashcards

1
Q

What are the five essential elements of a computer?

A

inputs, outputs, programs, processes, and storage

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

information

A

data that has meaning

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

knowledge

A

using information in the real world

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

system software

A

programs that help computers run smoothly(like an operating system)

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

Application software

A

programs that help us accomplish tasks

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

data

A

values like numbers or letters

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

primary key

A

a field that uniquely identifies a record, such as an ID number

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

What are the 3 main ways to control a program when writing code?

A

sequence, selection, and iteration

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

selection

A

a statement that may/may not be executed, depending on the condition

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

sequence

A

each statement is executed in order

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

iteration

A

when one or more statements are repeated in a loop

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

Boolean

A

true or false

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

Kilobyte(KB)

A

1,000 bytes

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

Megabyte(MB)

A

1,000 kilobytes

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

Gigabyte(GB)

A

1,000 megabites

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

Terabyte(TB)

A

1,000 gigabytes

17
Q

state 0

A

off

18
Q

state 1

A

on

19
Q

float

A

a decimal number

20
Q

IDE(Integrated Development Environment)

A

software that allows programmers to write/run code

21
Q

string

A

data type made up of one or more letters/numbers

22
Q

True or False:

A variable is a location in memory that creates a value.

A

True