Level 1 - week 1

Level 1 - week 1

7th Grade - University

8 Qs

quiz-placeholder

Similar activities

1-基本数据类型

1-基本数据类型

University

10 Qs

Revision quiz on Access

Revision quiz on Access

8th Grade

12 Qs

Projectile Motion Pre Test

Projectile Motion Pre Test

7th - 10th Grade

10 Qs

Chap 1: What is a program made of?

Chap 1: What is a program made of?

University

13 Qs

C++ dasar

C++ dasar

10th - 12th Grade

9 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

Key Concepts 1

Key Concepts 1

5th - 7th Grade

11 Qs

Topic 4-2: Multiple if-else and switch-case

Topic 4-2: Multiple if-else and switch-case

University

10 Qs

Level 1 - week 1

Level 1 - week 1

Assessment

Quiz

Science, Computers

7th Grade - University

Practice Problem

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