Python basics and if statements - БГ вариант

Python basics and if statements - БГ вариант

1st - 5th Grade

30 Qs

quiz-placeholder

Similar activities

Python

Python

KG - Professional Development

35 Qs

lesson 26

lesson 26

1st Grade

25 Qs

Python Y10

Python Y10

4th - 12th Grade

29 Qs

Python Level 1 ( Medvedev School )

Python Level 1 ( Medvedev School )

1st Grade

34 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Computer Pretest1(Python Grade7_t1)

Computer Pretest1(Python Grade7_t1)

3rd Grade - University

30 Qs

Python Level II

Python Level II

5th - 8th Grade

25 Qs

สอบปลายภาค วิทยาการคำนวณ ม.2

สอบปลายภาค วิทยาการคำนวณ ม.2

3rd Grade

25 Qs

Python basics and if statements - БГ вариант

Python basics and if statements - БГ вариант

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Ventsislav Hristov

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Коя е вградената функция на Python, използвана за показване на числа и текст на екрана?

print

input

output

command

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Коя функция преобразува число в низ?

str()

int()

parseInt()

convert

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Какъв ще бъде изходът от следния код?
print("3*4+5")

Синтактична грешка

17

3*4+5

12

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какъв ще бъде изходът от следния код?
print("Hello" + "world" + "today")

Helloworldtoday

Hello world today

"Hello" "world" "today"

SyntaxError

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как изписваме функцията за цяло число?

str()

int()

bool()

integer

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какво прави следният код?

name = input("какво е твоето име")

казва здравей

пита за датата на раждане на потребителя

Пита за името на потребителя и го съхранява в променливата, наречена name

Проверява информация

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какъв символ използвате, за да направите коментар в Python?

@

¬

;

#

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?