Answer Any Number of Questions From (A) To (E) - Each Carries 1 Score. (5 X 1 5)
Answer Any Number of Questions From (A) To (E) - Each Carries 1 Score. (5 X 1 5)
Ordinary variables are used as formal parameters Reference variables are used as formal
parameters
Actual parameters may be constants or variables. Actual parameters will be variables only.
The changes made in the formal arguments do The changes made in the formal arguments do
not reflect in actual arguments. reflect in actual arguments.
43. What is the use of <table> tag ? Briefly explain any four attribute of <table> tag.
Ans: <table> tag is used to insert a table in an HTML file. Its attributes are
1. Border – Specifies border thickness. Zero means no border
2. Bordercolor – To assign colour to the border
3. Cellspacing – To set space between the cells
4. Cellpadding – To set space between content and cell border
44. Explain any five advantages of DBMS.
Ans:
1. Controlling redundancy
The storing of the same data in multiple locations ( redundancy ) can be avoided with the use of DBMS.
Redundancy makes memory wastage.
2. Data consistency
Data inconsistency (Multiple values for the same data) can be avoided using DBMS.
3. Efficient data access
Data can be accessed efficiently using the techniques available in DBMS.
4. Data integrity
Integrity refers to the overall completeness, accuracy and consistency of the data in the database. Data integrity
is imposed through the use of standard rules and procedures.
5. Data security
DBMS provides data security. Data security refers to the protection of data against accidental or intentional
disclosure or unauthorized modification or destruction by unauthorized persons.