
Экзамен по дисциплине "Основы прикладного программирования"

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Андрей Шустров
Used 1+ times
FREE Resource
100 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой символ используется для однострочных комментариев в Python?
//
#
--
/*
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой командой можно вывести текст в консоль?
console.log()
print()
echo()
System.out.println()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой тип данных используется для хранения целых чисел?
float
str
int
bool
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой тип данных используется для хранения дробных чисел?
float
str
int
bool
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как правильно объявить переменную в Python?
var x = 5
int x = 5
x = 5
x := 5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет print(type(3.14))?
<class 'int'>
<class 'float'>
<class 'double'>
<class 'decimal'>
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет print(type('5'))?
<class 'int'>
<class 'float'>
<class 'double'>
<class 'str'>
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade