PLTW CSE Essentials - Review for EOC #3

PLTW CSE Essentials - Review for EOC #3

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Swift Programming Review 1

Swift Programming Review 1

8th - 12th Grade

15 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

Code.org Summative

Code.org Summative

9th - 12th Grade

25 Qs

Turtle Refresh Quiz

Turtle Refresh Quiz

10th Grade

15 Qs

JavaScript Quiz 2

JavaScript Quiz 2

9th - 12th Grade

20 Qs

Graphics Review: Design Process (S2)

Graphics Review: Design Process (S2)

9th - 12th Grade

18 Qs

Cycle 4 VR Vex Final Review

Cycle 4 VR Vex Final Review

7th - 10th Grade

20 Qs

Swift playground Quiz 3

Swift playground Quiz 3

11th - 12th Grade

21 Qs

PLTW CSE Essentials - Review for EOC #3

PLTW CSE Essentials - Review for EOC #3

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Wayground Content

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
This block of code is an example of . . .
an event handler.
a conditional statement.
an iterative loop.
a non-visible component.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 0

while x + 1 < 5:

- x = x + 1

else:

- x += 1

print(x)

4

6

5

Infinite Loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

mystring = "hello"

for letter in mystring :

- print(mystring.find(letter))

0,1,2,2,4

0,1,2,3,4

0,1,1,2,4

0,1,2,3,3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

RGB uses light to display color.
True
False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that can be used anywhere in a program.
String Data
Global Variable
Local Variable
Component

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
What's the correct algorithm to get the bus to the school?
Turn Left, Move Forward, Move Forward, Turn Right
Move Forward, Move Forward
Move Forward, Move Forward, Move Forward, Turn Left, Turn, Right
Turn Left, Move Forward, Turn Right, Move Forward, Move Forward, Turn Left
Turn Right, Move Forward, Turn Left, Move Forward, Turn Left

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This area shows a list of pictures and/or sound being used in the project.

Properties

Viewer

Palette

Media

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?