ICCP Syllabus for your Mid Semester Examination 19-20


Hello Students, I miss you a lot.

Syllabus for your Mid Semester Examination is as under.

Unit 1 to 4, Unit 6 and Unit 7 from the assignment given below.



DEPARTMENT OF COMPUTER ENGINEERING & INFORMATION TECHNOLOGY
B. Tech – SEMESTER – II | ACEDEMIC YEAR 2019-2020
ASSIGNMENT
SUBJECT NAME: Introductory Course in Computer Programming (ICCP) SUBJECT CODE : 1ET1000110

Unit-1
  1.     What is problem solving? Explain any one technique.
Unit-2
  1.      Define Algorithm and Flowchart.
  2.      What is Flowchart? List out different symbols used in flowchart and explain.
  3.      What is algorithm? Explain the importance of it.
  4.      Write an algorithm and draw the flow chart for the given program.
Unit-3
  1.      Explain the basic structure of C program.
  2.      Features of C programming.
  3.      Explain C Tokens with example.
  4.      What is keyword, identifier and token?
  5.      What is different between keyword and identifier? Explain rules for naming identifier (variable).
  6.       Explain primary data types used in C
  7.      What is type conversion? Why it is necessary? OR What is type conversion? Explain with suitable   example. OR Explain implicit and explicit conversion.
Unit-4
  1.      Explain different types of operators used in C language with their precedence and associativity. OR   Explain various operators used in C language.
  2.      Explain arithmetic operator with example.
  3.      Explain increment and decrement operator with example.
  4.      Explain relational operator with example.
  5.      Explain logical operator with example.
  6.      Explain conditional (turnery) operator with suitable example.
  7.      Explain bitwise operator with example.

Unit-5
  1.      List and explain formatted input functions with example.
  2.      List and explain formatted output functions with example.



Unit-6
  1.      Explain different type of conditional branching if statements (if, if else, elseif ladder) with suitable   example.
  2.      Explain switch statement with suitable example.
  3.      Explain goto statement with example. (Forward jump and backward jump).

Unit-7
  1.      Explain exit control loop with example.
  2.      Explain entry control loop with example.
  3.      List the various types of loop available in C and explain their syntax. OR Explain various types of  loop available in C with example.
  4.      Difference between while loop and do while loop OR Difference between Entry controlled loop and exit controlled loop. OR Difference between pretested loop and post tested loop.
  5.      What is nested loop? Explain with suitable example.
  6.      Difference between break and continue statement.
Unit-8
1. What is an array? Explain the declaration and initialization of one dimensional array with suitable example.
  2.      What is an array? Explain the declaration and initialization of two dimensional arrays with suitable example.
  3.      What is String? Explain following string functions in C language.  strcpy( ), strlen( ),
  strcat( ), strcmp( ) OR Explain the string handling functions with suitable example.
  4.      What is string? Write a program to concatenate two strings without using built in function.
  5.      What is string? How they are declared and also define the null character.

Unit-8
  1.     What is function? How to define and declare and call function in C program? Explain with suitable  example. OR What is function? Explain the function definition, function prototype and function call with example.
  2.     List out the categories of functions in C and explain each category with example.
  3.     What is user-defined function? Explain actual argument and formal arguments.
  4.     What do you understand by recursive function? Explain with suitable /small example.
  5.     Explain different types of functions used in C language with suitable example.
  6.     Explain the storage classes in ‘C’. OR Write a short note on storage classes in ‘C’

Comments

  1. Dear students, if you have any query feel free to post message

    ReplyDelete
  2. Type Conversion is not covered hence will not be asked

    ReplyDelete
  3. Sir ,where is answers of above questions?

    ReplyDelete

Post a Comment

Popular posts from this blog

History, Basic Structure, C Token, Data Type, operators, printf() and scanf()