
Computer Science Quiz

Quiz
•
Computers
•
12th Grade
•
Hard
Shubham Mishra
FREE Resource
19 questions
Show all answers
1.
OPEN ENDED QUESTION
3 mins • 1 pt
State True or False.
Evaluate responses using AI:
OFF
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a sequential datatype in Python ?
Dictionary
String
List
Tuple
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following dictionary Day={1:"Monday", 2: "Tuesday", 3: "Wednesday"} Which statement will return "Tuesday".
Day.pop()
Day.pop(2)
Day.pop(1)
Day.pop("Tuesday")
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the given expression : 7<4 or 6>3 and not 10==10 or 17>4 Which of the following will be the correct output if the given expression is evaluated ?
True
False
NONE
NULL
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the correct output of the code : S="Amrit Mahotsav @ 75" A=S.split(" ",2) print(A)
('Amrit', 'Mahotsav', '@', '75')
['Amrit', 'Mahotsav', '@ 75']
('Amrit', 'Mahotsav', '@ 75')
['Amrit', 'Mahotsav', '@', '75']
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following modes in Python creates a new file, if file does not exist and overwrites the content, if the file exists ?
r+
r
w
a
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fill in the blank : ___________ is not a valid built-in function for list manipulations.
count()
length()
append()
extend()
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
File i/o

Quiz
•
10th Grade - University
15 questions
CUET Level - II Computer Science(7/11/2023)

Quiz
•
12th Grade
16 questions
File Handling Quiz

Quiz
•
12th Grade
15 questions
File Formats

Quiz
•
9th - 12th Grade
16 questions
C-Programming Basics

Quiz
•
12th Grade
18 questions
Lossy Vs Lossless

Quiz
•
9th - 12th Grade
18 questions
CBSE Python Quiz B22-23

Quiz
•
12th Grade
15 questions
File Handling in Python - Grade 12 CBSE

Quiz
•
12th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade