Revision pf

Revision pf

University

26 Qs

quiz-placeholder

Similar activities

String in C Programming

String in C Programming

University

26 Qs

ARRAY

ARRAY

University

22 Qs

Beginning C Programming

Beginning C Programming

University

23 Qs

quiz 2nd/3rd year

quiz 2nd/3rd year

University

21 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Final Exam Revision (Trial)

Final Exam Revision (Trial)

University

25 Qs

Pointers in C

Pointers in C

University

24 Qs

C Programing

C Programing

University

25 Qs

Revision pf

Revision pf

Assessment

Quiz

Computers

University

Medium

Created by

NG (POLIKU)

Used 7+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the symbol used at the end of C++ statement

comma

colon

semi-colon

hash

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Match the suitable data type to store the value of age

int

float

bool

char

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a valid identifier

my Age

1age

num_ber?

my_age

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the CORRECT symbol for logical operator AND.

||

&&

!

~

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify looping control structure

for

if-else

not

else

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the number of repetitions that will occur for the looping control below:

for(int i = 0; i <=10; i++)

9

10

11

12

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct condition to produce the output of, 2, 4, 6, 8, 10:

n=0;

do{

n=n+2;

cout<<n<<endl;

}while(CONDITION);

n<=10

n<10

n<8

n>=2

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?