Основы 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
10 questions
KS3 GCSE Computer Science (Programming / Python)

Quiz
•
7th - 11th Grade
12 questions
Python Programming Basics

Quiz
•
7th - 11th Grade
15 questions
Вспомним Python

Quiz
•
9th Grade
12 questions
CS Python Fundamentals Quiz 2 Review & Practice

Quiz
•
9th - 12th Grade
15 questions
Programozás I.

Quiz
•
9th Grade
12 questions
Project-Stem Unit 1 python coding

Quiz
•
9th - 12th Grade
10 questions
Викторина по Python (Урок 1-2)

Quiz
•
5th - 11th Grade
15 questions
Python programming language Quiz - Week 9

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade