Search Header Logo

Контрольная работа, часть 1.

Authored by Антон Тараненко

Computers

Professional Development

Used 2+ times

Контрольная работа, часть 1.
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Какая команда используется для вывода (печати) данных?

printf()

cout()

print()

Console.WriteLine()

2.

FILL IN THE BLANKS QUESTION

15 mins • 2 pts

Выберите верные строки кода:
1. print('Просто текст...")

2. print("I'm a math teacher and a programmer!")

3. print('I'm 16 and I'm from Northern Ireland.')

4. print('Поэма "Мёртвые души" одна из самых интересных')

5. print("3.1415")

6. print()

(пишите цифры в ответ от наименьшего к большему, без запятых)

(a)  

3.

FILL IN THE BLANKS QUESTION

15 mins • 2 pts

Выберите верные строки кода:
1. print('Python', 'is the best', '!!')

2. print("раз", "два, "три")

3. print("10", '100', '1000)

4. print("Python", , "is the best")

(пишите цифры в ответ от наименьшего к большему, без запятых)

(a)  

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt


Что выведет следующий код print('1', '2', '3', '4', sep='*')?

1*2*3*4

24

1234

1 2 3 4

5.

FILL IN THE BLANKS QUESTION

15 mins • 2 pts

Выберите верные строки кода:
1. print("Remember to get too close to stars", "They're never gonna give you love like", sepp=" ")

2. print("Honey, what's your hurry", end='?')

3. print("The world's a little blurry", "Or maybe it's my eyes", end='!!!', sep=' :) ')

4. print("Told you not to worry", "But maybe that's a lie", sep=' :) ')

5. print("Remember not to get too close to stars", end=="")

(пишите цифры в ответ от наименьшего к большему, без запятых)

(a)  

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Какая команда используется для считывания данных с клавиатуры?

Console.ReadLine()

cin

scanf()

input()

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Какая из указанных строк считывает целое число в переменную n?

n = input()

n = number(input())

n = str(input())

n = int(input())

Access all questions and much more by creating a free account

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

Already have an account?