Code.org CSD Unit 3 Lesson 5

Code.org CSD Unit 3 Lesson 5

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Passing Pointers C++

Passing Pointers C++

6th - 8th Grade

10 Qs

Python

Python

8th Grade

13 Qs

Dojo - Type Inference

Dojo - Type Inference

1st - 12th Grade

13 Qs

Python Variables

Python Variables

6th - 8th Grade

11 Qs

JavaScript Variables

JavaScript Variables

7th Grade

10 Qs

AC 1.7

AC 1.7

8th Grade

10 Qs

Code.org lesson 1.9

Code.org lesson 1.9

7th Grade

10 Qs

T3 Y7 Grasshopper App

T3 Y7 Grasshopper App

7th - 9th Grade

8 Qs

Code.org CSD Unit 3 Lesson 5

Code.org CSD Unit 3 Lesson 5

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Therese Berglund

Used 61+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Variable

A placeholder for a piece of information that can change.

An extra piece of information passed to a function to customize it for a specific need

An algorithm that has been coded into something that can be run by a machine.

Attributes that describe an object's characteristics

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the variable for this label?

size

name

location

value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will create a new variable?

var

name

loc

size

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are an assignment operator in this lesson?

=

+

-

x

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the assigned VALUE in this picture?

size

=

100

50

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

According to slide 7, what is the variable assigned to the x value?

size=100

size=200

x=100

x=200

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You will want to give a variable its first (or initial) value right away. You can initialize a variable in a single command by combining...

var and = command

variable and = command

x and y commands

size and control command

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After you initialize a variable you don't need to use the var command to assign a new value.

True

False