UTSSKDP1

UTSSKDP1

University

13 Qs

quiz-placeholder

Similar activities

Arrays and Functions

Arrays and Functions

University

12 Qs

C++ programing Quiz

C++ programing Quiz

12th Grade - University

10 Qs

Seatwork 2

Seatwork 2

University

10 Qs

QUIZ PF ON TOPIC 1 & 2

QUIZ PF ON TOPIC 1 & 2

University

17 Qs

CPP/C

CPP/C

University

10 Qs

Quiz 2: C++ Basics

Quiz 2: C++ Basics

University

11 Qs

Quiz 9: Pointer

Quiz 9: Pointer

University

12 Qs

Topic2: If method

Topic2: If method

University

10 Qs

UTSSKDP1

UTSSKDP1

Assessment

Quiz

Computers

University

Hard

Created by

Tito A.

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of including the 'iostream' library in a C++ program?

To perform input and output operations

To define the main function

To declare variables

To create loops

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for declaring an integer variable named 'usia' with a value of 23?

int usia = 23;

integer usia = 23;

var usia = 23;

usia = 23;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'endl' statement do in C++?

Inserts a new line and flushes the output buffer

Performs a mathematical operation

Declares a variable

Inputs data from the user

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'main' function in a C++ program?

It is the entry point of the program

It performs input and output operations

It declares variables

It creates loops

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the variable 'usia' in the given code?

Integer

String

Boolean

Float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'cin' statement in C++?

To input data from the user

To output data to the console

To declare a variable

To perform mathematical operations

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for declaring a string variable named 'name'?

var name = 'value';

name = 'value';

string name = 'value';

var name = value;

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?