FOP - CHAPTER 3

FOP - CHAPTER 3

University

10 Qs

quiz-placeholder

Similar activities

Loops-2

Loops-2

University

15 Qs

C++ Array Quick Review

C++ Array Quick Review

University

10 Qs

FOP - RECAP CHAP 3

FOP - RECAP CHAP 3

University

15 Qs

C++ Chapter 2

C++ Chapter 2

University

7 Qs

Ulangan Harian Semester Genap Kelas X MM

Ulangan Harian Semester Genap Kelas X MM

University

10 Qs

Input Output File

Input Output File

University

10 Qs

Cuestionario de C++

Cuestionario de C++

University

13 Qs

C++ estructuras de control

C++ estructuras de control

University

9 Qs

FOP - CHAPTER 3

FOP - CHAPTER 3

Assessment

Quiz

Computers

University

Easy

Created by

Marliana (AS)

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the CORRECT components of a C++ program:

Comment & Preprocessor Directive

Input & Output

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This component must be placed between { and } which is the body of the program.

Program building block

Executable statements

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of \n?

newline

new file

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ is used to accept or read data entered by user to be stored into computer memory and to be processed in the program.

cout<<

cin>>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ is used to display output messages, results of computation and result of function calls on computer screen.

cin>>

cout<<

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to display HELLO WORLD using C++ statement?

cin>>HELLO WORLD;

cout<<"HELLO WORLD";

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to accept number1 in C++ statement?

cin>>number1;

cout<<"Number 1 ";

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?