System Analysis and Design
291. A data element in a data flow
- may be an integer number
- may be a real number
- may be binary
- may be imaginary
- (i),(ii),(iv)
- (iii),(iv),(ii)
- (i),(ii),(iii)
- (i) and (ii)
Correct answer: (C)
(i),(ii),(iii)
292. In interactive data input terminal commands are 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: (B)
add/delete data
293. Group classification 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
294. Modulus-11 check digit for the code 85672 is
- 0
- 1
- X
- 3
Correct answer: (C)
X
295. An appropriate range check for month field in a date is
- 12
- -12 to 12
- 1 to 12
- 0 to 12
Correct answer: (C)
1 to 12
296. Good system design prevents data entry errors by
- Designing good forms with plenty of space to write in block capitals>
- By giving clear instructions to a user on how to fill a form
- Reducing keystrokes of an operator
- Designing good keyboard
- i, ii, iii
- i, ii, iv
- i, ii
- iii and iv
Correct answer: (A)
i, ii, iii
297. Key fields are normally coded
- as they provide a unique identification
- as they are used for retrieving records
- as they facilitate cross referencing between applications which use the key
- as it is useful
- i and ii
- i and iv
- ii and iii
- i and iii
Correct answer: (D)
i and iii
298. Design of error detecting codes requires good
- knowledge of mathematics
- statistical mechanics
- statistics of errors normally committed during data entry
- Boolean algebra
Correct answer: (C)
statistics of errors normally committed during data entry
299. Sequence numbering of records is used to
- Identify each record uniquely
- Track a missing record in a batch of records
- Count number of records
- Sort the records
- i, ii
- i, ii, iii
- i, ii, iii, iv
- i and iv
Correct answer: (C)
i, ii, iii, iv
300. For modulus-11 check digit to detect a single transposition errors the
- 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: (D)
weights should all be > 0 and distinct