0% found this document useful (0 votes)
24 views5 pages

CH-10 MCQS-2

The document contains a series of multiple-choice questions related to computer concepts for a class 11 curriculum, focusing on database properties and relationships. Each question is accompanied by the correct answer, covering topics such as field properties, data types, and referential integrity. The format is structured to assess students' understanding of database management principles.

Uploaded by

ravaljii007
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)
24 views5 pages

CH-10 MCQS-2

The document contains a series of multiple-choice questions related to computer concepts for a class 11 curriculum, focusing on database properties and relationships. Each question is accompanied by the correct answer, covering topics such as field properties, data types, and referential integrity. The format is structured to assess students' understanding of database management principles.

Uploaded by

ravaljii007
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/ 5

Doon Premium School

Subject: Computer
Standard: 11 Marks: 00
Chapter: 10

‣ Choose the correct option from those given below each question. (Each question carries 1 Marks) (00)
01. Which of the following property is equivalent to NOT NULL?
A. Length B. Format C. Required D. Default

Ans. Required

02. Which of the following statement is true for Default field property in Base?
A. Default value should be greater than value set in Length.
B. Default value once set can be changed later.
C. Default value cannot be greater than 500.
D. Default value can be numeric value only.

Ans. Default value once set can be changed later.

03. Auto Value property can be set for field with which of the following datatype?
A. Boolean B. Image C. Integer D. Text

Ans. Integer

04. Which of the following options are possible to implement referential integrity?
A. Set Null B. Update Cascade C. No Action D. Delete table

Ans. Delete table

05. Which of the following type of relationship exists between Students and Class Teacher in a school?
A. One to One B. One to Many C. Many to Many D. No relationship exists

Ans. One to Many

06. Which of the following type of relationship exists between Student and Teacher in a school?
A. No relationship exists B. One to Many C. One to One D. Many to Many

Ans. Many to Many

07. Which of the following statement is incorrect?


A. Name of primary key and Foreign key should be same.
B. Primary key can be combined a fields.
C. Data type of Primary key and Foreign key should be same.
D. Every table must have a primary key.

Ans. Name of primary key and Foreign key should be same.

08. Given a relation, Teacher Subject (t code, S code, Standard), Which of the following fields can be an
appropriate foreign key field?
A. T code ,S code B. S code C. T code D. T code, standard

Ans. S code

09. Which of the following refers to data redundancy?


A. Decomposition of tables B. Relationships of tables
C. Deletion of data D. Repetition of data
Ans. Repetition of data

10. Which of the following represent maximum levels of sorting provided by Base Wizard?
A. 6 B. 5 C. 3 D. 4

Ans. 3

11. Which of the following operations cannot be performed on a record in database?


A. Delete B. Update C. Hide D. Insert

Ans. Hide

12. For which of the following tasks Field properties is used?


A. To control data entry
B. To restrict the user from entering wrong data in the table
C. Both A and B
D. None of these

Ans. Both A and B

13. Which label is given in Field properties screen to set Format property?
A. Format style B. Format type C. Format bar D. Format Example

Ans. Format Example

14. For which data types Base provides some predefined formats?
A. Date/time B. Yes/No C. Number D. All of these

Ans. All of these

15. Which property uses different settings for different data types?
A. Auto value B. Format C. Default value D. Length

Ans. Format

16. Which property doesn’t check for invalid entries?


A. Length B. Auto Value C. Format D. Default value

Ans. Auto Value

17. Which property has no effect on the way the data is stored?
A. Auto Value B. Format C. Default value D. Length

Ans. Format

18. Where will the default value automatically displayed after setting of “Defualt Value” property for
afield?
A. When we add a new record B. On previously entered record
C. Both A and B D. None of these

Ans. When we add a new record

19. Which property is used to store some predefined default value automatically in a particular field at
the time of entering a new record in the table?
A. Format B. Length C. Default Value D. Auto Value

Ans. Default Value

20. Which property will automatically takes some predefined value when we select the Text data type for a
particular field?
A. Auto value B. Format example C. Default value D. Length
Ans. Auto value

21. For which data types Base automatically assigns some predefined field size, that’s why this property
will be disabled on the screen?
A. Numeric B. Date/Time C. Yes/No and Memo D. All of these

Ans. All of these

22. Which is the predefined value of Text data type for length property?
A. 500 B. 50 C. 40 D. 20

Ans. 50

23. We do not need to set the value of entry required property to Yes for which type of field?
A. Binary Field B. Boolean Field
C. Field declared as Primary key D. Field declared as Foreign key

Ans. Field declared as Primary key

24. In which combo box visible in Field property screen, we will find “Yes” or “No” Values?
A. Auto value B. Entry required C. Both A and B D. Default Value

Ans. Both A and B

25. Which options are shown in combo box of Entry required property?
A. True and False B. On and Off C. 0 and 1 D. Yes and No

Ans. Yes and No

26. Which field property determines whether the user must enter a value for a particular field to complete
a record entry?
A. Format B. Default Value C. Entry Required D. Length

Ans. Format

27. Which field property can be set to Yes, if the field is declared as primary key, data type is integer and
expected values for this field are 1, 2, 3, …
A. Default Value B. Length C. Format D. Auto value

Ans. Auto value

28. For which field by setting the value of an Auto Value to “Yes”, Base can automatically increment the
value for each new record?
A. Text B. Binary C. Numeric D. Date/Time

Ans. Numeric

29. Which values can be seen in dropdown box (Combo box) of Auto Value property?
A. O and l B. On and Off C. Yes and No D. True and False

Ans. O and l

30. What is shown next to the Auto value property?


A. Drop down box B. Combo Box C. Text Box D. A or B

Ans. A or B

31. Write down the name of general field properties?


A. Auto value, Entry required B. Default value and Format
C. Length D. All of these

Ans. All of these

32. At what time Field Properties can be decided?


A. At the time of Backup
B. At the time of entering records in table
C. At the time of sorting records
D. At the time of designing

Ans. At the time of designing

33. Which of the following determines how the values in the field are stored and displayed?
A. Field duplication B. Field Designing C. Field Maintaining D. Field Properties

Ans. Field Properties

34. Which steps are performed to define a field for any table?
A. Specify the field name
B. Write Description of the field
C. Choose a proper Data type for the field
D. All of these

Ans. All of these

35. How many steps are there to define a field for any table?
A. Three B. One C. Two D. Four

Ans. Three

36. Into which relationship is Many to Many relationships split into by creating a third table in database?
A. Many to One B. One to One C. Many to Many D. One to Many

Ans. One to Many

37. Which of the following relationship shows many to many relationship?


A. Class and class teacher B. Employee and designation
C. Teacher and Subject D. Both B and C

Ans. Both B and C

38. In which of the following relationships records has to be stored more than once in both the tables?
A. One to Many B. Many to One C. One to One D. Many to Many

Ans. Many to Many

39. Which of the following relationship shows One to Many Relationship?


A. Customer and product B. State and City
C. Class teacher and Student D. All of these

Ans. All of these

40. In which type of relationship one specific record of a particular table may have many corresponding
records in the other related table of the database?
A. One to One B. Many to One C. One to Many D. Many to Many

Ans. One to Many

41. Which option is selected to remove the relationship?


A. Erase B. Remove C. Cancel D. Delete

Ans. Delete

42. Which option is selected to edit the relationship attributes as per our requirements?
A. Update B. Edit C. Change D. Modify

Ans. Edit
43. What is to be clicked to delete or edit relationship between two tables by opening the relationship
screen?
A. Desired relationship Symbol B. Desired relationship Title
C. Desired relationship line D. All of these

Ans. Desired relationship line

44. Which option states that if user deletes or updates the referenced field and all the related records will
hold null values in the related field?
A. Set null value B. Null value C. Set value D. Set Null

Ans. Set Null

45. Which option states that if user is allowed to delete or update referenced values and all the related
records should be automatically deleted or updated?
A. Update Allow B. Update Cascade C. Update Now D. Update Record

Ans. Update Cascade

46. Which option states that a user should not be allowed to delete or update any record?
A. No delete B. No Permission C. No action D. No processing

Ans. No action

47. As per Referential Integrity principal which unmatched key should not exist in the database?
A. Foreign B. Base C. Data D. Primary

Ans. Foreign

48. What are transaction records also known as?


A. Child B. Master C. Duplicate D. Parent

Ans. Child

49. What is the records known as which has foreign key after establishing the relationship?
A. Parent B. Child C. Transaction D. B or C

Ans. B or C

50. What are master records also known as?


A. Transaction B. Child C. A or B D. Parent

Ans. Parent

You might also like