Code.org CSD Unit 3 Lesson 5

Code.org CSD Unit 3 Lesson 5

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Coding Basics

Coding Basics

Java Programming

Java Programming

Coding Vocabulary

Coding Vocabulary

Coding with MC Quiz 3

Coding with MC Quiz 3

Code.org Course E Ramp Up

Code.org Course E Ramp Up

Lesson 30 YDE 3rd

Lesson 30 YDE 3rd

Programming and Logic Lesson 1

Programming and Logic Lesson 1

Coding class

Coding class

Code.org CSD Unit 3 Lesson 5

Code.org CSD Unit 3 Lesson 5

Assessment

Quiz

Computers

6th - 8th Grade

Practice Problem

Medium

Created by

Therese Berglund

Used 65+ 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

Discover more resources for Computers