>
CUET (UG)
List of top Questions asked in CUET (UG)
Sorting a large number of items can take a substantial amount of time is called ______.
CUET (UG) - 2023
CUET (UG)
Computer Science
Sorting
A loop within a loop (nested loop) have time complexity ______.
CUET (UG) - 2023
CUET (UG)
Computer Science
Data Structures
Consider a list [8, 7, 13, 1, -5, 4]
After 3rd pass of Bubble Sort, we get
CUET (UG) - 2023
CUET (UG)
Computer Science
Sorting
In which file mode/modes the file offset position will be at the end of the file.
A. <a+>
B. <w>
C. <r>
D. <a>
E. <r+>
Choose the correct answer from the options given below :
CUET (UG) - 2023
CUET (UG)
Computer Science
file handling
What kind of build in exception will show by the following code ?
str = ‘Today is holiday’
print(str[20])
CUET (UG) - 2023
CUET (UG)
Computer Science
Exception Handling
You try to pop an element from a stack which is empty. This can result into a special kind of condition, which is known as ________.
CUET (UG) - 2023
CUET (UG)
Computer Science
Introduction to stack (LIFO Operations)
Which out of the following can be picked as the application of stack ?
CUET (UG) - 2023
CUET (UG)
Computer Science
Introduction to stack (LIFO Operations)
Convert A+(B*C-(D/E^F)*G)*H into its equivalent postfix expression.
CUET (UG) - 2023
CUET (UG)
Computer Science
Postfix Notation
Which of the following is/are correct about double ended queue ?
A. Insertion and deletion operation perform only at rear side
B. Insertion and deletion operation perform only at front end
C. Insertion and deletion operation performs at both front and rear end
D. Vehicles in a high-way toll tax booth are served following the principles of deque
E. To implementation of deque used list data type in python
Choose the correct answer from the options given below :
CUET (UG) - 2023
CUET (UG)
Computer Science
Data Structures
Which is not the operation of Queue ?
CUET (UG) - 2023
CUET (UG)
Computer Science
Introduction to Queue (FIFO)
What is the output of the following SQL query ?
SELECT * FROM STUDENTS WHERE SName like ‘%S’ and age > 18;
CUET (UG) - 2023
CUET (UG)
Computer Science
Query using SQL
Let us consider two relations Student and Major as shown in Table 1 and Table 2 respectively.
Table 1 : Student
Sr No.
Name
Course
1.
Aman
CS
2.
Ravi
ECO
3.
Mohit
HIS
4.
Sanjay
MATH
Table 2 : Major
Sr.No
Name
Course
1.
Sanjay
MATH
2.
Abhay
ENG
3.
Sita
HINDI
4.
Aman
CS
5.
Ravi
ECO
How many Tuples will be in the result table after Student U Major operation.
CUET (UG) - 2023
CUET (UG)
Computer Science
Relational Algebra
Which of the following statements is/are true ?
A. Group by function is used to group rows of a table that contain same values in a specified column.
B. The BETWEEN operator used for pattern matching
C. The IN operator selects the value that match any value in the given list of values
D. COUNT, MAX, MIN, AVG and SUM are multiple row functions works on a set of records and return a single value
E. Update table is used to change the data in a table
Choose the correct answer from the options given below :
CUET (UG) - 2023
CUET (UG)
Computer Science
Introduction to MySQL
Which of the following address is associated with a network adapter (NIC) ?
CUET (UG) - 2023
CUET (UG)
Computer Science
Computer Networks
Which device maintains a database of domain names and their corresponding IP addresses ?
CUET (UG) - 2023
CUET (UG)
Computer Science
Network devices
Match List I with List II
List I
List II
A.
MAC address
I.
32 bits
B.
RJ-45
II.
NIC card
C.
IP address
III.
48 bits
D.
Ethernet card
IV.
Ethernet cables
Choose the correct answer from the options given below :
CUET (UG) - 2023
CUET (UG)
Computer Science
Computer Networks
____ is a unique address that can be used to uniquely identify each node in the network.
CUET (UG) - 2023
CUET (UG)
Informatics Practices
Web browsers
<a+> opens the file in _____ and _____ mode.
CUET (UG) - 2023
CUET (UG)
Computer Science
File organization, indexing
The file offset position in <wb+> file mode is _____
CUET (UG) - 2023
CUET (UG)
Computer Science
File organization, indexing
Which of the following statement is not true ?
CUET (UG) - 2023
CUET (UG)
Computer Science
Database Concepts
Consider the following table -
SID
SName
Contact No
Age
Course
Year
2301
Rajat
8167782923
0
CS
2022
2302
Kamal
8168842399
21
HIS
2023
2303
Amit
8167832455
20
ECO
2022
2304
Sujata
7987235422
20
MATH
2022
2305
Amita
6276542311
21
ENG
2023
Identify the correct pair of values :
CUET (UG) - 2023
CUET (UG)
Computer Science
Database Concepts
Which of the following is the limitation of DBMS ?
CUET (UG) - 2023
CUET (UG)
Computer Science
DBMS
Match List I with List II
List I
List II
A.
DML
I.
Not NULL
B.
Primary Key
II.
Create relations
C.
Alter table
III.
Insert records
D.
DDL
IV.
Add attribute
Choose the correct answer from the options given below :
CUET (UG) - 2023
CUET (UG)
Computer Science
Introduction to MySQL
A row in a table is called _____
CUET (UG) - 2023
CUET (UG)
Computer Science
Database Concepts
Which method is used to write multiple strings of a file ?
CUET (UG) - 2023
CUET (UG)
Computer Science
Character String
Prev
1
...
268
269
270
271
272
...
419
Next