Программирование на Python

Программирование на Python

10th Grade

20 Qs

quiz-placeholder

Similar activities

Тест по основам Python(intro1)

Тест по основам Python(intro1)

9th - 12th Grade

20 Qs

ICT G 7 Chapter 2.1 Input and Output Devices

ICT G 7 Chapter 2.1 Input and Output Devices

7th Grade - University

20 Qs

 XI Kuis Analisis Data

XI Kuis Analisis Data

10th Grade - University

20 Qs

Câu hỏi về PowerPoint

Câu hỏi về PowerPoint

4th Grade - University

20 Qs

Bài 26

Bài 26

10th Grade - University

15 Qs

Bài 25

Bài 25

10th Grade - University

15 Qs

TIK : pengolah presentasi

TIK : pengolah presentasi

10th Grade

20 Qs

LKPD I_Aplikasi Pengolah Kata

LKPD I_Aplikasi Pengolah Kata

10th Grade

15 Qs

Программирование на Python

Программирование на Python

Assessment

Quiz

Information Technology (IT)

10th Grade

Practice Problem

Medium

Created by

Татьяна Ярешко

Used 20+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Определите тип переменных, описанных как 1) float; 2) int; 3) str

1) вещественный; 2) целый; 3) строковый
1)строковый ; 2) целый; 3) вещественный
1) целый; 2) строковый; 3) вещественный
1) целый; 2) вещественный; 3) строковый

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Определите правильную запись оператора вывода строкой величины

print (Hello!)
print ("Hello!")
print "Hello!"
print: Hello!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Определите правильную запись оператора вывода значения переменной

print (a)
print ("a")
print "a"
print: a

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Определите правильную запись оператора ввода двух целых чисел

a, b=int(input())
a=int(input()); b=int(input())
a=(input()); b=(input())
a, b=(input())

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Определите результат выполнения программы

10
6
4
12

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Определите результат выполнения программы

2
6
4
12

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Определите значение переменной: а=5%2

1
2
2,5
5

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?