CSP definitions Flashcards

1
Q

Expression

A

An expression in programming is a combination of literals, variables, operators, and function calls that produce a value when evaluated

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

Assignment operator

A

The ‘Assignment Operator’ is a operator that allows the value of one variable to be copied into another variable

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

Variable

A

In computing, a variable is a piece of memory that stores a value that can be changed.

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

String

A

In any computer programming language, a string is a sequence of characters used to represent text.

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

Boolean value

A

In computer science, a Boolean is a logical data type that can have only the values true or false

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

comparison operators

A

Comparison operators — operators that compare values and return true or false .

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

Logical operator

A

A logical operator is a symbol or word used to connect two or more expressions such that the value of the compound expression produced depends only on that of the original expressions and on the meaning of the operator.

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

Conditional statement

A

Conditional statements are used through the various programming languages to instruct the computer on the decision to make when given some conditions.

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

Function

A

In computer programming, a function is a callable unit of software logic that has a well-defined interface and behavior and can be invoked multiple times.

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

function call

A

A function call is an expression containing the function name followed by the function call operator, () .

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