STUDENT

INFORMATICS PRACTICES
Total Q: 21
Time: 21 Mins

Q 1.

To display last five rows of a series object 'S', you may write:

Q 2.

Every web page on the Internet has a unique address. This address is known as:

Q 3.

GPL stands for

Q 4.

What is a domain in SQL?

Q 5.

Ramandeep is a young woman with great aspirations and has a good team of like-minded people. She along with her team members started a company to sell handicrafts online and also designed a logo for their company. What type of intellectual property does this logo represent?

Q 6.

Which of the following libraries defines an ndarray in Python?

Q 7.

What is the type of network for long distance communication ?

Q 8.

Which of the following function returns a string type value?

Q 9.

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

Q 10.

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

Q 11.

Which of the following is a web browser ?

Q 12.

What can an individual do to enhance the privacy of data stored digitally?

Q 13.

In a DataFrame, Axis= 1 represents the_____________ elements.

Q 14.

The ____________command can be used to makes changes in the rows of a table in SQL.

Q 15.

In Python Pandas, while performing mathematical operations on series, index matching is implemented and all missing values are filled in with _____by default.

Q 16.

What is a relation in SQL?

Q 17.

Predict the output of the following query:
SELECT MOD (9,0);

Q 18.

While creating a Series using a dictionary, the keys of the dictionary become:

Q 19.

On the basis of the dataframe DF, which command will delete the row of science marks?

Q 20.

What will be the output of the following program ?
import pandas as pd
x=6
S1=pd.Series(x,index=[1,2,4,6,8,9])
print(S1)

Q 21.

Which Python package is used for 2D graphics ?