C++ Basics

C++ Basics

University

20 Qs

quiz-placeholder

Similar activities

Quiz 2

Quiz 2

University

15 Qs

Control Statements - Java

Control Statements - Java

University

15 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Algoritma Pemrograman

Algoritma Pemrograman

University

20 Qs

Computer Programming Final Exam Part 2

Computer Programming Final Exam Part 2

University

20 Qs

switch case

switch case

University

17 Qs

C BOOTCAMP DAY 2

C BOOTCAMP DAY 2

University

20 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

C++ Basics

C++ Basics

Assessment

Quiz

Computers

University

Medium

Created by

Long Trần

Used 4+ 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?