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.
View answer Workspace Report Error Discuss
Name the processor lines of two major manufacturer?
High-end: Intel - Pentium (II, III, 4) AMD - Athlon. Low-end: Intel - Celeron, AMD - Duron. 64-bit: Intel - Itanium 2, AMD - Opteron.
What is SIM and RIM instructions?
SIM is Set Interrupt Mask. Used to mask the hardware interrupts.
RIM is Read Interrupt Mask. Used to check whether the interrupt is Masked or not.
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
Which Stack is used in 8086?
FIFO (First In First Out) stack is used in 8086. In this type of Stack the First Stored Information is retrieved first.
Which interrupts is not level-sensitive in 8085?
TST 7.5 is a raising edge-triggering interrupt.
What is the RST for the TRAP?
RST 4.5 is called as TRAP.
What happens when HLT instruction is executed in processor?
The Micro Processor enters into Halt-State and the buses are tri-stated.