C++ Exercise (4/8/2021)

C++ Exercise (4/8/2021)

University

12 Qs

quiz-placeholder

Similar activities

Chapter 6 - Part 3 Quiz

Chapter 6 - Part 3 Quiz

University

8 Qs

UTS Praktikum PBO Kom B

UTS Praktikum PBO Kom B

University

10 Qs

Google Classroom

Google Classroom

University

10 Qs

Diagnostic Test

Diagnostic Test

University

10 Qs

HTML Quiz

HTML Quiz

10th Grade - Professional Development

10 Qs

Product Development

Product Development

University

10 Qs

M3 - QUIZ NO. 3

M3 - QUIZ NO. 3

University

14 Qs

PHP BASIC

PHP BASIC

University

10 Qs

C++ Exercise (4/8/2021)

C++ Exercise (4/8/2021)

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Fatihah Bistamam

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The process of creating a new variable without value

declaration

instantiation

naming

assigning

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does <= mean?

less than

less than or equal to

greater than

greater than or equal to

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the only function all C++ programs must contain?

start()

system()

main()

program()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What punctuation is used to signal the beginning and end of code blocks?

{ }

BEGIN and END

( and )

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct comment?

*/ Comments */

/* Comment */

** Comment **

{ Comment }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command moves the shown text to the next line?

\t

\r

\s

\n

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

After running the following code, what will be the value of x?

y = 3;

x = 5 * y;

3

5

0

15

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?