Vocab quiz 1 Flashcards

1
Q

Algorithm

A

A step-by-step procedure to solve a problem.

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

Variables

A

Containers for storing data values.

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

Collaboration

A

Working together to achieve a common goal.

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

Driver

A

Software that allows the operating system to interact with hardware.

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

Navigator

A

In programming, a person who reviews code and guides development.

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

Conditionals

A

Statements that perform actions based on conditions (e.g., if-else).

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

Sprite

A

A 2D graphic or character in a game or animation.

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

Broadcast

A

Sending a message or signal to multiple recipients in programming.

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

Command

A

An instruction given to a computer to perform a task.

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

Event/Control

A

An action or occurrence that triggers a response in programming.

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

Input

A

Data sent into a program or system.

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

Output

A

Data sent out from a program or system.

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

Pseudocode

A

A high-level description of an algorithm using plain language.

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

Digital Divide

A

The gap between those who have access to digital technology and those who do not.

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

Sequence

A

The order in which instructions or events occur.

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

Local Variable

A

A variable that is only accessible within a specific part of the program.

17
Q

Global Variable

A

A variable that is accessible from any part of the program.

18
Q

Initializing

A

Setting a variable to a specific value before using it.

19
Q

Data Types

A

Categories of data (e.g., integer, string) that determine what kind of value can be stored.

20
Q

String

A

A sequence of characters, such as text.