3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
Cache memory is the memory area between Processor and Ram. If the cache memory increases, the speed of the system will also increases.
| Is This Answer Correct ? | 0 Yes | 0 No |
An image map is a collection of
can we retrieve only integer/String type columns from a table,if yes how?
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
What is std::auto_ptr?
How do i find out the number of parameters passed into function?
Any real time example of O2C process from taking order till creating invoice.
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
How to know we are in home page of a web application using QTP
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
What is meant by QUEUE?
why rownum=1 works properly but not rownum=>2,=>3 etc.