Python Cert - Day 5 (AM)

Quiz
•
Computers
•
12th Grade
•
Hard

Bobby Liu
Used 2+ times
FREE Resource
37 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 6 pts
The following snippet:
is erroneous
will output 4
will output None
will output 2
2.
MULTIPLE CHOICE QUESTION
1 min • 6 pts
What is the output of the following snippet?
2
the snippet is erroneous and will cause SyntaxError
4
6
3.
MULTIPLE CHOICE QUESTION
1 min • 6 pts
What is the output of the following piece of code if the user enters two lines containing 3 and 2 respectively?
2
1
0
3
Answer explanation
4.
MULTIPLE CHOICE QUESTION
1 min • 6 pts
What will be the output of the following snippet?
1 0
0 1
1 1
0 0
5.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
An operator able to check whether two values are NOT EQUAL is coded as:
!=
not ==
<>
=/=
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
How many elements does the lst list contain?
lst = [i for i in range(-1, -2)]
one
zero
two
three
7.
MULTIPLE CHOICE QUESTION
1 min • 6 pts
What is the output of the following snippet?
[2, 1, 1, 2]
[1, 1, 1, 2]
[1, 2, 1, 2]
[1, 2, 2, 2]
Create a free account and access millions of resources
Similar Resources on Wayground
32 questions
HSC AMS 6.4

Quiz
•
12th Grade
42 questions
ภาษาซี

Quiz
•
9th - 12th Grade
35 questions
Python

Quiz
•
11th - 12th Grade
40 questions
Python-Quiz1

Quiz
•
12th Grade
37 questions
AP CS A Midterm Review

Quiz
•
9th - 12th Grade
35 questions
Spring Final Review Part II

Quiz
•
9th - 12th Grade
40 questions
Introduction to Computers

Quiz
•
9th - 12th Grade
40 questions
Midterm 4/15 Programming

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade