Programming terms Flashcards

1
Q

package

A

group of related classes

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

scope

A

the part of the program in which a particular declaration is valid

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

assignment

A

assigns the variable with a value

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

program

A

consists of instructions executing one at a time

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

declaration

A

a request to set aside a new variable with a given name and type

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

evaluation

A

the process of obtaining the value in an expression

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

modulo

A

an operator that finds the remainder of 2 integers

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

class constant

A

a named value that cannot be change

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

integer

A

a whole number

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

double

A

a decimal number

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

argument

A

a variable that appears inside the parenthesis in a method call

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

variable

A

stored data

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

control structure

A

a syntactical structure that controls other statements

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

constructor

A

a method that creates and initializes an object

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