English

Structured Programming Approach CBCGS 2018-2019 BE Civil Engineering Semester 2 (FE First Year) Question Paper Solution

Advertisements
Structured Programming Approach [CBCGS]
Marks: 80 University of Mumbai
BE Civil Engineering
BE Computer Engineering
BE Mechanical Engineering
BE Biotechnology
BE Marine Engineering
BE Printing and Packaging Technology
BE Production Engineering
BE IT (Information Technology)
BE Electrical Engineering
BE Electronics and Telecommunication Engineering
BE Instrumentation Engineering
BE Electronics Engineering
BE Chemical Engineering
BE Construction Engineering
BE Biomedical Engineering
BE Automobile Engineering

Academic Year: 2018-2019
Date: December 2018
Advertisements

[20]1
[4]1.a

What is recursion? Write a program to find xy using recursion. 

Concept: undefined - undefined
Chapter: [12] Functions and Parameter
[4]1.b

State any two library functions string.h along with its syntax, use an example. 

Concept: undefined - undefined
Chapter: [12] Functions and Parameter
[4]1.c

What is pointer? Explain how the pointer variable declared and initialized. 

Concept: undefined - undefined
Chapter: [14] Pointer and Files
[4]1.d

Write the output of following code:
#include<stdio.h>
int main()
{
int val = 1;
do{
val++;
++val;
}while(val++>25);
printf(“%d\n”,val);
return 0;
}

Concept: undefined - undefined
Chapter: [11] Control Structures
[4]1.e

Write a program to validate whether accepted string is palindrome or not. 

Concept: undefined - undefined
Chapter: [11] Control Structures
[20]2
Advertisements
[10]2.a

Write a program to multiply two matrices after checking compatibility. 

Concept: undefined - undefined
Chapter: [13] Arrays , String Structure and Union
[10]2.b

What is file? What are different functions available to read data from file? Specify the different modes in which files can be opened along with syntax.

Concept: undefined - undefined
Chapter: [10] Fundamentals of C-Programming
[20]3
[10]3.a

Write a program to find transpose of matrix without making use of another matrix.

 

Concept: undefined - undefined
Chapter: [11] Control Structures
[10]3.b

Define structure consisting of following elements
1. student roll_no
2. student name
3. student percentage
Write a program to read records of 5 students of and display same.

Concept: undefined - undefined
Chapter: [11] Control Structures
[20]4
[10]4.a

Write a program to calculate summation of series
1/1! + 2/2! + 3/3! +….+ n/n!

Concept: undefined - undefined
Chapter: [13] Arrays , String Structure and Union
Advertisements
[10]4.b

Draw the flowchart for finding the roots of quadratic equation. Write program for same. 

Concept: undefined - undefined
Chapter: [9.02] Algorithm and Flowchart
[20]5
[10]5.a

Write a program to implement calculator with following operations using switch case
1. add two numbers
2. subtract two numbers
3. multiply two numbers
4. divide two numbers 

Concept: undefined - undefined
Chapter: [11] Control Structures
[10]5.b

What do you mean by file? What are the different functions available to read data from file? Specify the different modes in which file can be opened along with syntax. 

Concept: undefined - undefined
Chapter: [10] Fundamentals of C-Programming
[10]6
[5]6.a
[2.5]6.a.1

Write a program to generate following patterns. 

1. 1
1 2
1 2 3
1 2 3 4
1 2 3 4 5

Concept: undefined - undefined
Chapter: [11] Control Structures
[2.5]6.a.2

Write a program to generate following patterns. 

1
2 3
3 4 5
6 7 8 9 

Concept: undefined - undefined
Chapter: [11] Control Structures
[5]6.b

Explain call by value and call by reference with example. 

Concept: undefined - undefined
Chapter: [12] Functions and Parameter

Submit Question Paper

Help us maintain new question papers on Shaalaa.com, so we can continue to help students




only jpg, png and pdf files

University of Mumbai previous year question papers Semester 2 (FE First Year) Structured Programming Approach with solutions 2018 - 2019

     University of Mumbai Semester 2 (FE First Year) Structured Programming Approach question paper solution is key to score more marks in final exams. Students who have used our past year paper solution have significantly improved in speed and boosted their confidence to solve any question in the examination. Our University of Mumbai Semester 2 (FE First Year) Structured Programming Approach question paper 2019 serve as a catalyst to prepare for your Structured Programming Approach board examination.
     Previous year Question paper for University of Mumbai Semester 2 (FE First Year) Structured Programming Approach-2019 is solved by experts. Solved question papers gives you the chance to check yourself after your mock test.
     By referring the question paper Solutions for Structured Programming Approach, you can scale your preparation level and work on your weak areas. It will also help the candidates in developing the time-management skills. Practice makes perfect, and there is no better way to practice than to attempt previous year question paper solutions of University of Mumbai Semester 2 (FE First Year).

How University of Mumbai Semester 2 (FE First Year) Question Paper solutions Help Students ?
• Question paper solutions for Structured Programming Approach will helps students to prepare for exam.
• Question paper with answer will boost students confidence in exam time and also give you an idea About the important questions and topics to be prepared for the board exam.
• For finding solution of question papers no need to refer so multiple sources like textbook or guides.
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×