3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
1 2769Post New Programming Languages AllOther Questions
how do i create my own exception class which will restrict IO exception?
what is the last ant version you worked?how to get it
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
why we use abstract word in abstract window toolkit in java language.
WHat is execution in manual testing and when will we start execution and what language we use in execution
Explain what is OOPS and its concepts?
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
What is %Type,%Rowtype?
What is the entry point function of a DLL?
Differevce between arrays and array builders?
what is the extension of SPDS Dynamic cluster tables?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
any drawback are there in mantis?