Unit 1 Vocab Flashcards

1
Q

Algorithm

A

A set of instructions a computer will follow

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

Variables

A

information a user gives a computer to define something

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

Collaboration

A

to work jointly with others or together especially in an intellectual endeavor.

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

Driver

A

a set of files that tells a piece of hardware how to function by communicating with a computer’s operating system

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

Conditional

A

code that decides what part of an algorithm to run based on whether a condition is true or false.

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

Sprite

A

an image that represents something on a computer

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

Broadcast

A

when a sprite sends a message to another part of the program

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

Command

A

A specific action assigned to a program to perform a specific task

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

Event/Control

A

things that happen in the system you are programming, which the system tells you about so your code can react to them.

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

Input

A

Data or information the user gives the computer

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

Output

A

information that the computer gives to the user

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

Pseudocode

A

an informal and contrived way of writing programs in which you represent the sequence of actions and instructions (aka algorithms) in a form that humans can easily understand

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

Sequence

A

The order a computer runs a algorithm

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

Local Variable

A

a variable that only works within the sprite it is coded

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

Global Variable

A

a variable that works anywhere in the program

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

Initializing

A

setting your variable to something.at the beginning of your program BEFORE using

17
Q

Data Types

A

different ways to store information +