HSC question 23) a) iii) [can be found at http://www.boardofstudies.nsw.edu.au/hsc_exams/hsc2002exams/pdf_doc/software_design_dev_02.pdf
There are three classes of messages involved with the operation of this
ticketing system. These messages are passed from the remote terminals
to the main module.
What is the data type of each message class?
if you look at the algorithm, this question seems confusing since they use the term 'class'. correct me if im wrong, but theyre not actually reffering to classes in terms of programming are they, but they mean TYPES of messages. after all, a class in programming doesnt have a data type
i believe the three tpyes of messages they are referring to are:
correct me if im wrong with the above.
the data type of each of these then becomes an issue. messageheader is simply a string. what data type is used for storing dates and times?
There are three classes of messages involved with the operation of this
ticketing system. These messages are passed from the remote terminals
to the main module.
What is the data type of each message class?
if you look at the algorithm, this question seems confusing since they use the term 'class'. correct me if im wrong, but theyre not actually reffering to classes in terms of programming are they, but they mean TYPES of messages. after all, a class in programming doesnt have a data type
i believe the three tpyes of messages they are referring to are:
- systemdate
- systemtime; and
- message header
correct me if im wrong with the above.
the data type of each of these then becomes an issue. messageheader is simply a string. what data type is used for storing dates and times?
Last edited: