C++ Programming Quiz

C++ Programming Quiz

12th Grade

21 Qs

quiz-placeholder

Similar activities

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Mobile App Dev (Kalkulator)

Mobile App Dev (Kalkulator)

9th - 12th Grade

20 Qs

Algoritma Pemrograman

Algoritma Pemrograman

10th Grade - University

20 Qs

4.1 Kod Arahan

4.1 Kod Arahan

1st Grade - University

16 Qs

C# M1  - M2

C# M1 - M2

12th Grade

22 Qs

Berpikir Komputasional Kelas 9

Berpikir Komputasional Kelas 9

9th Grade - University

20 Qs

3.00

3.00

9th - 12th Grade

20 Qs

sistem komputer kelas 9

sistem komputer kelas 9

9th Grade - University

20 Qs

C++ Programming Quiz

C++ Programming Quiz

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Dina Sharawy

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file is required to use cin and cout?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? cout << 4 + 5;

9

45

4 + 5

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for division in C++?

/

\

//

div

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of cout << "Hello" << " " << "World!";?

Hello World!

HelloWorld!

Error

Hello World!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to read a string input from the user?

cin << stringVariable;

cin >> stringVariable;

read stringVariable;

input(stringVariable);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? int a = 10; cout << a--;

10

9

Error

0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the modulus operator (%) do?

Adds two numbers

Subtracts two numbers

Returns the remainder of a division

Multiplies two numbers

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?