Use, understand and know how the following statement types can be combined in programs: variable declaration, constant declaration, assignment, iteration, selection, subroutine (procedure/function).
Track each student's skills and progress in your Mastery dashboards
Give this quiz to my class
Q 1/13
Score 0
What is a variable?
45
It loops until a condition is met
It can store data in a location in memory and it can change
It checks to see if a condition is true
It can store data in a location in memoriy and it can not change during the running of the program
Q 2/13
Score 0
What is a constant?
45
It can store data in a location in memory and it can not change during the running of the program
It checks to see if a condition is true
It loops until a condition is met
It can store data in a location in memory and it can change
13 questions
Q.
What is a variable?
1
45 sec
3.2.2.a
Q.
What is a constant?
2
45 sec
3.2.2.a
Q.
What is the variable is this program?
3
45 sec
3.2.2.a
Q.
What is the constant in this program?
4
45 sec
3.2.2.a
Q.
What does the term sequence mean?
5
45 sec
3.2.2.a
Q.
What is selection?
6
45 sec
3.2.2.a
Q.
What is iteration?
7
45 sec
3.2.2.a
Q.
What programming constructs are being used in the code above?
8
45 sec
3.2.2.a
Q.
What programming construct are being used?
9
45 sec
3.2.2.a
Q.
What programming construct are being used?
10
45 sec
3.2.2.a
Q.
Which programming technique is being used here?
11
45 sec
3.2.2.a
Q.
How would you declare variable called city with London stored in it?
12
45 sec
3.2.2.a
Q.
How would you check to see if the code matches the correct pincode?