C++ Basics

C++ Basics

University

20 Qs

quiz-placeholder

Similar activities

switch case

switch case

University

17 Qs

Quiz 2

Quiz 2

University

15 Qs

Quiz 2 Progdas

Quiz 2 Progdas

University

20 Qs

ANALYSIS OF ALGORITHMS

ANALYSIS OF ALGORITHMS

University

15 Qs

Quiz No. 3 - JS Loops

Quiz No. 3 - JS Loops

University

20 Qs

OOPs in Python

OOPs in Python

University

20 Qs

SRWE-Refreshing Activity

SRWE-Refreshing Activity

University

18 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

C++ Basics

C++ Basics

Assessment

Quiz

Computers

University

Medium

Created by

Long Trần

Used 5+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?