System Analysis and Design
281. Serial numbers used as codes are
- concise
- meaningful
- expandable
- comprehensive
- i and ii
- ii and iii
- ii and iv
- i and iii
Correct answer: (D)
i and iii
282. A modulus-11 check digit will detect
- single transcription errors
- single transposition errors
- multiple digit transcription errors
- and correct a single error
- i and iii
- i and iv
- i and ii
- iii and iv
Correct answer: (C)
i and ii
283. For modulus-11 check digit to detect single transposition or single transcription error the number of digits in the codes should not exceed
- 9
- 10
- 11
- 99
Correct answer: (B)
10
284. If a field is known to represent days of a month, radix used to check should be
- 30
- 31
- 28
- 29
Correct answer: (B)
31
285. A data element in a data dictionary may have
- only integer value
- no value
- only real value
- only decimal value
Correct answer: (B)
no value
286. In interactive data input a template is normally 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: (A)
enter new data
287. A concise code is necessarily
- precise
- meaningful
- comprehensive
- difficult
Correct answer: (A)
precise
288. A modulus-17 check will detect single transcription errors in
- alphanumeric codes
- hexadecimal codes
- decimal numerical codes
- serial number codes
Correct answer: (B)
hexadecimal codes
289. An appropriate range check for marks in an examination paper whose maximum marks 100 is
- 100
- 0 to 100
- - 99 to +99
- 99
Correct answer: (B)
0 to 100
290. An appropriate range check of age of a tenth standard student in a high school is
- 5 to 15
- 10 to 25
- 8 to 20
- 3 to 18
Correct answer: (C)
8 to 20