Search Header Logo

Revision pf

Authored by NG (POLIKU)

Computers

University

Used 7+ times

Revision pf
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?