• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/12

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

12 Cards in this Set

  • Front
  • Back
What are different types of data capture?
paper forms, on-screen forms, barcode reader, fingerprint reader, card reader, camera
Give examples of use of different types of data captures,
paper forms, on-screen forms, barcode reader, fingerprint reader, card reader,paper forms, on-screen forms, barcode reader, fingerprint reader, card reader, camera
paper forms - OMR, MC Questionss;
on-screen forms - Uni application;
barcode reader: POS, stock control;
fingerprint reader: security door;
card reader: EFTPOS
camera: still image, student card
What are different form controls in an online form? and their use.
textbox: name
buttons: submit/cancel
radio button: gender option
checkbox: option for more than one choice;
drop-down menus: list selection.
What are needed to create a online form for a club membership appliation?
1. include ALL fields: name, age, gender, address,
2. use of suitable form controls: e.g. radio button for gender/title;
3. enough space for each field: e.g. name
easy-to-understand instructions
good use of screen area.
What is verification?
What is validation?
Verification is to check that data is correctly entered; i.e. no transcription error.

Validation is to check the data is reasonable/sensible.
What are the ways of verification?
What are their advantages/weakness?
proof reading; viusal check; double entry;

Proof reading: simple/quick but not catching every mistake;
double-entry: time consuming but catching almost every mistake.
What are data validation techniques?
Presence check; range check; length check; type check; format check;
What are the three types of test data?
1. normal data values: normal data which should be accepted;
2. extreme data values: "boundary" data which are the limits of the normal range and should be accepted.
3. abnormal data values: invalid data which should be rejected.

e.g. "age" field for membership, 18 to 60 years old.
normal data: 24, 40
extreme data: 18 and 60
abnormal data: 11 and 75
What are the two types of documentation and their use?
1. user documentation
-for the users
-non-technical
-how to use the h/w or s/w
-e.g. of contents: min h/w and s/w requirement; how to install; how to start/stop; inputs/outputs; troubleshooting guide; error message; etc.

2. technical Documentation:
-for maintainers/techincal people
-how the system works
-contents include:
details of h/w and s/w requirement; data structure; expected inputs; validation checks; how data is processed; flowcharts; diagrams of data move.
What are the four different ways of implementation? what are their advantages and disadvantages?
1. Direct changeover
2. Parallel running
3. Phased implementation
4. Pilot running

More details, pls go to:
http://www.igcseict.info/theory/8/implem/index.html
What are the general criteria of evaluating a system?
1. Efficiency? (both time and resouces.)
2. Effectiveness/Appropriate?
3. Easy to use/User friendly?
How is system evaluated?
check against
1. requirement specification/successful criteria; user requirement
2. Users' responses