Which is used to store critical pieces of data during subroutines and interrupts:

(A) Stack (B) Queue

(C) Accumulator (D) Data register

1 Answer

Answer :

Which is used to store critical pieces of data during subroutines and interrupts: Stack 

Related questions

Description : Which is used to store critical pieces of data during subroutines and interrupts: a. Stack b. Queue c. Accumulator d. Data register

Last Answer : a. Stack

Description : ……… are also called as parametric subroutines a.Micro b.Macro c.Sub Macro d.Sub Micro

Last Answer : b.Macro

Description : Which are of the following instructions of hardware subroutines: a. SCAL b. SXIT co Botha&b d. None of these

Last Answer : co Botha&b

Description : Subroutines are placed in identical section to caller so that SCAL and SXIT __ overpass divison limits: a. Don’t b. Does c. Cross d. By

Last Answer : a. Don’t

Description : subroutines are invoked by using their___ _ ina subroutine call statement and replacing formal parameters with__ __ parameters: a. Identifier and formal b. Identifier and actual c. Expression and arguments d. None of these

Last Answer : b. Identifier and actual

Description : By defining the _ __ register as last in first out stack the sequence can handle nested subroutines: a. S b. J ce. R d. T

Last Answer : ce. R

Description : What are the two main subroutines used for generating literals?

Last Answer : i. NEW – LITERALS  ii. CHOOSE - LITERALS

Description : State canned cycle & subroutines.

Last Answer : Canned cycle (Fixed cycle): It is defined as a set of instructions, inbuilt or stored in the system memory, to perform a fixed sequence of operations. [1] It reduces programming time and ... also called as sub programs. [4] After completion of subroutine the control returns to main program. 

Description : Have you ever known someone who interrupts every conversation to turn the focus back on themselves?

Last Answer : When I talk to someone that does that, after a few sentences of it happening I pretty much stop talking. If I do continue, it will be small talk.

Description : In the event of a catastrophe that interrupts availability of insulin for a long period of time what should a diabetic do to stay alive and healthy?

Last Answer : I would probably not eat much at all and when I did it would be low glycemic index foods.I would stay active and drink as much water as possible.I might try to supplement with chromium ,vanadium and ... resitance.Other than that,there isn't much one can do and death would be inevitable.I am Type1.

Description : Would You would use the imperfect tense to talk about an action that interrupts another?

Last Answer : We don't use the name imperfect tense in English. The imperfect is a verb form, found in various languages, which combines past tense and imperfective aspect. It can therefore have meanings ... action is was walking, the action that interrupted the longer action is tripped which is past simple

Description : Would You would use the imperfect tense to talk about an action that interrupts another?

Last Answer : We don't use the name imperfect tense in English. The imperfect is a verb form, found in various languages, which combines past tense and imperfective aspect. It can therefore have meanings ... action is was walking, the action that interrupted the longer action is tripped which is past simple

Description : What are the functions of interrupts?

Last Answer : Inform the CPU of the occurrence of external asynchronous events or the presence of external unpredictable conditions, so that the CPU can execute a routine to respond appropriately and promptly.

Description : What type of control pins are needed in a microprocessor to regulate traffic on the bus, in order to prevent two devices from trying to use it at the same time? A) Bus control B) Interrupts C) Bus arbitration D) Status

Last Answer : Answer : C

Description : Interrupts which are initiated by an I/O drive are ___________ A. internal B. external C. Both (A) and (B) D. All of the above

Last Answer : B. external

Description : Interrupts that are initiated by an instruction are_______ A. internal B. external C. hardware D. software

Last Answer : D. software

Description : How many interrupts does 8085 have, mention them

Last Answer : The 8085 has 5 interrupt signals; they are INTR, RST7.5, RST6.5, RST5.5 and TRAP

Description : Explain priority interrupts of 8085.

Last Answer : The 8085 microprocessor has five interrupt inputs. They are TRAP, RST 7.5, RST 6.5, RST 5.5, and INTR. These interrupts have a fixed priority of interrupt service. If two or more interrupts go ... 8085 is shown in the table. Interrupts Priority TRAP RST 7.5 RST 6.5 RST 5.5 INTR

Description : The method which offers higher speeds of I/O transfers is ___________ a) Interrupts b) Memory mapping c) Program-controlled I/O d) DMA

Last Answer : DMA

Description : The method of synchronising the processor with the I/O device in which the device sends a signal when it is ready is? a) Exceptions b) Signal handling c) Interrupts d) DMA

Last Answer : Interrupts

Description : What are various interrupts supported by TMS 320 c54 processor?

Last Answer : The C54x DSP supports both software and hardware interrupts: ✔ A software interruptis requested by a program instruction (INTR, TRAP,or RESET) ✔ A hardware interrupt is requested by a ... interrupt ports. ✔ Internal hardware interrupts are triggered by signals from the on-chip peripherals.

Description : Interrupts which are initiated by an I/O drive are a. internal b. external c. software d. all of above

Last Answer : b. external

Description : Interrupts which are initiated by an instruction are a. internal b. external c. hardware d. software

Last Answer : b. external

Description : Interrupts which are initiated by an instruction are a. internal b. external c. hardware d. software

Last Answer : d. software

Description : The number of software interrupts in 8085 is ____ a) 5 b) 8

Last Answer : b) 8

Description : What type of control pins are needed in a microprocessor to regulate traffic on the bus, in order to prevent two devices from trying to use it at the same time? a. Bus control b. Interrupts c. Bus arbitration d. Status

Last Answer : c. Bus arbitration

Description : 8086 is interfaced to two 8259s (Programmable interrupt controllers). If 8259s are in master slave configuration the number of interrupts available to the 8086 microprocessor is a) 8 b) 16 c) 15 d) 64

Last Answer : a) 8

Description : n 8086 microprocessor the following has the highest priority among all type interrupts. a) NMI b) DIV 0 c) TYPE 255 d) OVER FLOW

Last Answer : a) NMI

Description : In 8086, Example for Non maskable interrupts are a) Trapb) RST6.5 c) INTR

Last Answer : a) Trap

Description : What is meant by Maskable interrupts? a) An interrupt which can never be turned off. b) An interrupt that can be turned off by the programmer. c) none

Last Answer : b) An interrupt that can be turned off by the programmer.

Description : What are software interrupts? a) RST 0 - 7 b) RST 5.5 - 7.5 c) INTR, TRAP

Last Answer : a) RST 0

Description : What are level Triggering interrupts? a) INTR&TRAP b)RST6.5&RST5.5 c)RST7.5&RST6.5

Last Answer : b)RST6.5&RST5.5

Description : Which of the following is hardware interrupts? a) RST5.5, RST6.5, RST7.5 b) INTR, TRAP c) a & b

Last Answer : c) a & b

Description : Which of the following is not the function of Microkernel? A) File management B) Low-level memory management C) Inter-process communication D) I/O interrupts management

Last Answer : A) File management

Description : What type of control pins are needed in a microprocessor to regulate traffic on the bus, in order to prevent two devices from trying to use it at the same time? a. Bus control b. Interrupts c. Bus arbitration d. Status

Last Answer : c. Bus arbitration

Description : What Are The Two Major Differences Between Intr And Other Interrupts ( Hardware)?

Last Answer : Answer :The two major differences between INTR and the other hardware interrupts are as follows:All the hardware interrupts are vectored interrupts but the INTR interrupt is not so. An INTR interrupt will ... saved but in the case of other hardware interrupts the locations is saved in the stack.

Description : Classify Interrupts On The Basis Of Signals. State Their Differences.?

Last Answer : Answer :On the basis of level the signals can be classified into the following types: Single level interrupts Multi level interrupts The differences between them are as follows: For single the ... multi level it is not necessary. Single level interrupts are much slower than multi level interrupts.

Description : How Many Interrupts Are There In 8085?

Last Answer : Answer :There are 12 interrupts in 8085.

Description : What Are Software Interrupts?

Last Answer : Answer :RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.

Description : What Are Hardware Interrupts?

Last Answer : Answer :TRAP, RST7.5, RST6.5, RST5.5, INTR.

Description : In What Way Interrupts Are Classified In 8085?

Last Answer : Answer :In 8085 the interrupts are classified as Hardware and Software interrupts.

Description : A job has four pages A, B, C, D and the main memory has two page frames only. The job needs to process its pages in following order: ABACABDBACD Assuming that a page interrupt occurs when a new page is brought in the main ... replacement algorithms are (A) 9 and 7 (B) 7 and 6 (C) 9 and 8 (D) 8 and 6

Last Answer : (C) 9 and 8

Description : The essential difference between traps and interrupts is (A) traps are asynchronous and interrupts are synchronous with the program (B) traps are synchronous and interrupts are asynchronous with the program ( ... synchronous and interrupts are asynchronous with the I/O devices. (D) None of these.

Last Answer : (B) traps are synchronous and interrupts are asynchronous with the program

Description : 8085 microprocessor has ............. hardware interrupts. (A) 2 (B) 3 (C) 4 (D) 5

Last Answer : (D) 5

Description : What are the signals that inform the operating system that some activity has taken place, called ? (1) Informers (2) Interrupts (3) Events (4) Handlers

Last Answer : Handlers

Last Answer : Most microprocessors have a nonmaskable interrupt, an input pin that causes an interrupt that cannot be disabled. If an interrupt routine shares any data with the task code, then it is necessary ... by setting the priority level. 3. It allows us to enable and disable individual interrupts.

Description : Which of the following technique isused for encapsulation? A. a technique used inbest-effort delivery systems toavoid endlessly loopingpackets. B. a technique used by protocols in which a lower level ... network that cannothandle the originaldatagram size D. All of theabove E. None of the above

Last Answer : a technique used by protocols in which a lower level protocol accepts a message from ahigher level protocol and places it in the data portion of the low level frame

Description : Which of the following technique isused for fragment? A. a technique used inbest-effort delivery systems toavoid endlessly loopingpackets B. a technique used by protocols in which a lower level protocol ... network that cannothandle the originaldatagram size D. All of theabove E. None of the above

Last Answer : one of the pieces that results when an IP gateway divides an IP datagram into smallerpieces for transmission acrossa network that cannothandle the originaldatagram size

Description : In measurements, the sum of a set of number divided by the total number of pieces of data in the given set is called ______

Last Answer : arithmetic mean

Description : In a manufacturing plant, following data are gathered for a given month: Production - 1200 pieces; specific energy consumption - 1000 kWh/piece; variable energy consumption - 950 kWh/piece. The fixed energy consumption of the plant ... ----- a) 6,000 kWh b)10,000 kWh c) 12,000 kWh d) 60,000 kWh

Last Answer : d) 60,000 kWh