Quiz 3.3

Quiz 3.3

Professional Development

8 Qs

quiz-placeholder

Similar activities

Forms

Forms

Professional Development

11 Qs

Cyber Linux

Cyber Linux

Professional Development

10 Qs

ICT, GSUITE TOOLS, GOOGLE MEET , ZOOM

ICT, GSUITE TOOLS, GOOGLE MEET , ZOOM

Professional Development

10 Qs

Ms Word, Ms Excel

Ms Word, Ms Excel

Professional Development

12 Qs

PREP NPI Edition - Accessories

PREP NPI Edition - Accessories

Professional Development

8 Qs

ÔN CUỐI NĂM KHỐI 5

ÔN CUỐI NĂM KHỐI 5

Professional Development

10 Qs

CodeMonkey Platform Management & Resources

CodeMonkey Platform Management & Resources

Professional Development

10 Qs

Módulo 2

Módulo 2

Professional Development

10 Qs

Quiz 3.3

Quiz 3.3

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Mohand Mahmoud

FREE Resource

AI

Enhance your content in a minute

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

8 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

i=2

print(i)

print(i+1)

print(++i);


2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

class hh:

def init(self,x):

self.x=x print(10)

h=hh(11)

h=hh(9)

print(h.x)

What is the output of this code?

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

class Human:

def init(self,x,y,z):

self.x=x

self.y=y

self.z=z

print(x)

print(y)

print(z)

h=Human(10,5,8)

print(h.x)

print(h.y)

print(h.z)

What is the output of this code?

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

class Avoid:

def m1(self):

print('m1 in A')

class B(Avoid):

def m1(self):

print('m1 in B')

a = B()

a.m1()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

methods can't return objects?

False

True

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

class Student:

def init(self,name):

self.name=name

stu =Student('ali')

print(stu.name)

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

class Home:

def init(self,name,HomeName):

self.name=name

self.HomeName=HomeName

x = Home()

x.homeName = 'Giza'

print(x.homeName)

Access all questions and much more by creating a free account

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

Already have an account?