2nd quiz

2nd quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

Python Inputs

Python Inputs

7th - 8th Grade

10 Qs

Year 7 Python Lesson 1 Recap

Year 7 Python Lesson 1 Recap

8th Grade

10 Qs

Programming in Java

Programming in Java

8th Grade

10 Qs

Short Cut Keys

Short Cut Keys

3rd - 10th Grade

10 Qs

Week 7 Quiz

Week 7 Quiz

7th - 8th Grade

10 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

Year 8 Python

Year 8 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