Programming Fundamentals Flow Charts And Programming With Vb.net - Annual Examination

ADVERTISEMENT

Model Paper “Programming Fundamentals Flow Charts and
Programming with VB.NET”
For DIT Semester-I
Annual Examination 2016 & Onward
OBJECTIVE
(PART-A)
Roll No: _____________
Time: 30Minutes
Marks: 20
Note: This part is compulsory. It should be attempted on question paper and returned to
the supervisory staff after the prescribed time. Cutting overwriting and use of led pencil
is not allowed. Supervisory staff is required to attach it with the answer book.
Q.1:
Choose the correct answer and encircle it.
1x20=20
1- The process of walking through a program’s logic on paper before you actually
write the program is called _______.
a. Desk-checking
b. Flowcharting
c. Pseudo coding
d. Testing
2- What symbol is used to represent output in a flowchart?
a. Square.
b. Circle
C.
Parallelogram
d. Triangle
3- What is stander terminal symbol for a flowchart?
a. Circle
b. Lozenge
C. Diamond
d. Square
4- Which of the following is not a correct variable type?
a. Float
b. Real
c. Int
d. Double
5- What is wrong with the following: int long=345000?
a. Invalid data type
b. Out of range value
c. Invalid name for variable
d. All of these
6- What does the following evaluate to: 12*6/4+59-2/3*49?
a. 1225
b.77
c. 0.5374
d. 0.008
7- Which of the following statement about for loop is true?
a. Index value is retained outside the loop
b. Index value can be changed from within the loop
c. Goto can be used to jump, out of the loop
d. All of the above
8- How long the following loop runs?
For(x=0; x=3; x++)
a. Three Times
b. Four
Times
c. Forever
d. Never
9- The CONTINUE statement cannot be used with
a. For
b. Switch
c. Do
d. While

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education
Go
Page of 3