Python Basics Quiz

Quiz
•
Computers
•
6th Grade
•
Hard
Richard Jones
Used 161+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to assign the value 10 to a variable named `age`?
A) age == 10
B) age = 10
C) 10 = age
D) "age" = 10
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following is a string?
A) "123"
B) 123
C) 12.3
D) 1+2+3
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you print the word "Hello" in Python?
A) print(Hello)
B) print("Hello")
C) echo "Hello"
D) console.log("Hello")
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code output? `print("Fish" + "4")`
A) Fish4
B) Fish 4
C) Fish+4
D) Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to get input from the user?
A) get()
B) input()
C) read()
D) fetch()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the following operation: `print("8")
A) "eight"
B) 8
C) eight
D) "8"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you convert the string "123" into an integer in Python?
A) int("123")
B) "123".int()
C) integer("123")
D) convert("123", int)
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet: `print(2 * 3)`?
A) 6
B) 8
C) 9
D) An error
Similar Resources on Wayground
11 questions
Python PRIMM Recap L1/L2

Quiz
•
6th Grade
11 questions
Quiz#2

Quiz
•
6th - 8th Grade
9 questions
Introduction To Python

Quiz
•
6th - 8th Grade
6 questions
Алфавит языка. Синтаксис

Quiz
•
6th Grade
9 questions
Basic 256 Output Based Quiz

Quiz
•
6th Grade
10 questions
BASIC 256

Quiz
•
6th - 8th Grade
13 questions
Variables & Lists

Quiz
•
6th Grade
10 questions
Python

Quiz
•
3rd - 10th Grade
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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade