QUIZ PF ON TOPIC 1 & 2

QUIZ PF ON TOPIC 1 & 2

University

17 Qs

quiz-placeholder

Similar activities

C++ misc-1

C++ misc-1

University

15 Qs

[Repaso]: Fundamentos de Programación

[Repaso]: Fundamentos de Programación

University

13 Qs

Sense_The_Bug

Sense_The_Bug

University

15 Qs

Trắc nghiệm lập trình C/C++ cơ bản

Trắc nghiệm lập trình C/C++ cơ bản

University

16 Qs

Object Oriented BTech

Object Oriented BTech

University

15 Qs

C++ Quiz

C++ Quiz

University

20 Qs

Kuis AlgolStrukData

Kuis AlgolStrukData

University

20 Qs

IT MANAGER

IT MANAGER

University

15 Qs

QUIZ PF ON TOPIC 1 & 2

QUIZ PF ON TOPIC 1 & 2

Assessment

Quiz

Computers

University

Medium

Created by

Neelam Amelia Mohamad Rejeni

Used 4+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the CORRECT identifier.

song

main

Zen Q

#program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the C++ command that used to insert the input.

cout

cin

endl

include

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the CORRECT variables.         

i. for

ii. _else

iii.   priceList

iv. 12_street

I,II and IV

I , II and III

II and III

I, III and IV

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the function of <iostream>.

To produce an input and output

To produce a function

To make the code function

To combine with clrscr( ) for clear screen

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the CORRECT punctuation to signal the beginning of the code block.  

[

{

(

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the non-execute syntax used in C++ programming.

cout<<”Programming is fun”;

#include<iostream>

using namespace std;

//main( )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Complete the program in Figure 1 with C++ statements.      

X = int main( ), Y= <iostream>

X = void main( ), Y= <iostream>

X = iostream( ), Y= void main( )

X = <iostream>, Y= int main( )

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?