>
CUET (UG)
>
Computer Science
List of top Computer Science Questions asked in CUET (UG)
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
Identify the correct IP address from the options given:
CUET (UG) - 2025
CUET (UG)
Computer Science
Computer Networks
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
A __________ value is specified for the column, if no value is provided.
CUET (UG) - 2025
CUET (UG)
Computer Science
SQL
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
Which data structure follows the Last-In-First-Out (LIFO) principle?
CUET (UG) - 2025
CUET (UG)
Computer Science
Data Structures
What is the primary function of an operating system?
CUET (UG) - 2025
CUET (UG)
Computer Science
Operating Systems
What is the time complexity of a binary search algorithm on a sorted array?
CUET (UG) - 2025
CUET (UG)
Computer Science
Data Structures
What is the significance of the ‘NP-complete’ class in computational complexity?
CUET (UG) - 2025
CUET (UG)
Computer Science
Computational Complexity
Which of the following is a high-level programming language?
CUET (UG) - 2025
CUET (UG)
Computer Science
Programming Languages
In the context of graph algorithms, what is the significance of Dijkstra’s algorithm?
CUET (UG) - 2025
CUET (UG)
Computer Science
Data Structures
What is the purpose of a firewall in network security?
CUET (UG) - 2025
CUET (UG)
Computer Science
Computer Networks
Which of the following is NOT a principle of Object-Oriented Programming?
CUET (UG) - 2025
CUET (UG)
Computer Science
OOPs concept
What is a ‘race condition’ in concurrent programming?
CUET (UG) - 2025
CUET (UG)
Computer Science
Programming Languages
Which of the following is a characteristic of a relational database?
CUET (UG) - 2025
CUET (UG)
Computer Science
Database Management Systems
What is the purpose of the ‘virtual memory’ in an operating system?
CUET (UG) - 2025
CUET (UG)
Computer Science
Operating Systems
In a binary tree, what is the maximum number of nodes at level k?
CUET (UG) - 2025
CUET (UG)
Computer Science
Data Structures
Which sorting algorithm has the best average-case time complexity?
CUET (UG) - 2025
CUET (UG)
Computer Science
Data Structures
In object-oriented programming, what is encapsulation?
CUET (UG) - 2025
CUET (UG)
Computer Science
OOPs concept
Which protocol is used for secure communication over the internet?
CUET (UG) - 2025
CUET (UG)
Computer Science
Computer Networks
Prev
1
2
3
4
5
6
...
15
Next