STUDENT

INFORMATICS PRACTICES
Total Q: 21
Time: 21 Mins

Q 1.

The practice of taking someone else's work or ideas and passing them off as one's own is known as _____________

Q 2.

Consider the following data frame name df
Write the output of the given command:
print(df.marks/2)

Q 3.

Which of the following is not an aggregate function in MYSQL ?

Q 4.

Temporary data files stored by websites in our computer can be used to track our online activities and also to personalize browsing experience. These files are known as:

Q 5.

e-waste refers to:

Q 6.

We can analyse the data in pandas with

Q 7.

What is the type of network for long distance communication ?

Q 8.

Which one of the following would arrange the rows in ascending order in SQL ?

Q 9.

___ serves as the entry and exit point of a network

Q 10.

Which type of values will not be considered by SQL while executing the following statement?
SELECT COUNT(column name) FROM inventory;

Q 11.

Assertion (A) : Hacking is a cyber crime.
Reason (R) : To avoid hacking, one should not share the password with anyone.

Q 12.

Which of the following statement will import pandas library?

Q 13.

Predict the output of the following query:
SELECT LCASE (MONTHNAME ('2023-03-05'));

Q 14.

Which of the following Python statements is used to import data from a CSV file into a Pandas DataFrame (Note: pd is an alias for pandas)?

Q 15.

Which of the following command will not show first five rows from the Pandas series named S1 ?

Q 16.

Which of the following is a DBMS?

Q 17.

Pandas Series is:

Q 18.

Which one of the following functions is used to find the largest value from the given data in MySQL?

Q 19.

Fill in the Blank:
When we create Dataframe from dictionary of Series, then number of columns in DataFrame is equal to the ___________ .

Q 20.

State whether the following statement is True or False:
We can add a row in DataFrame using iloc.

Q 21.

On the basis of the dataframe DF, which command will add a new column with name of student 'Prem' in the dataframe