vu mth718 Mid Term Subjective Solved Past Paper No.10

vu mth718 Topics in Numerical Methods Solved Past Papers

Solved Past Papers

This subjective solved past paper is related to book/course code vu mth718 Topics in Numerical Methods which belongs to vu organization. We have 17 past papers available related to the book/course Topics in Numerical Methods. This past paper has a total of 10 subjective questions belongs to topic Mid Term to get prepared. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to get prepared for exams by learning subjective questions online on NVAEducatio.

NVAEducation also facilitates users to download these solved past papers with an affordable prices. However, users are not enforced to pay for money, rather they can use credits to buy such stuff on NVAEducation. Users can earn credits for doing some little tasks and then you will be able to use that credits to buy solved past papers on NVAEducation.

Question 3: Write down piece of code that will declare a matrix of 3x3. And initialize all its locations with 0;
Answer:
int matrix [3] [3] ;
include<iostream.h>
main () {
int matrix [3][3];
int inivalue = 0;
for (int a=0;a<3;a++)
{ for (int b = 0;b<3;b++)
{ matrix[a][b]= inivalue;
cout<<matrix[a][b]<<endl;}}
}
Page. No. 4/15
Question 6: Write down the general syntax of switch statement.
Answer:
switch ( variable/expression ) {
case constant1 : statementLlist1 ;
case constant2: statementLlist1 ;
default: statementLlist1 ;
} page 67
Question 9: Identify different phases of Spiral model.
Answer:
There are usually four distinct phases of the spiral model software development approach
  1. Determine objectives, alternatives, constraints.
  2. Evaluate alternatives, identify and resolve risks - This involves Risk analysis and Prototyping
  3. Develop, verify next-level product
  4. Plan next phase
Page 82, 83
Question 10: Identify the basic function and responsibilities of a system analyst.
Answer:

Systems analysts work as a link between Business people, & Computer Programmers. Business People may define the business to be computerized, i.e. establish scope of computerization.

Systems analysts work as a link between Business people, & Computer Programmers. Functions of system analysis: At least one person should have a detailed knowledge of

  1. The organization
  2. How current system operates
  3. Information needs of the system
  4. Defects in the existing system
Page 480 of 787

Solved Past Papers of mth718 Topics in Numerical Methods

Other mth related subjective solved past papers

Other categories of vu Solved Past Papers

Other organizations

Theme Customizer

Gaussian Texture



Gradient Background