ПШ_C++_#1

ПШ_C++_#1

10th Grade

12 Qs

quiz-placeholder

Similar activities

Сpp 1_3

Сpp 1_3

9th - 12th Grade

10 Qs

С++ введение

С++ введение

10th Grade

15 Qs

Cấu trúc chương trình Pascal

Cấu trúc chương trình Pascal

1st - 12th Grade

15 Qs

XIБ_Script

XIБ_Script

9th - 12th Grade

16 Qs

Bài tập trắc nghiệm C++

Bài tập trắc nghiệm C++

3rd - 12th Grade

10 Qs

Python - тест

Python - тест

1st - 12th Grade

15 Qs

Операторы сравнение

Операторы сравнение

1st - 10th Grade

12 Qs

Повторение Python. 7 класс

Повторение Python. 7 класс

10th Grade

14 Qs

ПШ_C++_#1

ПШ_C++_#1

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Mar Eva

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как подключить стандартную библиотеку iostream?

include <iostream>

#include (iostream)

#include <iostream>

include 'iostream'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Где правильно объявлена переменная?

int num="1";

double x= 3,14;

string s='Hello';

char h='#';

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Однострочный комментарий...

#

/*..*/

//

'''...'''

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Многострочный комментарий...

#

/*..*/

//

'''...'''

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой символ используется как альтернатива команде endl?

\n

\t

\b

\r

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Команда ввода данных...

cout <<

cin >>

const =

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Команда вывода данных...

cout <<

cin >>

const =

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?