
Python Basics Quiz

Quiz
•
Instructional Technology
•
5th - 10th Grade
•
Hard
Klea h
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What will be the output of the following code?
# This is a comment
#print("Hello, World!")
This is a comment
Hello, World!
# This is a comment
Hello, World!
No output
Error
2.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which of the following is the correct way to write a multiline comment in Python?
/* This is a comment */
// This is a comment
# This is a comment
"""This is a comment"""
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What is the data type of the user input in the code below?
x = input("Enter a number: ")
int
float
str
bool
4.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which line correctly converts the input to an integer?
x = str(input())
x = float(input())
x = int(input())
x = input(int())
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What will be the result of the following code?
x = 5 y = "3" print(x + int(y))
8
53
Error
5 + "3"
6.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which of the following is a valid variable?
2name = "John"
full-name = "John"
running_total = 123
my class = 123
7.
FILL IN THE BLANK QUESTION
1 min • 2 pts
Complete the code to print: My name is Ben and I am 13 years old.?
name = "Ben"
age = 13
print(________________)
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
Bilgisayar Bilimi 21-22 II. Dönem 1.yazılı hazırlığı

Quiz
•
9th Grade - University
31 questions
Ujian Akhir TIK Kelas 8

Quiz
•
8th Grade
33 questions
Tin 10

Quiz
•
10th Grade
25 questions
ICT Computing Essentials Test Prep 4v3

Quiz
•
6th Grade
30 questions
ULANGAN TKJ 10 JANUARI 2025

Quiz
•
10th Grade - University
25 questions
ICT 9 Q1 M5, MATERIALS, TOOLS, EQUIPMENT AND TESTING DEVICES

Quiz
•
9th Grade
25 questions
TES SUMATIF TENGAH SEMESTER

Quiz
•
8th Grade
30 questions
Ulangan Harian BAB 4. Sistem Komputer

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade