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 |
Why COBOL/400 is giving 95 session error when opening a file even though the file is having key and the screen or display file is having IND ARA defined?
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
What is the difference between WebIntelligence and Designer in creating universes?
Hi Friends , i am very new in VB 6.0 Any body can able to help me ? i need interview question and answer vb 6.0 . please send honeysukumar@yhaoo.com
What is nocopy in plsql?
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
hai i like to do some certifications in programming or any other......... am doing my IT third year......... pls guide me...... mail me ur suggestions to ranjithmaharaj@gmail.com...
Why we need new operator in java at the time of object declaration and why not in c++?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)