QUIZ PF ON TOPIC 1 & 2

QUIZ PF ON TOPIC 1 & 2

University

17 Qs

quiz-placeholder

Similar activities

Kuis AlgolStrukData

Kuis AlgolStrukData

University

20 Qs

Basic C++ Programming Questions

Basic C++ Programming Questions

University

18 Qs

[Repaso]: Fundamentos de Programación

[Repaso]: Fundamentos de Programación

University

13 Qs

Programación Básica 1.1 Instrucciones

Programación Básica 1.1 Instrucciones

University

20 Qs

EECE 1313 Quiz 1

EECE 1313 Quiz 1

University

15 Qs

INTRO TO C++

INTRO TO C++

12th Grade - University

20 Qs

Minggu V - PKS 2 - Pemrograman C++

Minggu V - PKS 2 - Pemrograman C++

University

17 Qs

C++ 1st ONLINE QUIZ

C++ 1st ONLINE QUIZ

University

13 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?