MS School Comp. Material 11EM (1)
MS School Comp. Material 11EM (1)
EM
25
KD SIR
11 Sci. EM
26
(57) By pressing _______ key after typing first few letters of a command, shell automatically
provides the remaining information.
a) Enter Key b) Shift Key c) Ctrl Key d) Tab key
(58) Which command used to displays the calendar of any specific month or entire year ?
a) calendar b) cale c) cal d) calc
(59) which command displays the calendar of june 2013 ?
a) Cal 2013 06 b) cal 06 2013 c) cal june 2013 d) cal 2013 june
(60) Which command displays the calendar of entire year of 2013 ?
a) Cal latest b) cal year c) cal 09 d) cal 2013
(61) Which command displays the entire year of 2013’s calendar view as single screen page at
a time ?
a) cal 2013 | more b) cal 2013 | display c) cal 2013 | view d) cal 2013 | show
(62) which command takes input from the cal command in Linux ?
a) Date b) more c) base d) sqrt
(63) In Linux, which command displays current system date and time ?
a) current b) now c) latest d) date
(64) which command can be used with suitable format specification as arguments ?
a) pwd b) man c) current d) date
(65) in date command, each format is preceded by ______ symbol.
a) + b) - c) % d) #
(66) ______ operator and a single character describing the format.
a) + b) % c) $ d) #
(67) in Linux, date command display only the current date in _______ format.
a) dd/mm/yy b) mm/dd/yyyy c) dd/mm/yyyy d) mm/dd/yy
(68) which command displays only the current date ?
a) date +%D b) date +d c) date + “$d” d) date +$d
(69) Which command in Linux is a command line calculator performs ________ .
a) ac b) dc c) bc d) nc
(70) in Linux, command line calculator performs _______.
a) Number of scientific math functions b) conversions between diff. number system
c) run programs d) all of these
(71) Which type of math functions performs bc command ?
a) Addition, subtraction b) multiplication, division, modulus
c) exponents, sine, cosine, logarithm d) All of these
(72) Which command used to find out the natural logarithm of 2013?
a) l(2013) b) log(2013) c) nlog(2013) d) naturallog(2013)
(73) which function allows user to set numbering system to use for input ?
a) Inputbase b) iputbase c) ibase d) inbase
(74) Which function allows user to set numbering system to use for output ?
a) outbase b) obase c) outputbase d) oputbase
(75) which function used to find out the square root of 9 ?
a) s(9) b) sq(9) c) sqrt(9) d) sqroot
(76) the importance of be calculator over graphical calculator ________.
a) Speed b) flexibility c) power to perform math operation d) all of these
KD SIR
11 Sci. EM
29
(97) When user log on the system, Linux automatically places in which directory ?
a) base b) right c) recent d) home
(98) ______ directory is created by the system when user account is opened.
a) Home directory b) Base directory c) Recent directory d) working directory
(99) ______ is the default working directory at the time of log on in system variable.
a) BASE b) POWER c) HOME d) MAIN
(100)______ path name is simply a sequence of directory names separated by slash.
a) user b) Absolute c) Base d) Home
(101)In absolute path name, directory names are separated by ________.
a) \ b) | c) # d) /
(102)Which type of information display an absolute path name ?
a) file’s location with reference b) files’s location with detail
c) file’s location with area d) file’s location with account
(103)Which command used to display the current working directory ?
a) pswd b) pword c) pwd d) passvvd
(104)Directories in Linux can be created using _______ command.
a) make b) mkdir c) makedir d) mdir
(105)Mkdir command can be followed with the names of the directories to be ________.
a) modify b) edited c) group d) created
(106)which command can be used to create a directory named dave ?
a) mkdir dave b) mk dave c) dir dave d) md dave
(107)To create multiple directory named dave, patel, shah, which commad can be used ?
a) md dave patel shah b) mk dave patel shah
c) mkdir dave patel shah d) dir davepatel shah
(108)which command used to change directory ?
a) cd b) cd .. c) change d) cdir
(109)which command used to comeback to previous directory ?
a) change b) cdir c) cd d) cd ..
(110)In cd.. command, double dot (..) stands for the ______ directory.
a) child b) parent c) base d) main
(111) If your current working directory is home/data/nimesh/dhatri and to change it to home
directory, which command used ?
a) cd .. b) cd ../../ c) cd ../../../ d) cd ../../../../
(112)which command used for change directory to /home/username/Desktop, from any
current path ?
a) cd ~/Desktop b) cd /Desktop c) cd */Desktop d) cd &/Desktop
(113)which symbol refer to home directory of the user ?
a) * b) / c) ~ d) &
(114)Which command is used to change directory to the root directory from any current path?
a) cd/ b) cd c) cd - d) cd ..
(115)Which command is used to change directory to the home directory from any current
path?
a) cd/ b) cd c) cd - d) cd ..
**********
KD SIR
11 Sci. EM
31
KD SIR
11 Sci. EM
32
KD SIR
11 Sci. EM
33
**********
KD SIR
11 Sci. EM
35
KD SIR
11 Sci. EM
36
20. The exit status of command is...........if it has been executed successfully.
(a)1 (b) 0 (c) 3 (d) 4
21. The exit status of command is............if it has been not executed successfully.
(a)1 (b) 0 (c) 3 (d) 4
22. In if statement........bracket is use for opening and closing statement.
(a) * * (b) [ ] (c) ( ) (d) {}
23. There should be......... space after opening square bracket and one before closing bracket.
(a)1 (b) 0 (c) 3 (d) 4
24. If the condition is evaluated to true the statements typed inside.......block will be executed
otherwise not.
(a)if (b) while (c) for (d) then
25. The end of the if statements is indicated by......statements.
(a) fii (b)fi (c)then (d)if
26. Then keyword should be typed......if statements else we will get error.
(a)before (b) up (c)below (d)after
27. We can use the..........decision making instruction while creating a shell script in Linux.
(a)1 (b) 0 (c) 3 (d) 4
28. Which decision making instruction does Linux offers ?
(a)if-then-fi (b)if-then-else-fi (c)if-then-elif-else-fi & case-esac (d) all of these
29. Which command will be used to compare two files passed to it as argument ?
(a) com (b) cmp (c) cam (d) comp
30. Linux provides..........command, which can be used in place of square brackets.
(a) if (b)test (c)then (d)else
31. The test command can carry out......types of tests.
(a)numerical tests (b) string tests (c)file tests (d)all of these
32. Which tests are used when comparison between values of two numbers is to be done ?
(a) string tests (b) file tests (c) numerical tests (d) none of these
33. Which operator can be used for numerical test for greater than ?
(a) –gt (b)-lt (c)-ge (d)-le
34. Which operator can be used for numerical test ‘less than’ ?
(a) –le (b) –ne (c)-lt (d)-ges
35. Which operator can be used for numerical test ‘greater than or equal to’ ?
(a) –gt (b)-ge (c)-gq (d)-gi
36. Which operator can be used for numerical test ‘less than or equal to ‘ ?
(a) –la (b) –lq (c)-el (d)-le
37. Which operator can be used for numerical test ‘not equal to’ ?
(a)-n (b)-not (c)-ne (d)-no
38. Which operator can be used for numerical test ‘equal to’ ?
(a)-e (b)-eq (c)-ea (d)-et
39. How many relational operators are used to compare two numeric operands ?
(a) 4 (b) 6 (c)3 (d) 4
40. To combine conditions we make use of.........operators.
(a)relational (b)file (c) logical (d) all of these
KD SIR
11 Sci. EM
37
KD SIR
11 Sci. EM
39
KD SIR
11 Sci. EM
40
KD SIR
11 Sci. EM
41
KD SIR
11 Sci. EM
44
KD SIR
11 Sci. EM
45
KD SIR
11 Sci. EM
46
80.______is efficient when the fields are used for searching and it is unsure that whether user
will enter searching text in lower case or upper case.
A) Text(Var Char)Ignore case B) Text (Var Char) C) Text (Long Var Char) D) None of them
81. ______ code that needs only one byte to store a character.
A) ASCII B) ANSI C) DBMS D) RDBMS
82.Standard that allow for larger numbers of characters have been developed, like ______
that use more bytes per character.
A) Unicode B) Barcode C) Unique code D) Standard Code
83. Base will store alphanumeric characters using _______, which is a code that is compatible
with both ASCII and Unicode.
A) UTF-5 B) UTF-8 C) UTF-1 D) UTF-2
84.Base will use ______ bytes for each character according to internal calculations.
A) one or more B) two only C) eight only D) four only
85. Which data type is used to store numerical information like marks of a student, salary of
an employee, quantity on hand or balance in the bank account of a person?
A) Character B) Numeric C) Memo D) Data/Time
86.______ data type attributes are described by the number of bytes they use and whether
they are signed or unsigned.
A) Character B) Numeric C) Memo D) Date/Time
87.Which two factore determine the range of possible values they can hold ?
A) number of bytes they use B) whether they are signed or unsigned
C) (a) and (b) D) none of them
88.______ use the least memory consuming side of number storage.
A) Boolean numbers B) Character C) Data/Time D) Memo
89.A Boolean number or YES/NO data type is in fact uses just _______ bit.
A) one B) two C) four D) eight
90. Which data type is useful to store answer to the question whether the mobile is Wi-Fi
enabled or not?
A) Yes/No B) Integer C) Memo D) Var Char
91. The attributes called _______ that allow us to store numbers that have decimal places like
1.715249.
A) Floating point numbers B) Character C) memo D) boolean
92. Byte(s) occupied by Tiny Integer is _______.
A) 16 B) 8 C) 4 D) 1
93. How much bytes are occupied by Tiny Integer is ________.
A) 1 B) 2 C) 4 D) 8
94.______ bytes are occupied by Integer.
A) 1 B) 2 C) 4 D) 8
95. How much bytes are occupied by Bit Integer?
A) 1 B) 2 C) 4 D) 8
96.How much bytes are occupied by Number or Decimal?
A) 1 B) 2 C) 4 D) No limit
KD SIR
11 Sci. EM
48
KD SIR
11 Sci. EM
49
115.The field that has unique importance in the table is known as _______
A) key Field B) key Row C) key Table D) Key Database
116.In RTO Office, driving license number can serve as ______ key
A) primary B) secondary C) Tertiary D) Main
117.A _____ value means unknown or missing value.
A) junk B) null C) litter D) refuse
118.Primary key values cannot contain _______
A) Duplicate values B) Null values C) (a) or (b) D) None of them
119.In a table, combination of more than one field can serve as _______ key.
A) primary B) secondary C) Tertiary D) Main
120.A primary key designed by combining more than one field is known as _______ primary
key.
A) Composite B) Secondary C) Tertiary D) Main
121.Start Base by selecting-
A) select Applications -> Office -> OpenOffice.org 3.2 Base
B) select Applications -> OpenOffice.org 3.2 Base
C) select Applications -> OpenOffice.org 3.2 Base -> Base
D)none of them
122.To work with any of the database created earlier can be open by choosing an option.........
A)Open an existing database file B) Open database
C) Open existing file D) Open database file
123.Which option is selected to create new database ?
A)Create a new database B) Create new
C) Create database D) Create database table
124. An option to register our database in OpenOffice.org web site to make the database.......
A) private B) public C) both (a) and (b) D) none of them
125.In Database wizard, ........... don’t make database public.
A) No , do not register the database B) Yes , register the database for me
C) No, make it private D) none of them
126.Which two option are provided by Base to create tables ?
A) Design View and Wizard B) Wizard view and Manual view
C) Wizard view and Automatic view D) None of them
127.In Database Wizard dialog box , by default .......... option would be checked.
A) Open the database for editing B) Create tables using the table wizard
C) (a) and (b) D) none of them
128. In Database Wizard dialog box, which option should be selected to created tables using
wizard ?
A) Open the database for editing B) Create tables using the table wizard
C) (a) and (b) D) none of them
129.Base will automatically assign ............. extension to the database file .
A) .obd B) .odb C) .bas D) .bdo
130.Which button should be clicked to select all the fields that are visible under Available
fields list ?
A) >> B) > C) << D) <
KD SIR
11 Sci. EM
50
131.Which key should be hold to select the desired fields one by one ?
A) Alt B) Ctrl C) Shift D)Caps
132.In the ........... pane, you can see Database Objects, viz., Tables, Queries, Forma and
Reports.
A) Top B)Bottom C)Left D)Right
133.Which Database Objects would be the default selection ?
A) Tables B) Queries C) Forms D) Reports
134.Each field is associated with ............ terms .
A) one B) two C) three D) four
135.In Table design view , which of the following allows to assign a data type to each field ?
A) Field Name B) Field Type C) Description D) Field Properties
136.It is good practice to enter ............ for each of the field , through it is not compulsory to
write for each field of the table .
A) Field Name B) Field Type C) Description D) Field Properties
137.The ............. helps the user to understand what the purpose of each field is.
A) Field Name B) Field Type C) Description D) Field Properties
138.In Table design view , which of the following used to control and validate the data that is
to be entered ?
A) Field Name B) Field Type C) Description D)Field Properties
139.To delete any object created in Base, ............ the object icon and click on Delete option.
A) left click B) right click C) double click D) triple click
140.Table Design View is grid structure with .............columns.
A) one B) two C)three D) four
141.which three columns are displayed in Table Design View?
A) field Name, field Type and Description
B) field Name, field Type and Properties
C) field Name, field Properties and Description
D) field properties, field Type and Description
142.In Table Design View ,Field Properties pane displayed at the .........half of the window.
A) top B)bottom C) left D) right
143.To designate a field as primary key,.................click on the required field and select
primary key option.
A) left click B) right click C) a or b D) none of them
**********
KD SIR
11 Sci. EM
51
KD SIR
11 Sci. EM
52
15.Clicking on any of the field to edit the data, the black pointing arrow icon will be replaced
with this................like icon.
A)Pen B)Pencil C) Eraser D) Arrow
16.In Base, if we move the cursor to another record, then correction will be saved, and if we
press..........key then the correction will be cancelled and the original contents will be
restored.
A)Alt B) Ctrl C) Esc D) Shift
17.Which bar helps to
A)Navigation Bar B) Menu bar C) Title bar D)Tool bar
18.Navigation bar helps to
A)know the current position of the record pointer B) insert new record
C) move to first or last record D)all of them
19.In case of the Boolean type field a square box will be shown in the field and if box is
marked with tick mark sign it means that the value of the field is..........otherwise...........
A) false , true B) true , false C)false , false D) true , true
20.Why there is a requirement to edit entered data?
A) Data entered during data entry is incorrect.
B)After correct data entry, there is a change in the value of the data
C) (a) and (b)
D) none of them
21.The process of correcting the data entered previously is known as............
A) Editing B) Inserting C) Deleting D) None of them
22.To keep our database precise and meaningful , it is very much necessary to.....
unnecessary or incorrect record from the table.
A)delete B) edit C) insert D) none of them
23.To delete a record press.............key after selecting the record.
A) Del B)Esc C)Ctrl D) Alt
24.To delete a record, select Delete option from..........menu.
A) File B) Edit C) Update D)Format
25.By right clicking the selected record and choosing..........Option from the sub menu.
A)Delete Record B)Update Record C)Insert Record D)Add Record
26. While deleting the record, Base will display a dialog box with a ...........message.
A)warning B)update C) upload D)save
27.In warning message , clicking on which button will delete the selected record
permanently?
A)Yes B) No C) Ok D)Cancel
28.To short the field , select the required field and then click on .......... button.
A) Sort Ascending B) Sort Descending C)(a) or (b) D) none of them
29.What is the name of (pg 211) button?
A) Sort Button B) Sort Ascending C) Sort Descending D) None of them
30..............is a term used for unnecessary duplication or repetition of data.
A) Data Redundancy B) Data Encapsulation C) Data Abstraction D) Polymorphism
KD SIR
11 Sci. EM
53
KD SIR
11 Sci. EM
54
48. Which option states that a user should not be allowed to delete or update any record
exists in some other table ?
A) No action B) Update cascade C) Set null D) set default
49.Which option states that if user is allowed to delete or update referenced values , all the
related records will hold null value in the related field ?
A) No action B) Update cascade or Delete cascade
C) Set null D) set default
50.Which option states if user deletes or updates the referenced field , all the related records
will hold null value in the related field ?
A) No action B) Update cascade C) Set null D) set default
51.Relationship established between any two tables can be-
A) edited B) deleted C) (a) and (b) D) none of them
52.How many types of relationship can be created between tables of the database ?
A) one B) two C) three D) four
53. Which of the following is not a part of relationship ?
A) One to One B) One to Many C) Many to one D) Many to Many
54................relationship indicates that one specific record of a particular table has one and
only one corresponding record in the other table of the database.
A) One to One B) One to Many C) Many to one D) Many to Many
55.Which type of relationship is created between Chair and Person ?
A) One to One B) One to Many C) Many to one D) Many to Many
56.Which type of relationship is created between class and class teacher or library card
issued to a student ?
A) One to One B) One to Many C) Many to one D) Many to Many
57.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) One to Many C) Many to one D) Many to Many
58.Which type of relationship is created between class teacher and student ?
A) One to One B) One to Many C) Many to one D) Many to Many
59.Which type of relationship is created between state and city ?
A) One to One B) One to Many C) Many to one D) Many to Many
60.In...........relationship occurs in the case or some specific record , which has to be stored
more than once in both the tables.
A) One to One B) One to Many C) Many to one D) Many to Many
61.Which of the following is not an example of One to One relationship ?
A) Class and Class Teacher B) Chair and Person
C) Library cad issued to a student D)Class Teacher and Student
62.In the field of information technology , the data in the raw material used to produce
finished goods known as..............
A) Data B) Information C) Table D) Row
63.To prevent mistakes , base provides a special facility called.................
A)Row Level Validation B) Field Level Validation
C) Table Level Validation D) Database Level Validation
KD SIR
11 Sci. EM
55
**********
KD SIR
11 Sci. EM
56
18. Which of the following provides no guidance at all while creating Query ?
A) Create Query in Design View B) Use Wizard in Create Query
C) Create Query in SQL View D) None of them
19.Users need to have knowledge about fourth generation computer language called.........
A) Structure Query Language B) Structure Query Like
C) Standard Query Language D) Standard Query Language
20.Base’s .......... has the advantage of helping us to organize our through while requiring no
previous knowledge .
A) Design View B) Query Wizard C) SQL View D)Table View
21.How many steps are there to create a query using wizard ?
A) four B) eight C) ten D) eleven
22. What is the first step of query wizard ?
A) Field Selection B)Sorting order C) Grouping D)Aliases
23.In Query wizard, which steps field is selected ?
A) first B) second C) third D) fourth
24.In Query wizard. which button is used to move the field from ‘ Available fields’ list box to
‘Fields in the Query’ List box ?
A) left and right arrow B) up and down C) in and out D) none of them
25. Fields in ‘Fields in the Query ‘ list box can be arranged in the required order by using
the............buttons.
A) left and right arrow B) up and down C) in and out D) none of them
26.Which of the following helps in identifying the fields that is to be displayed in output ?
A) Field Selection B) Sorting order C) Grouping D) Aliases
27.What is the second step of query wizard ?
A) Field Selection B) Sorting order C) Grouping D) Aliases
28.Base allows to select up to ........... fields for deciding the sorting order of the output.
A) one B) two C) three D) four
29.What is the third step of query wizard ?
A) Field Selection B) Search condition C) Grouping D) Aliases
30.How many search conditions can be defined in one query while creating Query using
Query Wizard ?
A) one B) two C) three D) four
31.In which step we have to select appropriate values of Fields, the Conditions and Value
parameters ?
A) first B) second C) third D) fourth
32.If multiple search condition are to be set like last name may be ‘Shah’ or ‘Patel’ then
choose ..................
A) Match all of the following B) Match any of the following
C) Match any one D) No Match
33.What is the seventh step in query wizard ?
A) Field Selection B) Search condition C) Grouping D) Aliases
KD SIR
11 Sci. EM
58
KD SIR
11 Sci. EM
59
KD SIR
11 Sci. EM
60
72. What is the expression to display the list of employees who joined after 1st June 2011 ?
A) >01/06/2011 B)> =#01/06/2011# C) >#01/06/2011# D)<01/06/2011
73.To hide any field used in the query output ,clear the check mark shown in the ..........
property of that field.
A) Visible B) show C) Display D) Hide
74.Base offers............. operator to specify the criteria like>=#1/6/2009# and <= #11/1/2006#
A) Like B) In C) Between D) Is
75. What should be written in criteria to display the employees list that joined between 1st
June 2005 and 1st Nov 2012 ?
A) >=1/6/2005 and <1/11/2012 B) ># 1/6/2005# and < #1/11/2012#
C) >=#1/6/2005# and <=#1/11/2012# D) <=1/6/2005 and >= 1/11/2012
76. What should be written in criteria to display the employees list that joined between 1st
June 2005 and 1st Nov 2012 ?
A) >=# 1/6/2005 # and <=#1/11/2012# B) ># 1/6/2005 # and < #1/11/2012 #
C) Between #1/6/2005# and <=#1/11/2012# D) a and c
77.What is the criteria using special operator to retrieve those record whose city is
Ahmedabad or patan?
A) ‘Ahmedabad patan’ B) =’Ahmedabad’, ‘patan’
C) In (‘Ahmedabad’,’patan ‘) D) None of them
78.What does NULL signifies ?
A) not empty B) empty C) both a and b D) none of them
79.What criteria should to send discount coupons only to card holders of Modern Electronic
Store residing in Ahmedabad or Patan?
A)City column=Between( Ahmedabad ‘,’patan’ ) and CardHolder column = Is Not Empty
B) City column = “In(‘ Ahmedabad ‘,’patan’ ) and CardHolder column = Is Not Empty ‘
C) City column = In( Ahmedabad ,patan) and CardHolder column = ‘Is Not Empty ‘
D) City column = “ In( ‘Ahmedabad’ ,’patan’) and CardHolder column = ‘Is Not Empty ‘
80.Which logical operator ensures that all the given conditions must be true?
A) AND B) OR C) NOT D) None of them
81.Which logical operator ensures that any one of all of given conditions must be true?
A) AND B) OR C) NOT D)None of them
82. Which logical operator ensures that given condition must not be true ?
A) AND B) OR C) NOT D)None of them
83.What is the criteria to retrieve records of customers from all other places except
Ahmedabad or Patan?
A) In(‘Ahmedabad’,’Patan’) B) Not In(Ahmedabad,Patan)
C) In(Ahmedabad,Patan) D) Not In (‘Ahmedabad’,’Patan’)
84.In Base two or more expressions are in same row means ............condition applied fields.
A) AND B) OR C) NOT D) BETWEEN
85.In Base two or move expessions are in separate rows means ................condition applied
between fields.
A) AND B) OR C) NOT D) BETWEEN
KD SIR
11 Sci. EM
61
86.What expression to see the list of products with their model names starting with character
set ‘hp’ ?
A) hp B) hp* C) *hp D) h*p
87.A................ Wildcard represents any character or combination of characters.
A) hash B) quotes C) asterisk D) caret
88.Which operator must include with the wildcard character ?
A) Is B) Like C) Between D) And
89.In how many ways , calculation within a query can be performed ?
A) 1 B) 2 C) 3 D) 4
90.Calculation within a query in Base can be performed using.
A) Custom calculation B)Complex calculation
C) Predefined calculation D) (a) and (c)
91............. includes performing numeric , date and text calculations on each record using data
form one or more fields.
A) Custom calculation B)Complex calculation
C) Predefined calculation D) (a) and (c)
92..............includes operation like addition multiplication subtraction or division between
different fields.
A) Addition B) Deletion C) Calculation D) Expressions
93.To perform custom calculation we need to add an extra field known as............
A) custom field B) expression field C) new field D) added field
94.What expression should be written in calculated field to multiply ‘ Quantity’ and
‘SalePrice’?
A)Quantity * SalePrice B) Quantity x SalePrice
C) Quantity * Sale_Price D) Quantity % SalePrice
95.To perform calculation on group of records rather than on fields, Base provides..........
A)Custom calculation B) Complex calculation
C) Predefined calculation D) (a) and (c)
96.Calculated fields applied on multiple records within a table resulting in a single.........
A)count B) standard deviation C) variance D) summation
97.Calculated fields applied on multiple records within a table resulting in a single.........
A) record B) value C) text D) all of them
98............. is applied on multiple records within a table resulting in a single value.
A)Custom calculation B) Complex calculation
C) Predefined calculation D) (a) and (c)
99.The results of a calculation in a field are only for ............ purpose.
A) edit B) display C) delete D) update
100.Base perform the calculation each time you ....... the query.
A) create B) run C) delete D) edit
101.Which of the following statement is true for Predefined Calculations ?
A) only for display purpose B) result are not stored in the table
C)calculation performed each time query run D) all of them
102.Which function help to find total number customers residing in each city ?
A) Group B) Collect C) Fusion D) Intersection
KD SIR
11 Sci. EM
62
103........... queries are designed to accept values from the user at run time.
A) Structure B) Parameter C) Wizard D) Table
104............. query will display a dialog box asking the user to enter the values.
A) Structure B) Parameter C) Wizard D) Table
105.To create a ............. , the design of the query will remain same but parameter needs to
enter rather than specifying the actual value in the criterion cell.
A) Wizard Query B) Parameter Query C) Cross-tab Query D) none of them
106.The ........... queries are in form or statements .
A) Design View B) Wizard view C) SQL D) none of them
107.Which option should be selected to open Execute SQL Statement dialog box ?
A) Tools -> SQL ` B) Tools -> SQL Statements
C) Tools -> Execute SQL D) None of them
108.Under which label , instruction has to type to perform different operations related to
table or a query ?
A) Command to execute B) Execute Command
(C)Execute SQL Command D)None of them
109.Which of the following is the correct statement to create ‘Scheme’ table with ‘SchemeID’
, ‘StartDate’ and ‘ EndDate’ fields ?
A) CREATE TABLE “Scheme”
(‘SchemeID’ INTEGER NOT NULL PRIMARY KEY, ‘StartDate’ DATE, ‘EndDate DATE )
B) CREATE TABLE ‘Scheme’
(“SchemeID” INTEGER NOT NULL PRIMARY KEY, ‘StartDate’ DATE, ‘EndDate DATE )
C) CREATE TABLE “Scheme”
(“SchemeID” INTEGER NOT NULL PRIMARY KEY, ‘StartDate’ DATE, ‘EndDate DATE )
D) None of them
110.Which button will run the SQL command ?
A) Run B) Execute C) Implement D)None of them
111.Which of the following are written in the form of statements?
A)SQL queries B) Queries in Design View C) Queries using Wizard D) None of them
112.Which of the following can be done using SQL ?
A)Create a table B) Insert a data into table
C) Edit and Delete data D) All of them
113.What care must be taken to avoid errors in execution of SQL queries ?
A) quote signs B) capitalization C) syntax D) all of them
114.Which button gets highlighted when instructions entered?
A) Execute B) OK C) Help D) Close
115.Which of the following SQL statements helps to create table ?
A) CREATE TABLE B)ON TABLE C) NEW TABLE D) SAVE TABLE
116.Under which option ‘Refresh Tables’ option is available ?
A) View B) File C) Tables D) Edit
117.The........................ statement is used to remove a table.
A)DROP TABLE B)DELETE TABLE C) REMOVE TABLE D)DROP DATABASE
KD SIR
11 Sci. EM
63
**********
KD SIR