Code.org CSD Unit 3 Lesson 5

Code.org CSD Unit 3 Lesson 5

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Technology Terms programming

Technology Terms programming

3rd - 8th Grade

10 Qs

Java Strings

Java Strings

1st Grade - Professional Development

10 Qs

Javascript

Javascript

6th - 10th Grade

10 Qs

JavaScript Basics

JavaScript Basics

6th - 8th Grade

10 Qs

Variables and data types

Variables and data types

4th - 12th Grade

12 Qs

Programming in QBasic

Programming in QBasic

6th Grade

10 Qs

FORMATTING IN MS WORD

FORMATTING IN MS WORD

2nd - 10th Grade

10 Qs

Python Programming

Python Programming

7th - 9th 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