21 solutions available
Question 1State whether the following statement is True or False:Slicing can be used to extract a specific portion from a Pandas Series.
Question 11Fill in the BlankThe COUNT(*) function provides the total number of ............... within a relation (table) in a relational...
Question 12In which of the network topologies do all devices connect to a central point, such as a switch or hub?StarBusTreeMesh
Question 13In a Pandas DataFrame, if the tail() function is used without specifying the optional argument indicating the number of rows to display,...
Question 14Identify the type of cybercrime that involves sending fraudulent emails to deceive individuals into revealing sensitive...
Question 15While creating a Series using a dictionary, the keys of the dictionary become:Values of the SeriesIndices of the SeriesData type of the...
Question 16Match the following SQL functions/clauses with their descriptions: SQL Function DescriptionP.MAX()1.Find the position of a substring in a...
Question 17Fill in the BlankBoolean indexing in Pandas DataFrame can be used for ...............Creating a new DataFrameSorting data based on index...
Question 18Which Matplotlib plot is best suited to represent changes in data over time?Bar plotHistogramLine plotHistogram & Bar plot
Question 19Which type of network covers a small geographical area like a single office, building, or school campus?PANMANLANWAN
Question 20Assertion (A): We can add a new column in an existing DataFrame.Reason (R): DataFrames are size mutable.Both A and R are true, and R is...
Question 21Assertion (A): In SQL, INSERT INTO is a Data Definition Language (DDL) Command.Reason (R): DDL commands are used to create, modify, or...
Question 26Define the term Primary Key in a database. Explain how it is different from a Candidate Key.
Question 27Mention two health concerns associated with excessive use of Digital Devices.
Question 28(A)Sneha is writing a Python program to create a DataFrame using a list of dictionaries. However, her code contains some mistakes....
Question 28(B)Complete the given Python code to get the required output (ignore the dtype attribute) asOutput:Tamil Nadu Chennai Uttar...
Question 31I. Write an SQL statement to create a table named STUDENTS, with the following specifications:Column NameData...
Question 32(A)Consider the following tables:Table 1:EMPLOYEE which stores Employee ID (EMP_ID), Employee Name (EMP_NAME), Employee City...
Question 32(B)Consider the following tables:Table 1:ATHLETE, which stores AthleteID, Name, Country. The table displays basic information of the...
Question 34(A)Rahul, who works as a database designer, has developed a database for a bookshop. This database includes a table BOOK whose column...
Question 34(B)Dr. Kavita has created a database for a hospital's pharmacy. The database includes a table named MEDICINE whose column (attribute)...