
Mashdemy 1-5 AI/ML

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Mashdemy Tutor
Used 18+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why Python?
Python is hard to learn
Python has simple syntax
Python is only used for web development
Python doesn't support object-oriented programming
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Using Arithmetic Operators
What is the result of 5 + 3 * 2?
16
10
11
8
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to assign a value to a variable in Python?
'x = 5'
'5 = x'
'x := 5'
'int x = 5'
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will print("Hello, World!") output?
Hello World
"Hello, World!"
Hello, World!
Hello World!
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you use the .format() method to insert values into a string?
print("Hello {}".format("World"))
print("Hello {World}")
print("Hello %s" % "World")
print("Hello World".format())
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access the first element in a list my_list?
my_list[1]
my_list[-1]
my_list[0]
my_list.first()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a tuple with three elements?
my_tuple = [1, 2, 3]
my_tuple = (1, 2, 3)
my_tuple = {1, 2, 3}
my_tuple = 1, 2, 3
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Питон тест

Quiz
•
9th Grade
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
12 questions
Python

Quiz
•
7th - 9th Grade
15 questions
Python Basics Quiz

Quiz
•
9th - 12th Grade
10 questions
10 Important Python Fundamentals Questions

Quiz
•
12th Grade
15 questions
Python Revision Tour - I

Quiz
•
12th Grade
10 questions
Python Programming Essentials Quiz

Quiz
•
12th Grade
10 questions
Python lists and tuples

Quiz
•
12th 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
10 questions
Proper Keyboarding Techniques

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

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade