System Analysis and Design
251. It is necessary to carefully design data input to a computer based system because
- it is good to be careful
- the volume of data handled is large
- the volume of data handled is small
- data entry operators are not good
Correct answer: (B)
the volume of data handled is large
252. In interactive data input a menu is used to
- enter new data
- add/delete data
- select one out of many alternatives often by a mouse click
- detect errors in data input
Correct answer: (C)
select one out of many alternatives often by a mouse click
253. By the term "meaningful code” we understand that the code
- conveys information on item being coded
- is of small length
- can add new item easily
- includes all relevant characteristics of item being code
Correct answer: (A)
conveys information on item being coded
254. Significant codes are
- concise
- meaningful
- expandable
- comprehensive
- i and ii
- i, ii and iii
- ii, iii and iv
- i, ii and iv
Correct answer: (C)
ii, iii and iv
255. For modulus-11 check digit to detect a single transcription errors
- weights should all be distinct
- weights may all be equal and > 0
- weights should be less than 8
- weights should all be > 0 and distinct
Correct answer: (B)
weights may all be equal and > 0
256. A record total uses
- batch totals of selected fields
- count of numbers of records
- modulus-11 check digit sum of all fields
- total of selected fields of a record
Correct answer: (D)
total of selected fields of a record
257. Reasonableness checks for monthly mess bill of a student if daily rate is Rs. 40 is
- 1200
- 12000
- 120
- 2400
Correct answer: (D)
2400
258. In payroll record a reasonable inter-field relationship check is to relate salary field with
- age field
- department field
- designation field
- increment field
Correct answer: (C)
designation field
259. A data dictionary is useful as
- it is a documentation aid
- it assists in designing input forms
- it contains al data in an application including temporary data used in processes
- it is a good idea in system design
- (i) and (ii)
- (i) and (iv)
- (i),(ii) and (iii)
- (i) and (iv)
Correct answer: (B)
(i) and (iv)
260. In on-line data entry it is possible to
- Give immediate feedback if incorrect data is entered
- Eliminate all errors
- Save data entry operators time
- Eliminate forms
Correct answer: (A)
Give immediate feedback if incorrect data is entered