Quiz 3.3

Quiz 3.3

Professional Development

8 Qs

quiz-placeholder

Similar activities

Web Browsing

Web Browsing

10th Grade - Professional Development

10 Qs

Streams

Streams

Professional Development

10 Qs

Kiểu kí tự

Kiểu kí tự

Professional Development

10 Qs

Python-Quiz-Basic-Datatypes

Python-Quiz-Basic-Datatypes

12th Grade - Professional Development

10 Qs

ER Model

ER Model

Professional Development

10 Qs

Software Security

Software Security

University - Professional Development

10 Qs

C Programming

C Programming

Professional Development

10 Qs

Advance MS Excel Tips and Tricks

Advance MS Excel Tips and Tricks

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?