Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS
Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS

Class 11: Information Technology Chapter 2 solutions. Complete Class 11 Information Technology Chapter 2 Notes.

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS

Maharashtra Board 11th Information Technology Chapter 2, Class 11 Information Technology Chapter 2 solutions

1. Complete the following activity.

Question 1.
Tick whichever box is not valid.

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  1.1

Answer:

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  1.1

Question 2.
The student wants to create a field Pincode in a table, which data type he will choose?

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  1.2

Answer:
Int

Question 3.
Tick the appropriate box.

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  1.3

Answer:
Uniquely identifies a record

Question 4.
Tick the appropriate circle.

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  1.4

Answer:
One or Many Tables

2. Observe the field names of a database given below in ‘Column A’ related to Bus reservation. Write suitable data types for each field in front of the respective field in ‘Column B’.

Question 1.

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  2.1

Answer:

Column A (Field Name)Column B (DataType)
Passenger NameVarchar
AgeInt
GenderChar
Mobile NumberInt

3. Write the use of the following SQL command.

Question 1.

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  2.3

Answer:

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  2.3

4. Create a table for the information given below by choosing appropriate data types. Specify proper primary key for the table (1) Movie (2) Actor

Question 1.
Movie (Registeration_no, movie_name, Realease_Date)
Answer:

CREATE TABLE Movie (Registeration_no int(20) PRIMARY KEY, movie_name VARCHAR(20), Realease_Date DATE);

Question 2.
Actor (actor_id, Actor_name, birth_date )
Answer:

CREATE TABLE Actor (actor_id int(20) PRIMARY KEY, Actor_name VARCHAR(20), Birth_Date DATE);

5. Consider the following table Stationary. Write SQL commands for the following statements.

Table: Stationary

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  2.5

Question 1.
Write SQL command to create above Table.
Answer:

CREATE TABLE Stationary (S_ID int(20) PRIMARY KEY, S_Name VARCHAR(20), C_Name VARCHAR(20), Price int(20), Quantity int(20));

Question 2.
Write SQL command to insert the above-mentioned record in the table.
Answer:

INSERT INTO Stationary Values (001, ‘Note Book’, ‘ABC’, 20,50);
INSERT INTO Stationary Values (002, ‘Note Book’, ‘XYZ’, 10,80);
INSERT INTO Stationary Values (003, ‘Note Book’, ‘PQR’, 600,02);

Question 3.
To delete the above table.
Answer:

DROP TABLE Stationery;

6. Answer the following questions.

Question 1.
What is a database?
Answer:

A DBMS is a collection of programs (computer-based system) that enables the user to create and maintain a database it is used to define, construct and manipulate the data in the database for various applications. It provides information storage, organization, and retrieval capabilities. The DBMS also enforces necessary access restrictions and security measures in order to protect the database.

Various types of control systems within the DBMS make sure that the database continues to function properly. They Include Integrity system Security system Concurrency control system Recovery control system Some DBMS enables us to define “views” of the database. A view is how the database appears to the user. This enables us to show only the relevant information to different types of users and it increases security, as certain users will not be able to see data which they are not meant to see.

Question 2.
What are the advantages of a DBMS?
Answer:

Advantages of a DBMS:
1. Redundancy is controlled: In File Processing System, duplicate data is created in many places because all the programs have their own files. This creates data redundancy which in turn wastes labor and space. ‘In Database Management System, all the files are integrated into a single database. The whole data is stored only once in a single place so there is no chance of duplicate data.

2. Sharing of Data: In a database, the users of the database can share the data among themselves. There are various levels of authorization to access the data. And consequently, the data can only be shared based on the correct authorization protocols being followed.

3. Data Security: Data Security is a vital concept in a database. Only authorized users should be allowed to access the database and their identity should be authenticated using a username and password. Unauthorized users should not be allowed to access the database under any circumstances as it violates the integrity constraints.

4. Enforces integrity constraints: Constraints are used to store accurate data because there are many users who feed data in the database. Data stored in the database should always be correct and accurate. DBMS provides the capability to enforce these constraints on the database.

5. Provides backup and recovery of data: Data loss is a very big problem for all organizations. In a traditional tile processing system, a user needs to back up the database after a regular interval of time that wastes lots of time and resources. If the volume of data is large then this process may take a very long time.

Question 3.
What do you understand by Data Model?
Answer:

A Database model defines the logical design and structure of a database and defines how data will be stored, accessed, and updated in a database management system. While the Relational Model is the most widely used database model.

Relational Model:
It is the most popular data model in DBMS. The relational model is the primary data model. Which is widely used for data processing. This model has all properties required to Process data with storage efficiency.

Question 4.
What is a primary key?
Answer:

Primary Key: A column in the table that uniquely identifies each row in that table is called a primary key.

Question 5.
What is DDL (Data Definition Language)
Answer:

DDL statements or commands are used to define and modify the database structure of your tables or schema. When you execute a DDL statement, it takes effect immediately.
Some examples of DDL commands are CREATE, ALTER, and DROP.

7. In a company the data is stored in a table under the following fields Employee number, Last name, Date of birth, Address. Which data type will you use for the above field?

Question 1.

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  7.1

Answer:

Field NameData Type
Employee NameChar
Last NameChar
AddressVarchar
Date of BirthDate

8. Multiple choice select three correct answers.

Question 1.
Valid relationships in RDBMS are

(a) one to one
(b) one to two
(c) one to many
(d) many to two
(e) many to many
(f) one to three
Answer:
(a) one to one, (c) one to many, (e) many to many

9. Complete the following.

Question 1.

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS  9.1

Answer:

UseCommand
To remove access rights or privileges from the databaseRevoke
Extracts data from a tableInsert into Select

Download PDF

Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS

Download PDF: Maharashtra Board Solutions Class 11-Information Technology: Chapter 2- Introduction to DBMS PDF

Chapterwise Maharashtra Board Solutions Class 11 Information Technology :

FAQs

Where do I get the Maharashtra State Board Books PDF For free download?

You can download the Maharashtra State Board Books from the eBalbharti official website, i.e. cart.ebalbharati.in or from this article.

How to Download Maharashtra State Board Books?

Students can get the Maharashtra Books for primary, secondary, and senior secondary classes from here.  You can view or download the Maharashtra State Board Books from this page or from the official website for free of cost. Students can follow the detailed steps below to visit the official website and download the e-books for all subjects or a specific subject in different mediums.
Step 1: Visit the official website ebalbharati.in
Step 2: On the top of the screen, select “Download PDF textbooks” 
Step 3: From the “Classes” section, select your class.
Step 4: From “Medium”, select the medium suitable to you.
Step 5: All Maharashtra board books for your class will now be displayed on the right side. 
Step 6: Click on the “Download” option to download the PDF book.

Who developed the Maharashtra State board books?

As of now, the MSCERT and Balbharti are responsible for the syllabus and textbooks of Classes 1 to 8, while Classes 9 and 10 are under the Maharashtra State Board of Secondary and Higher Secondary Education (MSBSHSE).

How many state boards are there in Maharashtra?

The Maharashtra State Board of Secondary & Higher Secondary Education, conducts the HSC and SSC Examinations in the state of Maharashtra through its nine Divisional Boards located at Pune, Mumbai, Aurangabad, Nasik, Kolhapur, Amravati, Latur, Nagpur and Ratnagiri.

About Maharashtra State Board (MSBSHSE)

The Maharashtra State Board of Secondary and Higher Secondary Education or MSBSHSE (Marathi: महाराष्ट्र राज्य माध्यमिक आणि उच्च माध्यमिक शिक्षण मंडळ), is an autonomous and statutory body established in 1965. The board was amended in the year 1977 under the provisions of the Maharashtra Act No. 41 of 1965.

The Maharashtra State Board of Secondary & Higher Secondary Education (MSBSHSE), Pune is an independent body of the Maharashtra Government. There are more than 1.4 million students that appear in the examination every year. The Maha State Board conducts the board examination twice a year. This board conducts the examination for SSC and HSC. 

The Maharashtra government established the Maharashtra State Bureau of Textbook Production and Curriculum Research, also commonly referred to as Ebalbharati, in 1967 to take up the responsibility of providing quality textbooks to students from all classes studying under the Maharashtra State Board. MSBHSE prepares and updates the curriculum to provide holistic development for students. It is designed to tackle the difficulty in understanding the concepts with simple language with simple illustrations. Every year around 10 lakh students are enrolled in schools that are affiliated with the Maharashtra State Board.

Read More

IndCareer Board Book Solutions App

IndCareer Board Book App provides complete study materials for students from classes 1 to 12 of Board. The App contains complete solutions of NCERT books, notes, and other important materials for students. Download the IndCareer Board Book Solutions now.

android-play
Download Android App for Board Book Solutions