i=2
print(i)
print(i+1)
print(++i);
Quiz 3.3
Quiz
•
Computers
•
Professional Development
•
Hard
Mohand Mahmoud
FREE Resource
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
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)
8.
FILL IN THE BLANK QUESTION
1 min • 1 pt
class Home:
def init(self,name,HomeName):
self.name=name
self.HomeName=HomeName
x = Home("Ahmed","Giza")
print(x.HomeName)G
11 questions
print, input, type data, variable
Quiz
•
Professional Development
10 questions
Python quiz
Quiz
•
10th Grade - Professi...
10 questions
c programming-Test 1
Quiz
•
Professional Development
10 questions
python quiz
Quiz
•
6th Grade - Professio...
10 questions
แบบทดสอบเตรียมความพร้อมก่อนอบรม
Quiz
•
Professional Development
13 questions
Phyton Lección 2
Quiz
•
Professional Development
10 questions
Python_middle
Quiz
•
Professional Development
6 questions
Python module 4 lesson 2
Quiz
•
Professional Development
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade