0% found this document useful (0 votes)
3 views1 page

C Programming Assignment - 1

This document is an assignment for the C Programming course at Raghu Engineering College, covering various topics such as pseudo code, algorithms, number conversions, flow charts, and problem-solving techniques. It includes specific tasks like writing algorithms, drawing flow charts, and explaining programming concepts. The assignment is aimed at first-semester B.Tech students in the Computer Science and Engineering department.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

C Programming Assignment - 1

This document is an assignment for the C Programming course at Raghu Engineering College, covering various topics such as pseudo code, algorithms, number conversions, flow charts, and problem-solving techniques. It includes specific tasks like writing algorithms, drawing flow charts, and explaining programming concepts. The assignment is aimed at first-semester B.Tech students in the Computer Science and Engineering department.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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?

You might also like