2nd quiz

2nd quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

MOAC Excel 2016 Lesson 03

MOAC Excel 2016 Lesson 03

8th - 12th Grade

10 Qs

CodeHS Python Variables

CodeHS Python Variables

7th - 12th Grade

10 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

Y9 Intro to Python

Y9 Intro to Python

8th Grade

10 Qs

Python 2022, part I

Python 2022, part I

7th - 10th Grade

11 Qs

Python Programming Basics

Python Programming Basics

6th - 12th Grade

9 Qs

Python Homework

Python Homework

8th Grade

12 Qs

Python

Python

7th - 8th Grade

12 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