R12 Edublocks Homework

R12 Edublocks Homework

9th Grade

7 Qs

quiz-placeholder

Similar activities

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

Introduction to Programming

Introduction to Programming

9th Grade

12 Qs

Introduction to Computer Programming

Introduction to Computer Programming

6th Grade - University

10 Qs

AP CSP Vocab Quiz BI 1, 2

AP CSP Vocab Quiz BI 1, 2

9th - 12th Grade

11 Qs

Python

Python

7th - 9th Grade

12 Qs

Introduction to programming

Introduction to programming

5th - 10th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 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