Somebody Please help me answer these question with supporting explanation.
Here are few PG Entrance test questions Objective Type.
Q.1 if the code segment points at address x and the program counter has value y , then the next instruction will be fetched from
options are
(A) xy
(B)x+2y
(C)2x+y
(D)x+y
Answer with explanation:
Q.2 What is the output of the following recursive procedure when called as A(125,15) ?procedure A(x,y)
if y=0 then return (x)
Else return (A(y,x mod y))
endif
end A
options are
(A)10
(B)125
(C)5
(D)25
Answer with explanation:
Q.3 With an IP address of 201.141.20.10 which of the following is the default subnet mask?
options are
(A)0.0.0.0
(B)255.255.0.0
(C)255.255.255.0
(D)255.255.0.0
Answer with explanation:
You are welcomed



