You are on page 1of 5

Computer STD X Ex - 1 Underline the correct answer.

1. What is the extension of MS Access file? a) .acc b) .mba c) .mtb d) .mad 2. --------------- are the collection of VB procedures designed to perfom specific tasks. a) Vb procedure b) VBP c) modules d) none of these 3. How many letters are stored maximum in text filed of Access? a) 255 b) 256 c) 254 d) 64 4. Primary key value cannot be a) Null b) duplicate c) A AND B both d) none of these 5. Which of the following is not the DBMS software? a) Excel b) Access c) oracle d) my SQL 6. Which datatype is used for boolen type? a) Yes/no b) true/false c) 1/0 d) on/off 7. Which datatype is used for boolen type? a) Number b) integer c) real d) currency 8. What is the default filename of a new database? a) Database 1 b) dbms 1 c) db 1 d) data 1 9. Which type of data consist of letters numbers & social characters? a) Yes/no b) text c) character d) date 10.What is the full form of DBMS? a) Database multiple system b) Database management system c) Database management software d) Database multiple software 11.Which is the basic unit for storing data in Access database? a) Table b) form c) query d) module 12.What is table consist of? a) Fields b) records c) both A AND B d) either A OR B

13.What is the combination of fields designated as a primary key known as? a) Composite primary key b) Combined primary key c) Foreign key d) Multiple primary key 14.A ------------------- is a predefined set of instructions that fires action to be performed one by one in sequence as per the list a) Form b) table c) queries d) macro 15.Which database is used to store URL? a) Link b) hyper text c) locate d) hyperlink 16.What is a table also known as? a) Entity b) attribute c) field d) record 17.Which validation rule restricts the user to input value between 1 and 12? a) >=1 and <12 b) >1 and <12 c) 12 d) >1 and <=12 18.Which field property does not apply to the OLE object data types? a) Caption b) default value c) format d) field size 19.Class and class teacher is ----------------- example of relationship a) One to many b) many to many c) one to one d) none of the above 20.Conceptually there can be ------------- types of relationships between any tables of the database a) 3 b) 5 c) 4 d) 2 21.------------- means combination of one or more than one field , the values of which are taken from another table a) Foreign key b) primary key c) database key d) none of these 22.Which field property cannot be used with autonumber and OLE object data types? a) Default value b) required c) field size d) validation rule 23.To create a relationship between two tables , -------- of the referencing field and referenced field must be same a) Number b) length c) datatype d) width 24.No unmatched foreign key values should exit in the database , this key is known as -------a) Foreign key b) referential key c) integrity d) composite peimary key

25.Which option from the right click menu should be selected to add table? a) Show all b) show table c) display table d) open table 26.Primary key of one table can be ----------- key for another table a) Referencing field b) composite key c) foreign key d) connected key 27.When we relate group field of student table with grno field of result table then grno field of result table is known as ---------a) Referencing field b) referenced field c) foreign key d) both B AND C 28.A symbol indicates ----------a) One b) two c) infinity d) zero 29.If we uncheck ----------- option , then Ms-access will not allow to modify or delete the primary key values if it has related foreign key values in the database a) Referential integrity b) enforce referential integrity c) edit relationship d) none 30.Data must be surrounded by ----------- sign a) b) * c) # d) @ 31.Parameter query must be enclosed within ------------- bracket. a) b) {} c)[] d) <> 32.------------ word shows that the field is empty a) Null b) required c) empty d) none 33.Date in criteria must be used in place of OR logical operator in criteria in a query? a) In b) between c) like d) either 34.What will like 4#0 criteria display? a) 43210 b) 450 c) 4#0 d) both A AND B 35.Criteria to search Rem from list of * Ran , Rem , Rom can be written a) R[ao]m b) R[a-o]m c) R[1 ao]n d) R*m 36.Which wildcard character represents any single numeric character? a) ? b) ! c) # d) * 37.Which oprator can be used in place of OR logical operator in criteria in a query? a) In b) between c) like d) either 38.Which of the following will like command find?

a) Son b) sonai c) sonil d) all 39.What is the symbol for joining (analganation)? a) & b) @ c) ! d) >> 40.Many procedure , which requires more information is called ---------------41.------------- is concatenating operator a) & b) * c) ^ d) % 42.In macro ----------- are optional a) Comments b) action c) arguments d) record 43.In 1971 , CODASYL defined ---------- model a) Network b) hierarchical c) relational d) objective 44.Relation indicative model uses ------------ to present the relation a) Painter b) keys c) class d) none 45.--------- is a plan for building a database. a) Macro b) data Model c) pages d) none 46.---------- was the first network database management system developed a) IMS b) IBM c) IDMS d) IBMS 47.The data is represented in the form of table in ----------a) Network b) hierarcheal c) relational d) object oriented 48.Which datatype is used for Boolean type? a) Yes/no b) true/false c) 1/0 d) on/off 49.In ----------- CODAS yl formally defined the network model. a) 1961 b) 1971 c) 1960 d) 1981 50.Instance of class is known as ------------a) Object b) attribute c) entity d) record 51.For what escape sequence us used? a) Linking b) coding c) formatting d) to cancel action 52.Main() is ---------------- function a) User define b) library c) standard d) custom 53.Each statement of C language comes to end with the symbol of --------a) , b) c) : d) 54.The maxi. Length of a variable name as per ANSI standards is -----------characters a) 30 b) 32 c) 31 d) 33

55.To be specific , ANSI standard supports --------- predefined words a) 32 b) 48 c) 64 d) 12 56.-------------- local function is used to clear a screen. a) Clrscr () b) printf() c) main() d) scanf 57.------------ function is used to calculate power a) Pow() b) power() c) sqr() d) sqrt() 58.----------- key is used to compile C program a) Alt+f9 b) ctrl+f9 c) alt+ctrl+f9 d) alt+f5 59.-------------- function is used to find out a sequence root a) Return b) pow c) sqrt d) main 60.C language has ----------- types of character set a) 4 b) 3 c) 2 d) 5

You might also like