Difference between revisions of "BTP200 Assignments 20141"
(→Assignment 1 Q & A) |
(→Assignment 1 Q & A) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
=== Assignment 1 Q & A === | === Assignment 1 Q & A === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <u>'''1) Program Summary'''</u><br><br> | |
− | + | '''In main''''' | |
− | a. EAN module | + | : 1.Use EAN module by calling<br> |
− | 1. Use "isValid" function to validate EAN input | + | :: a.isValid<br> |
− | 2. Use "Prefix" module | + | :: b.isRegistered<br> |
− | + | <br> | |
− | b. Prefix module | + | '''a. EAN module<br>''' |
− | 1. Use "load" function to load prefix database | + | : 1. Use "isValid" function to validate EAN input<br> |
− | 2. Use "isRegistered" function to validate area | + | : 2. Use "isRegistered" function to<br> |
− | 3. Use "minNoDigits" function to define publisher code | + | :: a. Validate elements in EAN by using "Prefix" module<br> |
− | 4. Use " | + | :: b. If "Prefix" module return true, copy element data to valuables in main<br> |
+ | <br> | ||
+ | '''b. Prefix module<br>''' | ||
+ | : 1. Use "load" function to load prefix database<br> | ||
+ | : 2. Use "isRegistered" function to validate area<br> | ||
+ | : 3. Use "minNoDigits" function to define publisher code<br> | ||
+ | : 4. Use "isRegistered" function (*Different parameter) to validate publisher<br> | ||
=== Assignment 2 Q & A === | === Assignment 2 Q & A === |
Latest revision as of 17:34, 23 January 2014
OOP244 | FAQ | Workshops | Assignments | Useful Links
Assignment 1 Q & A
1) Program Summary
In main
- 1.Use EAN module by calling
- a.isValid
- b.isRegistered
- a.isValid
a. EAN module
- 1. Use "isValid" function to validate EAN input
- 2. Use "isRegistered" function to
- a. Validate elements in EAN by using "Prefix" module
- b. If "Prefix" module return true, copy element data to valuables in main
- a. Validate elements in EAN by using "Prefix" module
b. Prefix module
- 1. Use "load" function to load prefix database
- 2. Use "isRegistered" function to validate area
- 3. Use "minNoDigits" function to define publisher code
- 4. Use "isRegistered" function (*Different parameter) to validate publisher