Coding: Variables

Coding: Variables

3rd - 8th Grade

12 Qs

quiz-placeholder

Similar activities

End of Unit 4 quiz review

End of Unit 4 quiz review

6th Grade

11 Qs

Computer Science Statistics for HourofCode

Computer Science Statistics for HourofCode

6th Grade - Professional Development

8 Qs

Algoritma Kelas 7

Algoritma Kelas 7

7th Grade

10 Qs

Drones

Drones

6th - 8th Grade

15 Qs

G7CheckPoint1T1CCDI

G7CheckPoint1T1CCDI

7th Grade

12 Qs

Digitech - Year 3

Digitech - Year 3

3rd - 5th Grade

16 Qs

Candy Town

Candy Town

6th - 7th Grade

10 Qs

Quiz on Technology

Quiz on Technology

6th - 8th Grade

10 Qs

Coding: Variables

Coding: Variables

Assessment

Quiz

Instructional Technology

3rd - 8th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Kate Decena

Used 238+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For the following pseudocode:

takeoff;

if (Alexa said Hello),

I say "Stop Alexa"

else

I say "Hi Alexa"


If my Alexa says "Good Morning", what will I say?

Stop Alexa

Hi Alexa

Good Morning, Alexa

Nothing

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For the following pseudocode:


set number to 2;

if (get number is 8)

flip forward;

else if (get number is 2)

flip right;

else

flip backwards;


What will my drone do?

flip backwards

flip forward

flip right

nothing

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For the following pseudocode:


set number to 10;

if (get number is 8)

flip forward;

else if (get number is 2)

flip right;

else

flip backwards;


What will my drone do?

flip backwards

flip forward

flip right

nothing

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For the following pseudocode:


set distance to 1;

go forward for (get distance) seconds;

change distance by 1;

go forward for (get distance) seconds;

change distance by -1;


What is my distance in the end?

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For the following pseudocode:


set distance to 1;

go forward for (get distance) seconds;

change distance by 1;

go forward for (get distance) seconds;

change distance by -1;


What is my distance in the beginning?

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable is used to...

tell if an expression is true or false

repeat the same instructions over and over again

store information to be referenced and used by programs

store information so that it is never used in the program

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the game of Pacman, what is an example of a variable?

Pacman

Lives

Time

All of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?