Most viewed questions in Non GATE

5 votes
1 answer
46
5 votes
2 answers
47
The content of the accumulator after the execution of the following 8085 assembly language program, is: MVI A, 42H MVI B, 05hUGC:ADD B DCR B JNZ UGC ADI 25H HLT82 H78 H76...
4 votes
2 answers
49
What is the right way to declare a copy constructor of a class if the name of the class is MyClass?MyClass (constant MyClass * arg)MyClass (constant MyClass & arg)MyClass...
4 votes
1 answer
50
The shift operator $E$ is defined as $E [f(x_i)] = f (x_i+h)$ and $E'[f(x_i)]=f (x_i -h)$ then $\triangle$ (forward difference) in terms of $E$ is$E-1$$E$$1-E^{-1}$$1-E$
6 votes
3 answers
51
Consider the following pseudo- codewhile (m<n) if (x>y ) and (a<b) then a=a+1 y=y-1 end if m=m+1 end whileWhat is cyclomatic complexity of the above pseudo -code?2345
1 votes
1 answer
53
Which of the following is not provided as a service in cloud computing?Infrastructure as a serviceArchitecture as a serviceSoftware as a servicePlatform as a service
7 votes
2 answers
54
Which one of the following is not a client-server application?Internet chatWeb browsingE-mailPing
4 votes
1 answer
58
1 votes
1 answer
60