Friday, May 24, 2019

Expected Questions Series 1

1) Database: Which is the make given to the database management system which is able to handle full text data, image data, audio and video?
a. full media
b. graphics media
c. multimedia
d. hypertext

2) Java: In which the JDBC type represents a "single precision" floating point number that supports seven digits of mantissa?
a. REAL
b. DOUBLE
c. FLOAT
d. INTEGER

3) Java: Generic pointers can be declared with__________
a. auto 
b. void 
c. asm 
d. None of these

4) C++: During a class inheritance in CPP, if the visibility mode or mode of derivation is not provided, then by default visibility mode is___________.
a. public 
b. protected 
c. private 
d. friend

5)  Software Engineering: Which model gives the overall reliability of the system that is projected and certified?
a. Sampling model
b. Component model
c. Certification model
d. Both A & B

6)  Software Engineering: What can static analysis NOT find? 
a. the use of a variable before it has been defined
b. unreachable (“dead”) code
c. memory leaks
d. array bound violations

Answers:
1) c
2) a
3) b
4) c
5) c
6) c

No comments:

Post a Comment