Level 1 - week 1

Level 1 - week 1

7th Grade - University

8 Qs

quiz-placeholder

Similar activities

Operators in Java

Operators in Java

9th Grade

10 Qs

Wprowadzenie do C++

Wprowadzenie do C++

8th Grade

10 Qs

JAVA Quiz (week 1)

JAVA Quiz (week 1)

10th Grade

10 Qs

Array in C

Array in C

University

10 Qs

Ардуино и ШИМ

Ардуино и ШИМ

8th Grade

12 Qs

C programming-1

C programming-1

University

13 Qs

Test in C Language

Test in C Language

University

10 Qs

algoritma

algoritma

12th Grade

11 Qs

Level 1 - week 1

Level 1 - week 1

Assessment

Quiz

Science, Computers

7th Grade - University

Medium

Created by

Mariam Barakat

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is my name? (just seeing if you are awake or not)

Fatema

Arwa

Mariam

who cares

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If we want to print on the console,

we use

cin << "Welcome to NU ICPC ";

False

True

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If I want to execute a block of statements n number of times, which looping

method will be the most suitable?

switch case

while loop

for loop

do while

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

what will be the output

21

23

22

20

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

what is this formula for?

Geometric series

Arithmetic series

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

if I have an integer variable that can hold up to 1e9, which data type is most suitable

char

int

long long

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If I have an integer variable that can hold up to 1e10, what is the most suitable d

data type

int

long long

char

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

(a+b)%m is equivalent to

(a%m + b)%m

(a + b%m)%m

(a%m)+(b%m)%m