Activity 1.1.2 Happy Accelerometer Vocabulary Flashcards

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

a set of steps to accomplish a task

A

algorithm

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

The smallest unit of data storage that a program can use.

A

variable

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

The values that a program provides to a function or subroutine.

A

argument

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

A sequence of actions or instructions to follow in solving a problem or accomplishing a task.

A

procedure

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

data type: text or characters displayed by a program

A

string

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

A joining together of separate items—without changing them—into one place.

A

concatenate

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

defines certain properties of what different kinds of information may or may not do

A

data type

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

In a program, processing conditional statements to determine what action to take next.

A

logic

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

add,
subtract,
multiply,
divide,
exponent,
modulus

A

arithmetic operators

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

less than,
greater than,
less than or equal to,
greater than or equal to,
equal to,
not equal to

A

relational operators

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

AND,
OR,
NOT

A

logical operators

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

A style of writing file names that avoids spaces and other characters and differentiates words based on capitalization.

A

camelCase

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

data type; a whole number that does not have a decimal or any digits after the decimal.

A

integer

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

data type; number type that provides very precise information by including all the numbers after the decimal.

A

float

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

data type having only two values; true or false

A

Boolean

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

allows you to manipulate the properties of a block

A

mutator

17
Q

A technique or process that manages complexity in a program or computer system.

A

abstract

18
Q

To direct a program to execute or reference a certain procedure.

A

call a procedure