Virtual memory size depends on [a] address lines [b] data bus [c] disc space [d] a & c [e] none
3 13467If 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 7411C 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 23851int 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 17290Virtual memory size depends on [a] address lines [b] data bus [c] disc space [d] a & c [e] none
15 35147salary 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 18377which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
2 12701If 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 7987Post New Wipro Interview Questions
Do we need to add jQuery file in both Master and Content page?
How are destructors defined in java?
How do you determine that you are working on the latest edition of the universe?
What is lazy loading of images?
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
What is Proxy ARP
Explain what are an object and a class?
What are the different types of sandboxes in salesforce?
What language is an assembler written in?
How can we make a batch job occur at regular interval?
What are the main features of amazon cloud front?
Is windows built on unix?
What is yield statement in ruby.
How do you autosum in excel on a mac?
What is the difference between convert.tostring and i.tostring method?