Search Header Logo

C++ Programming Quiz

Authored by MUHAMED (KKJEL)

Computers

12th Grade

Used 5+ times

C++ Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used with cin for input in C++?

<<

>>

:=

::

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The endl manipulator is used to move the output cursor to the next line.

True

False

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The statement cout << "Helo"; will display ______ on the screen.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the error: cout >> "Enter your name: "; cin << name;

No error

Input operator used incorrectly

Output operator used correctly

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Write a line of code to output the variable score to the screen.

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this code display?

int x = 10; cout << "x = " << x << endl;

x = 10

10

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid declaration of a constant?

const int MAX = 100;

constant int MAX = 100;

final int MAX = 100;

static const = 100;

Access all questions and much more by creating a free account

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

Already have an account?