300+ TOP x86 Interview Questions – Answers

  1. 1. What Are The Blocking And Nonblocking Assignments In Verilog And Which Is Preferred In
    Sequential Circuits?

    A blocking assignment is one in which the statements are executed sequentially, i.e. first statement is executed and variable is assigned a value then second is executed and so on. A non blocking assignment is one in which statements occurs concurrently. Only nonblocking assignments should be used in sequential circuit.

    e.g

    initial
    begin
    a=b; //blocking
    c<=a; //nonblocking
    d=c; //blocking
    end

    In this example firstly the value of b is assigned to a and this value is assigned to c only after execution of first statement. The second and the third statements are executed simultaneously, i.e.

    value a is assigned to c and previous value if c is assigned to d.

  2. 2. Write An Rtl Description For D Latch And D Flip Flop?

    For D Latch:always@(enable)q<=d;

    For D flip flop:always@(posedge clock)q<=d;


  3. Java-Multithreading Interview Questions

  4. 3. Design A 2-bit Magnitude Comparator And Write Itsrtl Description Also?

    and gate

  5. 4. It Was Calculated That 75 Men Could Complete A Piece Of Work In 20 Days. When Work Was Scheduled To Commence, It Was Found Necessary To Send 25 Men To Another Project. How Much Longer Will It Take To Complete The Work?

    30 days.Explanation:Before:One day work = 1 / 20One man?s one day work = 1 / ( 20 * 75)Now:No. f workers = 50One day work = 50 * 1 / ( 20 * 75)The total no. of days required to complete the work = (75 * 20) / 50 = 30.


  6. Software Development Lifecycle (SDLC) Tutorial

  7. 5. Can Rom Be Used As Stack?

    ROM cannot be used as stack because it is not possible to write to ROM.


  8. System Verilog Interview Questions

  9. 6. What Is Stack?

    Stack is a portion of RAM used for saving the content of Program Counter and general purpose registers.

    LIFO stacks, also known as “push down” stacks, are the conceptually simplest way of saving information in a temporary storage location for such common computer operations as mathematical expression evaluation and recursive subroutine calling.

  10. 7. What Is Flag?

    Flag is a flipflop used to store the information about the status of a processor and the status of the instruction executed most recently A software or hardware mark that signals a particular condition or status. A flag is like a switch that can be either on or off. The flag is said to be set when it is turned on.


  11. Computer architecture Interview Questions

  12. 8. Which Processor Structure Is Pipelined?

    All x86 processors have pipelined structure.

  13. 9. Explain Compiler?

    Compiler is used to translate the highlevel 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.

    A compiler is a program that translates a source program written in some highlevel programming language (such as Java) into machine code for some computer architecture (such as the Intel Pentium architecture).


  14. Unix Inter-Process Communication (IPC) Interview Questions

  15. 10. Differentiate Between Ram And Rom?

    RAM: Read / Write memory, High Speed, Volatile Memory. ROM: Read only memory, Low Speed, Non Voliate Memory.

  16. 11. Which Transistor Is Used In Each Cell Of Eprom?

    Floating gate Avalanche Injection MOS (FAMOS) transistor is used in each cell of EPROM.


  17. Software Development Lifecycle (SDLC) Interview Questions

  18. 12. What Is Called Scratch Pad Of Computer?

    Cache Memory is scratch pad of computer.


  19. Java-Multithreading Interview Questions

  20. 13. What Is Cache Memory?

    Cache memory is a small highspeed 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.

    Cache memory is random access memory (RAM) that a computer microprocessor can access more quickly than it can access regular RAM. As the microprocessor processes data, it looks first in the cache memory and if it finds the data there.

  21. 14. 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.

    A signal informing a program that an event has occurred. When a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal).

  22. 15. 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.


  23. Linux Device Drivers Interview Questions

  24. 16. What Is 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.

  25. 17. What Are The Static And Dynamic Hazards In Logic Circuits?

    If for a short period of time circuits goes to some different logic level then it is supposed to have then it is called static hazard.e.g. If the final logic value of output of a given circuit becomes one even if it is supposed to be zero then it is called Static0 Hazard and vice versa. Dynamic Hazard is the one in which the circuit output goes to some other logic level more than once then finally settling down to some appropriate level.


  26. C++ Multithreading Developer Interview Questions

  27. 18. What Is Meant By Latch?

    Latch is a Dtype flipflop used as a temporary storage device controlled by a timing signal, which can store 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.


  28. System Verilog Interview Questions

  29. 19. What Is The Difference Between Microprocessor And Microcontroller?

    In Microprocessor more opcodes, few bit handling instructions. But in Microcontroller: fewer opcodes, more bit handling Instructions, and also it is defined as a device that includes micro processor, memory, & input / output signal lines on a single chip.

    the basic architectural difference is that microcontroller has an programmable memory while it is not the case with microprocessors.

  30. 20. What Is The Disadvantage Of Microprocessor?

    It has limitations on the size of data. Most Microprocessor does not support floatingpoint operations.


  31. Network Troubleshooting Interview Questions

  32. 21. Is The Data Bus Is Bi-directional?

    The data bus is Bidirectional because the same bus is used for transfer of data between Micro Processor and memory or input / output devices in both the direction.

  33. 22. Is The Address Bus Unidirectional?

    The address bus is unidirectional because the address information is always given by the Micro Processor to address a memory location of an input / output devices.

  34. 23. What Does Microprocessor Speed Depend On?

    The processing speed depends on DATA BUS WIDTH.


  35. Unix Shell Scripting Interview Questions

  36. 24. Define Hcmos?

    High-density n-type Complimentary Metal Oxide Silicon field effect transistor.


  37. Computer architecture Interview Questions

  38. 25. What Is 1st / 2nd / 3rd / 4th Generation Processor?

    The processor made of PMOS / NMOS / HMOS / HCMOS technology is called 1st / 2nd / 3rd / 4th generation processor, and it is made up of 4 / 8 / 16 / 32 bits.

  39. 26. Why 8085 Processor Is Called An 8 Bit Processor?

    Because 8085 processor has 8 bit ALU (Arithmetic Logic Review). Similarly 8086 processor has 16 bit ALU.


  40. Red Hat Certified Engineer (RHCE) Interview Questions

  41. 27. Give Examples For 8 / 16 / 32 Bit Microprocessor?

    8-bit Processor – 8085 / Z80 / 6800;

    16-bit Processor – 8086 / 68000 / Z8000;

    32-bit Processor – 80386 / 80486


  42. Unix Inter-Process Communication (IPC) Interview Questions

  43. 28. What Are Level-triggering Interrupt?

    RST 6.5 & RST 5.5 are leveltriggering interrupts.