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

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

ASAS GANJIL XII 2024

ASAS GANJIL XII 2024

12th Grade

15 Qs

CP M4 Repetition & Loops

CP M4 Repetition & Loops

9th - 12th Grade

15 Qs

Soal Pemahaman Bab 2

Soal Pemahaman Bab 2

12th Grade

20 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers