
Python Practice Test #2

Quiz
•
Professional Development
•
Professional Development
•
Medium
Matt Little
Used 26+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What do you expect the following code will print given the first input is apple (stored in variable a) and the second input is banana (stored in variable b)?
apple:banana
apple::banana
banana:apple:
banana::apple
Answer explanation
The inputs were swapped during the assignment. x is assigned the value stored inside b, and y is assigned the value stored inside a.
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
0
4
2
1
Answer explanation
The if clause inside myfun() will evaluate to true since the value passed to the function is >= 4. The if block will then be executed, and the value of 4 will be returned.
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
['bananas', '']
['bananas']
['apples']
['apples', 'bananas', '']
Answer explanation
The element 'apples' will be removed from the list from the .remove('apples') method
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
[7, 6, 5, 4, 3, 2, 1]
[1, 2, 3, 4, 5, 6, 7]
[1, 2, 3, 4, 5, 6]
[2, 3, 4, 5, 6, 7]
Answer explanation
The symbol [:] accesses all elements in the list. [::-1] accesses all elements in the list but in reverse order.
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
0b01
0b11
0b10
10
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the output of the following program?
1
9
10
90
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
Not equal
Equal
False
True
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
class ,objects,variables & methods

Quiz
•
Professional Development
25 questions
AWS Devops Final Assessment

Quiz
•
Professional Development
29 questions
Flutter_Q3

Quiz
•
Professional Development
25 questions
BCSBI

Quiz
•
Professional Development
27 questions
Aplikasi android

Quiz
•
Professional Development
25 questions
prompt engineering basics quiz

Quiz
•
Professional Development
25 questions
Quiz 1 - ITEDEV - Final

Quiz
•
Professional Development
30 questions
Programming Boot Camp-Quiz I

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade