IT QUEST

Quiz
•
Computers
•
11th Grade
•
Hard
ST03 ST03
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
WHAT IS THE OUTPUT OF FOLLOWING CODE
x,y,z=100,200,300
print(x,y,z)
100,200,300
300,200,100
none
100,300,200
2.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Which operator has highest precedence ..
% modulus
& Bitwise And
** Exponent
> comparison
3.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
What is the output of following code
var1=1
var2=2
var3="3"
print(var1+var2+var3)
9
6
None
Error
4.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
All keywords in Python are in:
Lower case
Upper case
Capitalize
None
5.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Which of the following cannot be a variable?
init
in
it
on
6.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Which is the correct operator for power(xy)?
X ^ Y
X^^Y
X**Y
NONE
7.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Which one of these is floor division?
/
//
%
NONE
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
ASK T2 - Kod Arahan (Python)

Quiz
•
7th Grade - University
21 questions
Python 80-99

Quiz
•
11th Grade
15 questions
Python - Chpt 1 - Review

Quiz
•
9th - 12th Grade
15 questions
Understanding Python Functions

Quiz
•
11th Grade
20 questions
Python list, if

Quiz
•
6th - 12th Grade
20 questions
CMU Unit 1 Practice Test

Quiz
•
9th - 12th Grade
25 questions
GCSE Computer Science: Programming (Python)

Quiz
•
9th - 12th Grade
20 questions
Lists - Built in Functions

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade