Nptel Problem Solving Through Programming In C Week 2 Assignment Answer

ABOUT THE COURSE :
This course is aimed at enabling the students to
  1. Formulate simple algorithms for arithmetic and logical problems
  2. Translate the algorithms to programs (in C language)
  3. Test and execute the programs and  correct syntax and logical errors
  4. Implement conditional branching, iteration and recursion
  5. Decompose a problem into functions and synthesize a complete program using divide and conquer approach
  6. Use arrays, pointers and structures to formulate algorithms and programs
  7. Apply programming to solve matrix addition and multiplication problems and searching and sorting problems
  8. Apply programming to solve simple numerical method problems, namely rot finding of function, differentiation of function and simple integration
INTENDED AUDIENCE : BE/BTech  in all disciplines BCA/MCA/M. Sc
INDUSTRY SUPPORT   : All IT Industries

Nptel Problem Solving Through Programming In C Week 2 Assignment Answer

Course layout

Week 1 : Introduction to Problem Solving through programs, Flowcharts/Pseudo codes, the compilation process, Syntax and Semantic errors, Variables and Data Types
Week 2 : Arithmetic expressions, Relational Operations, Logical expressions; Introduction to Conditional Branching
Week 3 : Conditional Branching and Iterative Loops
Week 4 : Arranging things : Arrays
Week 5 : 2-D arrays, Character Arrays and Strings
Week 6 : Basic Algorithms including Numerical Algorithms
Week 7 : Functions and Parameter Passing by Value
Week 8 : Passing Arrays to Functions, Call by Reference
Week 9 : Recursion
Week 10 : Structures and Pointers
Week 11 : Self-Referential Structures and Introduction to Lists
Week 12 : Advanced Topics

Nptel Problem Solving Through Programming In C Week 2 Assignment Answer

 

Week 2 : Assignment 2

Due date: 2025-02-05, 23:59 IST.
Assignment not submitted
1 point
Which of the following cannot be used as a variable in C programming?
 
 
 
 
1 point
Which of the following is not a correct variable type in C?
 
 
 
 
1 point
The execution of any C program is
 
 
 
 
1 point
Which of the following statements is correct?
I. Keywords are those words whose meaning is already defined by Compiler.
II. Keywords cannot be used as variable names.
III. There are 32 keywords in C.
IV. C keywords are also called as reserved words.
 
 
 
 
1 point
A function is
 
 
 
 
1 point
 
 
 
 
1 point
 
 
 
 
1 point
If integer needs two bytes of storage, then the minimum value of a signed integer in C would be
 
 
 
 
1 point
 
 
 
 

Ans = 9

Related Posts