Binary equivalent of 25 is__________

Revision-class 11

Quiz
•
Computers
•
11th Grade
•
Hard
DeepaSanil DeepaSanil
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
110011
1001
11001
10011
2.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
Evaluate the following expression if a=4, b=7 and c=6
F=a+(b-c*a)+40
3.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
Write the output:
x=10
x=x*15
x=x-30
x,y=x-5,10
print(x,y)
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Suppose L=[ 23,13,"string",[7,8,9],90.5,65,"tuple"]
a) print(L[4:])
b) print(len(L))
c) print(L[3][1])
d) print(L[-3])
e) print(L[-7:-5])
Write the output based on the above list.
a) [90.5, 65, 'tuple']
b) 8
c) 7
d) 65
e) [23, 13,"string"]
a) [90.5]
b) 7
c) 8
d) 90.5
e) [23, 13."string"]
a) [90.5, 65,]
b) 9
c) 8
d) 90.5
e) [23, 13]
a) [90.5, 65, 'tuple']
b) 7
c) 8
d) 90.5
e) [23, 13]
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Consider the following string myAddress:
s1 = "Exams@2023"
a) print(s1.isdigit ())
b) print(s1.islower())
c) print(s1.isalpha())
d) print(s1[1:4])
e) print(s1[-4:-1])
a) True
b) True
c) True
d) xam
e) 202
a) True
b) True
c) False
d) Exam
e) 2023
a) False
b) False
c) False
d) Exam
e) 2023
a) False
b) False
c) False
d) xam
e) 202
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Write the output of the following code fragment:
for i in range(10,20,2):
if i%3==0:
print("Welcome")
Welcome
Welcome
Welcome
Welcome
Welcome
Welcome
Welcome
Welcome
Welcome
Welcome
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
L=[22,33,44,55,66,78,10]
print(L[1]+L[-1])
print(len(L))
0
8
0
7
43
8
43
7
Create a free account and access millions of resources
Similar Resources on Quizizz
14 questions
Bài 29. Nhận biết lỗi chương trình

Quiz
•
9th - 12th Grade
10 questions
Python List Comprehension Review

Quiz
•
9th - 12th Grade
9 questions
tulkarm club first comp

Quiz
•
9th - 11th Grade
15 questions
Hangman Game - Programming Questions

Quiz
•
7th - 11th Grade
10 questions
Mastering Python String Techniques

Quiz
•
9th - 12th Grade
10 questions
Kiểm tra kiến thức về xâu ký tự

Quiz
•
11th Grade
11 questions
Python Function

Quiz
•
11th - 12th Grade
10 questions
Warm Up - CAI711

Quiz
•
11th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
Discover more resources for Computers
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
10 questions
Right Triangles: Pythagorean Theorem and Trig

Quiz
•
11th Grade
65 questions
MegaQuiz v2 2025

Quiz
•
9th - 12th Grade
10 questions
GPA Lesson

Lesson
•
9th - 12th Grade
15 questions
SMART Goals

Quiz
•
8th - 12th Grade