Thursday, November 10, 2011

C Programming Paper 2065

Tribhuvan University
Institute of Science and Technology
2065

Bachelor Level/ First Year/ First Semester/ Science                      Full Marks: 60
Computer Science and Information Technology (CSc 102)     Pass Marks: 24
(Fundamental of Computer Programming)                                      Time: 3 hours.
Candidates are required to give their answers in their own words as for as practicable.
All questions carry equal marks.
Attempt all questions.
  1. Draw the flow chart for finding largest of three numbers and write an algorithm and explain it.
  2. Find the value of “a” in each of the following statements:
  3.  
     
    1. .
  4. Write a program for the interest charged in installments for following case. A cassette player costs Rs. 2000. A shopkeeper sells it for Rs. 100 down payment and Rs. 100 for 21 more months. What is the monthly interest charged?
  5. Write a program that uses a “for” loop to compute and prints the sum of a given numbers of squares.
  6. Write a program to obtain the product of the following matrices and explain it:
  7. Write a function to add, subtract, multiply, and divide two complex numbers  and .
  8. Write a program which will read a line and delete from it all occurrences of the word “that”.
  9. What is a pointer and explain its applications? Write a program that uses pointers to copy an array of double.
    OR
    Define a pointer. Write a function that is passed an array of 'n' pointers to the maximum of the 'n' floats.
  10. Define a structure of employee having data members name, address, age, and salary. Take data for 'n' employee in an array dynamically and find the average salary.
  11. Given a text file, create another text file deleting the following words “three”, “bad”, and “time”.
    OR
    Why do you require graphical function? Explain the basic graphical function with suitable program.

0 comments:

Post a Comment