Inter
Inter
Inter
em p lo y er s
Computer Hardware
1 of 6 Security Wednesday 28 July 2010 09:45 AM
Providing news & advice to
Hardware Interview Questions and Jobs http://www.devbistro.com/tech-interview-question...
CIO's worldwide since 1987! Microcontroller: fewer op-codes, more bit handling Instructions, and
also it is defined as a device that includes micro processor, memory, &
MBA Interview Guides input / output signal lines on a single chip.
Get through Top MBA 11. What is meant by LATCH? - Latch is a D- type flip-flop used as a
Interviews Save money with our temporary storage device controlled by a timing signal, which can store
bundle rates! 0 or 1. The primary function of a Latch is data storage. It is used in
output devices such as LED, to hold the data for display.
Ads by Google 12. Why does microprocessor contain ROM chips? - Microprocessor
contain ROM chip because it contain instructions to execute data.
13. What is the difference between primary & secondary storage device? -
In primary storage device the storage capacity is limited. It has a volatile
memory. In secondary storage device the storage capacity is larger. It is a
nonvolatile memory. Primary devices are: RAM / ROM. Secondary
devices are: Floppy disc / Hard disk.
14. Difference between static and dynamic RAM? - Static RAM: No
refreshing, 6 to 8 MOS transistors are required to form one memory cell,
Information stored as voltage level in a flip flop. Dynamic RAM:
Refreshed periodically, 3 to 4 transistors are required to form one
memory cell, Information is stored as a charge in the gate to substrate
capacitance.
15. What is interrupt? - Interrupt is a signal send by external device to the
processor so as to request the processor to perform a particular work.
16. What is cache memory? - Cache memory is a small high-speed memory.
It is used for temporary storage of data & information between the main
memory and the CPU (center processing unit). The cache memory is only
in RAM.
17. What is called .Scratch pad of computer.? - Cache Memory is scratch
pad of computer.
18. Which transistor is used in each cell of EPROM? - Floating .gate
Avalanche Injection MOS (FAMOS) transistor is used in each cell of
EPROM.
19. Differentiate between RAM and ROM? - RAM: Read / Write memory,
High Speed, Volatile Memory. ROM: Read only memory, Low Speed,
Non Voliate Memory.
20. What is a compiler? - Compiler is used to translate the high-level
language program into machine code at a time. It doesn.t require special
instruction to store in a memory, it stores automatically. The Execution
time is less compared to Interpreter.
21. Which processor structure is pipelined? - All x86 processors have
pipelined structure.
22. What is flag? - Flag is a flip-flop used to store the information about
the status of a processor and the status of the instruction executed most
recently
23. What is stack? - Stack is a portion of RAM used for saving the content
of Program Counter and general purpose registers.
24. Can ROM be used as stack? - ROM cannot be used as stack because it
is not possible to write to ROM.
25. What is NV-RAM? - Nonvolatile Read Write Memory, also called
Flash memory. It is also know as shadow RAM.
^Back to Top
The following questions are used for screening the candidates during the
first interview. The questions apply mostly to fresh college grads pursuing
an engineering career at Intel.
^Back to Top
^Back to Top
1. What is pipelining?
2. What are the five stages in a DLX pipeline?
3. For a pipeline with ‘n’ stages, what’s the ideal throughput? What
prevents us from achieving this ideal throughput?
4. What are the different hazards? How do you avoid them?
5. Instead of just 5-8 pipe stages why not have, say, a pipeline with 50
pipe stages?
6. What are Branch Prediction and Branch Target Buffers?
7. How do you handle precise exceptions or interrupts?
8. What is a cache?
9. What’s the difference between Write-Through and Write-Back Caches?
Explain advantages and disadvantages of each.
10. Cache Size is 64KB, Block size is 32B and the cache is Two-Way Set
Associative. For a 32-bit physical address, give the division between
Block Offset, Index and Tag.
11. What is Virtual Memory?
12. What is Cache Coherency?
13. What is MESI?
14. What is a Snooping cache?
15. What are the components in a Microprocessor?
16. What is ACBF(Hex) divided by 16?
17. Convert 65(Hex) to Binary
18. Convert a number to its two’s compliment and back
19. The CPU is busy but you want to stop and do some other task. How do
you do it?