2nd quiz

2nd quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

Python Math

Python Math

1st - 12th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Simple Present Tense

Simple Present Tense

2nd Grade - Professional Development

12 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

Цикл While в Python

Цикл While в Python

8th Grade

10 Qs

Year 8 Python

Year 8 Python

8th Grade

10 Qs

Python

Python

7th - 8th Grade

12 Qs

Intro to Python

Intro to Python

8th Grade

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

Discover more resources for Computers