>
CUET (UG)
>
Computer Science
List of top Computer Science Questions asked in CUET (UG)
What will be the position of front and rear after execution of the following statements, the Queue already had the given elements in FIFO order:
\(F→50 → 90 → 7 → 21 → 73 → 77→R\)
dequeue()
dequeue()
dequeue()
dequeue()
dequeue()
enqueue(100)
dequeue()
CUET (UG) - 2024
CUET (UG)
Computer Science
Introduction to Queue (FIFO)
An alternate key is ________.
CUET (UG) - 2024
CUET (UG)
Computer Science
Database Concepts
A relation in a relational database is also known as:
CUET (UG) - 2024
CUET (UG)
Computer Science
Database Concepts
A domain in a relational database refers to:
CUET (UG) - 2024
CUET (UG)
Computer Science
Database Concepts
What is the primary difference between a database and a file system?
CUET (UG) - 2024
CUET (UG)
Computer Science
Database Concepts
To find the difference between maximum and minimum stock prices for a company over a week, which statistical technique is used?
CUET (UG) - 2024
CUET (UG)
Computer Science
Understanding Data
_________ is the positive square root of the average of squared differences of each value from the mean.
CUET (UG) - 2024
CUET (UG)
Computer Science
Understanding Data
________ are unorganized facts that can be processed to generate meaningful information called?
CUET (UG) - 2024
CUET (UG)
Computer Science
Understanding Data
140.168.220.200 is a 32-bit binary number represented as four decimal values, each 8 bits, in the range 0 to 255 separated by decimal points. What is this number called?
CUET (UG) - 2024
CUET (UG)
Computer Science
Computer Networks
In a ________ topology, if there are n devices in a network, each device has n-1 ports for cables.
CUET (UG) - 2024
CUET (UG)
Computer Science
Computer Networks
Stack works on the principle of ________.
CUET (UG) - 2024
CUET (UG)
Computer Science
Stack
Evaluate the given postfix expression:
Expression: 3 5 * 6 2 + 3 -
CUET (UG) - 2024
CUET (UG)
Computer Science
Postfix Notation
Which method moves a file pointer to the nth character with respect to r position?
CUET (UG) - 2024
CUET (UG)
Computer Science
File Handling in Python
Consider the following code and specify the correct order of the statements to be written:
Code:
(A) f.write(”CUET EXAMINATION”)
(B) f=open(”CUET.TXT”, ”w”)
(C) print(”Data is Written Successfully”)
(D) f.close()
Choose the correct answer from the options given below:
CUET (UG) - 2024
CUET (UG)
Computer Science
File Handling in Python
What is pickling in Python?
CUET (UG) - 2024
CUET (UG)
Computer Science
Exception Handling
Match List-I with List-II:
List-I
List-II
(A) readline()
(I) Writes a sequence of strings to the file
(B) writelines()
(II) Reads a single line from the file
(C) seek()
(III) Force any buffered output to be written to the file
(D) flush()
(IV) Moves the file pointer to the specified position
CUET (UG) - 2024
CUET (UG)
Computer Science
File Handling in Python
A long cable that helps to connect several devices in a bus topology and has terminators at both ends to prevent signal bounce is known as ________
CUET (UG) - 2024
CUET (UG)
Computer Science
Computer Networks
Which device provides the necessary translation of data received from the network into a format recognized within the internal network?
CUET (UG) - 2024
CUET (UG)
Computer Science
Computer Networks
Communication over a mobile phone is an example of which type of communication mode?
CUET (UG) - 2024
CUET (UG)
Computer Science
Communication System
__________ compares neighboring elements only and swaps them when necessary?
CUET (UG) - 2024
CUET (UG)
Computer Science
Sorting
SQL applies conditions on the groups through ________ clause after groups have been formed?
CUET (UG) - 2024
CUET (UG)
Computer Science
SQL
What is the output of the SQL statement?
SELECT MID('CUET2024',2,5)?
CUET (UG) - 2024
CUET (UG)
Computer Science
SQL
Which of the following is called a database instance?
CUET (UG) - 2024
CUET (UG)
Computer Science
Database Concepts
Which of the following is not a limitation of file systems?
CUET (UG) - 2024
CUET (UG)
Computer Science
File Organization and Indexing
How many candidate keys are possible with the table?
RollNo
Name
Mobile
City
1
Arun
91
Delhi
2
Sanjay
92
Mumbai
3
Arun
93
Noida
4
Varun
94
Guwahati
5
Arti
95
Kolkata
CUET (UG) - 2024
CUET (UG)
Computer Science
Database Concepts
Prev
1
2
3
...
11
Next