C++ Тест

C++ Тест

12th Grade

15 Qs

quiz-placeholder

Similar activities

Revisão - Informática Básica

Revisão - Informática Básica

10th Grade - University

20 Qs

Մաքուր կոդ

Մաքուր կոդ

9th - 12th Grade

10 Qs

Кто такой этот ваш Скретч

Кто такой этот ваш Скретч

9th Grade - University

15 Qs

Matplotlib Quiz Class 12th

Matplotlib Quiz Class 12th

12th Grade - University

20 Qs

Redactarea textelor în Word

Redactarea textelor în Word

8th Grade - University

18 Qs

AI trong Khoa học và Đời sống

AI trong Khoa học và Đời sống

12th Grade

20 Qs

Math G7 Chapter 3 Mastering Significant Figures and Estimation

Math G7 Chapter 3 Mastering Significant Figures and Estimation

7th Grade - University

20 Qs

7A - DIDIO - Programação e Robótica

7A - DIDIO - Programação e Robótica

7th Grade - University

10 Qs

C++ Тест

C++ Тест

Assessment

Quiz

Information Technology (IT)

12th Grade

Practice Problem

Medium

Created by

Назерке Абдулхай

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Қай жол дұрыс түрдегі int айнымалысын анықтау үшін қолданылған?

int x;

integer x;

int: x;

integer x = 10;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C++ тілінде нақты санды сақтау үшін қай тип қолданылады?

int

double

char

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Шартты оператор (тернарлық оператор) дұрыс қолданылған қай жол?

if (condition) ? true : false;

condition ? true : false;

if (condition) {true} else {false};

condition ? true; false;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі кодтың нәтижесі қандай? int x = 5; x += 3; cout << x;

3

5

8

Компиляция қатесі

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C++ тілінде бір символды сақтау үшін қай тип қолданылады?

char

string

int

boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі кодтың нәтижесі қандай? int arr[] = {1, 2, 3, 4}; cout << arr[2];

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C++ тілінде айнымалыны константа ретінде анықтау үшін қай кілттік сөз пайдаланылады?

constant

const

final

immutable

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?