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

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Андрей Шустров
Used 1+ times
FREE Resource
Student preview

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
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade