Virtual memory size depends on [a] address lines [b] data bus [c] disc space [d] a & c [e] none
3 13593If A>B then F=F(G); else B>C then F=G(G); in this , for 75% times A>B and 25% times B>C then,is 10000 instructions are there ,then the ratio of F to G [a] 7500:2500 [b] 7500:625 [c] 7500:625 if a=b=c else 7500:2500
2 7521C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
6 24038int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
10 17634Virtual memory size depends on [a] address lines [b] data bus [c] disc space [d] a & c [e] none
15 35659salary is 's' per month,'x'% of salary is given as bonus, if 3 months salary is s1,s2 & s3 then what is his salary.
7 18651which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
2 12814If a CPU has 20 address lines but MMU does'nt use two of them. OS occupies 20K. No virtual memory is supported. What is the maximum memory available for a user program?
1 8067Post New Wipro Interview Questions
Is postgres faster than oracle?
What is the job of analytics?
What is A check, B check, C Check & D check for a diesel Generat
Explain the accessibility modifier protected internal?
What is the largest ram?
What do you mean by extended cell? Does it have any impact on the system? If yes, what?
One of the difficulties our company has is evaluating suggestions in a timely manner. What changes would you make to expedite evaluations?
Does a disk cleanup delete everything?
how to write test cases for smart meter for gas and electricty
What is difference between category and extension in ios?
How i create Emulators for andriod and iphone ?
How to calculate IKW (inputkilowatt) ie.. efficiency of a airconditioning chiller plant capacity of 310TR
What is a server error?
How can abiword be compiled for solaris using gcc?
write a programme to insert into elements in array?n finding duplicate characters in given sting?