svenegas
January 3rd, 2000, 09:09 PM
A school maintains class records in the following format:
(Again this is a table and I will do it in the same format as above)
File Name: CLASS
(first column)
FIELD DESCRIPTION
Class code
Section no.
Teacher
Enrollment
Room
(next column)
POSITIONS
1-6
7-9
10-29
30-31
32-35
(next column)
DATA TYPE
Character
Numeric
Character
Numeric
Character
(next column)
DECIMALS
(blank space)
0
(blank space)
0
(blank space)
(next column)
EXAMPLE
CIS 111
101
Gable
24
A213
There is one record for each class section offered in the college. Design the program that would print as many stickers as a class needs to provide on for each enrolled student, plus one for the teacher. Each sticker would leave a blank for the student's (or teacher's) name like this:
(A border around the sticker)
Hello!
My name is __________________________
Class:XXXXXXXX Section: 999
The border is pre-printed, but you must design the program to print all the text you see on this sticker above.
Write the pseudocode and flowchart for this problem.
(Again this is a table and I will do it in the same format as above)
File Name: CLASS
(first column)
FIELD DESCRIPTION
Class code
Section no.
Teacher
Enrollment
Room
(next column)
POSITIONS
1-6
7-9
10-29
30-31
32-35
(next column)
DATA TYPE
Character
Numeric
Character
Numeric
Character
(next column)
DECIMALS
(blank space)
0
(blank space)
0
(blank space)
(next column)
EXAMPLE
CIS 111
101
Gable
24
A213
There is one record for each class section offered in the college. Design the program that would print as many stickers as a class needs to provide on for each enrolled student, plus one for the teacher. Each sticker would leave a blank for the student's (or teacher's) name like this:
(A border around the sticker)
Hello!
My name is __________________________
Class:XXXXXXXX Section: 999
The border is pre-printed, but you must design the program to print all the text you see on this sticker above.
Write the pseudocode and flowchart for this problem.