FOP - CHAPTER 3

FOP - CHAPTER 3

University

10 Qs

quiz-placeholder

Similar activities

PHP MySQL

PHP MySQL

University

10 Qs

EDA PARTE 2

EDA PARTE 2

University

15 Qs

EECE 1313 Quiz 1

EECE 1313 Quiz 1

University

15 Qs

Quiz 3: File Operations

Quiz 3: File Operations

University

10 Qs

C Wrapup Quiz Deutsch

C Wrapup Quiz Deutsch

University

12 Qs

Kuis Prak. DP

Kuis Prak. DP

University

15 Qs

Lenguaje de Programación C++. Parte 1.

Lenguaje de Programación C++. Parte 1.

University

9 Qs

EECE 1313 Quiz#2 Sem 1, 2018/2019

EECE 1313 Quiz#2 Sem 1, 2018/2019

University

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