
Тест на лоха
Authored by Ален Тынысбаев
Computers
1st - 5th Grade
Used 1+ times

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
30 sec • 1 pt
Какой будет результат выполнения следующего кода на Python?
a = [1, 2, 3]
b = a
a.append(4)
print(b)
[1, 2, 3, 4]
[1, 2, 3]
4
None
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на экран при выполнении следующего кода на языке Java?
for (int i = 0; i < 5; i++) {
System.out.println(i);
if (i == 3) {
break;
}
}
0 1 2 3 4
1 2 3 4
0 1 2 3
1 2 3
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод класса String возвращает подстроку, начиная с указанной позиции до конца строки?
substring(int beginIndex)
substring(int beginIndex, int endIndex)
substr(int startIndex)
substr(int startIndex, int endIndex)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой будет результат выполнения следующего запроса SQL?
SELECT COUNT(*) FROM users WHERE age > 18 AND gender = 'female';
. Количество женщин в таблице users, возраст которых больше 18 лет
Количество пользователей в таблице users, возраст которых меньше 18 лет и пол которых женский
Количество пользователей в таблице users, возраст которых больше 18 лет и пол которых женский
Количество пользователей в таблице users, возраст которых больше 18 лет или пол которых женский
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой тип данных следует использовать для хранения чисел с плавающей точкой с большой точностью в языке программирования Java?
float
double
BigDecimal
Number
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет напечатано на экране при выполнении следующего кода на языке Python?
x = 5
if x > 0:
print("x is positive")
elif x == 0:
print("x is zero")
else:
print("x is negative")
print("done")
x is positive
x is zero
x is negative
x is positive done
x is positive, done
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой будет результат выполнения следующего кода на языке JavaScript?
function foo(x) {
if (x > 0) {
return x * foo(x - 1);
} else {
return 1;
}
}
console.log(foo(5));
1
5
24
120
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Ôn lại Paint 5
Quiz
•
1st - 5th Grade
9 questions
Tin 5 - Bài 12. Viết chương trình để tính toán
Quiz
•
5th Grade
10 questions
Программирование алгоритма 8 класс
Quiz
•
1st - 10th Grade
15 questions
All About computer!
Quiz
•
4th - 5th Grade
10 questions
Consolas
Quiz
•
3rd Grade
13 questions
Tin 5 - Bài 4. Câu hỏi về quản lý thư mục
Quiz
•
5th Grade
10 questions
Английский язык и Информатика
Quiz
•
1st - 12th Grade
15 questions
7.1_Редактирование текста в MS Word
Quiz
•
5th Grade
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade