Code.org CSD Unit 3 Lesson 5

Code.org CSD Unit 3 Lesson 5

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Overcoming activity - JS

Overcoming activity - JS

7th Grade

12 Qs

Khan Academy Javascript

Khan Academy Javascript

8th Grade

12 Qs

JS: Conditionals!

JS: Conditionals!

6th Grade - University

11 Qs

Programming Basics Basics

Programming Basics Basics

8th Grade - University

10 Qs

App Creators - Activity 1.7

App Creators - Activity 1.7

6th - 8th Grade

13 Qs

Khan Academy Programming

Khan Academy Programming

6th - 8th Grade

11 Qs

Khan Academy JavaScript

Khan Academy JavaScript

8th Grade

12 Qs

Webpage Designing

Webpage Designing

7th Grade

10 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