RAGHU ENGINEERING COLLEGE(A)
(Approved by AICTE, New Delhi, Permanently Affiliated to JNTU Kakinada, Accredited by NAAC by’A’ Grade )
Dakamarri(vill), Bheemunipatnam Mandal,
Visakhapatnam Dist, Andhra Pradesh, PIN 531162
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
[Link]., I-Semester AR20- [Link]
C Programming
(Common to ME-A, B, & C)
ASSIGNMENT -1
1. a) What is pseudo code?
b) Write an algorithm to arrange three integer elements to ascending order?
c) Write an algorithm to find the average of 3 numbers?
d) Write an algorithm and draw the flow chart for finding the area of a
circle?
2. a) Convert (43.89)10 ()2, ()16 & ()8
b) Convert (111011.101)2 ()10, ()16 & ()8
c) Convert (24.67)8 ()10, ()16 & ()2
d) Convert ( 48A.E6)16 ()10, ()8 & ()2
3. a) Draw the flow chart for finding the smallest of three numbers
b) Explain the different steps involved in creating and running program
with neat flow chart?
c) Neat Sketch and Explain about on Structure of a C program?
4. a) What is problem Solving? Explain about various Problem-Solving
Techniques with example?
b) List out the difference between Interpreter and compiler. Discuss different
computer language?
5. a) What are an identifiers, variables and constants? Mention the rules to
construct an identifier. Give some example?
b) What are the different types of storage classes? Explain with suitable
example?