PLTW CSE Essentials - Review for EOC #2

PLTW CSE Essentials - Review for EOC #2

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

class 11 - basic concepts in python 1

class 11 - basic concepts in python 1

11th Grade

19 Qs

MakeCode Quiz

MakeCode Quiz

9th - 12th Grade

20 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 Qs

Python - Input, print and operators.

Python - Input, print and operators.

9th - 10th Grade

17 Qs

Python Recap

Python Recap

9th - 11th Grade

19 Qs

Python:  Groups - Lists

Python: Groups - Lists

10th - 12th Grade

16 Qs

Cycle 4 VR Vex Final Review

Cycle 4 VR Vex Final Review

7th - 10th Grade

20 Qs

PLTW CSE Essentials - Review for EOC #2

PLTW CSE Essentials - Review for EOC #2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Wayground Content

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

people = ["John", "Rob", "Bob"]

print (people[-1])

what would this result be?

John
Rob
Bob

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Android is a ___________
Open Source Software
Google Play Store
Flowchart                       
Sweet DISH 

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When connecting App Inventor to your mobile device via AI Companion, QR in QR Code stands for?

Quick Read

Quick Ready

Quit Read

Quite Ready

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
Good moning 'Dave'
Good morning Dave
Good morning name
Good morning + Dave

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

people = ["John", "Rob", "Bob"]

print (people[4])

what would this result be?

John
Rob
Bob
Error

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image
A
B
C
D

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which menu option allows you to create a new app?

Projects

Connect

Build

Help

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?