C++ Exercise (4/8/2021)

C++ Exercise (4/8/2021)

University

12 Qs

quiz-placeholder

Similar activities

Pretest QUEUE

Pretest QUEUE

University

10 Qs

Evaluation Seniors Débutant FdS

Evaluation Seniors Débutant FdS

KG - University

9 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

HTML

HTML

University

15 Qs

Chapter 6 - Part 3 Quiz

Chapter 6 - Part 3 Quiz

University

8 Qs

Energia geotèrmica

Energia geotèrmica

2nd Grade - Professional Development

16 Qs

M3 - QUIZ NO. 3

M3 - QUIZ NO. 3

University

14 Qs

Creating Web Pages

Creating Web Pages

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?