Search Header Logo

C++ Basics

Authored by Long Trần

Computers

University

Used 6+ times

C++ Basics
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

What is the primary function of a program in C++?

To perform network operations

To manipulate values and create new ones

To store only integers

To manage hardware devices

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an expression in C++?

A sequence of operators and operands that produces a value

A set of commands to display output

A loop that executes indefinitely

A keyword to define a variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a unary expression?

`x * y`

`x + y`

`-x`

`x % y`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression `30 % 5`?

5

30

0

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to find the remainder of a division in C++?

/

%

*

+

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression `7 / 2` in C++ when both operands are integers?

3.5

4

3

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of implicit type conversion?

Manually converting a float to an int

A float being automatically converted to an int in an expression

Using a cast operator to change a data type

Explicitly defining the type of a variable

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?

Discover more resources for Computers