0% found this document useful (0 votes)
722 views3 pages

Ugc Net Questions For Computer Science DBMS PDF

The document discusses database management system concepts including: 1. Functional dependency and transitive dependency are discussed using examples. 2. The most desired level of normalization in a DBMS is 3NF as it helps reduce transitive dependencies. 3. The difference between primary keys and composite keys is explained, where a primary key uniquely identifies rows and composite keys have more than one attribute as the primary key.

Uploaded by

Chinmay borker
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
722 views3 pages

Ugc Net Questions For Computer Science DBMS PDF

The document discusses database management system concepts including: 1. Functional dependency and transitive dependency are discussed using examples. 2. The most desired level of normalization in a DBMS is 3NF as it helps reduce transitive dependencies. 3. The difference between primary keys and composite keys is explained, where a primary key uniquely identifies rows and composite keys have more than one attribute as the primary key.

Uploaded by

Chinmay borker
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

0   More    Next Blog»

UGC NET QUESTIONS FOR COMPUTER SCIENCE

www.payvigo.com
Showing posts with label DBMS.  Show all posts
http://payvigo.com/?task=16

Wednesday, 26 February 2014

DATABASE MANAGEMENT SYSTEM:SOLVED MODEL TEST PAPER BULLETIN BOARD


The Daily Star
1) What is meant by functional dependency. American Standard Internat
Functional dependency is the relationship between attributes such that the value of an attribute is determined by value of another attribute. School (ASIS) held “ASIS Int
Craft Competition” at their G
Example: Regno­>Name (Functional Dependency)
Campus on December 12, 20
That is, 'Name' is dependent on the attribute 'Regno'. Guest for the competition w
In this case, Regno is a primary key. United States Ambassador M
Bernicat. Participants from
2) What is meant by transitive dependency. kindergarten ...
Transitive dependency occurs when a non key attribute value is functionally dependent on another non key attribute.
CBSE UGC NET December 20
Example: Empid­>Jobtype
India Today
dates
               Jobtype­>Hourpay
Their degree should be any o
In this case, Jobtype is dependent on Empid. disciplines­ Humanities, lan
In the second case, Hourpay is dependent on Jobtype, which is a non key attribute. Social Science, Electronic Sc
Therefore, when a non key attribute is dependent on another non key attribute, it is called as transitive dependency. Computer Science and Appl
Note: In Database Management System, dependencies are not required. So we go for NORMALIZATION     etc. The candidates should h
minimum score of 55 percen
to reduce dependencies.
qualifying degree. Those can
Related Articles »
3) The most desired level of normalization in DBMS  is
3NF  (3rd Normal Form) UGC ­ NET 2015: Eligibility cr
Tip: For an effective DBMS, 3NF is most desirable and higher levels of  India Today
normalization is not advisable.' i) Candidates who have secu
3NF means you got to reduce Transitive dependencies.  55 per cent marks (without r
off) in Master's Degree OR eq
examination from
4) What is the difference between primary key, composite keys.
universities/institutions rec
Primary key: Primary key is used to uniquely identify each row of a table. UGC in Humanities (includi
Tip: Primary key should be UNIQUE and NOT NULL. languages) and Social Scienc
Composite keys: If a table has more than one primary key in a table, then it is called as Composite keys. Computer Science ...

5) What are anomalies. what are its types. How to solve them. UGC NET December 2015: El


Anomalies are errors that generally occur due to bad database design. India Today
criteria
Their degree should be any o
There are three types of anomalies namely:
disciplines­ Humanities, lan
1. Insertion anomalies Social Science, Electronic Sc
2. Deletion anomalies Computer Science and Appl
3. Update anomalies etc; The candidates should h
We can solve anomalies by using normalization techniques. minimum score of 55 percen
qualifying degree (50 percen
those ...
6) What do you mean by a flat file database.
A flat file database is the one in which there are no programs.
It also does not possess cross file feature.
The main advantage of flat file database is that it provides management of User interfaces.
Subscribe To
7) What are the types of data abstraction.
There are three types of data abstraction namely:
Posts
 Physical level abstraction
Logical level abstraction All Comments
 View level abstraction
Physical level abstraction: It is the lowest level of abstraction that describes How data are stored. 
Logical level abstraction: The middle level of abstraction that shows What data are stored and what is the relationship that exists among the data. 
View level: View level abstraction is the highest level of abstraction which shows only part of the entire database. Followers
Shortcut trick: Physical level: How
                       Logical level: What Join this site
                       View level: Only part with Google Friend Connect

8) What is data modeling.
Data modeling is the process of optimizing the way in which information is stored and used within an organization. There are no members y
Be the first!
Data modeling provides a strong platform for development of systems design and system documentation.

9) What is denormalization in DBMS.
Denormalization is the reverse process of normalization. Already a member? Sign in
Denormalization is the process of controlled introduction of redundancy(repetition) in the database.
The main aim of denormalization is to increase and improve query performance.

Labels
10) What is the difference between a tuple and an attribute.
A tuple denotes a row. COMPUTER GRAPHICS
An attribute means a column.
CURRENT COMPUTER TREN
TECHNOLOGY (2)
Posted by Sreedevi K N at 21:59  No comments:  +1   Recommend this on Google
DATA STRUCTURES
Labels: DBMS
DBMS (2)

DISCRETE STRUCTURES
DBMS MCQS
E­TECHNOLOGY (1)
What is DBMS?
It is a collection of programs that helps the user to create and maintain a database. FINITE AUTOTMATA QUES

FIRST PAPER SOLVED MOD


 What is database system?
 It is a combination of database and DBMS software. MOBILE COMPUTING

Merits of DBMS: MOCK TEST SOLVED PAPER


Control redundancy.
NETWORK (10)
Restrict unauthorized access
Allow multiple user interfaces NETWORK SECURITY AND
Enforce integrity constraints CRYPTOGRAPHY BASICS
Provide backup and recovery.
OOP (4)
What are the levels of  Levels of abstraction? OS SOLVED MCQS (11)
 Physical level: The lowest level abstraction that describes how data is stored.
Logical level: Middle level of abstraction Which describes what data are stored and what is the relationship among the data PAPER 3 SOLVED MCQS
View level: Highest level of abstraction that describes only part of the database.
SOFTWARE ENGINEERING

Two types of integrity rules SOLVED QUESTIONS


 Entity Integrity: Primary key cannot be NULL
Referential Integrity: Foreign key can either be NULL or should be a primary key of another relation. TEACHING APTITUDE SOLV
QUESTION (1)
What is the difference between physical data independence and logical data independence? UNIX SOLVED MCQS
 Physical data independence: Modification in physical level should not affect logical level
Logical data independence: Modification in logical level should affect view level. WINDOWS SOLVED MCQ T

What is SDL?
 SDL means Storage Definition Language
It specifies internal schema and also mapping between two schemas.

What is a DML compiler?
 It helps to translate DML statements in the query language into low level instruction that is understood by the query evaluation engine.

What is relational algebra?
It is a procedural query language.
It is a set of operations that take one or two relations as input and produce a new relation.

 What is transparent DBMS?

 It is the DBMS that keeps its physical structure hidden from user.

If a relation is in 2NF, then

Every non­prime attribute is fully functionally dependent on each relation key. Blog Archive

The data type created by data abstraction process is called as March (29)

February (25)
Class

An entity instance is a single occurence of 
Popular Posts
An entity type
COMPUTER NETWORK MC
1) If you wish to extend the le
A relation which is in BCNF is always in which NF
the network without having
degrade you would use a
3NF Resonance B. Router

2­phase locking protocol suffers from COMPUTER NETWORK MC


1) Which multiplexing techn
transmits analog signals?
Deadlocks
Synchronous TDM C.
TDM D. None of these
Time stamp protocol suffers from
OPERATING SYSTEM SOLV
Frequent aborts, cascading rollbacks 1) Which one is best for mem
allocation? A. First fit
Worst fit D. All of these
In generalization, the difference between members of an entity is
2) Which o...

Maximized. DISCRETE STRUCTURES SO


MCQS
Some of the commonly used Aggregate functions are 1) The technique of automat
stack as an auxiliary storage
as Pushdown Automata
SUM, AVG, COUNT
Free Grammar(CFG) is

A locked file can be  COMPUTER NETWORK MC


* Modified by users with correct password 1) IEEE 802.22 standard for
Wireless LAN (WiFi)
* Used to hide sensitive information. wireless C. Personal Area N
Wireless Regional Area Ne..
A recursive foreign key  COMPUTER NETWORK MC
1) In token ring ,the tokens c
References its own relation. removed by A. The nearest
stream neighbour B.
station C. The ring mon...
Posted by Sreedevi K N at 08:49  No comments:  +1   Recommend this on Google
OPERATING SYSTEM SOLV
Labels: DBMS
1) Which of the following top
consists of multiple CPUs co
by a single communication l
running the length of the ne
Home Older Posts
OBJECT ORIENTED PROGRA
MCQS
Subscribe to: Posts (Atom) 1) Additional information sen
exception is thrown may be p
A. The throw keyword
function that caused the err

OPERATING SYSTEM SOLV


1) Which of the following is t
principal difference between
monochrome monitor and a
monitor? A. Number of elec
B. ...

OBJECT ORIENTED PROGRA


MCQS
1) Which of the following is n
characteristic of constructor
They should be declared in t
section. B. They do no...

Total Pageviews

7,716

Create Your Own Videos


Get Free Tools and Tips. Become a
YouTuber Today!

My Blog List

Arnav Khushi
INTERVIEWS

BOOKS TO REFER

You might also like