You are on page 1of 3

Technical Question

Total Question: 15 Time: 20 Min

Student Name: …………………………………………………..Roll No:


………………………….

Contact No.: ………………………………………Email-ID :


………………………………………

Maximum Marks : 30 Marks Obtained:


……………….

Note: The question paper contains 15 multiple choice questions which have
only one correct answer.

Each question carries +2 marks.

1. Semaphore is used for


(a) synchronization
(b) dead-lock avoidance
(c) box
(d) none

2. Frames from one LAN can be transmitted to another LAN via the device
(a) Router
(b)Bridge
(c) Repeater
(d)Modem

3. When the compiler cannot differentiate between two overloaded


constructors, they are called
(a) Overloaded
(b)Destructed
(c) Ambiguous
(d)Dubious

4. Which of the following are valid float values?


(a) 4.5678
(b)4.0
(c) 7e4
(d)All of Above
5. Which is true to change the text color to red?
(a) <BODY BGCOLOR=RED>
(b)<BODY TEXT=RED>
(c) <BODY COLOR=RED>
(d)None of the above
6. Which of the following is not true?
(a) PHP can be used to develop web applications
(b) PHP makes a website dynamic
(c) PHP applications can not be complied
(d) PHP can not be embedded into HTML.
7. A Script is a
(a) Program or sequence of instructions that is interpreted or carried out
by processor directly.
(b)Program or sequence of instructions that is interpreted or carried out
by another program.
(c) Program or sequence of instruction that is interpreted or carried out
by web server only.
(d)None of above.
8. The difference between include() and require()
(a) are different how they handle failure
(b)both are same in every aspects
(c) is include() produced a Fatal Error while require results in a Warning
(d)none of above
9. CSS is an acronym for
(a) Cascading Style Sheet
(b)Costume Style Sheet
(c) Cascading System Style
(d)None of above
10. What is the use of iframe in HTML?
(a) To display a web page within a web page.
(b)To display web page with animation effect.
(c) To display a web page without browser
(d)All of the above

11. Which type of file is part of the Oracle database?


(a) Control File
(b)Password Files
(c) Parameter Files
(d)Archived log Files
12. SQL stands for __________.
(a) Standard Query Language
(b) Structured Query Language
(c) Simplified Query Language
(d) Static Query Language.
13. In an E-R diagram attributes are represented by
(a) Rectangle
(b)Square
(c) Ellipse
(d)Triangle
14. Code:
Int z,x=5,y=10,a=4,b=2;
z=x++ - --y * b / a;
What number will z in the sample code above contain?
(a) 5 (b) 6 (c) 11 (d) 10
15. What is a reference?
(a) An operator
(b)A reference is an alias for an object
(c) Used to rename an object
(d)None of these.

You might also like