44 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 2The purpose of WHERE clause in a SQL statement is to:Create a tableFilter rows based on a specific conditionSpecify the columns to be...
Question 3Identify the networking device responsible for routing data packets based on their destination addresses.ModemHubRepeaterRouter
Question 4Identify the SQL command used to delete a relation (table) from a relational database.DROP TABLEREMOVE TABLEDELETE TABLEERASE TABLE
Question 5e-waste refers to:Software that has become obsoleteData that has been deleted from a storage deviceViruses that infect computersElectronic...
Question 6Which of the following Python statements can be used to select a column column_name from a DataFrame df...
Question 7By default, the plot() function of Matplotlib draws a ............... plot.histogramcolumnbarline
Question 8State whether the following statement is True or False:In SQL, the HAVING clause is used to apply filter on groups formed by the GROUP BY...
Question 9Which of the following Python statements is used to import data from a CSV file into a Pandas DataFrame (Note: pd is an alias for...
Question 10What is plagiarism ?Using copyrighted material without giving proper acknowledgement to the sourceDownloading illegal software.Spreading...
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 22(A)What is a Series in Python Pandas? Also, give a suitable example to support your answer.
Question 22(B)What does the term 'library' signify in Python? Mention one use for each of the following libraries:PandasMatplotlib
Question 23What are intellectual property rights (IPR), and why are they important in the digital world?
Question 24Consider the string: "Database Management System". Write suitable SQL queries for the following:I. To extract and display "Manage" from...
Question 25(A)What is Internet and how does it differ from World Wide Web (WWW)?
Question 25(B)Explain the concept of browser cookies and mention one advantage of using them.
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 29Ayesha's family is replacing their old computer with a new one. They decide to throw the old computer in a nearby empty field/plot.I....
Question 30AWrite a Python program to create the following DataFrame using a list of...
Question 30BWrite a Python Program to create a Pandas Series as shown below using a dictionary. Note that the left column indicates the indices and...
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 33During a practical exam, a student Ankita has to fill in the blanks in a Python program that generates a bar chart. This bar chart...
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)...
Question 35ABC Pvt. Ltd., a multinational technology company, is looking to establish its Indian Head Office in Bengaluru, and a regional office...
Question 36Consider the DataFrame df shown below. MovieIDTitleYearRating01LAGAAN20018.412TAARE ZAMEEN PAR20078.5233...
Question 37(A)Write suitable SQL query for the following:I. To display the average score from the test_results column (attribute) in the Exams...
Question 37(B)Write suitable SQL query for the following:I. Round the value of pi (3.14159) to two decimal places.II. Calculate the remainder when...