Level 1 - week 1

Level 1 - week 1

7th Grade - University

8 Qs

quiz-placeholder

Similar activities

Biến và Kiểu dữ liệu trong Lập trình C

Biến và Kiểu dữ liệu trong Lập trình C

University

10 Qs

Retos y destrezas

Retos y destrezas

10th Grade

12 Qs

Khởi động bài học

Khởi động bài học

8th Grade

10 Qs

wed   программы

wed программы

University

10 Qs

algoritma

algoritma

10th Grade

10 Qs

Cpp programming quiz 1 : get started with basics

Cpp programming quiz 1 : get started with basics

University

11 Qs

Array

Array

10th Grade

10 Qs

Rapid Round 1

Rapid Round 1

University

10 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