
OTP20.03.24

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
Роман Касимов
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
p='I am clever student'
print(p[0:11:2])
Invalid syntax
Ia cee
Ia cee suet
Ia lvr
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
p='abcdefghijklmnopqr'
if len(p)*2%3==0:
print('Ne Pravilno')
else:
print('Pravilno')
Ne Pravilno
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
p='Python is fun'
print(p[0:10:3])
Py
Pt
Pi
Pn
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print( len('Hello World') % 4)
0
1
2
3
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
num = 10
if num > 5:
print('Greater than 5')
else:
print('Less than or equal to 5')
Greater than 5
Less than or equal to 5
10
5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
p='abcdefgromamatveymaximegor'
mmr=0
for i in range(len(p)):
if 'm' in p:
mmr+=1
print(mmr)
26
invalid syntax
4
8
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
num = 20
if num % 3 == 0:
print('Divisible by 3')
else:
print('Not divisible by 3')
Divisible by 3
Not divisible by 3
20
3
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
методы строк в питоне

Quiz
•
7th Grade
10 questions
Shortcuts

Quiz
•
5th - 10th Grade
14 questions
Shortcut Keys Quiz

Quiz
•
7th Grade
10 questions
Keyboard Shortcuts and other tips

Quiz
•
1st - 12th Grade
10 questions
Year 7 Python Lesson 1 Recap

Quiz
•
8th Grade
12 questions
Python for loop

Quiz
•
4th - 12th Grade
14 questions
Python Dictionary

Quiz
•
8th Grade
14 questions
Word Processing

Quiz
•
6th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Digital Footprint

Quiz
•
6th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade