-
-
-
-
-
-
-
-
-
Two-Dimensional Arrays
A Two-dimensional array X (7,9) is stored linearly column-wise in a computer's memory. Each element requires 8 bytes for storage of the value. If the first byte address of X (1,1) is 3000, what would be the last byte address of X (2,3)?
-
Race Around Condition
What is race around condition?
-
Stacks Task
What kind of useful task does stacks support?
-
Static Storage Class
Give one real time application where static variables are used.
-
Define Raster and Vector Data.
Define raster and vector data. Explain what is the difference between raster and vector data?
-
Structure Padding
How can I use Structure padding and I want to re-use the remaining memory further?
ex: struct num {
char ch;
int i;
char s;
};Stack pointer
Can anyone give me complete information while performing this situation,A function is running, it has its own stack pointer, memory area now it invokes another function from this point what changes will be in it's memory area and what other changes in data segment, stack segment, heap segment. I want a complete picture of memory architecture?
What is the Diff between Review and Walkthough?
1.What is the Dif between Review and Walkthrough?
On Testing Perspective ,who will do review and walkthrough?Clarify with an real example?
2.What is meant by inspection and who will lead the inspection and roles involved in Inspection?Basic elements of a picture in volume graphics
The basic elements of a picture in volume graphics is 1. pixel 2. volsel 3. voxel 4. either pixel or voxel
Ans