How To Exam?

a knowledge trading engine...


SRM University 2007 B.Tech Information Technology BANK : IT 102 - PROGRAM DESIGN AND DEVELOPMENT - Question Paper

Wednesday, 30 January 2013 09:05Web
42. What is the difference ranging from ‘Do-While’ and ‘Until’.


PART – B:

1. discuss in detail about Program Development Cycle.
2. List out the symbols involved in Flowchart. discuss in detail about every symbol
with diagrams.
3. discuss the Basic Design Structures of Flowchart with examples in C.
4. discuss the basic design structures of Pseudocode with examples in C.
5. discuss in detail about Rules of Pseudocode.
6. discuss How will you store and access the data in the memory?
7. Write the task lists for the subsequent problem:
provided a File containing the name, address, balance due , and a “Daily” or “Sunday” identifier for everyone on your neighbor’s paper route, write the
name and balance due of all people who receive only the Sunday paper.
8. Draw the flowchart form and convert it into Pseudocode:
learn the 1st 50 records from a file containing the name and batting avg. of all players in the league. Write out the name and avg. of every player with an avg. of 56 or greater.
9. Draw the flowchart form and convert it into Pseudocode:
Read a file containing the high temperature of every day in December. Write out the avg. high temperature for the month. You can presume the input file includes only the 31 temperatures for December.
10. Write the Pseudocode for the subsequent and convert into Flowchart form.
Design a program to create a graduation list provided an input file of graduates including name and GPA for every graduate. Any graduate with a GPA above 5.5 and beneath 5.8 should have “Honor roll” written next to his/her name. Any graduate with a GPA that is greater than or equal to 5.8 should have “Deans List” written to his/her name.
11. Draw the flow chart for the following:
(i) Factorial of a number using function.
(ii) Sum of ‘N’ numbers.


12. Draw examples of the subsequent nested structures in flow chart format.
A. A selection within a WHILE loop.
B. A selection within an UNTIL loop.
C. A WHILE loop within a selection.
D. A WHILE loop within a WHILE loop.
13. List the major tasks and then create a flow chart design solution for the subsequent issue. You want a study sheet that includes the square and cube of a numbers from a one through 20. There is no input for this design use an UNTIL loop.



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER SRM University 2007 B.Tech Information Technology BANK : IT 102 - PROGRAM DESIGN AND DEVELOPMENT - Question Paper