
OTP20.03.24
Authored by Роман Касимов
Computers
6th - 8th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Программирование алгоритма 8 класс
Quiz
•
1st - 10th Grade
15 questions
Coding Terms Quiz
Quiz
•
7th Grade
10 questions
Informatik - Word_Grundlagen - Basic I
Quiz
•
5th - 8th Grade
10 questions
DASAR TIK
Quiz
•
7th Grade
14 questions
Internet Basics Review #1
Quiz
•
6th - 8th Grade
12 questions
Пайтон: знайди помилку
Quiz
•
7th Grade
10 questions
Pengolahan Data Lanjutan
Quiz
•
7th Grade
10 questions
Materi Microsoft Office Word
Quiz
•
7th - 8th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade