N Nexsus

INTRODUCTION TO COMPUTER PROGRAMMING — Minor 1 2019 question paper

MMMUT Electrical Engineering previous year question paper for INTRODUCTION TO COMPUTER PROGRAMMING (BCS-101), semester 1, Minor 1 2019. All 8 questions are listed below, each with a written answer on Nexsus.

Paper details

  • Subject: INTRODUCTION TO COMPUTER PROGRAMMING (BCS-101)
  • Branch: Electrical Engineering
  • Semester: 1
  • Exam: Minor 1 2019
  • Questions: 8

Questions asked in INTRODUCTION TO COMPUTER PROGRAMMING Minor 1 2019

  1. Q1(a). Define flowchart and algorithm. Draw a flowchart and write an algorithm to find out the number is prime or not. [3 marks]
  2. Q1(b). What are different types of errors occurred during the execution of C program. [2 marks]
  3. Q1(c). Write the difference between compiler and interpreter. Describe the function of a linker and loader. [2 marks]
  4. Q2(a). List the differences between while loop and do-while loop. write a C program to find factorial of a number using for loop. [3 marks]
  5. Q2(b). What is dangling else problem? Explain how to handle this in C programming. [2 marks]
  6. Q2(c). Implement a C program to find the reverse of an integer number and check whether it is palindrome or not. [2 marks]
  7. QQ.1. Attempt any Two parts of the following. Q. 1(a) is compulsory.
  8. QQ.2. Attempt any Two parts of the following. Q. 2(a) is compulsory.