Level 1 - week 1

Level 1 - week 1

7th Grade - University

8 Qs

quiz-placeholder

Similar activities

Exerciții cu structuri C++ (tipul struct)

Exerciții cu structuri C++ (tipul struct)

10th Grade

8 Qs

Java Programming-1

Java Programming-1

University

10 Qs

C# Data Types

C# Data Types

10th Grade

10 Qs

BlueJ

BlueJ

10th Grade

10 Qs

Java - arrays and String methods

Java - arrays and String methods

9th - 12th Grade

12 Qs

FIND THE KEY

FIND THE KEY

University

10 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