Code.org CSD Unit 3 Lesson 5

Code.org CSD Unit 3 Lesson 5

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Excel function Year 6

Excel function Year 6

6th Grade

11 Qs

Microsoft Publisher

Microsoft Publisher

7th - 10th Grade

10 Qs

File Management 3 Quiz

File Management 3 Quiz

8th Grade

10 Qs

Powerpoint

Powerpoint

3rd - 6th Grade

10 Qs

Coding Quiz

Coding Quiz

3rd - 6th Grade

11 Qs

KELAS VIII BAB 6

KELAS VIII BAB 6

8th Grade

10 Qs

Photoshop Basics

Photoshop Basics

8th Grade

10 Qs

Quiz tentang Microsoft Word, Software dan Hardware

Quiz tentang Microsoft Word, Software dan Hardware

8th 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 63+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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