0% found this document useful (0 votes)
18 views2 pages

Introduction to Programming BR 23 Unit Wise Questions

Uploaded by

kin137133
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

Introduction to Programming BR 23 Unit Wise Questions

Uploaded by

kin137133
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

BonamVenkataChalamayya Engineering College, Odalarevu

(AUTONOMOUS)
Course: I B.Tech I Semester Regulation: BR23
Name of the Subject: Introduction to Programming
Subject Code: 23ES1T04 Branch: CommontoAllbranchesofEngineering

Unit-I(Introduction toProgrammingand ProblemSolvingBasics of a Computer


Program)
Define Computer Software and Computer Hardware and program counter
What is the Compilation and Execution(Interpreter and compiler)?
What are the Generations and level of languages in computer? Explain

1. Define an Algorithm , Flowchart and Pseudo code


2. Describe the Process of Software Development Process Steps
3. Describe the Basic Structure of C Programming Steps
4. Describe the about Type Conversion types with example
5. Categorize C-Tokens in C and Explain type of Operators with example
6. Categorize and Classify about the Data Types in C Programming
7. Categorize C-Tokens Variable Rules and Keywords in C and Explain type
of Constants
8. Draw the Precedence Priority Associative Table

Unit-II(Control Structures (Flow of Controls)


9. Demonstrate Selective statements with example suitable example
10.Demonstrate Selective statements of if else, switch-case and else-if ladder
and Nested if with example
11.Demonstrate Unconditional statements with example
12.Illustrate Iterative/Looping Conditional statements with example
13.Illustrate and difference between the while and do-while Iterative
Conditional statements with example
14.Illustrate to for and nested Iterative Conditional statements with example
UNIT-III(Array&Pointers):
15.Illustrate to the One Dimensional Array Initialize, declaration, access with
example
16.Illustrate to the Initialization, declaration, accessing, input and output of
Two Dimensional Array
17.Discus about Dynamic Memory Management Functions with suitable
examples
18.Outline the Pointer features & How to declare, initialize, access variables
19.What is the pointer to pointer and type of pointers?
20.and What are the use of dangling Pointer and Command Line Arguments?
21.Construct the pointer using array and pointer using structure with example

UNIT IV(Functions&String):
22.What is Recursive? Categorization of User define Functions with suitable
examples
23.Demonstrate the Passing Parameter Techniques and Storage Classes with
example
24.Make use of String Handling Functions and explain about the any four
functions with suitable example
25. What are the Storage Classes(life time scope variables)

UNIT V(Structure&Files):
26.Difference between Structures and Union & Explain about declaration,
Initialization, accessing of structure with suitable example
27.Define typedef and enum of user define functions with examples
28.What are the File Modes and File Operations?
29.Discuss about the any four File Handling Functions in C with suitable
examples
30.What is the Random Accesses File? Give an suitable examples

You might also like