Exams
Subjects
Classes
Home
CUET (UG)
Computer Science
List of top Computer Science Questions asked in CUET (UG)
Which SQL command is used to remove all rows from a table without deleting the table structure?
CUET (UG) - 2026
CUET (UG)
Computer Science
SQL
Which clause is used to filter records in SQL?
CUET (UG) - 2026
CUET (UG)
Computer Science
SQL Queries
Which topology uses a central hub/switch?
CUET (UG) - 2026
CUET (UG)
Computer Science
Networking Topologies
What will be the output?
x = 5
y = 2
print(x // y)
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which of the following is NOT a valid aggregate function in SQL?
CUET (UG) - 2026
CUET (UG)
Computer Science
Aggregate Functions
What is the full form of URL?
CUET (UG) - 2026
CUET (UG)
Computer Science
Web Technologies
Which keyword is used to define a function in Python?
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
In Python, which data type is immutable?
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
What will be the output of the following Python code?
a = [1, 2, 3]
print(a[::-1])
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which protocol is used for sending e-mails?
CUET (UG) - 2026
CUET (UG)
Computer Science
Networking Protocols
What will be the output?
x = 5
y = 2
print(x // y)
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which clause is used to filter records in SQL?
CUET (UG) - 2026
CUET (UG)
Computer Science
SQL Queries
Which topology uses a central hub/switch?
CUET (UG) - 2026
CUET (UG)
Computer Science
Networking Topologies
What is the full form of URL?
CUET (UG) - 2026
CUET (UG)
Computer Science
Web Technologies
Which of the following is NOT a valid aggregate function in SQL?
CUET (UG) - 2026
CUET (UG)
Computer Science
Aggregate Functions
In Python, which data type is immutable?
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which keyword is used to define a function in Python?
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which protocol is used for sending e-mails?
CUET (UG) - 2026
CUET (UG)
Computer Science
Networking Protocols
What will be the output of the following Python code?
a = [1, 2, 3]
print(a[::-1])
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which SQL command is used to remove all rows from a table without deleting the table structure?
CUET (UG) - 2026
CUET (UG)
Computer Science
SQL
Match List-I with List-II:
List-I
List-II
(A) STAR TOPOLOGY
(I) Each communicating device is connected to a central node.
(B) LAN
(IV) Type of network.
(C) HUB
(II) Networking device.
(D) VoIP
(III) Protocol.
Choose the correct answer from the options given below:
CUET (UG) - 2025
CUET (UG)
Computer Science
Networking
Given two relations:
Employee
with structure as (ID, Name, Address, Phone, Deptno)
Department
with structure as (Deptno, Dname)
__________ is used to represent the relationship between two relations Employee and Department.
CUET (UG) - 2025
CUET (UG)
Computer Science
DBMS
Given table 'StudAtt' with structure as (Rno, Attdate, Attendance). Identify the suitable command to add a primary key to the table after creation.
Note: We want to make both
Rno
and
Attdate
columns as primary key.
CUET (UG) - 2025
CUET (UG)
Computer Science
SQL
After establishing the connection to fetch the data from the table of a database in SQL into a DataFrame, which of the following function will be used?
(A) pandas.read__sql__query()
(B) pandas.read__sql__table()
(C) pandas.read__sql__query__table()
(D) pandas.read__sql()
CUET (UG) - 2025
CUET (UG)
Computer Science
SQL
Cable based broadband internet services are example of ..............
CUET (UG) - 2025
CUET (UG)
Computer Science
Networking
<
1
2
3
...
15
>