<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TN Board 12th Computer Science Important Questions Chapter 11 &#8211; Samacheer Kalvi</title>
	<atom:link href="https://samacheer-kalvi.com/tag/tn-board-12th-computer-science-important-questions-chapter-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://samacheer-kalvi.com</link>
	<description>Tamilnadu State Board Text Books Solutions for Class 3 to 12</description>
	<lastBuildDate>Mon, 18 Oct 2021 10:26:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
<site xmlns="com-wordpress:feed-additions:1">196241473</site>	<item>
		<title>TN Board 12th Computer Science Important Questions Chapter 11 Database Concepts</title>
		<link>https://samacheer-kalvi.com/tn-board-12th-computer-science-important-questions-chapter-11/</link>
					<comments>https://samacheer-kalvi.com/tn-board-12th-computer-science-important-questions-chapter-11/#respond</comments>
		
		<dc:creator><![CDATA[Prasanna]]></dc:creator>
		<pubDate>Fri, 08 Oct 2021 07:40:49 +0000</pubDate>
				<category><![CDATA[Important Questions]]></category>
		<category><![CDATA[Database Concepts]]></category>
		<category><![CDATA[TN Board 12th Computer Science Important Questions Chapter 11]]></category>
		<guid isPermaLink="false">https://samacheer-kalvi.com/?p=46337</guid>

					<description><![CDATA[TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts Question 1. Write the components of the Database management system? Answer: There are five major components of the Data base management system. They are Hardware Software Data Methods Database Access Language Question 2. What is an object model? Answer: Object model is to store the data in the form of objects, attributes and methods, classes and Inheritance. This model handles more complex applications, such as GIS, Engineering design. Question 3. What is the roll of End user? Answer: All modem computer Applications, web or mobile, store user data. The End users are one who store, retrieve, update and delete data. Question 4. What is known as EF codd Rules? Answer: Database normalization was first proposed by Dr. Edgar F Codd as an integral part of . RDBMS in order to reduce data redundancy and improve data integrity. These rules are known as EF codd mles. Question 5. What are unary Relational operations in Relational Algebra? Answer: Unary Relational operations are SELECT (σ) PROJECT (Π) Question 6. What are Relational Algebra operations from set theory? Answer: UNION (∪) INTERSECTION (∩) DIFFERENCE (-) CARTESIAN PRODUCT (×) Question 7. What is &#8230;]]></description>
										<content:encoded><![CDATA[<h2>TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts</h2>
<p>Question 1.<br />
Write the components of the Database management system?<br />
Answer:<br />
There are five major components of the Data base management system. They are</p>
<ol>
<li>Hardware</li>
<li>Software</li>
<li>Data</li>
<li>Methods</li>
<li>Database Access Language</li>
</ol>
<p>Question 2.<br />
What is an object model?<br />
Answer:</p>
<ol>
<li>Object model is to store the data in the form of objects, attributes and methods, classes and Inheritance.</li>
<li>This model handles more complex applications, such as GIS, Engineering design.</li>
</ol>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 3.<br />
What is the roll of End user?<br />
Answer:</p>
<ol>
<li>All modem computer Applications, web or mobile, store user data.</li>
<li>The End users are one who store, retrieve, update and delete data.</li>
</ol>
<p>Question 4.<br />
What is known as EF codd Rules?<br />
Answer:<br />
Database normalization was first proposed by Dr. Edgar F Codd as an integral part of . RDBMS in order to reduce data redundancy and improve data integrity. These rules are known as EF codd mles.</p>
<p>Question 5.<br />
What are unary Relational operations in Relational Algebra?<br />
Answer:<br />
Unary Relational operations are</p>
<ul>
<li>SELECT (σ)</li>
<li>PROJECT (Π)</li>
</ul>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 6.<br />
What are Relational Algebra operations from set theory?<br />
Answer:</p>
<ul>
<li>UNION (∪)</li>
<li>INTERSECTION (∩)</li>
<li>DIFFERENCE (-)</li>
<li>CARTESIAN PRODUCT (×)</li>
</ul>
<p>Question 7.<br />
What is use of SELECT operation?<br />
Answer:<br />
The SELECT operation used for selecting a subset with tuples according to a given condition.<br />
The general form is σ&lt;sub&gt;c&lt;/sub&gt; (R)<br />
R &#8211; relation<br />
C &#8211; attributes of R&lt;sub&gt;c&lt;/sub&gt;</p>
<p>Question 8.<br />
What is a PROJECT?<br />
Answer:</p>
<ol>
<li>The projection eliminates all attributes of the input relation but those mentioned in the projection list.</li>
<li>The projection method defines a relation that contains a vertical subset of Relation.</li>
</ol>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 9.<br />
What are types of data model?<br />
Answer:<br />
Types of data model are Hierarchical, Relational, Network, ER and object.</p>
<p>Question 10.<br />
What is Data?<br />
Answer:<br />
Data are raw facts stored in a computer. A data may contain any character, text, word or a number.</p>
<p>Question 11.<br />
What are different types of Relationship?<br />
Answer:<br />
Different types of Relationship are One-to- one, One-to-many, Many-to-one and many- to-many relationship.</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 12.<br />
What is main difference for Data and Information?<br />
Answer:</p>
<ul>
<li>Data is unprocessed data, which has no meaning.</li>
<li>Information is processed data, organized and formatted.</li>
</ul>
<p>Question 13.<br />
What is Data Base?<br />
Answer:<br />
A Database is an organized collection of data, generally stored and accessed electronically from a computer system.</p>
<p>Question 14.<br />
What is a advantage for using DBMS?<br />
Answer:</p>
<ol>
<li>DBMS provides protection and security to the data bases.</li>
<li>It also maintain data consistency in case of multiple users.</li>
</ol>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 15.<br />
List the components of DBMS.<br />
Answer:</p>
<ol>
<li>Hardware</li>
<li>Software</li>
<li>Data</li>
<li>Procedures / methods</li>
<li>Database Access Language</li>
</ol>
<p>Question 16.<br />
What are Advantages of DBMS?<br />
Answer:</p>
<ol>
<li>Segregation of application program.</li>
<li>Minimal data duplication or Data Redundancy.</li>
<li>Easy retrieval of data using the Query Language.</li>
<li>Reduced development time and maintenance.</li>
</ol>
<p>Question 17.<br />
Explain the Data model.<br />
Answer:</p>
<ol>
<li>A data model describes how the data can be represented and accessed from a software after complete implementation.</li>
<li>It is a simple abstraction of complex real world data gathering environment.</li>
<li>The main purpose of data model is to give an idea as how the final system or software will look like after development is completed.</li>
</ol>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 18.<br />
Write the different types of a Data model?<br />
Answer:<br />
The different types of a Data Model are</p>
<ol>
<li>Hierarchical Model</li>
<li>Relational Model</li>
<li>Network Database Model</li>
<li>Entity Relationship Model</li>
<li>Object Model</li>
</ol>
<p>Question 19.<br />
What is the uses of object model?<br />
Answer:</p>
<ol>
<li>Object model is used in File management system.</li>
<li>It represents real world objects, attributes and behaviours.</li>
<li>It provides a clear modular structure.</li>
<li>It is easy to maintain and modify the existing code.</li>
</ol>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 20.<br />
Explain components of DBMS.<br />
Answer:<br />
The Database management system can be divided into five major components. They are Hardware, software. Data, Procedure/methods and Data base Access language.</p>
<p>(i) Hardware:<br />
The computer, hard disk, I/O channels for data and any other physical component involved in storage of data.</p>
<p>(ii) Software:<br />
The main component is a program that controls everything.</p>
<p>(iii) Data:<br />
It is that resource for which DBMS is designed. DBMS creation is to store and utilize data.</p>
<p>(iv) Procedure/methods:<br />
They are general instructions to use a database management system such as backups, report generation etc.,</p>
<p>(v) Database Access language:<br />
They are the languages used to write commands to access, insert, update and delete data stored in any database.</p>
<p>Question 21.<br />
Explain Entity Relationship Model. (ER model).<br />
Answer:</p>
<ol>
<li>ER model is a database model, relationship are created by dividing the object into entity and its characteristics into attributes.</li>
<li>It is very simple and easy to design logical view of data.</li>
<li>The developer can easily understand the system by looking at ER model constructed.</li>
<li>Ellipse represents the attributes, Example D-id, D-name, p-id, P-name.</li>
<li>Attributes describes the characteristics and each entity becomes a major part of the data stored in the database.</li>
<li>Diamond represents the relationship in ER diagrams.<br />
Eg: Doctor Diagnosis the patient.</li>
</ol>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 22.<br />
Mention few examples of a database.<br />
Answer:<br />
Dbase, Foxpro, Clipper, Ms Access, MySQL, quick base etc.,</p>
<p>Question 23.<br />
List some examples of RDBMS.<br />
Answer:<br />
SQL server, Oracle, MySQL, Maria DB, SQLite etc.</p>
<p>Question 24.<br />
What is data consistency?<br />
Answer:<br />
On live data, it is being continuously updated and added, maintaining the consistency of data can become a challenge. But DBMS handles it by itself.</p>
<p>Question 25.<br />
What is the difference between Hierarchical and Network data model?<br />
Answer:</p>
<table border="2">
<tbody>
<tr>
<td width="312">Hierarchical model</td>
<td width="312"> Network data model</td>
</tr>
<tr>
<td width="312">In hierarchical mode, a child record has only one parent mode.</td>
<td width="312"> In a network model, a child may have many parent nodes.</td>
</tr>
<tr>
<td width="312">This model represents a one &#8211; to &#8211; many relationship i.e., parent &#8211; child relationship.</td>
<td width="312"> It represents the data in many &#8211; to &#8211; many relationship.</td>
</tr>
</tbody>
</table>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 26.<br />
What is normalization?<br />
Answer:</p>
<ol>
<li>Normalization is the process of minimizing redundancy from the relation or set of relations.</li>
<li>Redundancy in relation may cause insertion, deletion and updation anomalies.</li>
<li>Normal forms are used to eliminate or reduce redundancy in database tables.</li>
</ol>
<p>Question 27.<br />
What is the difference between Select and Project command?<br />
Answer:</p>
<table border="2">
<tbody>
<tr>
<td style="text-align: center;" width="312">Select</td>
<td width="312">
<p style="text-align: center;"> Project</p>
</td>
</tr>
<tr>
<td width="312">Select operation is used to select rows from a table that specifies a given logic, which is called as a predicate.</td>
<td width="312"> Project operation, if the user is interested in selecting the values of a few attributes, rather than selection all attributes of the table.</td>
</tr>
<tr>
<td width="312">The select operation is used for selecting a subset with tuples according to a given condition.</td>
<td width="312"> The projection eliminates all attributes of the input relation but those mentioned in the projection list.</td>
</tr>
<tr>
<td width="312">Select just changes cardinality of the result table.</td>
<td width="312"> Project does change both degree of relation and cardinality.</td>
</tr>
</tbody>
</table>
<p>Question 28.<br />
What is the role of DBA?<br />
Answer:</p>
<ol>
<li>Database Administrator (DBA) is the one who manages the complete Database Management system.</li>
<li>DBA takes care of the Software Installation and Maintenance, Data Extraction, Transformation and Loading.</li>
<li>DBA another important role for Database backup and Recovery, specialized data handing and security.</li>
<li>DBA setting up employee access i.e., Authentication, capacity planning, performance monitoring, database tuning and Trouble shooting.</li>
</ol>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 29.<br />
Explain Cartesian Product with a suitable example.<br />
Answer:</p>
<p>(i) The Cartesian product, also referred to as cross-join, returns all the rows in all the tables listed in the query.<br />
(ii) Cross product is a way combining two relations. The resulting relation contains, both relation being combined.<br />
(iii) Eg: A × B means A times B, where the relation A and B have different attributes. This types of operation is helpful to merge columns from two relations.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-46350" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-2.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 2" width="402" height="398" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-2.png 402w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-2-300x297.png 300w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-2-150x150.png 150w" sizes="(max-width: 402px) 100vw, 402px" /></p>
<p>Question 30.<br />
Explain Object Model with example.<br />
Answer:<br />
(i) Object model stores the data in the form of objects, attributes and methods, classes and inheritance.<br />
(ii) It provides a clear modular structure it is easy to maintain and modify the existing code.</p>
<p><img decoding="async" class="alignnone size-full wp-image-46349" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-3.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 3" width="369" height="224" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-3.png 369w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-3-300x182.png 300w" sizes="(max-width: 369px) 100vw, 369px" /></p>
<p>(iii) Circle has the attribute radius.<br />
(iv) Rectangle has the attribute length and breadth.<br />
(v) Triangle has the attributes base and height.<br />
(vi) The objects circle, Rectangle and Triangle inherit from the object shape.</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 31.<br />
Write a note on different types of DBMS users.<br />
Answer:</p>
<ol>
<li>Different Types of database users in DBMS, this differentiation is made according to the interaction of users to the database.</li>
<li>As its name shows, application programmers are the one who writes application programs that uses the database.</li>
<li>They interact with DBMS through DML (Data manipulation language) calls.</li>
<li>Different types of database users are Application programmers. End users, casual users, DBA, system analyst etc.,</li>
</ol>
<p>Question 32.<br />
Explain the different types of data model.<br />
Answer:<br />
The different types of data model are<br />
(i) Hierarchical model<br />
(ii) Relational model<br />
(iii) Network Database model<br />
(iv) Entity Relationship model<br />
(v) Object model</p>
<p>(i) Hierarchical model:<br />
This model represents a one-to-many relationship i.e., parent-child relationship.<br />
This model is mainly used in IBM main frame computers.</p>
<p>(ii) Relational model:<br />
The basic structure of data in relational model is tables. All the information’s related to a particular type is stored in rows of that table.Hence tables are also known as relations in a relational model.</p>
<p>(iii) Network Database model:<br />
In a Network model, a child may have many parent nodes. It represents the data in many-to-many relationships.<br />
This model is easier and faster to access the data.</p>
<p>(iv) Entity Relationship model (ER mode):<br />
In this model, relationship are created by dividing the object into entity and its characteristics into attributes.<br />
Eg: Rectangle represents the entities, Doctor and patient.</p>
<p>(v) Object model: This model stores the data in the form of objects, attributes and methods, classes and inheritance.<br />
This model handles more complex applications, such as Geographic information system (GIS), scientific experiments, engineering design and manufacturing.<br />
Eg: Rectangle has the attributes length and breadth.</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 33.<br />
Explain the different types of relationship mapping.<br />
Answer:<br />
The different types of relationship map used in a database are:<br />
(i) One &#8211; to &#8211; One Relationship<br />
(ii) One &#8211; to &#8211; Many Relationship<br />
(iii) Many &#8211; to &#8211; One Relationship<br />
(iv) Many &#8211; to &#8211; Many Relationship</p>
<p>(i) One &#8211; to &#8211; One Relationship:<br />
One entity is related with only one other entity.<br />
One row in a table is linked with only one row in another table and vice versa.<br />
Eg: A student can have only one exam number.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46348" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-4.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 4" width="295" height="212" /></p>
<p>(ii) One &#8211; to &#8211; Many Relationship:<br />
One entity is related to many other entities.<br />
Eg: Department has many staff members.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46347" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-5.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 5" width="289" height="241" /></p>
<p>(iii) Many &#8211; to &#8211; One Relationship:<br />
Many entities can be related with only one in the other entity.<br />
Eg: Many staff members working in one department.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46346" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-6.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 6" width="294" height="194" /></p>
<p>(iv) Many &#8211; to &#8211; Many Relationship:<br />
A many &#8211; to &#8211; many relationship occurs when multiple records in a table are associated with multiple records in another table.<br />
Eg: Many books in a Library are issued to many students.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46345" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-7.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 7" width="310" height="196" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-7.png 310w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-7-300x190.png 300w" sizes="auto, (max-width: 310px) 100vw, 310px" /></p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 34.<br />
Differentiate DBMS and RDBMS.<br />
Answer:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46344" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-8.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 8" width="358" height="154" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-8.png 358w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-8-300x129.png 300w" sizes="auto, (max-width: 358px) 100vw, 358px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46343" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-9.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 9" width="361" height="621" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-9.png 361w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-9-174x300.png 174w" sizes="auto, (max-width: 361px) 100vw, 361px" /></p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 35.<br />
Explain the different operators in Relational algebra with suitable examples.<br />
Answer:<br />
Relational Algebra is a procedural query language used to query the database tables using SQL.<br />
Relational Algebra is divided into various groups.<br />
Unary Relational operations<br />
SELECT (symbol :σ)<br />
PROJECT (symbol :Π)</p>
<p>SELECT (σ):<br />
The SELECT operation is used for selecting a subset with tuples according to a given condition.<br />
The general form ac (R) with a relation R and a condition C on the attributes of R.<br />
Eg:</p>
<table border="2">
<tbody>
<tr>
<td style="text-align: center;" width="108">Student No.</td>
<td style="text-align: center;" width="120">Name</td>
<td style="text-align: center;" width="72">Class</td>
</tr>
<tr>
<td style="text-align: center;" width="108">1001</td>
<td style="text-align: center;" width="120">Raju</td>
<td style="text-align: center;" width="72">12</td>
</tr>
<tr>
<td style="text-align: center;" width="108">1002</td>
<td style="text-align: center;" width="120">Vasanth</td>
<td style="text-align: center;" width="72">11</td>
</tr>
<tr>
<td style="text-align: center;" width="108">1003</td>
<td style="text-align: center;" width="120">Murugan</td>
<td style="text-align: center;" width="72"> 12</td>
</tr>
</tbody>
</table>
<p>σ = 12</p>
<table border="2">
<tbody>
<tr>
<td style="text-align: center;" width="108">Student No.</td>
<td style="text-align: center;" width="120">Name</td>
<td width="72">
<p style="text-align: center;"> Class</p>
</td>
</tr>
<tr>
<td style="text-align: center;" width="108">1001</td>
<td style="text-align: center;" width="120">Raju</td>
<td width="72">
<p style="text-align: center;">12</p>
</td>
</tr>
<tr>
<td width="108">
<p style="text-align: center;">1003</p>
</td>
<td style="text-align: center;" width="120">Murugan</td>
<td width="72">
<p style="text-align: center;">12</p>
</td>
</tr>
</tbody>
</table>
<p>PROJECT(Π):<br />
The projection eliminates all attributes of the input relation but those mentioned in the projection list.<br />
Eg:<br />
ΠClass (student)<br />
Class<br />
12<br />
11<br />
12<br />
Relational Algebra operations from set theory<br />
• UNION (∪)<br />
• INTERSECTION (∩)<br />
• DIFFERENCE (-)<br />
• CARTESIAN PRODUCT (×)</p>
<p>UNOIN:<br />
Set A union Set B would be expressed as A∪B<br />
Eg:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46342" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-10.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 10" width="364" height="189" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-10.png 364w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-10-300x156.png 300w" sizes="auto, (max-width: 364px) 100vw, 364px" /></p>
<p>Result:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46341" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-11.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 11" width="291" height="209" /></p>
<p>SET DIFFERENCE:<br />
A-B is a relation which includes all tuples that are in A but not in B.<br />
Eg:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46340" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-12.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 12" width="337" height="268" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-12.png 337w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-12-300x239.png 300w" sizes="auto, (max-width: 337px) 100vw, 337px" /></p>
<p>INTERSECTION:<br />
A relation consisting of a set of all tuple that are in both in A and B.<br />
Eg:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46339" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-13.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 13" width="359" height="303" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-13.png 359w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-13-300x253.png 300w" sizes="auto, (max-width: 359px) 100vw, 359px" /></p>
<p>CARTESIAN PRODUCT:<br />
A×B means A times B, where the relation A and B have different attributes.<br />
Eg:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-46338" src="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-14.png" alt="TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts 14" width="391" height="297" srcset="https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-14.png 391w, https://samacheer-kalvi.com/wp-content/uploads/2021/10/TN-State-Board-12th-Computer-Science-Important-Questions-Chapter-11-Database-Concepts-14-300x228.png 300w" sizes="auto, (max-width: 391px) 100vw, 391px" /></p>
<p>Table A = 3<br />
Table B = 2<br />
Table A × B = 6</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 36.<br />
Explain the characteristics of DBMS.<br />
Answer:<br />
(i) Data stored into Tables:<br />
Data is never directly stored into the database. Data is stored into tables, created inside the database. DBMS also allows to have relationship between tables which makes the data more meaningful and connected.</p>
<p>(ii) Reduced Redundancy:<br />
In the modem world hard drives are very cheap, but earlier when hard drives were too expensive, unnecessary repetition of data in database was a big problem But DBMS follows Normalisation which divides the data in such a way that repetition is minimum.</p>
<p>(iii) Data Consistency:<br />
On live data, it is being continuously updated and added, maintaining the consistency of data can become a challenge.But DBMS handles it by itself.</p>
<p>(iv) Support Multiple user and Concurrent Access:<br />
DBMS allows multiple users to work on it (update, insert, delete data) at the same time and still manages to maintain the data consistency.</p>
<p>(v) Query Language:<br />
DBMS provides users with a simple query language, using which data can be easily fetched, inserted, deleted and updated in a database.</p>
<p>(vi) Security:<br />
The DBMS’also takes care of the security of data, protecting the data from unauthorized access. In a typical DBMS, we can create user accounts with different access permissions, using which we can easily secure our data by restricting user access.</p>
<p>(vii) DBMS Supports Transactions:<br />
It allows us to better handle and manage data integrity in real world applications where multi-threading is extensively used.</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p><span style="color: #0000ff;">Choose the best answer:</span></p>
<p>Question 1.<br />
_________ is an organized collection of data.<br />
(a) Database<br />
(b) Record<br />
(c) File<br />
(d) Data<br />
Answer:<br />
(a) Database</p>
<p>Question 2.<br />
Which software that allows us to create, define and manipulate database.<br />
(a) DBMS<br />
(b) OS<br />
(c) Spreadsheet<br />
(d) word<br />
Answer:<br />
(a) DBMS</p>
<p>Question 3.<br />
Which is maintaining the consistency of data can become a challenge when it live data is being continuously updated and added?<br />
(a) Reduced Redundancy<br />
(b) Data consistency<br />
(c) Concurrent Access<br />
(d) DBMS Supports<br />
Answer:<br />
(b) Data consistency</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 4.<br />
Which is called the entire collection of related data in one Table?<br />
(a) Record<br />
(b) File<br />
(c) Field<br />
(d) database<br />
Answer:<br />
(b) File</p>
<p>Question 5.<br />
Each row in a Table represents a:<br />
(a) Table<br />
(b) File<br />
(c) record<br />
(d) field<br />
Answer:<br />
(c) record</p>
<p>Question 6.<br />
Each Table column represents a:<br />
(a) Table<br />
(b) File<br />
(c) record<br />
(d) field<br />
Answer:<br />
(d) field</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 7.<br />
A Table is known as:<br />
(a) Relation<br />
(b) Tuple<br />
(c) Attribute<br />
(d) Model<br />
Answer:<br />
(a) Relation</p>
<p>Question 8.<br />
A Row is known as:<br />
(a) Relation<br />
(b) Tuple<br />
(c) Attribute<br />
(d) Model<br />
Answer:<br />
(b) Tuple</p>
<p>Question 9.<br />
A column is known as:<br />
(a) Relation<br />
(b) Tuple<br />
(c) Attribute<br />
(d) Model<br />
Answer:<br />
(c) Attribute</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 10.<br />
Who was developed Hierarchical model system?<br />
(a) IBM<br />
(b) WIPRO<br />
(c) HCL<br />
(d) MICRO SOFT<br />
Answer:<br />
(a) IBM</p>
<p>Question 11.<br />
Which model is easier and faster to access the data?<br />
(a) ER Model<br />
(b) Network model<br />
(c) Relational model<br />
(d) Hierarchical model<br />
Answer:<br />
(b) Network model</p>
<p>Question 12.<br />
Who manages the complete database management system?<br />
(a) Database Administrator (DBA)<br />
(b) Programmer<br />
(c) System model<br />
(d) Operation Engineer<br />
Answer:<br />
(a) Database Administrator (DBA)</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 13.<br />
Match the following:</p>
<table border="2">
<tbody>
<tr>
<td width="138">(i) Hard ware</td>
<td width="150"> (A) Program</td>
</tr>
<tr>
<td width="138">(ii) Soft ware</td>
<td width="150"> (B) Backups</td>
</tr>
<tr>
<td width="138">(iii) Data</td>
<td width="150"> (C) Component</td>
</tr>
<tr>
<td width="138">(iv) Method</td>
<td width="150"> (D) Fact</td>
</tr>
</tbody>
</table>
<p>(a) (i) &#8211; C, (ii) &#8211; A, (iii) &#8211; D, (iv) &#8211; B<br />
(b) (i) &#8211; C, (ii) &#8211; D, (iii) &#8211; B, (iv) &#8211; A<br />
(c) (i) &#8211; D, (ii) &#8211; B, (iii) &#8211; A, (iv) &#8211; C<br />
(d) (i) &#8211; D, (ii) &#8211; C, (iii) &#8211; A, (iv) &#8211; B&#8217;<br />
Answer:<br />
(a) (i) &#8211; C, (ii) &#8211; A, (iii) &#8211; D, (iv) &#8211; B</p>
<p>Question 14.<br />
Match the following:</p>
<table border="2">
<tbody>
<tr>
<td width="144">(i) Table</td>
<td width="144"> (A) Tuple</td>
</tr>
<tr>
<td width="144">(ii) Row</td>
<td width="144"> (B) Relation</td>
</tr>
<tr>
<td width="144">(iii) Column</td>
<td width="144"> (C) Table</td>
</tr>
<tr>
<td width="144">(iv) File</td>
<td width="144"> (D) Attribute</td>
</tr>
</tbody>
</table>
<p>(a) (i) &#8211; B, (ii) &#8211; C, (iii) &#8211; D, (iv) &#8211; A<br />
(b) (i) &#8211; B, (ii) &#8211; A, (iii) &#8211; D, (iv) &#8211; C<br />
(c) (i) &#8211; C, (ii) &#8211; B, (iii) &#8211; D, (iv) &#8211; A<br />
(d) (i) &#8211; C, (ii) &#8211; A, (iii) &#8211; D, (iv) &#8211; B<br />
Answer:<br />
(b) (i) &#8211; B, (ii) &#8211; A, (iii) &#8211; D, (iv) &#8211; C</p>
<p>Question 15.<br />
Match the following:</p>
<table border="2">
<tbody>
<tr>
<td width="174">(i) Hierarchical</td>
<td width="186"> (A) Relation Key</td>
</tr>
<tr>
<td width="174">(ii) Relational</td>
<td width="186"> (B) Many &#8211; to &#8211; many</td>
</tr>
<tr>
<td width="174">(iii) Network</td>
<td width="186"> (C) Modular structure</td>
</tr>
<tr>
<td width="174">(iv) Object</td>
<td width="186"> (D) One &#8211; to &#8211; many</td>
</tr>
</tbody>
</table>
<p>(a) (i) &#8211; D, (ii) &#8211; A, (iii) &#8211; B, (iv) &#8211; C<br />
(b) (i) &#8211; D, (ii) &#8211; B, (iii) &#8211; C, (iv) &#8211; A<br />
(c) (i) &#8211; B, (ii) &#8211; C, (iii) &#8211; A, (iv) &#8211; D<br />
(d) (i) &#8211; B, (ii) &#8211; D, (iii) &#8211; A, (iv) &#8211; C<br />
Answer:<br />
(a) (i) &#8211; D, (ii) &#8211; A, (iii) &#8211; B, (iv) &#8211; C</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 16.<br />
Match the following:</p>
<table border="2">
<tbody>
<tr>
<td width="174">(i) Hierarchical</td>
<td width="186"> (A) Relation Key</td>
</tr>
<tr>
<td width="174">(ii) Relational</td>
<td width="186"> (B) Many &#8211; to &#8211; many</td>
</tr>
<tr>
<td width="174">(iii) Network</td>
<td width="186"> (C) Modular structure</td>
</tr>
<tr>
<td width="174">(iv) Object</td>
<td width="186"> (D) One &#8211; to &#8211; many</td>
</tr>
</tbody>
</table>
<p>(a) (i) &#8211; B, (ii) &#8211; D, (iii) &#8211; A, (iv) &#8211; C<br />
(b) (i) &#8211; B, (ii) &#8211; C, (iii) &#8211; A, (iv) &#8211; D<br />
(c) (i) &#8211; C, (ii) &#8211; B, (iii) &#8211; D, (iv) &#8211; A<br />
(d) (i) &#8211; C, (ii) &#8211; A, ( iii) &#8211; D, (iv) &#8211; B<br />
Answer:<br />
(d) (i) &#8211; C, (ii) &#8211; A, ( iii) &#8211; D, (iv) &#8211; B</p>
<p>Question 17.<br />
Match the following:</p>
<table border="2">
<tbody>
<tr>
<td width="180">(i) SELECT</td>
<td width="114"> (A) π</td>
</tr>
<tr>
<td width="180">(ii) PROJECT</td>
<td width="114"> (B) ×</td>
</tr>
<tr>
<td width="180">(iii) UNION</td>
<td width="114"> (C) σ</td>
</tr>
<tr>
<td width="180">(iv) CARTESIAN PRODUCT</td>
<td width="114"> (D) ∪</td>
</tr>
</tbody>
</table>
<p>(a) (i) &#8211; B, (ii) &#8211; C, (iii) &#8211; D, (iv) &#8211; A<br />
(b) (i) &#8211; B, (ii) &#8211; D, (iii) &#8211; A, (iv) &#8211; C<br />
(c) (i) &#8211; D, (ii) &#8211; C, (iii) &#8211; A, (iv) &#8211; B<br />
(d) (i) &#8211; D, (ii) &#8211; A, (iii) &#8211; B, (iv) &#8211; C<br />
Answer:<br />
(a) (i) &#8211; B, (ii) &#8211; C, (iii) &#8211; D, (iv) &#8211; A</p>
<p>Question 18.<br />
Choose the incorrect pair:</p>
<table border="2">
<tbody>
<tr>
<td width="126">(a) data</td>
<td width="138"> fact</td>
</tr>
<tr>
<td width="126">(b) database</td>
<td width="138"> C++</td>
</tr>
<tr>
<td width="126">(c) RDBMS</td>
<td width="138"> MySQL</td>
</tr>
<tr>
<td width="126">(d) DBMS</td>
<td width="138"> FoxPro</td>
</tr>
</tbody>
</table>
<p>Answer:<br />
(b)</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 19.<br />
Choose the incorrect pair:</p>
<table border="2">
<tbody>
<tr>
<td style="text-align: center;" width="102">Column I</td>
<td width="120">
<p style="text-align: center;"> Column II</p>
</td>
</tr>
<tr>
<td width="102">(a) Table</td>
<td width="120"> Tuple</td>
</tr>
<tr>
<td width="102">(b) File</td>
<td width="120"> Table</td>
</tr>
<tr>
<td width="102">(c) Column</td>
<td width="120"> Attribute</td>
</tr>
<tr>
<td width="102">(d) Row</td>
<td width="120"> Record</td>
</tr>
</tbody>
</table>
<p>Answer:<br />
(a)</p>
<p>Question 20.<br />
Choose the incorrect pair:<br />
(a) IBM &#8211; Hierarchical<br />
(b) Network &#8211; Many<br />
(c) ER-Model &#8211; EF codd<br />
(d) GIS &#8211; Object model<br />
Answer:<br />
(c) ER-Model &#8211; EF codd</p>
<p>Question 21.<br />
Choose the correct pair:<br />
(a) DBA &#8211; Database Agent<br />
(b) End user &#8211; Programmer<br />
(c) Chen &#8211; ER model<br />
(d) SQuestion lite &#8211; Compiler<br />
Answer:<br />
(c) Chen &#8211; ER model</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 22.<br />
Choose the correct pair:<br />
(a) DBMS &#8211; Multiple user<br />
(b) Duplication &#8211; Segregation<br />
(c) Redundancy &#8211; Program<br />
(d) Query &#8211; Application<br />
Answer:<br />
(a) DBMS &#8211; Multiple user</p>
<p>Question 23.<br />
Choose the incorrect statement.<br />
(a) A database is an organized collection of data.<br />
(b) The term database is also used to refer to any of the DBMS.<br />
(c) DBMS allows only single user to work on and access it.<br />
(d) Dot is never directly stored into the database.<br />
Answer:<br />
(c) DBMS allows only single user to work on and access it.</p>
<p>Question 24.<br />
Choose the incorrect statement.<br />
(a) The data are fact stored in a computer.<br />
(b) A day may contain any number and special character.<br />
(c) Information is formatted data.<br />
(d) Database also maintain data consistency in case multiple users.<br />
Answer:<br />
(b) A day may contain any number and special character.</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 25.<br />
Choose the incorrect statement.<br />
(a) The computer, hard disk and any other physical component involved in storage of data.<br />
(b) The main component is software that control I/O devices storage and everything.<br />
(c) An example of DBMS is C++<br />
(d) Data is that resource for which DBMS is designed.<br />
Answer:<br />
(c) An example of DBMS is C++</p>
<p>Question 26.<br />
Choose the correct statement.<br />
(a) Each row in a table represents a record.<br />
(b) A row is known as a Relation.<br />
(c) A Table is known as a Tuple.<br />
(d) A column is known as a file.<br />
Answer:<br />
(a) Each row in a table represents a record.</p>
<p>Question 27.<br />
Choose the correct statement.<br />
(a) Hierarchical model was developed by Google.<br />
(b) In Hierarchical model, data is represented as a simple tree like structure form.<br />
(c) Hierarchical model represents a many &#8211; to &#8211; many relationship.<br />
(d) Hierarchical model is mainly used single user operational system.<br />
Answer:<br />
(b) In Hierarchical model, data is represented as a simple tree like structure form.</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 28.<br />
Assertion (A):<br />
A basic structure of data in relational model is tables.<br />
Reason (R):<br />
All the information related to a particular type is stored in rows of that table.<br />
(a) Both A and R are True and A is the correct explanation for R.<br />
(b) Both A and R are True but A is not the correct explanation for R.<br />
(c) A is True but R is False.<br />
(d) A is False but R is True.<br />
Answer:<br />
(a) Both A and R are True and A is the correct explanation for R.</p>
<p>Question 29.<br />
Assertion (A):<br />
In a Network model, a child may have many parent nodes.<br />
Reason (R):<br />
It represents the data in many -to &#8211; one relationship.<br />
(a) Both A and R are True and A is the correct explanation for R.<br />
(b) Both A and R are True but A is not the correct explanation for R.<br />
(c) A is True but R is False.<br />
(d) A is False but R is True.<br />
Answer:<br />
(c) A is True but R is False.</p>
<p>Question 30.<br />
Assertion (A):<br />
Object model stores the data in the form of objects, attributes and methods, classes and inheritance.<br />
Reason (R):<br />
DBA is the one who manages the complete database management system.<br />
(a) Both A and R are True and A is the correct explanation for R.<br />
(b) Both A and R are True but A is not the correct explanation for R.<br />
(c) A is True but R is False.<br />
(d) A is False but R is True<br />
Answer:<br />
(b) Both A and R are True but A is not the correct explanation for R.</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 31.<br />
Assertion (A):<br />
In One &#8211; to &#8211; one Relationship, on entity is related with many other entity.<br />
Reason (R):<br />
One row in a table is linked with many rows.<br />
(a) Both A and R are True and A is the correct explanation for R.<br />
(b) Both A and R are True but A is not the correct explanation for R.<br />
(c) A is True but R is False.<br />
(d) A is False but R is True.<br />
Answer:<br />
(d) A is False but R is True.</p>
<p>Question 32.<br />
Assertion (A):<br />
Relational Algebra was used for modeling the data stored in relational databases and defining queries on it.<br />
Reason (R):<br />
Relational Algebra is a procedural query language used to query the database tables using SQL.<br />
(a) Both A and R are True and A is the correct explanation for R.<br />
(b) Both A and R are True but A is not the correct explanation for R.<br />
(c) A is True but R is False.<br />
(d) A is False but R is True.<br />
Answer:<br />
(a) Both A and R are True and A is the correct explanation for R.</p>
<p>Question 33.<br />
Pick the odd one out.<br />
(a) dBase<br />
(b) FoxPro<br />
(c) Clipper<br />
(d) UNIX<br />
Answer:<br />
(d) UNIX</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 34.<br />
Pick the odd one out.<br />
(a) RELATION<br />
(b) MySQL<br />
(c) TUPLE<br />
(d) ATTRIBUTE<br />
Answer:<br />
(b) MySQL</p>
<p>Question 35.<br />
Pick the odd one out.<br />
(a) Object<br />
(b) Methods<br />
(c) DBA<br />
(d) Classes<br />
Answer:<br />
(c) DBA</p>
<p>Question 36.<br />
Which of the following is an organized collection of data?<br />
(a) Database<br />
(b) Spreadsheet<br />
(c) Word processor<br />
(d) Worksheet<br />
Answer:<br />
(a) Database</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 37.<br />
Which of the following characteristics of DBMS is challenged one?<br />
(a) Data redundancy<br />
(b) Data security<br />
(c) Data consistency<br />
(d) Data integrity<br />
Answer:<br />
(c) Data consistency</p>
<p>Question 38.<br />
How many components are there in DBMS?<br />
(a) 2<br />
(b) 3<br />
(c) 4<br />
(d) 5<br />
Answer:<br />
(d) 5</p>
<p>Question 39.<br />
How many types of data model are there?<br />
(a) 2<br />
(b) 3<br />
(c) 4<br />
(d) 5<br />
Answer:<br />
(d) 5</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 40.<br />
What is the basic structure of data in relational model?<br />
(a) Rows<br />
(b) Tables<br />
(c) Columns<br />
(d) Fields<br />
Answer:<br />
(b) Tables</p>
<p>Question 41.<br />
Which year ER &#8211; model was developed?<br />
(a) 1972<br />
(b) 1974<br />
(c) 1976<br />
(d) 1978<br />
Answer:<br />
(c) 1976</p>
<p>Question 42.<br />
Expand GIS:<br />
(a) Geographic Information System<br />
(b) Global Information System<br />
(c) Global Information Service<br />
(d) Geographic Information Service<br />
Answer:<br />
(a) Geographic Information System</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 43.<br />
Expand DBA:<br />
(a) Data Base Analyst<br />
(b) Data Bound Analyst<br />
(c) Data Base Administrators<br />
(d) Data Base Advisor<br />
Answer:<br />
(c) Data Base Administrators</p>
<p>Question 44.<br />
How many types of relationships used in a database?<br />
(a) 2<br />
(b) 3<br />
(c) 4<br />
(d) 5<br />
Answer:<br />
(c) 4</p>
<p>Question 45.<br />
Expand SQL:<br />
(a) Structured Query Language<br />
(b) Standard Query Language<br />
(c) Structured Quick Learner<br />
(d) Standard Quick Learner<br />
Answer:<br />
(a) Structured Query Language</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 46.<br />
Which of the following data model work with Geographic Information System?<br />
(a) Class<br />
(b) Object<br />
(c) Database<br />
(d) Data<br />
Answer:<br />
(b) Object</p>
<p>Question 47.<br />
How many types of users are there in DBMS?<br />
(a) 2<br />
(b) 3<br />
(c) 4<br />
(d) 5<br />
Answer:<br />
(c) 4</p>
<p>Question 48.<br />
Who is care of the security in DBMS?<br />
(a) DBA<br />
(b) System Analyst<br />
(c) Program<br />
(d) Data Analyst<br />
Answer:<br />
(a) DBA</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 49.<br />
Expand RDBMS:<br />
(a) Relational Data Base Management System<br />
(b) Redundancy Data Base Management System<br />
(c) Relational Data Base Multiple System<br />
(d) Relative Data Base Management Service.<br />
Answer:<br />
(a) Relational Data Base Management System</p>
<p>Question 50.<br />
Which symbol represent unary relational operation for SELECT?<br />
(a) σ<br />
(b) π<br />
(c) +<br />
(d) &#8211;<br />
Answer:<br />
(a) σ</p>
<p>Question 51.<br />
Which symbol represent unary relational opration for PROJECT?<br />
(a) σ<br />
(b) π<br />
(c) +<br />
(d) &#8211;<br />
Answer:<br />
(c) +</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 52.<br />
What is the main purpose of data model?<br />
(a) Idea<br />
(b) Data storage<br />
(c) Data Access<br />
(d) Information<br />
Answer:<br />
(a) Idea</p>
<p>Question 53.<br />
Which data model is represented as a simple tree like structure form?<br />
(a) Relational<br />
(b) Hierarchical<br />
(c) Entity Relationship<br />
(d) Object<br />
Answer:<br />
(b) Hierarchical</p>
<p>Question 54.<br />
Which key is an attribute that uniquely identifies a particular tuples?<br />
(a) Relation<br />
(b) Entity<br />
(c) Primary<br />
(d) object<br />
Answer:<br />
(a) Relation</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 55.<br />
Which model represent a child has only one parent?<br />
(a) Relational<br />
(b) Hierarchical<br />
(c) Entity Relationship<br />
(d) object<br />
Answer:<br />
(b) Hierarchical</p>
<p>Question 56.<br />
Which model represent a child may have many parent?<br />
(a) Relational<br />
(b) Hierarchical<br />
(c) Network<br />
(d) Object<br />
Answer:<br />
(c) Network</p>
<p>Question 57.<br />
Which model represent Doctor and patient?<br />
(a) Relational<br />
(b) Hierarchical<br />
(c) Entity Relationship<br />
(d) Object<br />
Answer:<br />
(c) Entity Relationship</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 58.<br />
Which model is easy to maintain and modify the existing code?<br />
(a) Relational<br />
(b) Hierarchical<br />
(c) Entity Relationship<br />
(d) Object<br />
Answer:<br />
(d) Object</p>
<p>Question 59.<br />
Who is involved in developing and designing the parts of DBMS?<br />
(a) Application Programmer<br />
(b) Software Developer<br />
(c) Computer Operator<br />
(d) (a) or (b)<br />
Answer:<br />
(d) (a) or (b)</p>
<p>Question 60.<br />
Which type of relationship for a student can have only one exam number?<br />
(a) one-to-one<br />
(b) one-to-many<br />
(c) many-to-one<br />
(d) many-to-many<br />
Answer:<br />
(a) one-to-one</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 61.<br />
Which type of relationship for a school has many students?<br />
(a) one-to-one<br />
(b) one-to-many<br />
(c) many-to-one<br />
(d) many-to-many<br />
Answer:<br />
(b) one-to-many</p>
<p>Question 62.<br />
Which type of relationship for the teachers are working in one school<br />
(a) one-to-one<br />
(b) one-to-many<br />
(c) many-to-one<br />
(d) many-to-many<br />
Answer:<br />
(c) many-to-one</p>
<p>Question 63.<br />
Which type of relationship for students can register many courses?<br />
(a) one-to-one<br />
(b) one-to-many<br />
(c) many-to-one<br />
(d) many-to-many<br />
Answer:<br />
(d) many-to-many</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 64.<br />
Which operation is used for selAnswer:ecting a subset with tuples according to a given condition?<br />
(a) SELECT<br />
(b) PROJECT<br />
(c) UNION<br />
(d) CARTESIAN PRODUCT<br />
Answer:<br />
(d) CARTESIAN PRODUCT</p>
<p>Question 65.<br />
Which method eliminates all attributes of the input relation but those mentioned in the projection list?<br />
(a) PROJECT ON<br />
(b) SELECT<br />
(c) UNION 4<br />
(d) CARTESIAN PRODUCT<br />
Answer:<br />
(a) PROJECT ON</p>
<p>Question 66.<br />
Which method defines a relation that contains a vertical subset of Relation?<br />
(a) PROJECTION<br />
(b) SELECT<br />
(c) UNION<br />
(d) CARTESIAN PRODUCT<br />
Answer:<br />
(a) PROJECTION</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 67.<br />
Which Relational algebra operation is eliminates duplicates?<br />
(a) DIFFERENCE (-)<br />
(b) UNION (∪)<br />
(c) INTERSECTION (∩)<br />
(d) PRODUCT (×)<br />
Answer:<br />
(b) UNION (∪)</p>
<p>Question 68.<br />
Which Relational algebra operation that includes all tuples that are in A but not in B?<br />
(a) UNION (∪)<br />
(b) DIFFERENCE (-)<br />
(c) INTERSECTION (∩)<br />
(d) PRODUCT (×)<br />
Answer:<br />
(b) DIFFERENCE (-)</p>
<p>Question 69.<br />
Which type of operation is helpful to merge column from two relations?<br />
(a) UNION (∪)<br />
(b) DIFFERENCE (-)<br />
(c) INTERSECTION (∩)<br />
(d) PRODUCT (×)<br />
Answer:<br />
(d) PRODUCT (×)</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 70.<br />
What is the acronym of DBMS?<br />
(a) DataBase Management Symbol<br />
(b) Database Managing System<br />
(c) DataBase Management System<br />
(d) DataBasic Management System<br />
Answer:<br />
(c) DataBase Management System</p>
<p>Question 71.<br />
A table is known as:<br />
(a) tuple<br />
(b) attribute<br />
(c) relation<br />
(d) identity<br />
Answer:<br />
(c) relation</p>
<p>Question 72.<br />
Which database model represents parent- child relationship?<br />
(a) Relational<br />
(b) Network<br />
(c) Hierarchical<br />
(d) Object<br />
Answer:<br />
(c) Hierarchical</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 73.<br />
Relational database model was first proposed by:<br />
(a) E F Codd<br />
(b) EE Codd<br />
(c) E F Cadd<br />
(d) E F Codder<br />
Answer:<br />
(a) E F Codd</p>
<p>Question 74.<br />
What type of relationship does hierarchical model represents?<br />
(a) one-to-one<br />
(b) one-to-many<br />
(c) many-to-one<br />
(d) many-to-many<br />
Answer:<br />
(b) one-to-many</p>
<p>Question 75.<br />
Who is called Father of Relational Database from the following?<br />
(a) Chris Date<br />
(b) Hugh Darween<br />
(c) Edgar Frank Codd<br />
(d) Edgar Frank Cadd<br />
Answer:<br />
(c) Edgar Frank Codd</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 76.<br />
Which of the following is an RDBMS?<br />
(a) Dbase<br />
(b) Foxpro<br />
(c) Microsoft Access<br />
(d) SQLite<br />
Answer:<br />
(d) SQLite</p>
<p>Question 77.<br />
What symbol is used for SELECT statement?<br />
(a) σ<br />
(b) Π<br />
(c) X<br />
(d) Ω<br />
Answer:<br />
(a) σ</p>
<p>Question 78.<br />
A tuple is also known as:<br />
(a) table<br />
(b) row<br />
(c) attribute<br />
(d) field<br />
Answer:<br />
(b) row</p>
<p><img decoding="async" src="https://samacheer-kalvi.com/wp-content/uploads/2021/08/Samacheer-Kalvi.png" alt="Samacheer Kalvi TN State Board 12th Computer Science Important Questions Chapter 11 Database Concepts" width="147" height="12" /></p>
<p>Question 79.<br />
Who developed ER model?<br />
(a) Chen<br />
(b) EF Codd<br />
(c) Chend<br />
(d) Chand<br />
Answer:<br />
(a) Chen</p>
<h4><a href="https://samacheer-kalvi.com/tn-board-12th-computer-science-important-questions/">TN Board 12th Computer Science Important Questions</a></h4>
]]></content:encoded>
					
					<wfw:commentRss>https://samacheer-kalvi.com/tn-board-12th-computer-science-important-questions-chapter-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">46337</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: samacheer-kalvi.com @ 2026-06-27 13:03:10 by W3 Total Cache
-->