Database Management System Class 10 IT 402 Question
Database Management System Class 10 IT 402 Question
Database Management System Class 10 IT 402 Question
4. Define RDBMS.
Ans. In RDBMS the data is organized in the form of tables (i.e. rows and columns). These tables are called
relations. Each row in a table represents a relationship among a set of values.
6. What is a field?
Ans. A field is a column on a datasheet and defines a data type for a set of values in a table.
7. What is a record?
Ans. A record is a row on a datasheet and is a set of values defined by fields.
10. What do you mean by DBMS? Write two advantages of using Database Management System for
school.
Ans. The Database Management System is an integrated set of programs which help us to manipulate
database. The manipulation of database means collection, addition, insertion, modification and deletion
of records into a database. The two advantages of DBMS are: (i) sharing of data and data security.
16. Name two possible Primary key fields for an Employee table.
Ans. Possible Primary key fields for an Employee table are: Empcode, Empname.
18. Write the difference between Text and memo data types.
Ans. Text field can contain alphanumeric characters (A-Z and 0-9) plus special characters such as !, @ and
%. Text fields have a maximum length of 255 characters. Memo fields also contain alphanumeric
characters, though memo fields can store much more data than text fields i.e., up to 64,000 characters.
19. Name the data type that should be used to store Student’s Admission numbers.
[Examples of Admission numbers: S100, S101, S102].
Ans. The data type is: Text
25. Name the MS-Access view in which you can define the fields and their data types.
Ans. Design View
27. Name the view in which you can add, edit and view records in MS-Access.
Ans. Datasheet View
28. Write the difference between design view and datasheet view in Access.
Ans. In design view, you have to specify by own data types & column names. It allows you to define the
fields in the table before adding any data to the datasheet. This is the most common way of creating a
table. Datasheet view create table by entering data. The Datasheet View shows the records in a table.
Each row is one record. The columns are the fields from the table’s definition. This table looks a lot like a
spreadsheet, but it does not behave quite like a spreadsheet.
29. Mention any one difference between Text and Numeric type field in database.
Ans. Text field stores character type data. Text fields can contain alphanumeric characters (A-Z and 0-9)
plus special characters such as !, @ and %.
Number fields store only numbers. The range of numeric values stored depends upon which value you
select from the field size property.
30. What are the two areas of the Design view of the Table?
Ans. Field information and Field Properties.