C++ Programming Language

C++ Programming Language

University

12 Qs

quiz-placeholder

Similar activities

Intro C++

Intro C++

University

12 Qs

programming fundamental 1

programming fundamental 1

University

14 Qs

Array - C++ Programming

Array - C++ Programming

University

9 Qs

C Arrays

C Arrays

University

10 Qs

C++  quiz

C++ quiz

University

15 Qs

Praktisi Mengajar - Java Test

Praktisi Mengajar - Java Test

University

10 Qs

Modul 1_Windry Dwi Juliani

Modul 1_Windry Dwi Juliani

University

10 Qs

Tipe Data

Tipe Data

University

10 Qs

C++ Programming Language

C++ Programming Language

Assessment

Quiz

Other

University

Medium

Created by

jj aa

Used 11+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

"0" is a ___?

double

int

string

None of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

0.0 is a ___?

double

int

int

None of the above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do we print the number 75 to our screen?

cout << 75

cout 75;

cout(75);

cout << 75;

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to comment in C++ programming?

//

#

<!--->

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which part of the following code is ignored by the computer?

cout << "Comments";

// print the output

Both

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

Good Morning

Good Morning5

5

Error

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which of the following is the correct value for the test variable?

19

19.5

"nineteen"

"19"

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?