
Последнее занятие! М3

Quiz
•
Computers
•
8th Grade
•
Easy
Карина Чиркинян
Used 4+ times
FREE Resource
31 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой тип данных в C++ используется для хранения целых чисел?
int
float
char
bool
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Сколько раз выполнится тело цикла?
for (int i = 2; i < 20; i += 3) {// тело }
5
6
7
18
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает модификатор unsigned?
Увеличивает размер типа
Заменяет тип int
Исключает отрицательные значения
Делает переменную глобальной
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает указатель int* p = &x; в C++?
Создаёт массив
Копирует значение
Хранит адрес переменной x
Удаляет переменную
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Выберите верные типы данных в C++:
int
number
char
real
double
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая из строк создаёт массив из 5 целых чисел?
int arr[5];
int arr();
int arr{5};
array arr[5];
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет этот код?
int x = 5;
int* p = &x;
cout << *p;
Адрес переменной
5
Ошибка
p
Create a free account and access millions of resources
Similar Resources on Wayground
26 questions
Thunkable

Quiz
•
6th - 8th Grade
30 questions
Python Тотальный тест

Quiz
•
KG - 12th Grade
30 questions
Python 4 topic (циклы)

Quiz
•
6th - 12th Grade
32 questions
Test 5 Python (2024-2025)

Quiz
•
6th - 8th Grade
36 questions
Test 6 Python (2024-2025)

Quiz
•
6th - 8th Grade
27 questions
JavaScript

Quiz
•
6th - 8th Grade
26 questions
Python 6 Класс

Quiz
•
6th - 8th Grade
32 questions
Unity Test 1-8 lessons

Quiz
•
5th - 11th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th 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
18 questions
Company Logos

Quiz
•
6th - 8th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
16 questions
Clovis Unified Student Use of Technology

Quiz
•
4th - 8th Grade
11 questions
Technology Acceptable Use

Quiz
•
6th - 8th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
15 questions
Student Technology Agreement

Quiz
•
6th - 8th Grade
10 questions
Acceptable Use of Technology

Quiz
•
7th - 8th Grade