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 :
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
Based on the data, answer the questions
SPORT
| R.no | Sports |
| 9 | Cricket |
| 13 | Football |
| 14 | Badminton |
| 16 | Football |
| 19 | NULL |
| 20 | Cricket |
| 22 | Football |
03
PYQ 2023
easy
computer-science ID: cuet-ug-
Consider the following table and answer the questions that follow :
Teacher
Teacher
| No | Name | Age | Department | Dob | Salary | Sex |
| 1 | Jagan | 34 | Comp | 10/1/97 | 12000 | M |
| 2 | Shona | 31 | Hist | 24/3/98 | NULL | F |
| 3 | Sandeep | 32 | Maths | 12/12/98 | 30000 | M |
| 4 | Sangita | 35 | Hist | 01/07/99 | 40000 | F |
| 5 | Rohit | 42 | Maths | 05/09/97 | 25000 | M |
| 6 | Sharma | 50 | Hist | 27/06/98 | 30000 | M |
| 7 | Amit | 44 | Comp | 25/02/97 | 21000 | M |
| 8 | Girisha | NULL | Maths | 31/07/97 | 20000 | F |
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.
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:
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).
Distance between various wings:
No. of computers in each wing :
| Senior(S) | Junior(J) |
| Admin(A) | Hostel(H) |
| A to S | 100m |
| A to J | 110m |
| A to H | 400m |
| S to J | 300m |
| S to H | `70m |
| J to H | 80m |
| Wing A | 20 |
| Wing S | 150 |
| Wing J | 50 |
| Wing H | 25 |
07
PYQ 2023
easy
computer-science ID: cuet-ug-
Given Dataframe, df:
Based on the above data, solve questions:
| State | Geographical_Area | Area_Under_Dense_Forest | |
| 1 | Manipur | 78438 | 2797 |
| 2 | Delhi | 1483 | 6.72 |
| 3 | Kerala | 38852 | 1663 |
| 4 | Tamil Nadu | 40699 | 1904 |
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.


| Distance Between Buildings | |
| A to B | 40m |
| B to C | 60m |
| C to D | 125m |
| A to D | 102m |
| B to D | 190m |
| A to C | 162m |
| No of Computers | |
| Block | Computers |
| A | 25 |
| B | 80 |
| C | 150 |
| D | 35 |
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())
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.
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.