IFoS PYQs 2
2004
1) Convert:
(i) The decimal number to octal, to binary & finally to hexadecimal number
(ii) The hexadecimal number to a decimal number.
2) Write a BASIC program to evaluate using Simpson’s rule with 20 subintervals.
2003
1.(i) Convert hex and octal to decimal. 1.(ii) Convert decimal to octal and hexadecimal.
2) Write a programme in BASIC to integrate by trapezoidal rule for 20 equal sub-divisions of the interval Indicate which lines are to be changed for different integral.
3) Draw a flow chart and write a program in BASIC for an algorithm to determine the greatest common divisor of two given +ve integers.
2002
-
Convert to decimal number and then convert the resulting decimal number to binary number.
-
Write a BASIC Program to find:
(i) the sum of first N natural numbers
(ii) the factorial of a given number
2001
1) Convert the decimal number to the binary and the hexadecimal numbers.
2) Write an algorithm for generating even integers . Also draw the flow chart which executes this algorithm.