2nd quiz

2nd quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Input and Output Operations in Python

Input and Output Operations in Python

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

Computer Systems - How the web works - Lesson 7

Computer Systems - How the web works - Lesson 7

8th Grade

12 Qs

Python Homework

Python Homework

8th Grade

12 Qs

Цикл While в Python

Цикл While в Python

8th Grade

10 Qs

T3 Y7 Grasshopper App

T3 Y7 Grasshopper App

7th - 9th Grade

8 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