Grade 12 -CE-Term 2-2023

Grade 12 -CE-Term 2-2023

12th Grade

20 Qs

quiz-placeholder

Similar activities

Grade 12 - Term 2 - Midterm - 2022/2023

Grade 12 - Term 2 - Midterm - 2022/2023

12th Grade

21 Qs

Computer Components

Computer Components

5th - 12th Grade

23 Qs

ASAS GANJIL XII 2024

ASAS GANJIL XII 2024

12th Grade

15 Qs

Arduino Review Quiz

Arduino Review Quiz

9th - 12th Grade

21 Qs

Soal Pemahaman Bab 2

Soal Pemahaman Bab 2

12th Grade

20 Qs

Raspberry Pi

Raspberry Pi

5th - 12th Grade

17 Qs

Year 11 Taster Day Quiz

Year 11 Taster Day Quiz

12th Grade

21 Qs

Socket Programming

Socket Programming

10th Grade - University

20 Qs

Grade 12 -CE-Term 2-2023

Grade 12 -CE-Term 2-2023

Assessment

Quiz

Computers

12th Grade

Medium

Created by

zelealem haile

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the output of the below code?

i = 3

while (i>=0):

print (i)

i = i -1

3 2 1 0

321

210

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The continue statement in Python returns the control to the beginning of the while loop.

True

False

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The pass statement is a null operation; noting happens when it executes

True

False

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What will be the output

for l in 'Jhon':

   if l == 'o':

      pass

   print(l)

J

h

n

J

h

o

n

o

h

n

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

A loop becomes infinite loop if a condition never becomes true.

True

False

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

______________ is a network port to connect Raspberry Pi to the internet.

HDMI port

   

Ethernet port

USB port

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

If the else statement is used with a while loop, the else statement is executed when the condition becomes true.

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?