Monday, August 22, 2011

Web Publishing And Imlementation of PPT Questions


Programming Practices & Techniques: Chapter 5

Q1. What is control break?
Q2. What is operation should be done When a control break arise?
Q3. What problems can occur when using control break?

Programming Practices & Techniques: Chapter 6

Q1. What is multilevel control break?
Q2. What is HIPO chart?
Q3. What are the advantages and disadvantages of HIPO chart?

Q4. Create a HIPO chart…………………….?

Programming Practices & Techniques: Chapter 7

Q1. What do you understand by single and paired tables?
Q2. What are arguments and function tables?
Q3. Describe discrete and segmented tables?
Q4. What are the benefits of searching when tables are sorted?
Q5. Explain the problem of searching in unsorted segmented table.
Q6. How many ways you can define table data?
Q7. Write the similarities and dissimilarities between sequential search and binary search.
Q8. Explain how binary search works.
Q9. Draw the binary search flowchart.
Q10. Draw the flowchart of search a discrete table.
Q11. Draw the flowchart of searching a segmented table.
Q12. What do you understand by direct table addressing?
Q13. What is variable size table?
Q14. How can you determine the index of a function table when index of argument table is not start with one. Explain with example.
Q15. What is multidimensional table?
Q16. Draw the flowchart of loading one dimensional table.
Q17. Draw the flowchart of loading two dimensional table.
Q18.  Draw the flowchart of searching one dimensional table.
Q19. Draw the flowchart of searching two dimensional tables.
Q20. If you convert a two dimensional table of 5 rows and 3 columns into one dimensional then how can you define the index?



Practice makes a man perfect

No comments:

Post a Comment