Quiz 3.3

Quiz 3.3

Professional Development

8 Qs

quiz-placeholder

Similar activities

Java Strings and lops

Java Strings and lops

Professional Development

10 Qs

Quizz_Python_1

Quizz_Python_1

Professional Development

10 Qs

Quiz on Developing Technological and Pedagogical Skills

Quiz on Developing Technological and Pedagogical Skills

Professional Development

10 Qs

MS Word Pretest - DTC

MS Word Pretest - DTC

Professional Development

10 Qs

MindSpace Computers C Test-17

MindSpace Computers C Test-17

Professional Development

10 Qs

CEH Pre Assessment

CEH Pre Assessment

Professional Development

10 Qs

Introduction to AI - Healthcare & Business

Introduction to AI - Healthcare & Business

University - Professional Development

10 Qs

Pos-Prueba (Libreta Profesional-One Note)

Pos-Prueba (Libreta Profesional-One Note)

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?