Revision pf

Revision pf

University

26 Qs

quiz-placeholder

Similar activities

Quiz 1 Review - CS125

Quiz 1 Review - CS125

University

25 Qs

Introduction to Java Programming

Introduction to Java Programming

University

25 Qs

C Language Basics

C Language Basics

University

26 Qs

Variable & Expression

Variable & Expression

University

25 Qs

PHẦN III. LẬP TRÌNH (SBT)

PHẦN III. LẬP TRÌNH (SBT)

University

21 Qs

Cpp B Lykeiou

Cpp B Lykeiou

11th Grade - University

21 Qs

Новогодняя. Python

Новогодняя. Python

9th Grade - University

21 Qs

Programming Round 1

Programming Round 1

12th Grade - University

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