UGC/CBSE NET SOLVED QUESTION PAPERS.(Computer Science)
Tuesday, 1 December 2015
Q41,p3,j15. In XML, DOCTYPE declaration specifies to include a reference to --------------------- file.
A) Document type definition.
B) Document type declaration.
C) Document transfer definition.
D)Document type language.
Answer A.
Monday, 30 November 2015
Q40,P3,J15. in XML we can specify the frequency of an element by using symbols
A) +*!
B)#*!
C)+*?
D)-*?
Answer C.
explanation.
+ symbol for one or more time.
* for 0 or more time.
? for zero or more time.
Q39,p3,j15.Which one of the follwing is correct?
A)Java applet canot be written in any programming language.
B)An applet is not a small program.
C)An applet can be run on its own.
D)Applet are embedded in another application.
Answer D
Q38,p3,J15.The servelet response interface enables a servelet to formulate a response for a client using method-------------------
a) void log(Exception e,String S).
b) void destroy()
c)int get server port()
d) void set context type(string type)
Q37,p3,j15. In Java, when we implement an interface method, it must be declared as
A) Private
B)protected.
C)Public.
D)Friend
Answer C.
Q36,p3,J15. The number of nodes of height h in any n element heap is--------
A) h
B)2^h
C) ceil(n/2^h)
D)ceil(n/(2^(h+1)).
Answer D.
let f(n) and g(n) be asypotically non negative functions . Which of the follwing is correct.
A)
ϴ(f(n)*g(n)=min(f(n),g(n).
B)
ϴ(f(n)*g(n))=max(f(n),g(n).
C)
ϴ(f(n)+g(n))=min(f(n),g(n).
D)ϴ(f(n)+g(n))=max(f(n),g(n).
Answer D.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)