R12 Edublocks Homework

R12 Edublocks Homework

9th Grade

7 Qs

quiz-placeholder

Similar activities

Programming Tools

Programming Tools

6th Grade - University

10 Qs

Nat 5 Standard Algorithms + Predefined Functions

Nat 5 Standard Algorithms + Predefined Functions

8th - 10th Grade

10 Qs

Introduction to Programming Language

Introduction to Programming Language

9th - 12th Grade

6 Qs

Object Oriented Programming And Flowchart Symbols

Object Oriented Programming And Flowchart Symbols

9th - 12th Grade

12 Qs

AP CSP Vocab Quiz BI 1, 2

AP CSP Vocab Quiz BI 1, 2

9th - 12th Grade

11 Qs

AP CSP code.org Unit 3 2020

AP CSP code.org Unit 3 2020

9th - 12th Grade

10 Qs

CP3-Gr9Gen

CP3-Gr9Gen

9th Grade

10 Qs

Introduction to Coding

Introduction to Coding

9th Grade

12 Qs

R12 Edublocks Homework

R12 Edublocks Homework

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Ian Jones

Used 4+ times

FREE Resource

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