English

CUET (UG) entrance exam Question Bank Solutions for Computer Science\Information Practices

Advertisements
[object Object]
[object Object]
Subjects
Popular subjects
Topics
Advertisements
Advertisements
Computer Science\Information Practices
< prev  21 to 40 of 539  next > 

The name “Pandas” is derived from the term ______.

[13] Data Handling Using Pandas – I
Chapter: [13] Data Handling Using Pandas – I
Concept: undefined >> undefined

Python pandas was developed by ______.

[13] Data Handling Using Pandas – I
Chapter: [13] Data Handling Using Pandas – I
Concept: undefined >> undefined

Advertisements

The school offers Wi-Fi to the students of Class XII, and emails were received by all the students regarding the expiry of their passwords. Instructions were also given to renew their password within 24 hours by clicking on the particular URL provided. What do you think they should do?

[17] Societal Impacts
Chapter: [17] Societal Impacts
Concept: undefined >> undefined

Which of the following error is also known as Syntax Error?

[1] Exception and File Handling in Python
Chapter: [1] Exception and File Handling in Python
Concept: undefined >> undefined

______ is used to get a specified day of the month for a given date.

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

______ keyword is used to find out the number of values in a column?

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

Which method is used to get the row-id of the last modified row?

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

Which of the following belongs to an "aggregate function"?

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

The MAX () function finds the

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

Which of the following digital footprints can be created without the user's consent?

[17] Societal Impacts
Chapter: [17] Societal Impacts
Concept: undefined >> undefined

Assertion (A): To create a series from array, we have to import the NumPy module and then use array () method.

Reason (R): NumPy is an open-source numerical Python library. NumPy contains a multi-dimensional array and matrix data structures.

[13] Data Handling Using Pandas – I
Chapter: [13] Data Handling Using Pandas – I
Concept: undefined >> undefined

Consider the table STUDENT given below:

RollNo Name Class DOB Gender City Marks
1 Anand XI 6/6/97 M Agra 430
2 Chetan XII 7/5/94 M Mumbai 460
3 Geet XI 6/5/97 F Agra 470
4 Preeti XII 8/8/95 F Mumbai 492
5 Saniyal XII 8/10/95 M Delhi 360
6 Maakhiy XI 12/12/94 F Dubai 256
7 Neha X 8/12/95 F Moscow 324
8 Nishant X 12/6/95 M Moscow 429

State the command that will give the output as:

Name
Anand
Chetan
Geet
Preeti

(i) select Name from student where Class ='XI' and Class='XII';

(ii) select name from student where not Class='XI' and Class='XII';

(iii) select name from student where City="Agra" or City="Mumbai";

(iv) select name from student where City in("Agra", "Mumbai");

Choose the correct option:

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

Consider the table STUDENT given below:

RollNo Name Class DOB Gender City Marks
1 Anand XI 6/6/97 M Agra 430
2 Chetan XII 7/5/94 M Mumbai 460
3 Geet XI 6/5/97 F Agra 470
4 Preeti XII 8/8/95 F Mumbai 492
5 Saniyal XII 8/10/95 M Delhi 360
6 Maakhiy XI 12/12/94 F Dubai 256
7 Neha X 8/12/95 F Moscow 324
8 Nishant X 12/6/95 M Moscow 429

State the command to display the average marks scored by students of each gender who are in class XI?

(i) Select Gender, avg(Marks) from STUDENT where Class= "XI" group by Gender;

(ii) Select Gender, avg(Marks) from STUDENT group by Gender where Class="XI";

(iii) Select Gender, avg(Marks) group by Gender from STUDENT having Class="XI";

(iv) Select Gender, avg(Marks) from STUDENT group by Gender having Class = "XI";

Choose the correct option:

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

What will be the output of the following SQL statement? 

SELECT DAY NAME (2022-04-08) 

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

Assertion (A): COUNf function ignores DISTINCT

Reason (R): DISTINCT ignores the duplicate values.

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined

What types of errors are also known as parsing errors?

[1] Exception and File Handling in Python
Chapter: [1] Exception and File Handling in Python
Concept: undefined >> undefined

What will be the output for the following code?

x = ""hello""
if not type(x) is int:
raise TypeError(""Only integers are allowed"")

[1] Exception and File Handling in Python
Chapter: [1] Exception and File Handling in Python
Concept: undefined >> undefined

The only exception that is raised when the program is syntactically incorrect:

[1] Exception and File Handling in Python
Chapter: [1] Exception and File Handling in Python
Concept: undefined >> undefined

What exception will be thrown in the following case?

>>> import math

>>> math .sqrt(– 4)

[1] Exception and File Handling in Python
Chapter: [1] Exception and File Handling in Python
Concept: undefined >> undefined

Which of the following is not an aggregate function?

[12] Database Query using SQL
Chapter: [12] Database Query using SQL
Concept: undefined >> undefined
< prev  21 to 40 of 539  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×