Programming with C++

Programming with C++

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

C++ References

C++ References

6th - 12th Grade

12 Qs

C++ Recursion

C++ Recursion

8th - 12th Grade

12 Qs

Ciklas for

Ciklas for

10th Grade

11 Qs

ПР_X_CPP

ПР_X_CPP

9th - 12th Grade

11 Qs

Kuis Percabangan

Kuis Percabangan

1st - 10th Grade

12 Qs

C++ Loops

C++ Loops

9th - 12th Grade

13 Qs

C++ cap. 4

C++ cap. 4

9th - 12th Grade

15 Qs

C++ - Loops and Random Numbers

C++ - Loops and Random Numbers

9th - 12th Grade

14 Qs

Programming with C++

Programming with C++

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Used 108+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
Where do we write the codes?
1
2
3
4

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of this program?
Program
int main()
{
cout<<"Hi everybody";
return 0;
}
"Hi everybody"
Hi everybody"
Hi everybody
"Hi everybody

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
What is the output of the program?
Ict Profi
IctProfi
Ict
Profi
Profi
Ict

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one has  correct codes  to calculate your age?
Note : Your birth year will be int the birth variable
cout << "Your age is equel to "<<2017-birth;
cout << "Your age is equel to "<<2017-birth
cout << "Your age is equel to 2017-birth";
cout << "Your age is equel to "<<birth;

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What sign is used to end the code sentence ?
,
.
:
;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we declare(present) a variable ?
int  a;
int  a
int ;
a ;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What codes should we use to repeat the code more than 1 time?
While
If
Motor
Int

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?