>
CUET (UG)
>
Computer Science
List of top Computer Science Questions asked in CUET (UG)
Which of the following plots makes it easy to compare two or more distributions on the same set of axes?
CUET (UG) - 2023
CUET (UG)
Computer Science
Data Visualization
The scatter() function
CUET (UG) - 2023
CUET (UG)
Computer Science
Data Visualization
Cancer patient analysis in the Mumbai region is to be plotted. The command used to give title to X-axis as "No. of patients" in the graph is:
CUET (UG) - 2023
CUET (UG)
Computer Science
Axis Labeling
Which of the following statements is used to create a histogram of 'step' type with 20 bins?
CUET (UG) - 2023
CUET (UG)
Computer Science
Histogram Plotting
Match List I with List II
LIST I
LIST II
A. Slammer
IV. Virus
B. Microwave
II. Uni directional
C. Radio wave
I. Omni directional
D. White hats
III. Ethical hacker
CUET (UG) - 2023
CUET (UG)
Computer Science
Cybersecurity
Which of the following is not a web browser?
CUET (UG) - 2023
CUET (UG)
Computer Science
Web browsers
Match List I with List II
LIST I
LIST II
A. RDBMS
III. Store data in related table
B. Primary Key
I. Unique identification of tuples
C. Tuple is collection of
II. Attribute Value
D. Database Schema and Constraints
IV. Database catalog
CUET (UG) - 2023
CUET (UG)
Computer Science
Database Concepts
Which of the following is not an aggregate function that can be applied to a DataFrame?
CUET (UG) - 2023
CUET (UG)
Computer Science
Aggregate Functions
Which SQL function will return the following output:
mysql> Select __?__ (53, 10);
output __3
CUET (UG) - 2023
CUET (UG)
Computer Science
SQL Functions
Which of the following denotes a missing value in a DataFrame?
CUET (UG) - 2023
CUET (UG)
Computer Science
Handling Missing Data
Which of the following is not a Descriptive Statistical method that can be applied to a DataFrame?
CUET (UG) - 2023
CUET (UG)
Computer Science
Data Handling
Which one in the following options is not a constraint ?
CUET (UG) - 2023
CUET (UG)
Computer Science
Database Constraints
Match List I with List II
LIST I
LIST II
A. SELECT LOWER('COMPUTER');
IV. 'computer'
B. SELECT LEFT('COMPUTER', 3);
I. 'COM'
C. SELECT RIGHT('COMPUTER', 4);
II. 'UTER'
D. SELECT MID('COMPUTER', 2, 3);
III. 'OMP'
CUET (UG) - 2023
CUET (UG)
Computer Science
SQL Functions
............. sorts a given list of elements by repeatedly comparing the adjacent elements and swapping them if they are unordered.
CUET (UG) - 2023
CUET (UG)
Computer Science
Sorting Algorithms
In search by hashing, we have size of the hash table and the size of list, then:
CUET (UG) - 2023
CUET (UG)
Computer Science
Hashing
This exception occurs whenever a local or global variable name is not defined.
CUET (UG) - 2023
CUET (UG)
Computer Science
Python Errors
Match List I with List II
LIST I
LIST II
C. Deletion operation
IV. Dequeue
A. Insertion in a queue at
I. FRONT
B. Deletion in a queue at
III. REAR
D. Insertion operation
II. Enqueue
CUET (UG) - 2023
CUET (UG)
Computer Science
Queues
To sort a list having n elements, the Selection sort makes .......... number of passes through the list.
CUET (UG) - 2023
CUET (UG)
Computer Science
Sorting Algorithms
Match List I with List II
LIST I
LIST II
C. Router
I. It receives the information, examines it and transfers it to other network.
B. Ethernet
III. Set of rules that governs functioning of LAN
A. MAN
IV. It covers a larger geographical area such as town or city.
D. Repeater
II. It regenerates the received weak signals.
CUET (UG) - 2023
CUET (UG)
Computer Science
Networking Devices
Which of the following statement(s) is/are true?
A. Selection operation yields horizontal subset of a relation.
B. Selection operation yields vertical subset of a relation.
C. Union operator can work on relation with different degree.
D. Intersection and Cartesian product operations are not binary.
E. A record is a column on a datasheet.
CUET (UG) - 2023
CUET (UG)
Computer Science
Relational Algebra
Which clause amongst the following can be used along with aggregate functions?
CUET (UG) - 2023
CUET (UG)
Computer Science
SQL Queries
Which of the following is a text file which is transferred by the website to the browser when it is browsed?
CUET (UG) - 2023
CUET (UG)
Computer Science
Web Development
Before the usage of .................. table command to add a primary key, one needs to make sure that the field is ...........
CUET (UG) - 2023
CUET (UG)
Computer Science
SQL
The first page of a website is known as ......... .
CUET (UG) - 2023
CUET (UG)
Computer Science
Web Development
What will be the status of the list (given below) after pass 2 using Bubble sort?
\[ 8, 7, 13, 1, -9, 4 \]
CUET (UG) - 2023
CUET (UG)
Computer Science
Sorting Algorithms
Prev
1
...
3
4
5
6
7
...
12
Next