Computer Architecture Questions
Computer Architecture 1. Explain what is DMA? 2. What is pipelining? 3. What are super scalar machines and vliw machines? 4. What is cache?
Computer Architecture 1. Explain what is DMA? 2. What is pipelining? 3. What are super scalar machines and vliw machines? 4. What is cache?
Agile Java job Interview Questions, a user submitted / interview experience direct from the desk of job interview. These Questions how ever not exactly how they appeared but have been recalled from the memory to provide some idea for candidates who are going for such interview. This should benefit most of...
Agile C++ Interview Preparation Questions: (1)the difference b/w pure virtual fn.& virtual fn. (a)pure virtual function. is initialized to zero. (b)
Carritor C Interview Questions For Job Seekers to Prepare for the Interview 1. Struct x { int i; char c; } union y{ struct x a; double d; }; printf("%d",sizeof(union y)); a)8 b)5 c)4 d)1 ans:8
C Interview Questions Paper: 1. What is the difference between Char a[ ]=”string” and char *a=”String” 2. What is wrong with the code? The code was for conversion from Celsius to Fahrenheit : degF =5/9*(c+32) In code this line was wrong as we want 5/9 and that to be multiplied with...
Networks: ——– 1.which is not used for error correction : ANS :bit stuffing.
C programming For Recent college graduates and professionals for job interview.: ————- some small C programs are given asked to tell the function/errors etc. one of the question(last in the paper) is an invalid statement. finish of all these very fast and think about those others. they are simple only.
Sasken C Interview Questions for Job Interview Seekers 1) If u have a linked list library, how do u design stack and queue using it; write pseudo code. 2) What are static variables and functions? 3) Write code in C to count the number of 1s in a character (1byte). 4)...