Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/48
Score 0
The symbols used to tell the computers what specific operation to perform on the numbers that surround them.
30
Operators
Q 2/48
Score 0
In computer programming, this is a character that represents an action.
30
Operators
48 questions
Q.
The symbols used to tell the computers what specific operation to perform on the numbers that surround them.
1
30 sec
Q.
In computer programming, this is a character that represents an action.
2
30 sec
Q.
The Various Math Operators
3
30 sec
Q.
Operator for Addition
4
30 sec
Q.
Operator for Subtraction
5
30 sec
Q.
Operator for Multiplication
6
30 sec
Q.
Operator for Division
7
30 sec
Q.
(In Python) Whole numbers like 4, 0, 99
8
30 sec
Q.
Numbers with fractions or decimal Points like 3.5, 42.1, & 5.0 (In Python)
9
30 sec
Q.
In a programming language is a combination of explicit values, constants, variables, operators, and functions that are interpreted according to the particular rules of precedence and of association for a particular programming language, which computes and then produces another value
10
30 sec
Q.
Made up of values connected by operators.
11
30 sec
Q.
You may put these amount of space in between the integers and the operators.
12
30 sec
Q.
2 + 2
13
30 sec
Q.
Type of value
14
30 sec
Q.
Type of Number
15
30 sec
Q.
However, not all numbers are integers
16
30 sec
Q.
The values in the following expression
17
30 sec
Q.
See image
18
30 sec
Q.
The operator in the following expression
19
30 sec
Q.
See image
20
30 sec
Q.
Made up of values connected by an operator.
21
30 sec
Q.
Also considered an expression
22
30 sec
Q.
Reduces the expression to a single value
23
30 sec
Q.
to compute an expression
24
30 sec
Q.
When a computer solves an expression and gets a value
25
30 sec
Q.
the grammar, structure, or order of the elements in a language statement.
26
30 sec
Q.
The computer does not understand the instruction you gave it because you typed it incorrectly.
27
30 sec
Q.
Along with telling the computer what to do, you must be able to do this.
28
30 sec
Q.
Expressions can contain these.
29
30 sec
Q.
Where we store values
30
30 sec
Q.
Can represent numeric values, characters, character strings, or memory addresses.
31
30 sec
Q.
A symbol or name that stands for a value
32
30 sec
Q.
For example, in the expression
33
30 sec
Q.
See image
34
30 sec
Q.
See image
35
30 sec
Q.
When you store values inside variables using the = sign
36
30 sec
Q.
sets and/or re-sets the value stored in the storage location(s) denoted by a variable name; in other words, it copies the value into the variable
37
30 sec
Q.
The instructions that creates the variables and stores the value in it.
38
30 sec
Q.
Instructions that do not evaluate to any value.
39
30 sec
Q.
An elementary instruction in a programming language.
40
30 sec
Q.
The smallest standalone element of a programming language which expresses some action to be carried out.
41
30 sec
Q.
If the instruction evaluates to a single value, then it is this.
42
30 sec
Q.
When the instructions do not evaluate to a single value, it is this.
43
30 sec
Q.
Stores Values
44
30 sec
Q.
Do NOT store Values
45
30 sec
Q.
Happens the first time you store a value inside a variable
46
30 sec
Q.
Changing the value stored inside a variable by performing another assignment statement with the same variable.
47
30 sec
Q.
What happens to the old value of a variable when it is overwritten