

|
Posted: Thu Aug 21, 2008 1:15 pm Post subject: structure problem |
|
|
1. Define the data structure and data definition for the following.
There are three kinds of Document-summary. They are Letter, Memo and Resume. Letter contains details of the person to whom it has to be sent, date when the letter has been sent and the signature of the sender.
Memo will contain details of the sender, receiver, date when the letter has been sent and the subject of the memo.
Resume has the name of the person, status of whether resume has been sent or not.
Develop the function FROM, which consumes a Document-summary and produces a data representing the author of the document.
2. Provide a structure definition and a data definition for book with ISBN , Title, category and Price as properties.
Write a function SHOW-BOOKS which will accept a list of books and category as an input argument and returns the number of books present in that category.
3. A person takes x1 time to write the test cases for a code. Another person takes x2 time for testing those cases. Write a function to find out the total effort in testing. Define a structure time in hours, minutes and seconds. _________________ God Please Bless us. Love is False ? I Need Your help. My Last Request to You God. Death Coming....................
Visit www.newlatesttips.info |
|