App Creators - Lesson 2

App Creators - Lesson 2

6th - 8th Grade

7 Qs

quiz-placeholder

Similar activities

Scratch Lesson 1

Scratch Lesson 1

7th Grade

10 Qs

Key Concepts 1

Key Concepts 1

5th - 7th Grade

11 Qs

Computer Science Quiz

Computer Science Quiz

6th Grade

12 Qs

Coding in Minecraft: Lesson 3 - Agent Build

Coding in Minecraft: Lesson 3 - Agent Build

6th Grade

10 Qs

S1 Programming

S1 Programming

7th Grade

12 Qs

Y8 Flow Diagrams

Y8 Flow Diagrams

8th Grade

10 Qs

Block Chain, Crypto Currencies and Bitcoin

Block Chain, Crypto Currencies and Bitcoin

7th Grade

10 Qs

Spike Prime Coding Blocks

Spike Prime Coding Blocks

6th - 8th Grade

12 Qs

App Creators - Lesson 2

App Creators - Lesson 2

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Sarah Rock

Used 28+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is the increment for the loop above?

number

from

to

by

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the index number for "green"?

1

2

3

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which set of blocks of code represents the flowchart?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What commands should be included when creating a new procedure, moveSprite, in order to reduce all redundancy in the event handlers above? Select all the blocks that apply.

Media Image
Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following event handlers will display “Clean up room” in the ChoreLabel every time the ChoreButton is clicked?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following GoButton.Click blocks populates ColorsLabel with the colors listed in colorsList, separated by commas?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following describes a type of list that contains pre-set data that does not change while the app is running?

static list

dynamic list

variable list

random list