Основы Python Programming

Quiz
•
Computers
•
9th Grade
•
Medium
Дмитрий Гурдин
Used 5+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Определите значение переменной a после выполнения алгоритма:
a = 4
b = 6
b = 8 + a*b
a = b / 4 *a
Answer explanation
a = b / 4 *a
в первую очередь - деление
во вторую - умножение
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Определите значение переменной a после исполнения данного алгоритма.
a = 12
b = 8 + a / 2
a = a – b / 2
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Определите значение переменной «a» после выполнения фрагмента программы:
a = 10
if a < 5:
a += 12
else:
a =a - 7
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Сколько раз будет выполнен этот цикл?
i = 4
while i < 2:
print ( "Привет!" )
i += 1
Answer explanation
цикл будет выполняться, если условие будет выполняться
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Определите, что будет напечатано в результате работы следующей программы.
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Определите, что будет напечатано в результате работы следующей программы.
s = "123"
s = s + "0" + s;
print ( s )
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено на экран после выполнения программы?
s = "12345"
n = len(s) + len("456")
print ( n )
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
python 1

Quiz
•
9th Grade
20 questions
Mod 2 Test

Quiz
•
9th - 12th Grade
10 questions
Year 9 lower Python

Quiz
•
9th Grade
12 questions
Java Strings

Quiz
•
9th - 12th Grade
20 questions
AQA GCSE Computer Science -3.1.1 Representing algorithms

Quiz
•
8th - 10th Grade
10 questions
คำศัพท์ภาษาไพทอน Test 10 ข้อ

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

Quiz
•
9th Grade
10 questions
TRẮC NGHIỆM PYTHON

Quiz
•
9th - 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