Тест по языку Python

Quiz
•
Information Technology (IT)
•
Professional Development
•
Hard
DraniCorp DraniCorp
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите тип переменной, которой нет в языке python
int
str
float
number
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как на языке python объявить переменную типа int
int a = 15;
a = “15”
a = 15
a == 15
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите правильную запись условной конструкции
if (a>5) { print(“а больше 5”) }
if a>5: { print(“а больше 5”) }
)if a>5: print(“а больше 5”)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какие виды циклов существуют:
for, while
for, while, if
for, while, do while
for, if
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что станет итогом выполнения данной программы? A=”15” B=34 A+B
49
1534
ошибка
56
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что станет итогом выполнения данной программы? A=”Привет” A*3
ПриветПриветПривет
Привет3
ошибка
ААА
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет напечатано на экране? A=[5, 10, 15, 0] Print(A[1])
5
10
1
A[1]
Create a free account and access millions of resources
Similar Resources on Wayground
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