G12 T1 W3 L3

G12 T1 W3 L3

12th Grade

5 Qs

quiz-placeholder

Similar activities

Post Test C++

Post Test C++

9th - 12th Grade

10 Qs

PreTest Larik/ Array

PreTest Larik/ Array

11th Grade - University

10 Qs

Programming with C++

Programming with C++

9th - 12th Grade

10 Qs

C++ programing Quiz

C++ programing Quiz

12th Grade - University

10 Qs

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

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

3rd - 12th Grade

10 Qs

Introduction to C++ 2024/25

Introduction to C++ 2024/25

12th Grade

10 Qs

C++ Quiz 2: Logic and Flow Controls

C++ Quiz 2: Logic and Flow Controls

7th - 12th Grade

7 Qs

C++ Programming Quiz

C++ Programming Quiz

12th Grade

10 Qs

G12 T1 W3 L3

G12 T1 W3 L3

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Alaa Shboul

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a relational operator in C++?

+

&

==

/

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output of the following code be?

int a = 10, b = 20;

cout << (a < b);

10

20

1

0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which relational operator is used to check if two values are not equal?

==

!=

>

>=

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code?

int x = 15, y = 15;

cout << (x >= y);

false

0

1

true

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a = 8 and b = 12, what will a == b evaluate to?

true

false

8

12

Discover more resources for Computers