- #1
movjump
- 1
- 0
Hi there,
This is my question :
'Suppose 100 students' test scores are stored in a memory array, write a program to find out how many students received A, B, C, D or F test scores.'
Criterias :
1. Design software to a given specification using a structured design technique.
2. The specification should be sufficient enough to require modularization and the passing of data between modules.
3. Write programs to implement designs using an appropriate computer language.
4. Test software to ensure it meets the given specification.
How do I start ? Can someone guide me ? Do I need to do a division or just compare ? How to write the program for the above mentioned question in an 8085 Assembly Langauge Programming ?
This is my question :
'Suppose 100 students' test scores are stored in a memory array, write a program to find out how many students received A, B, C, D or F test scores.'
Criterias :
1. Design software to a given specification using a structured design technique.
2. The specification should be sufficient enough to require modularization and the passing of data between modules.
3. Write programs to implement designs using an appropriate computer language.
4. Test software to ensure it meets the given specification.
How do I start ? Can someone guide me ? Do I need to do a division or just compare ? How to write the program for the above mentioned question in an 8085 Assembly Langauge Programming ?