CC 102 Quiz 2

CC 102 Quiz 2

University

39 Qs

quiz-placeholder

Similar activities

MODULE 6 Decision Control and Switch Case

MODULE 6 Decision Control and Switch Case

University

39 Qs

C# Programming Quiz

C# Programming Quiz

University

36 Qs

Aprendizaje sobre Aplicaciones Web

Aprendizaje sobre Aplicaciones Web

University

40 Qs

Python Programming Quiz

Python Programming Quiz

University

40 Qs

Long Quiz (WS101)

Long Quiz (WS101)

University

35 Qs

PF117

PF117

University

35 Qs

Kodavimas kiekis glaudinimas

Kodavimas kiekis glaudinimas

11th Grade - University

38 Qs

7 класс

7 класс

7th Grade - University

38 Qs

CC 102 Quiz 2

CC 102 Quiz 2

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Daffodelle V. Lucena

FREE Resource

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the line // my first program in C++?

It executes before the program starts

It is a comment and has no effect on the program

It declares the main function

It includes a library

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the directive #include <iostream> do?

Starts the program execution

Ends the program execution

Includes the standard input-output stream library

Creates a new function

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the significance of the line int main()?

It includes the input-output stream

It defines the starting point of a C++ program

It is a comment line

It is used to declare a variable

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following symbols are used to define the beginning and end of a function body?

( )

< >

[ ]

{ }

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT true about blank lines in C++?

They affect how the program runs

They improve readability

They are ignored by the compiler

They can be placed anywhere in the code

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a variable in C++?

A reserved keyword in the language

A portion of memory to store a value

A comment used to document the code

A line of code that prints output

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid identifier in C++?

2value

total-sum

_count

break

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?