Coding: Variables

Coding: Variables

3rd - 8th Grade

12 Qs

quiz-placeholder

Similar activities

Computo - De Miguel Angel

Computo - De Miguel Angel

5th Grade

8 Qs

Robotics Quiz 4

Robotics Quiz 4

7th Grade

10 Qs

CLARO BOX TV

CLARO BOX TV

1st - 3rd Grade

10 Qs

Inteligencia artificial

Inteligencia artificial

5th - 9th Grade

15 Qs

IC3 GS6 Domain 4 Assessment

IC3 GS6 Domain 4 Assessment

6th - 12th Grade

17 Qs

PRUEBA DE INFORMÁTICA

PRUEBA DE INFORMÁTICA

5th Grade

11 Qs

6° Besoin, Fonction d'usage, Fonction d'estime

6° Besoin, Fonction d'usage, Fonction d'estime

6th Grade

13 Qs

PROGRAMACIÓN

PROGRAMACIÓN

1st - 5th 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 239+ 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?

Discover more resources for Instructional Technology