Podcast
Questions and Answers
What was Mohit Sharma's grade in Mathematics?
What was Mohit Sharma's grade in Mathematics?
C
What was Mohit Sharma's total marks in the SSLC Supplementary Examination 2022?
What was Mohit Sharma's total marks in the SSLC Supplementary Examination 2022?
372
In which subject did Mohit Sharma score the highest marks?
In which subject did Mohit Sharma score the highest marks?
English
What was the grade Mohit Sharma received for Social Science?
What was the grade Mohit Sharma received for Social Science?
Signup and view all the answers
What was the overall result for Mohit Sharma in the SSLC Supplementary Examination 2022?
What was the overall result for Mohit Sharma in the SSLC Supplementary Examination 2022?
Signup and view all the answers
Who has signed the laboratory certificate for completion of the practical COMPUTER SCIENCE course?
Who has signed the laboratory certificate for completion of the practical COMPUTER SCIENCE course?
Signup and view all the answers
What is the purpose of the laboratory certificate mentioned in the text?
What is the purpose of the laboratory certificate mentioned in the text?
Signup and view all the answers
What is the full form of P.C.M.C as mentioned in the text?
What is the full form of P.C.M.C as mentioned in the text?
Signup and view all the answers
In which college did the practical COMPUTER SCIENCE experiments take place?
In which college did the practical COMPUTER SCIENCE experiments take place?
Signup and view all the answers
What is the year mentioned in the text for completion of the course of experiments?
What is the year mentioned in the text for completion of the course of experiments?
Signup and view all the answers
Explain the concept of single level inheritance with an example.
Explain the concept of single level inheritance with an example.
Signup and view all the answers
What are the data members in the derived class that contains marks of two subjects and total marks 20?
What are the data members in the derived class that contains marks of two subjects and total marks 20?
Signup and view all the answers
How can you read and display data using pointers to objects in C++?
How can you read and display data using pointers to objects in C++?
Signup and view all the answers
Explain the process of pushing items into a stack in C++.
Explain the process of pushing items into a stack in C++.
Signup and view all the answers
Describe the process of popping items from a stack in C++.
Describe the process of popping items from a stack in C++.
Signup and view all the answers
What is the purpose of Enqueue and Dequeue operations in C++?
What is the purpose of Enqueue and Dequeue operations in C++?
Signup and view all the answers
Write a C++ program to find the frequency presence of an element in an array.
Write a C++ program to find the frequency presence of an element in an array.
Signup and view all the answers
Explain how to insert an element into an array at a given position using a C++ program.
Explain how to insert an element into an array at a given position using a C++ program.
Signup and view all the answers
Describe the process of deleting an element from an array at a given position using a C++ program.
Describe the process of deleting an element from an array at a given position using a C++ program.
Signup and view all the answers
How can a C++ program sort elements of an array in ascending order using insertion sort?
How can a C++ program sort elements of an array in ascending order using insertion sort?
Signup and view all the answers
Explain the binary search method to search for a given element in an array using a C++ program.
Explain the binary search method to search for a given element in an array using a C++ program.
Signup and view all the answers
How can a C++ program calculate the simple interest and display the result using a class with principal, time, and rate data members?
How can a C++ program calculate the simple interest and display the result using a class with principal, time, and rate data members?
Signup and view all the answers
List the SQL command to add records into a table for 10 students with Student ID, Student Name, and marks in 6 subjects.
List the SQL command to add records into a table for 10 students with Student ID, Student Name, and marks in 6 subjects.
Signup and view all the answers
What SQL command is used to display the description of fields in a table?
What SQL command is used to display the description of fields in a table?
Signup and view all the answers
How can you calculate the TOTAL and PERC_MARKS in a table by altering it?
How can you calculate the TOTAL and PERC_MARKS in a table by altering it?
Signup and view all the answers
In SQL, how can you determine if a student has passed or failed based on their marks?
In SQL, how can you determine if a student has passed or failed based on their marks?
Signup and view all the answers
List the SQL command to retrieve all the contents of a table.
List the SQL command to retrieve all the contents of a table.
Signup and view all the answers
How can you list the students who have a result of 'PASS' in SQL?
How can you list the students who have a result of 'PASS' in SQL?
Signup and view all the answers
What actions would you take to retrieve the department names where only one employee works?
What actions would you take to retrieve the department names where only one employee works?
Signup and view all the answers
How would you increase the salary of all employees in the sales department by 15%?
How would you increase the salary of all employees in the sales department by 15%?
Signup and view all the answers
What SQL statement would you use to add a new column called 'BONUS_NUMBER' to the table EMPLOYEE and compute 5% of the salary to that field?
What SQL statement would you use to add a new column called 'BONUS_NUMBER' to the table EMPLOYEE and compute 5% of the salary to that field?
Signup and view all the answers
How would you delete all rows for employees in the Apprentice department?
How would you delete all rows for employees in the Apprentice department?
Signup and view all the answers
Write a C++ program to find the frequency of presence of an element in an array.
Write a C++ program to find the frequency of presence of an element in an array.
Signup and view all the answers
Create an HTML program with a table and a form.
Create an HTML program with a table and a form.
Signup and view all the answers