R12 Edublocks Homework

R12 Edublocks Homework

Assessment

Quiz

Created by

Ian Jones

Computers

9th Grade

4 plays

Hard

Student preview

quiz-placeholder

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the symbol used to subtract in the code provided?

+

*

-

>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is "Num1" in the code?

A constant

A string

A loop

A variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the "for i in range(0, 4):" statement represent?

A selection

An iteration

A constant

An algorithm

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the purpose of the "if" statement in the code?

To perform addition

To define a variable

To make a selection

To print a value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the entire block of code considered as?

A string

A sequence

A syntax

An algorithm

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the "print" statement do in the code?

Subtracts a value

Outputs a value

Defines a variable

Ends the code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the term used to describe the specific language of the code blocks?

Algorithm

Sequence

Syntax

Variable