Blockly Coding

Blockly Coding

8th Grade

9 Qs

quiz-placeholder

Similar activities

JSPS Competition Hackathon - Scratch Language - Grade 1

JSPS Competition Hackathon - Scratch Language - Grade 1

2nd Grade - University

10 Qs

PC - 8º Ano - Rec Projeto Personagens

PC - 8º Ano - Rec Projeto Personagens

8th Grade

12 Qs

Cuestionario Nociones Básicas

Cuestionario Nociones Básicas

8th Grade

13 Qs

Tin 8/1

Tin 8/1

KG - University

10 Qs

loop while/do while

loop while/do while

7th - 12th Grade

10 Qs

ЧИСЛОТОН ИнФиМа

ЧИСЛОТОН ИнФиМа

5th - 11th Grade

10 Qs

QBASIC Programming

QBASIC Programming

5th - 10th Grade

10 Qs

Informática: Quem sabe mais?

Informática: Quem sabe mais?

KG - Professional Development

12 Qs

Blockly Coding

Blockly Coding

Assessment

Quiz

Computers

8th Grade

Practice Problem

Medium

Created by

Ann Thomas

Used 77+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many lines of drawSprites should any program contain?

One for every sprite

one before the draw loop and one after

One above the draw loop

one at the bottom of the draw loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What comes first in the draw loop?

background

drawSprites

counter pattern

variables

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should variables be created? (var)

last

first

inside the draw loop

after the draw loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

boy.x = boy.x + 5

Is an example of a ......

random number

variable

counter pattern

draw loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

witch.y = witch.x - 3

What action would this line of code create?

The sprite will move up.

The sprite will move left.

The sprite will move diagonally.

The sprite will not move at all.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is this?

Control Statement

Counter Statement

Create Statement

Conditional Statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

sprite.y == sprite.x

What does the sign mean?

equals

greater than

less than

gets the value of

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

sprite1.x > sprite2.x

Which of the option would make the console log print true?

sprite1.x is 100

sprite2.x is 100

sprite1.x is 200

sprite2.x is 100

sprite1.x is 100

sprite2.x is 200

sprite1.x is 100

sprite2.y is 100

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define: Boolean Expression

A question that can be answered either:

True OR False.

A question that can only be answered:

True.

A question that can only be answered:

False.

A question that can only be answered with a number.