Virtual memory size depends on [a] address lines [b] data bus [c] disc space [d] a & c [e] none
3 13627If 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 7532C 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 24086int 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 17694Virtual memory size depends on [a] address lines [b] data bus [c] disc space [d] a & c [e] none
15 35739salary 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 18718which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
2 12837If 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 8089Post New Wipro Interview Questions
What is a thread pool?
What is difference between clustered, non-clustered and unique index?
Which up-selling techniques have you employed to your clients? : insurance cold calling
Explain how is venus like earth?
Is heap sort faster than quicksort?
What is the protocol used in Network layer?
Explain the main advantages of synchronous circuit?
What are the advantages of franchising a restaurant?
What are the five main functions of a database administrator?
What is a python egg?
What is PL/I?
How do you make a bridging header in swift?
Why mysql is open source?
Which jms standard interface defines the methods to create the different types of messages?
What is the difference between getwindowhandles() and getwindowhandle()?