CSP Python Review 2

CSP Python Review 2

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Python Functions

Python Functions

12th Grade

15 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Tracing Loops in Java

Tracing Loops in Java

12th Grade

17 Qs

Post-Break Python Refresher

Post-Break Python Refresher

9th - 12th Grade

20 Qs

Python Lists

Python Lists

10th Grade

14 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

CSP Python Review 2

CSP Python Review 2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Terry Nguyen

Used 21+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Linking elements together to make a string is called what?
Combining
Connecting
Concatenation
Stringing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

people = ["John", "Rob", "Bob"]
print (people[1])
What would this result be?
John
Rob
Bob
Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

people = ["John", "Rob", "Bob"]
print (people[-1])
What would this result be?
John
Rob
Bob
Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

people = ["John", "Rob", "Bob"]
print (people[4])
what would this result be?
John
Rob
Bob
Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why would you use a WHILE loop?
To repeat code
To repeat code until a condition is met
To save time
To increase the range of code

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What function is used to let the user answer a question?
Open
Print
Answer
Input

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?