2nd quiz

2nd quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

LEVEL 2. BÀI 4. SÁNG TẠO NỘI DUNG

LEVEL 2. BÀI 4. SÁNG TẠO NỘI DUNG

6th - 8th Grade

12 Qs

Microsoft word terms

Microsoft word terms

7th - 8th Grade

10 Qs

Bạn có phải là người học tốt Tin học 8

Bạn có phải là người học tốt Tin học 8

1st Grade - University

10 Qs

Teknologi Pembuatan Live Quizz

Teknologi Pembuatan Live Quizz

8th Grade

10 Qs

แบบทดสอบบทที่ 5

แบบทดสอบบทที่ 5

8th Grade

10 Qs

Komparasi K13 dengan Kurikulum Merdeka

Komparasi K13 dengan Kurikulum Merdeka

1st Grade - Professional Development

10 Qs

2nd quiz

2nd quiz

Assessment

Quiz

Computers, Education, Design

8th Grade

Hard

Created by

Mahmoud Fawzy

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

how many time we can trying to insert right username and password

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is correct code that will make this output?

x = "Happy birthday Boss"

for i in x:

print(i)

x = "Happy birthday Boss"

while True:

print(x)

x = "Happy birthday Boss"

for i in x:

print(x)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data Type is .......................

steps you follow to solve a problem; commonly used to help plan programs

a systematic approach to solving problems

used to classify the data used in a computer program.

the process of removing unnecessary information and focusing on the important details.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

what is output here if we print Katrin

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

If we want to make this code work probably, what we should write in between x and 0

( inside the red rectangle )

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

does this Program will stop if we insert Katrin?

Yes

No

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

what is output will be print