CS-10 Software Engineering June-2005
Question Paper Of CS-10 Software Engineering June-2005
Q.l(a) Suppose you want to develop software for a Visitors Registration System for an office. Whenever a visitor wants to meet any staff member in the office, the system will record the name of the visitor, name of the staff, time of entry, purpose of visit and time of exit. The system also should have the following features :
• To display the names of all visitors to a staff member day wise.
• To display the time spent by a particular visitor in the office.
• To display the names of all visitors who are in office at a particular time.
(b) Develop a procedural design for a program that prints the distinct characters in its input string. Write two test cases for the procedure.

