CH-10 MCQS-2
CH-10 MCQS-2
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.
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
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
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
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
10. Which of the following represent maximum levels of sorting provided by Base Wizard?
A. 6 B. 5 C. 3 D. 4
Ans. 3
Ans. Hide
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
14. For which data types Base provides some predefined formats?
A. Date/time B. Yes/No C. Number D. 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
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
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
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
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
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
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
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
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
Ans. A or B
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
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
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
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
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. 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
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
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
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
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
Ans. Parent