Activity 2 definitions Flashcards

to increase comprehension of computer science vocabulary to increase student achievement and success

You may prefer our related Brainscape-certified flashcards:
1
Q

navigation method used only when there is no data from sensors; path begin and end is fixed

A

dead reckoning

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

command used to trigger, start an event or procedure in a program

A

broadcasting

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

sequence of instructions that continually repeat until a condition is met

A

loop

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

using a procedure and only knowing what it does, not how it does it

A

procedural abstraction

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

each part is executed before moving to the next part; one line completes before the next begins

A

sequential

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

two processes occur at the same time

A

parallel

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

programming statement that evaluates a T/F expression to determine next steps in program; if-then, if-then-else are example statements

A

conditionals

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

one of two values

A

Boolean expression, data type

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

smallest unit of data a program can use; two types local and global

A

variables

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

set of steps to accomplish a task

A

algorithm

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

putting a function inside another function or loop inside another loop

A

nested loop

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

set a starting value

A

initialize

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

specific location by order for an element in a list; in Python the first is represented by a zero

A

index

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

collection of data values that do not have to be the same type; each item is called an element

A

list

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