9класс python

Quiz
•
Computers
•
9th - 10th Grade
•
Medium
Нурболат Айтбеков
Used 43+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print("16+8")
15
16
incorrect
16+8
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
name="john"
print(name)
name
jon
john
incorrect
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
list=[1, "long", "sun",8, 16 ]
print(list[1])
1
16
long
sun
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
list=[1, 2, "sun", "apple"]
list[3]=9
print(list)
1 9 sun apple
1, 2 9 apple
1 2 sun 9
incorrect
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
list=[2, 3, 4]
print(list)
2 3 4
2,3,4
incorrect
list
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(Hello, world)
Hello world
Hello World
incorrect
hello world
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
list=[1, 2, 3]
print(list[1])
print(list[2])
1
2
2
3
1
3
incorect
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
list=["apple", "banana", "orange" ]
list[1]= "sun"
print(list)
sun banana orange
apple banana sun
apple sun banana orange
apple sun orange
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print("Hello, my friend")
Hello my friend
Hello, friend
Hello, my friend
incorrect
Similar Resources on Wayground
12 questions
Intro to python

Quiz
•
9th Grade
10 questions
Pemrograman Dasar C++

Quiz
•
10th Grade
12 questions
Основи Python

Quiz
•
7th - 12th Grade
10 questions
PYTHON (FOR LOOP)

Quiz
•
1st - 10th Grade
13 questions
Python Recap Challenge

Quiz
•
10th Grade
12 questions
python

Quiz
•
9th - 10th Grade
10 questions
python quiz

Quiz
•
6th Grade - Professio...
13 questions
Python Level 1 Quiz

Quiz
•
10th - 11th 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