>
questions
List of practice Questions
Evaluate the postfix expression: \[ 24 \; 5 \; 7 \; \; 5 \; / \; + \]
CUET (UG) - 2025
CUET (UG)
Computer Science
Asymptotic Notations
STACK follows __________ principle, where insertion and deletion is from __________ end/ends only.
CUET (UG) - 2025
CUET (UG)
Computer Science
Data Structures
Given a scenario: Suppose there is a web-server hosting a website to declare results. This server can handle a maximum of 100 concurrent requests to view results. So, as to serve thousands of user requests, a __________ would be the most appropriate data structure to use.
CUET (UG) - 2025
CUET (UG)
Computer Science
Data Structures
To perform enqueue and dequeue efficiently on a queue, which of the following operations are required?
A) isEmpty
B) peek
C) isFull
D) update
CUET (UG) - 2025
CUET (UG)
Computer Science
Sorting Algorithms
Identify the correct place where we have to use repeaters.
CUET (UG) - 2025
CUET (UG)
Computer Science
Computer Networks
In MAC address, Organisational Unique Identifier (OUI) consists of __________.
CUET (UG) - 2025
CUET (UG)
Computer Science
Computer Networks
__________ operation is used to get the common tuples from two relations.
CUET (UG) - 2025
CUET (UG)
Computer Science
Relational Algebra Operations
Identify the correct IP address from the options given:
CUET (UG) - 2025
CUET (UG)
Computer Science
Computer Networks
Arrange the following Python code segments in order with respect to exception handling: (A) except ZeroDivisionError:
\hspace{0.5cm} print("Zero denominator not allowed")
(B) finally:
\hspace{0.5cm} print("Over and Out")
(C) try:
\hspace{0.5cm} n = 50
\hspace{0.5cm} d = int(input("enter denominator"))
\hspace{0.5cm} q = n/d
\hspace{0.5cm} print("division performed")
(D) else:
\hspace{0.5cm} print("Result=", q)
CUET (UG) - 2025
CUET (UG)
Computer Science
File Handling in Python
__________ is the process of transforming data or an object in memory (RAM) to a stream of bytes called byte streams.
CUET (UG) - 2025
CUET (UG)
Computer Science
File Handling in Python
Identify the correct code to read data from the file \texttt{notes.dat} in a binary file:
CUET (UG) - 2025
CUET (UG)
Computer Science
File Handling in Python
Identify the correct python statement to open a text file \texttt{"data.txt"} in both read and write mode.
CUET (UG) - 2025
CUET (UG)
Computer Science
File Handling in Python
A __________ value is specified for the column, if no value is provided.
CUET (UG) - 2025
CUET (UG)
Computer Science
SQL
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
The SELECT command when combined with DISTINCT clause is used to:
CUET (UG) - 2025
CUET (UG)
Computer Science
SQL
____________________________________ is used to search for a specific pattern in a column.
CUET (UG) - 2025
CUET (UG)
Computer Science
SQL
Match List-I with List-II:
List-I (Aggregate function)
List-II (Description)
(A)
count(marks)
(III) Count all non null values of marks column
(B)
count()
(I) Count all rows
(C)
avg(marks)
(II) Finding average of non null values of marks
(D)
sum(marks)
(IV) Finding sum of all marks
CUET (UG) - 2025
CUET (UG)
Computer Science
SQL
Given Relation: \texttt{STUDENT} \begin{center} \begin{tabular}{|c|c|c|} \hline
SNO
&
SNAME
&
MARKS
\hline 1 & Amit & 20
2 & Karuna & 40
3 & Kavita & NULL
4 & Anuj & 30
\hline \end{tabular} \end{center} Find the value of: \begin{verbatim} SELECT AVG(MARKS) FROM STUDENT; \end{verbatim}
CUET (UG) - 2025
CUET (UG)
Computer Science
SQL
The plays written by Girish Karnad are....
(A) Tuglak
(B) Yayati
(C) Nagamandala
(D) Hayavadana
Choose the correct answer from the options given below:
CUET (UG) - 2025
CUET (UG)
Performing Arts
Modern Indian Theatre
Who is the most notable and celebrated 20th century Russian dramatist?
CUET (UG) - 2025
CUET (UG)
Performing Arts
World Theatre History
The sequence of making a performance is
(A) Public performance
(B) Technical run-through
(C) Blocking
(D) Rehearsals
Choose the correct answer from the options given below:
CUET (UG) - 2025
CUET (UG)
Performing Arts
Introduction to Indian Classical and Traditional Theatre
Who has written the play 'The King of the Dark Chamber' (Raja)?
CUET (UG) - 2025
CUET (UG)
Performing Arts
Modern Indian Theatre
Identify the relational algebra operation denoted by: \[ \text{Course X Student;} \] where 'Course' and 'Student' are two relations and X is an operation.
CUET (UG) - 2025
CUET (UG)
Computer Science
Relational Algebra Operations
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
The play 'Medea' is written by...
CUET (UG) - 2025
CUET (UG)
Performing Arts
World Theatre History
Prev
1
...
255
256
257
258
259
...
7159
Next