1. Question:Draw a flowchart for internal subroutine. 

    Answer
    See your text book (Programming Practice and Techniques) at page 28, figure 2-3

    1. Report
  2. Question:Draw a structure chart for numbers problem (counting positive, negative and zero number). 

    Answer
    See your text book (Programming Practice and Techniques) at page 34, figure 2-7

    1. Report
  3. Question:Draw a structured flowchart on structure chart which is for counting positive, negative and zero number. 

    Answer
    See your text book (Programming Practice and Techniques) at page 44, figure 2-16

    1. Report
  4. Question:Draw a flowchart for sorting three numbers. 

    Answer
    See your text book (Programming Practice and Techniques) at page 52, figure 3-4

    1. Report
  5. Question:What do you mean by maintaining files or database? 

    Answer
    Maintaining refers to any activities that change the number of records in a master file. Such activities are as follows:
    
    -> Adding records to and deleting records from a master file are the most common maintenance activities.
    -> Initial creation of the master file can also consider as maintenance.
    -> Elimination of the master file when the file is no longer needed.

    1. Report
  6. Question:What do you mean by updating file or database? 

    Answer
    -> Updating a master file changes the content of one or more records in the file but does not alter the number of records.
    -> Sometimes it is considered as one type of file maintenance activity.

    1. Report
  7. Question:What do you mean by referencing file? 

    Answer
    Referencing a file changes nothing in the file; it merely extracts information from the file.

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd