1st Year, CSE

Programming for Problem Solving CSE Syllabus for B.Tech 1st Year 1st Sem R22 Regulation JNTUH

Programming for Problem Solving detailed syllabus for Computer Science and Engineering (CSE), 1st Year 1st Sem R22 regulation has been taken from the JNTUH official website and presented for the B.Tech students affiliated to JNTUH course structure. For Course Code, Subject Names, Theory Lectures, Tutorial, Practical/Drawing, Credits, and other information do visit full semester subjects post given below. We make sure the result links and syllabus uploaded here is latest and up to date, also the syllabus PDF files can also be downloaded from the universities official website.

For Computer Science and Engineering (CSE) 1st Year 1st Sem R22 Regulation Scheme, do visit CSE 1st Year 1st Sem R22 Scheme. The detailed syllabus for programming for problem solving is as follows.

Programming for Problem Solving Subject Syllabus for CSE 1st Year 1st Sem R22 Regulation

Course Objectives:

For the complete Syllabus, results, class timetable, and many other features kindly download the iStudy App
It is a lightweight, easy to use, no images, and no pdf platform to make students’s lives easier.
Get it on Google Play.

Course Outcomes:

The student will learn

  • To write algorithms and to draw flowcharts for solving problems.
  • To convert the algorithms/flowcharts to C programs.
  • To code and test a given logic in the C programming language.
  • To decompose a problem into functions and to develop modular reusable code.
  • To use arrays, pointers, strings and structures to write C programs.
  • Searching and sorting problems.

UNIT – I

Introduction to Programming
Compilers, compiling and executing a program. Representation of Algorithm – Algorithms for finding roots of a quadratic equations, finding minimum and maximum numbers of a given set, finding if a number is prime number Flowchart/Pseudocode with examples, Program design and structured programming Introduction to C Programming Language: variables (with data types and space requirements), Syntax and Logical Errors in compilation, object and executable code, Operators, expressions and precedence, Expression evaluation, Storage classes (auto, extern, static and register), type conversion, The main method and command line arguments Bitwise operations: Bitwise AND, OR, XOR and NOT operators Conditional Branching and Loops: Writing and evaluation of conditionals and consequent branching with if, if – else, switch – case, ternary operator, goto, Iteration with for, while, do – while loops I/O: Simple input and output with scanf and printf, formatted I/O, Introduction to stdin, stdout and stderr. Command line arguments

UNIT – II

For the complete Syllabus, results, class timetable, and many other features kindly download the iStudy App
It is a lightweight, easy to use, no images, and no pdf platform to make students’s lives easier.
Get it on Google Play.

UNIT – III

Preprocessor and File handling in C:
Preprocessor: Commonly used Preprocessor commands like include, define, undef, if, ifdef, ifndef Files: Text and Binary files, Creating and Reading and writing text and binary files, Appending data to existing files, Writing and reading structures using binary files, Random access using fseek, ftell and rewind functions.

UNIT – IV

Function and Dynamic Memory Allocation:
Functions: Designing structured programs, Declaring a function, Signature of a function, Parameters and return type of a function, passing parameters to functions, call by value, Passing arrays to functions, passing pointers to functions, idea of call by reference, Some C standard functions and libraries Recursion: Simple programs, such as Finding Factorial, Fibonacci series etc., Limitations of Recursive functions Dynamic memory allocation: Allocating and freeing memory, Allocating memory for arrays of different data types

UNIT – V

For the complete Syllabus, results, class timetable, and many other features kindly download the iStudy App
It is a lightweight, easy to use, no images, and no pdf platform to make students’s lives easier.
Get it on Google Play.

TEXT BOOKS:

  1. Jeri R. Hanly and Elliot B.Koffman, Problem solving and Program Design in C 7th Edition, Pearson
  2. B.A. Forouzan and R.F. Gilberg C Programming and Data Structures, Cengage Learning, (3rd Edition)

REFERENCE BOOKS:

  1. Brian W. Kernighan and Dennis M. Ritchie, The C Programming Language, Prentice Hall of India
  2. E. Balagurusamy, Computer fundamentals and C, 2nd Edition, McGraw – Hill
  3. Yashavant Kanetkar, Let Us C, 18th Edition, BPB
  4. R.G. Dromey, How to solve it by Computer, Pearson (16th Impression)
  5. Programming in C, Stephen G. Kochan, Fourth Edition, Pearson Education.
  6. Herbert Schildt, C: The Complete Reference, Mc Graw Hill, 4th Edition
  7. Byron Gottfried, Schaum’s Outline of Programming with C, McGraw – Hill

For detailed syllabus of all the other subjects of B.Tech 1st Year Computer Science and Engineering (CSE), visit Computer Science and Engineering (CSE) 1st Year Syllabus Subjects.

For results of Computer Science and Engineering (CSE) 1st Year 1st Sem R22 Regulation, visit CSE 1st Year 1st Sem R22 Regulation results direct link.

Leave a Reply

Your email address will not be published. Required fields are marked *

*