MBA/MBA System Analysis and Design Mcq Set 4 Sample Test,Sample questions

Question:
 Structured English is a

1.structured programming language

2.description of processes in simple English

3.method of describing computational procedures reasonably precisely in English

4.natural language based algorithmic language


Question:
A code is useful to represent a key field because

1.it is a concise representation of the field

2.it is usually done by all

3.it is generally a good idea

4.it is needed in database design


Question:
A data dictionary has information about

1.every data element in a data flow

2.only key data element in a data flow

3.only important data elements in a data flow

4.only numeric data elements in a data flow


Question:
A decision table is

1.a truth table

2.a table which facilitates taking decisions

3.a table listing conditions and actions to be taken based on the testing of conditions

4.a table in a Decision Support System


Question:
A decision table is preferable when the number of

1.conditions to be checked in a procedure is small

2.conditions to be checked in a procedure is large

3.actions to be carried out are large

4.actions to be carried out are small


Question:
A modulus-11 check digit is used to detect error in

1.alphanumeric codes

2.numeric codes

3.hexadecimal codes

4.serial number code


Question:
A record total uses

1.batch totals of selected fields

2.count of numbers of records

3.modulus-11 check digit sum of all fields

4.total of selected fields of a record


Question:
A rule in a limited entry decision table is a

1.row of the table consisting of condition entries

2.row of the table consisting of action entries

3.column of the table consisting of condition entries and the corresponding action entries

4.columns of the tables consisting of conditions of the stub


Question:
A-against an action in an action row signifies that the

1.action is not to be taken

2.action is to be taken

3.action is important

4.action is not important


Question:
An extended entry decision table is

1.very difficult to understand

2.quite concise compared to a limited entry decision table developed for the same task

3.large compared to a limited entry table developed for the same task

4.is not very often used


Question:
By metadata we mean

1.very large data

2.data about data

3.data dictionary

4.meaningful data


Question:
By the term "comprehensive code" we understand that the code

1.conveys information on item being coded

2.is of small length

3.can add new item easily

4.includes all relevant characteristics of item being coded


Question:
By the term "meaningful code” we understand that the code

1.conveys information on item being coded

2.is of small length

3.can add new item easily

4.includes all relevant characteristics of item being code


Question:
Data inputs which required coding are

1.fields which specify prices

2.key fields

3.name fields such as product name

4.fields which are of variable length


Question:
Decision table "test2" is

1.really incomplete

2.complete

3.apparently incomplete

4.apparently complete


Question:
Decision table description of data processing is

1.non-procedural specification

2.procedural specification

3.purely descriptive specification

4.very imprecise specification


Question:
Decision tables are better then Decision trees when

1.Conditions are to be isolated from actions in a word statement

2.Condition sequences are to be found from a word statement

3.Logical correctness of a word statement is to be established

4.Large number of actions is to be performed


Question:
Decision Tables are preferred when

1.Too many conditions need to be tested

2.Sequencing of testing conditions is important

3.When there are many loops to be performed

4.When too many actions are to be taken


Question:
Decision Trees are preferred when

1.Too many conditions need to be tested

2.Sequencing of testing conditions is important

3.When there are many loops to be performed

4.When too many actions are to be taken


Question:
Decision trees are superior to decision tables when

1.The number of conditions to be tested is very large

2.When sequence of testing conditions is not particularly important

3.When sequence of testing conditions is not particularly important

4.When a large number of actions are to be specified


Question:
Errors occur more often when

1.data is entered by users

2.data is entered by operators

3.when data is handwritten by users and entered by an operator

4.the key board design is bad


Question:
For modulus-11 check digit to detect a single transcription errors

1.weights should all be distinct

2.weights may all be equal and > 0

3.weights should be less than 8

4.weights should all be > 0 and distinct


Question:
If records are out-of-order then error may be detected by

1.batch control totals

2.radix check

3.sequence number check

4.range check


Question:
In "test 4" missing rule is:

1.NYNN

2.NYYN

3.YYNN

4.YNYN


Question:
In "test 4" the contradictory actions are:

1.A1, A3

2.A1, A2

3.A2, A3

4.A2, I


Question:
In a limited entry decision table a-entry against a condition signifies that

1.the outcome of testing the condition is irrelevant

2.it is an important condition

3.the condition should be tested

4.the condition is a Boolean condition


Question:
In a limited entry decision table the action entries

1.list X or - corresponding to actions to be executed

2.list the conditions to be tested

3.have Y or N or - entries

4.list the actions to be taken


Question:
In a limited entry decision table the action stub

1.lists X or - corresponding to actions to be executed

2.lists the conditions to be tested

3.has Y or N or - entries

4.lists the actions to be taken


Question:
In a limited entry decision table the condition entries

1.list X or - corresponding to actions to be executed

2.list the conditions to be tested

3.have Y or N or - entries

4.list the actions to be taken


Question:
In interactive data input a menu is used to

1.enter new data

2.add/delete data

3.select one out of many alternatives often by a mouse click

4.detect errors in data input


Question:
In on-line data entry it is possible to

1.Give immediate feedback if incorrect data is entered

2.Eliminate all errors

3.Save data entry operators time

4.Eliminate forms


Question:
In payroll record a reasonable inter-field relationship check is to relate salary field with

1.age field

2.department field

3.designation field

4.increment field


Question:
In significant codes some or all parts of the code

1.are meaningful

2.are usable

3.are significant

4.represent values


Question:
In the following word statement the conditions are:
"if a student gets 50 marks or more in mathematics and 40 marks or more in English he passes the examination, otherwise he fails"

1.student passes the examination

2.student fails the examination

3.student gets 50 marks or more in mathematics

4.student mathematics marks >= 50 and student English marks >= 40


Question:
It is necessary to carefully design data input to a computer based system because

1.it is good to be careful

2.the volume of data handled is large

3.the volume of data handled is small

4.data entry operators are not good


Question:
Logical correctness of a specifications can be systematically checked by

1.Using decision trees

2.Using structured English

3.Using DFD’s

4.Using decision tables


Question:
Modulus-11 check digit for the code 45672 is

1.0

2.1

3.2

4.3


Question:
Modulus-17 check character for the hexadecimal code AB4567 is

1.F

2.D

3.1

4.0


Question:
Radix check for a field representing year is

1.possible

2.not possible

3.not relevant

4.may be tried


Question:
Reasonableness checks for monthly mess bill of a student if daily rate is Rs. 40 is

1.1200

2.12000

3.120

4.2400


Question:
Rule R1 is interpreted as follows:

1.If C1 is TRUE and C2 is FALSE then perform action A2

2.If C1 is TRUE and C2 is FALSE then perform action A1 and then action A2

3.If C1 is TRUE and C2 is FALSE then perform action A3 and then action A1

4.If C1 is TRUE and C2 is FALSE then perform action A1 and then action A3


Question:
Rule R3 is interpreted as follows:

1.If C1 is TRUE and C2 is TRUE then perform action A1 and A2

2.If C1 is TRUE or C2 is TRUE then perform action A3

3.If C1 is TRUE and C2 is TRUE then perform action A1 or A2

4.If C1 is TRUE and C2 is TRUE then perform action A3


Question:
Structured English description of data processing is a

1.non-procedural specification

2.procedural specification

3.purely descriptive specification

4.very imprecise specification


Question:
Structured English is preferred when

1.Too many conditions need to be tested

2.Sequencing of testing conditions is important

3.When there are many loops to be performed

4.When too many actions are to be taken


Question:
The actions in the action stub of a limited entry decision table

1.must be in sequential order

2.must be in the order in which they are to be tested

3.may be in any order

4.must be in the order in which they are to be executed


Question:
The conditions in the condition stub of a limited entry decision table

1.must be in sequential order

2.must be in the order in which they are to be tested

3.may be in any order

4.must be in the order in which they are to be executed


Question:
The decision table "test 3" is

1.incomplete

2.ambiguous

3.incorrect

4.has redundancies


Question:
The decision table given in answer (a) of question 9.4.3 is

1.incomplete

2.apparently ambiguous

3.has contradictory specifications

4.logically complete


Question:
The objective of using decision trees is to

1.Expand a DFD so that a user can understand it

2.To specify sequence of conditions to be tested and actions to be taken

3.Describe a computational procedure that can be easily understood by a person

4.Use it as a tool in decision support system


Question:
The objective of using structured English is to

1.describe computational procedures reasonably precisely which can be understood by any user

2.expand a DFD so that a user can understand it

3.develop algorithms corresponding to processes in a DFD

4.ease writing programs for DFDs


More MCQS

  1. MBA Accounting MCQ Question Set 1
  2. MBA Accounting MCQ Question Set 2
  3. MBA Accounting MCQ Question Set 3
  4. MBA Accounting MCQ Question Set 4
  5. MBA Accounting MCQ Question Set 5
  6. MBA Accounting MCQ Question Set 6
  7. MBA Accounting MCQ Question Set 7
  8. MBA Accounting MCQ Question Set 8
  9. MBA Accounting MCQ Question Set 9
  10. MBA Accounting MCQ Question Set 10
  11. MBA Advertising and Sales Promotion Mcq Set 1
  12. MBA Advertising and Sales Promotion Mcq Set 2
  13. MBA Advertising and Sales Promotion Mcq Set 3
  14. MBA Advertising and Sales Promotion Mcq Set 4
  15. MBA Advertising and Sales Promotion Mcq Set 5
  16. MBA Advertising and Sales Promotion Mcq Set 6
  17. MBA Advertising and Sales Promotion Mcq Set 7
  18. MBA Advertising and Sales Promotion Mcq Set 8
  19. MBA Advertising and Sales Promotion Mcq Set 9
  20. MBA Advertising and Sales Promotion Mcq Set 10
  21. MBA Advertising and Sales Promotion Mcq Set 11
  22. MBA Advertising and Sales Promotion Mcq Set 12
  23. MBA Advertising and Sales Promotion Mcq Set 13
  24. MBA Behavioural and Allied Sciences MCQ Set 1
  25. MBA Behavioural and Allied Sciences MCQ Set 2
  26. MBA Behavioural and Allied Sciences MCQ Set 3
  27. MBA Behavioural and Allied Sciences MCQ Set 4
  28. MBA Behavioural and Allied Sciences MCQ Set 5
  29. MBA Behavioural and Allied Sciences MCQ Set 6
  30. MBA Behavioural and Allied Sciences MCQ Set 7
  31. MBA Behavioural and Allied Sciences MCQ Set 8
  32. MBA Behavioural and Allied Sciences MCQ Set 9
  33. MBA Behavioural and Allied Sciences MCQ Set 10
  34. MBA Brand Management MCQ Set 1
  35. MBA Brand Management MCQ Set 2
  36. MBA Brand Management MCQ Set 3
  37. MBA Brand Management MCQ Set 4
  38. MBA Brand Management MCQ Set 5
  39. MBA Business Communication MCQ Set 1
  40. MBA Business Communication MCQ Set 2
  41. MBA Business Communication MCQ Set 3
  42. MBA Business Communication MCQ Set 4
  43. MBA Business Communication MCQ Set 5
  44. MBA Business Communication MCQ Set 6
  45. MBA Business Communication MCQ Set 7
  46. MBA Business Communication MCQ Set 8
  47. MBA Business Communication MCQ Set 9
  48. MBA Brand Management MCQ Set 10
  49. MBA Brand Management MCQ Set 11
  50. MBA Business Economics MCQ Set 1
  51. MBA Business Economics MCQ Set 2
  52. MBA Business Economics MCQ Set 3
  53. MBA Business Economics MCQ Set 4
  54. MBA Business Economics MCQ Set 5
  55. MBA Business Economics MCQ Set 6
  56. MBA Business Environment MCQ Set 1
  57. MBA Business Environment MCQ Set 2
  58. MBA Business Environment MCQ Set 3
  59. MBA Business Environment MCQ Set 4
  60. MBA Business Environment MCQ Set 5
  61. MBA Business Environment MCQ Set 6
  62. MBA Business Environment MCQ Set 7
  63. MBA Business Environment MCQ Set 8
  64. MBA Business Environment MCQ Set 9
  65. MBA Business Ethics and Governance MCQ Set 1
  66. MBA Business Law Mcq Set 1
  67. MBA Business Law Mcq Set 2
  68. MBA Business Law Mcq Set 3
  69. MBA Business Law Mcq Set 4
  70. MBA Business Law Mcq Set 5
  71. MBA Business Law Mcq Set 6
  72. MBA Business Law Mcq Set 7
  73. MBA Business Law Mcq Set 8
  74. MBA Business Law Mcq Set 9
  75. MBA Business Mathematics Mcq Set 1
  76. MBA Business Mathematics Mcq Set 2
  77. MBA Business Mathematics Mcq Set 3
  78. MBA Business Mathematics Mcq Set 4
  79. MBA Business Mathematics Mcq Set 5
  80. MBA Business Mathematics Mcq Set 6
  81. MBA Business Statistics Mcq Set 1
  82. MBA Business Statistics Mcq Set 2
  83. MBA Computers In Management Mcq Set 1
  84. MBA Computers In Management Mcq Set 2
  85. MBA Computers In Management Mcq Set 3
  86. MBA Computers In Management Mcq Set 4
  87. MAB Cost and Managerial Accounting Mcq Set 1
  88. MBA Cost and Managerial Accounting Mcq Set 1
  89. MBA Cost and Managerial Accounting Mcq Set 2
  90. MBA Cost and Managerial Accounting Mcq Set 3
  91. MBA Cost and Managerial Accounting Mcq Set 4
  92. MBA Cost and Managerial Accounting Mcq Set 5
  93. MBA Cost and Managerial Accounting Mcq Set 6
  94. MBA Cost and Managerial Accounting Mcq Set 7
  95. MBA Cost and Managerial Accounting Mcq Set 8
  96. MBA Cost and Managerial Accounting Mcq Set 9
  97. MBA Cost and Managerial Accounting Mcq Set 10
  98. MBA Cost and Managerial Accounting Mcq Set 11
  99. MBA E-Business MCQ Set 1
  100. MBA E-Business MCQ Set 2
  101. MBA E-Business MCQ Set 3
  102. MBA E-Business MCQ Set 4
  103. MBA English Language MCQ Set 1
  104. MBA English Language MCQ Set 2
  105. MBA Entrepreneurship Management MCQ Set 1
  106. MBA Entrepreneurship Management MCQ Set 2
  107. MBA Entrepreneurship Management MCQ Set 3
  108. MBA Entrepreneurship Management MCQ Set 4
  109. MBA Entrepreneurship Management MCQ Set 5
  110. MBA Entrepreneurship Management MCQ Set 6
  111. MBA Financial Management MCQ Set 1
  112. MBA Financial Management MCQ Set 2
  113. MBA Financial Management MCQ Set 3
  114. MBA Financial Management MCQ Set 4
  115. MBA Financial Management MCQ Set 5
  116. MBA Financial Management MCQ Set 6
  117. MBA Financial Management MCQ Set 7
  118. MBA Financial Management MCQ Set 8
  119. MBA Financial Management MCQ Set 9
  120. MBA Financial Management MCQ Set 10
  121. MBA Financial Management MCQ Set 11
  122. MBA Financial Management MCQ Set 12
  123. MBA Human Resource Management Mcq Set 1
  124. MBA Human Resource Management Mcq Set 2
  125. MBA Human Resource Management Mcq Set 3
  126. MBA Human Resource Management Mcq Set 4
  127. MBA Human Resource Management Mcq Set 5
  128. MBA Human Resource Management Mcq Set 6
  129. MBA Human Resource Management Mcq Set 7
  130. MBA Human Resource Management Mcq Set 8
  131. MBA Insurance and Risk Management Mcq Set 1
  132. MBA Insurance and Risk Management Mcq Set 2
  133. MBA Insurance and Risk Management Mcq Set 3
  134. MBA Insurance and Risk Management Mcq Set 4
  135. MBA Insurance and Risk Management Mcq Set 5
  136. MBA Insurance and Risk Management Mcq Set 6
  137. MBA Management Information Systems Mcq Set 1
  138. MBA Management Information Systems Mcq Set 2
  139. MBA Management Information Systems Mcq Set 3
  140. MBA Management Information Systems Mcq Set 4
  141. MBA Management Information Systems Mcq Set 5
  142. MBA Management Information Systems Mcq Set 6
  143. MBA Management Information Systems Mcq Set 7
  144. MBA Management Information Systems Mcq Set 8
  145. MBA Management Information Systems Mcq Set 9
  146. MBA Marketing Management Mcq Set 1
  147. MBA Marketing Management Mcq Set 2
  148. MBA Marketing Management Mcq Set 3
  149. MBA Marketing Management Mcq Set 4
  150. MBA Marketing Management Mcq Set 5
  151. MBA Marketing Management Mcq Set 6
  152. MBA Marketing Management Mcq Set 7
  153. MBA Marketing Management Mcq Set 8
  154. MBA Marketing Management Mcq Set 9
  155. MBA Marketing Management Mcq Set 10
  156. MBA Marketing Management Mcq Set 11
  157. MBA Marketing Management Mcq Set 12
  158. MBA Marketing Management Mcq Set 13
  159. MBA Media Planning Mcq Set 1
  160. MBA Media Planning Mcq Set 2
  161. MBA Media Planning Mcq Set 3
  162. MBA Media Planning Mcq Set 4
  163. MBA Operations Research Mcq Set 1
  164. MBA Operations Research Mcq Set 2
  165. MBA Operations Research Mcq Set 3
  166. MBA Operations Research Mcq Set 4
  167. MBA Operations Research Mcq Set 5
  168. MBA Organisational Behavior Mcq Set 1
  169. MBA Organisational Behavior Mcq Set 2
  170. MBA Organisational Behavior Mcq Set 3
  171. MBA Organisational Behavior Mcq Set 4
  172. MBA Principles and Practices of Management Mcq Set 1
  173. MBA Principles and Practices of Management Mcq Set 2
  174. MBA Principles and Practices of Management Mcq Set 3
  175. MBA Principles and Practices of Management Mcq Set 4
  176. MBA Principles and Practices of Management Mcq Set 5
  177. MBA Principles and Practices of Management Mcq Set 6
  178. MBA Principles and Practices of Management Mcq Set 7
  179. MBA Principles and Practices of Management Mcq Set 8
  180. MBA Principles and Practices of Management Mcq Set 9
  181. MBA Production and Operations Management Mcq Set 1
  182. MBA Production and Operations Management Mcq Set 2
  183. MBA Production and Operations Management Mcq Set 3
  184. MBA Production and Operations Management Mcq Set 4
  185. MBA Production and Operations Management Mcq Set 5
  186. MBA Production and Operations Management Mcq Set 6
  187. MBA Production and Operations Management Mcq Set 7
  188. MBA Production and Operations Management Mcq Set 8
  189. MBA Production and Operations Management Mcq Set 9
  190. MBA Production and Operations Management Mcq Set 10
  191. MBA System Analysis and Design Mcq Set 1
  192. MBA System Analysis and Design Mcq Set 2
  193. MBA System Analysis and Design Mcq Set 3
  194. MBA System Analysis and Design Mcq Set 4
  195. MBA System Analysis and Design Mcq Set 5
  196. MBA System Analysis and Design Mcq Set 6
  197. MBA System Analysis and Design Mcq Set 7
  198. MBA System Analysis and Design Mcq Set 8
  199. MBA System Analysis and Design Mcq Set 9
  200. MBA Total Quality Management Mcq Set 1
  201. MBA Total Quality Management Mcq Set 2
  202. MBA Total Quality Management Mcq Set 3
  203. MBA Total Quality Management Mcq Set 4
  204. MBA Total Quality Management Mcq Set 5
  205. MBA Total Quality Management Mcq Set 6
  206. MBA Total Quality Management Mcq Set 7
  207. MBA Total Quality Management Mcq Set 8
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!