CPP Prelim

CPP Prelim

University

5 Qs

quiz-placeholder

Similar activities

Ice Breaker

Ice Breaker

University

10 Qs

Struktur Data

Struktur Data

University

10 Qs

Vòng lặp for

Vòng lặp for

7th Grade - University

10 Qs

C++ : Assignment 6

C++ : Assignment 6

University

10 Qs

C++ Chapter 3

C++ Chapter 3

University

10 Qs

Quiz 1

Quiz 1

University

10 Qs

C++ Coding Problems

C++ Coding Problems

4th Grade - Professional Development

10 Qs

Programación (Estructuras, acceso a miembro y mem. dinámica)

Programación (Estructuras, acceso a miembro y mem. dinámica)

University

10 Qs

CPP Prelim

CPP Prelim

Assessment

Quiz

Computers

University

Medium

Created by

John Oli

Used 9+ times

FREE Resource

5 questions

Show all answers

1.

DRAG AND DROP QUESTION

3 mins • 5 pts

Media Image

What is the missing part of the code below to output "Hello World!".

(a)  
CIN
Cout
COUT
cout

2.

DRAG AND DROP QUESTION

3 mins • 5 pts

Media Image

Insert a new line after "Hello World", by using a special character:

(a)  
\n
/n
<<endl
new line

3.

DRAG AND DROP QUESTION

3 mins • 5 pts

Media Image

Use the correct keyword to get user input, stored in the variable num1:

(a)  
CIN<<Num1;
cin<<num1;
cin>>Num1;
cin>>num1;

4.

MULTIPLE CHOICE QUESTION

3 mins • 10 pts

Media Image

Fill in the missing parts to print the sum of two numbers (which is put in by the user):

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

3 mins • 5 pts

Media Image

Add the correct data type for the following variables

Integer, Double, Character, Boolean, String

Var, Num1, Char, Sting

Boolean, Strings, Intege

Doubles , Integers, Characters