undefined
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY
LONERE – RAIGAD – 402 103
Supplementary Examination, June 2019
-------------------------------------------------------------------------------------------------------------------
Branch: B. Tech.
Subject with Subject Code: Basic Computer Programming
Marks: 60
[ICT106/206]
Date: 11/ 06/ 2019
Time: 3 Hrs.
=
==================================================================
Instructions to the Students:
1
2
3
] Attempt any 5 Questions. Each Question Carry 12 Marks.
] Figures / Structures to the right indicate full marks.
] Assume suitable data, if necessary.
=
==================================================================
Q. No. 1 Attempt any THREE questions of the followings:
[12]
A)
B)
With the help of suitable sketches, explain the any four symbols used in flowchart design.
Draw the flowchart for the given program “A Program to find and display on the screen, the given
number entered by user is either a positive or negative.”
C)
D)
Explain the various phases of process of programming in details.
Write an algorithm for a program used to find greatest number among three numbers entered by user.
Q. No. 2 Attempt any THREE questions of the followings:
[12]
A)
B)
C)
D)
With the help of proper syntax, explain any four data types used in C.
Define Keywords in C. Also enlist any six keywords used in c with its purpose.
Give the definition of the variable. What are the rules a programmer has to follow for defining variables?
With example explain the working of bitwise operators. Also write all the bitwise operators as per their
precedence.
Q. No. 3 Attempt the following questions:
[12]
A)
B)
Give the proper generalize syntax for the do....while, while, if...else, and for loop constructs.
The mark obtained by a student in 5 different subjects is the input through the keyboard to a program.
The student gets a GRADE as per the following rules:
Percentage above or equal to 60 – GRADE A
Percentage between 50 and 59 - GRADE B
Percentage between 40 and 49 - GRADE C
Percentage less than 40 - Fail
Write a program in C to calculate the GRADE obtained by the student.
C)
Write a program in C to find the number entered by user is Armstrong Number or not.
5
773B1440ED85AD3C39955BAE56B7C2D