CUET-UG SERIES
Computer-science

Reading Comprehension

10 previous year questions.

Volume: 10 Ques
Yield: Medium

High-Yield Trend

10
2023

Chapter Questions
10 MCQs

01
PYQ 2023
easy
computer-science ID: cuet-ug-
Sahil is a student of Class X has just started understanding the basics of Internet and Web technologies. He is a bit confused in between the terms “World Wide Web”, “Uniform Resource Locator”, “Internet”, “Domain Name”, “DNS”
Answer the questions using the above paragraph :
02
PYQ 2023
easy
computer-science ID: cuet-ug-
A record of each student with its sports preference is given :
SPORT
R.noSports
9Cricket
13Football
14Badminton
16Football
19NULL
20Cricket
22Football
Based on the data, answer the questions
03
PYQ 2023
easy
computer-science ID: cuet-ug-
Consider the following table and answer the questions that follow :
Teacher
NoNameAgeDepartmentDobSalarySex
1Jagan34Comp10/1/9712000M
2Shona31Hist24/3/98NULLF
3Sandeep32Maths12/12/9830000M
4Sangita35Hist01/07/9940000F
5Rohit42Maths05/09/9725000M
6Sharma50Hist27/06/9830000M
7Amit44Comp25/02/9721000M
8GirishaNULLMaths31/07/9720000F
04
PYQ 2023
easy
computer-science ID: cuet-ug-
Consider the following paragraph and answer the questions that follow :
Mohan keeps working on various IT projects. He is continuously online for many hours. Many a times while working o various softwares, he is required to share his personal/sensitive information like mobile number, date of birth etc. He has started facing a number of problems while working on his computer.
1. His bank account showed a debit transaction of ₹ 50,000, which was not done by him.
2. He cannot open some of the application.
3. He has started getting junk emails.
4. Many a times unwanted advertisements have started popping up onto his computer.
5. He has started getting backache, shoulder pain and stress.
05
PYQ 2023
easy
computer-science ID: cuet-ug-
Arjun has been given following incomplete code, which takes a student details (name, marks) and writes into a binary file student.dat.
import pickle
stname = input("enter name")
stmarks int(input ("enter marks"))
stdict ("Name" : stname, "Marks" : stmarks)
_________ : line 1
_________ : line 2
_________ : line 3
_________ : line 4

print (r)
if r["marks"] 85:
print("eligible for scholarship")
else:
print("not eligible for scholarship")
Complete code for line 1 to open the given binary file in f object using with statement:
06
PYQ 2023
easy
computer-science ID: cuet-ug-
St. Angles school at Mumbai is setting up the network between its different wings of school campus. There are 4 buildings named Senior(S), Junior (J), Admin(A) and Hostel (H).
Senior(S)Junior(J)
Admin(A)Hostel(H)
Distance between various wings:
A to S100m
A to J110m
A to H400m
S to J300m
S to H`70m
J to H80m
No. of computers in each wing :
Wing A20
Wing S150
Wing J50
Wing H25


07
PYQ 2023
easy
computer-science ID: cuet-ug-
Given Dataframe, df:
StateGeographical_AreaArea_Under_Dense_Forest
1Manipur784382797
2Delhi14836.72
3Kerala388521663
4Tamil Nadu406991904

Based on the above data, solve questions:
08
PYQ 2023
easy
computer-science ID: cuet-ug-
Vrinda enterprises is planning to setup a secure network in Delhi for its web based activities. It is having 4 buildings. Answer the questions that follows based on the information given below.
Alternative_text
Distance Between Buildings
A to B40m
B to C60m
C to D125m
A to D102m
B to D190m
A to C162m
No of Computers
BlockComputers
A25
B80
C150
D35
09
PYQ 2023
easy
computer-science ID: cuet-ug-
Color = ['Red', 'Green', 'Blue', 'Pink', 'Yellow', 'Magenta', 'Black']
def longcolors (_____,_______):# Fillline1
with____________: # Fillline2
____________: # Fillline3
____________: # Fillline4
____________: # Fillline5
fname = "Color.txť
n=int(input("Enter a number(4-7) :"))
______________# filline6
file = open(fname)
print(file.read())
10
PYQ 2023
easy
computer-science ID: cuet-ug-
MAC address is a physical or hardware address is a unique value associated with a network adapter called NIC. MAC address is a 12-drgit hexadecimal numbers shown as below:
FC: F8: AE: CE: 78: 16.
IP address is a unique address that can be used to uniquely identify each node in network IPV4 address looks like:
192 1680: 175
Based on above paragraph answer following question.