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

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

Professional Development

10 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

Professional Development

10 Qs

Python5

Python5

Professional Development

12 Qs

Массивы С++

Массивы С++

Professional Development

13 Qs

Phyton Lección 2

Phyton Lección 2

Professional Development

13 Qs

Ветвления

Ветвления

Professional Development

10 Qs

C++Quiz#1

C++Quiz#1

Professional Development

10 Qs

квиз нг

квиз нг

Professional Development

12 Qs

Python

Python

University - Professional Development

10 Qs

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

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

Assessment

Quiz

Computers

Professional Development

Hard

Created by

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

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

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

printf()

cout()

print()

Console.WriteLine()

2.

FILL IN THE BLANK 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()

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

3.

FILL IN THE BLANK QUESTION

15 mins • 2 pts

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

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

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

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

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

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 BLANK 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=="")

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

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())

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?