What is meant by polling?

1 Answer

Answer :

Polling or device polling is a process which identifies the device that has interrupted the microprocessor.

Related questions

Description : What is meant by interrupt?

Last Answer : Interrupt is an external signal that causes a microprocessor to jump to a specific subroutine.

Description : What is meant by Wait State?

Last Answer : This state is used by slow peripheral devices. The peripheral devices can transfer the data to or from the microprocessor by using READYinput line. The microprocessor remains in wait state as long as READY ... contents of the address, address/data and control buses are held constant.

Description : What is meant by a dedicated computer? a. which is used by one person only b. which is assigned to one and only one task c. which does one kind of software d. which is meant for application software only

Last Answer : d. which is meant for application software only

Description : What is meant by a dedicated computer? a. Which is used by one person only b. Which is assigned one and only one task c. Which uses one kind of software d. Which is meant for application software

Last Answer : d. Which is meant for application software

Description : A modern electronic computer is a machine that is meant for a. Doing quick mathematical calculations b. Input, storage, manipulation and outputting of data c. Electronic data processing d. Performing repetitive tasks accurately

Last Answer : b. Input, storage, manipulation and outputting of data

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 : Would you follow this polling by the NYT all the way to Nov. 6?

Last Answer : Nope – I want to do a Rip Van Winkle and fall asleep until November 7 and maybe permanently after that.

Description : How does TN have my home phone number in FL as part of their call list for polling?

Last Answer : You may have used it for something like a bank account or some other business in TN, and it cross referenced in a database.

Description : What question does the anti-assisted suicide side pose when polling the population?

Last Answer : Legitimate poll takers include the questions with the results.

Description : Where you live, when you go to your polling place, does someone "announce" it when you are about to actually vote? (see details)

Last Answer : No.I have never had them do that.I might like that if they introduced me as Keith Richards.XD

Description : What is it like to work at a polling site on election day?

Last Answer : It all depends on the country. Polling sites at tensely contested elections can be hazardous. Examples of this would be those in Afghanistan, Thailand, the Philippines. Military and/or police presence are a typical sight at these countries’ polling sites. In the US, polling sites are no big deal.

Description : When people of different races line up to vote at a polling station they are exercising their righto to?

Last Answer : Feel Free to Answer

Description : If in an election to a state Legislative Assembly, the candidate who is declared elected loses his deposit, it means that? (1) The polling was very poor (2) The election was for a multi- ... over his nearest rival was very marginal. (4) A very large number of candidates contested the election.

Last Answer : (1) The polling was very poor Explanation: A candidate loses his deposit only when he is polled less than 1/6th of votes. It can only be possible when a very large number of candidates contested the elections.

Description : The process where in the processor constantly checks the status flags is called as _________ A. Polling B. Inspection C. Reviewing D. None of the Above

Last Answer : A. Polling

Description : Transmission system for a multidrop network A. Taken passing B. Polling C. Switching D. CSMA/CD

Last Answer : B. Polling

Description : An invitation from the primary to a secondary to transmit a message. A. Retransmission B. Selection C. Reuse D. Polling

Last Answer : D. Polling

Description : When one stations is designated as master and rest of the stations are considered slaves message handling is ________. A. polling B. WAN C. LAN D. OSI

Last Answer : A. polling

Description : In an election, electioneering has to be stopped in a Constituency— (A) 24 hours before the poll commences (B) 24 hours before the closing hour of polling (C) 48 hours before the hour of commencement of polling (D) 48 hours before the closing hour of polling

Last Answer : (D) 48 hours before the closing hour of polling

Description : In an election, electioneering has to be stopped in a Constituency— (A) 24 hours before the poll commences (B) 24 hours before the closing hour of polling (C) 48 hours before the hour of commencement of polling (D) 48 hours before the closing hour of polling

Last Answer : (D) 48 hours before the closing hour of polling

Description : In IEEE 802.11, the access method used in the PCF sublayer is ______. A) contention B) controlled C) polling D) none of the above

Last Answer : polling

Description : Inthe _________ method, a special packet called a ______ circulates through the ring. A) reservation: control frame B) polling: poll request C) token passing: token D) none of the above

Last Answer : token passing: token

Description : In the _______ method, each station has a predecessorand a successor. A) reservation B) polling C) token passing D) none of the above

Last Answer : token passing

Description : In the _______ method, thestations in a network areorganizedin a logical ring. A) reservation B) polling C) token passing D) none of the above

Last Answer : token passing

Description : In the _______ method, the primary device controls the link; thesecondary devices follow its instructions. A) reservation B) polling C) token passing D) none of the above

Last Answer : polling

Description : In the ______ method, all dataexchanges mustbe made throughthe primarydevice even when theultimate destinationis a secondary device. A) reservation B) polling C) token passing D) none of the above

Last Answer : polling

Description : In the _____ method, time isdivided into intervals. In each interval, a reservation frameprecedes the dataframes sent in that interval. A) reservation B) polling C) token passing D) none of the above

Last Answer : reservation

Description : In the ________ method, a stationneeds to make a reservationbefore sending data. Time is divided into intervals. A) reservation B) polling C) token passing D) none of the above

Last Answer : reservation

Description : The process wherein the processor constantly checks the status flags is called as ___________ a) Polling b) Inspection c) Reviewing d) Echoing

Last Answer : Polling

Description : In distributed systems, link and site failure is detected by ___________ a) polling b) handshaking c) token passing d) none of the mentioned

Last Answer : handshaking

Description : What is Polling?

Last Answer : The process of periodically checking the status of an I/O device to determine the need to service the device.

Description : System calls are usually invoked by using: (A) A privileged instruction (B) An indirect jump (C) A software interrupt (D) Polling

Last Answer : (C) A software interrupt

Description : Explain ALIGN & ASSUME

Last Answer : The ALIGN directive forces the assembler to align the nextsegment at an address divisible by specified divisor. The format is ALIGN number where number can be 2, 4, 8 or 16. Example ALIGN 8. The ASSUME ... the segment registers at execution time. Example ASSUME CS: code, DS: data, SS: stack

Description : What is linker

Last Answer : A linker is a program used to join together several object files into one large object file. For large programs it is more efficient to divide the large program modules into ... & debugged. When all the modules work they are linked together to form a large functioning program.

Description : What is loader

Last Answer : The loader copies the program into the computer’s main memory at load time and begins the program execution at execution time.

Description : What is assembler

Last Answer : The assembler translates the assembly language program text which is given as input to the assembler to their binary equivalents known as object code. The time required to translate the assembly code ... time. The assembler checks for syntax errors & displays them before giving the object code.

Description : How does the microprocessor differentiate between data and instruction

Last Answer : When the first m/c code of an instruction is fetched and decoded in the instruction register, the microprocessor recognizes the number of bytes required to fetch the entire ... will be considered as data & the byte after the data will be treated as the next instruction.

Description : What is Microcontroller and Microcomputer

Last Answer : Microcontroller is a device that includes microprocessor; memory and I/O signal lines on a single chip, fabricated using VLSI technology. Microcomputer is a computer that is designed using microprocessor as its CPU. It includes microprocessor, memory and I/O.

Description : Why do we use XRA A instruction

Last Answer : The XRA A instruction is used to clear the contents of the Accumulator and store the value 00H.

Description : Define stack and explain stack related instructions

Last Answer : The stack is a group of memory locations in the R/W memory thatis used for the temporary storage of binary information during the execution of the program. The stack related instructions are PUSH & POP

Description : What is the use of bi-directional buffers?

Last Answer : It is used to increase the driving capacity of the data bus. The data bus of a microcomputer system is bi-directional, so it requires a buffer that allows the data to flow in both directions.

Description : What is the use of addressing modes, mention the different types

Last Answer : The various formats of specifying the operands are called addressing modes, it is used to access the operands or data. The different types are as follows • Immediate addressing • Register addressing • Direct addressing • Indirect addressing • Implicit addressing

Description : Explain the different instruction formats with examples

Last Answer : The instruction set is grouped into the following formats • One byte instruction MOV C,A • Two byte instruction MVI A,39H • Three byte instruction JMP 2345H

Description : Explain LDA, STA and DAA instructions

Last Answer : LDA copies the data byte into accumulator from the memory location specified by the 16-bit address. STA copies the data byte from theaccumulator in the memory location specified by 16-bit address. DAA changes the contents of the accumulator from binary to 4-bit BCD digits.

Description : Mention the categories of instruction and give two examples for each category

Last Answer : The instructions of 8085 can be categorized into the following five • Data transfer MOV Rd,Rs STA 16-bit • Arithmetic ADD R DCR M • Logical XRI 8-bit RAR • Branching JNZ CALL 16-bit • Machine control HLT NOP

Description : Explain the signals HOLD, READY and SID

Last Answer : HOLD indicates that a peripheral such as DMA controller is requesting the use of address bus, data bus and control bus. READY is used to delay the microprocessor ... slow responding peripheral is ready to send or accept data. SID is used to accept serial data bit by bit

Description : How many machine cycles does 8085 have, mention them

Last Answer : The 8085 have seven machine cycles. They are • Opcode fetch • Memory read • Memory write • I/O read • I/O write • Interrupt acknowledge • Bus idle

Description : What is the use of ALE

Last Answer : The ALE is used to latch the lower order address so that it can be available in T2 and T3 and used for identifying the memory address. During T1 the ALE goes high, the latch is transparent ... is the lower order address. When ALE goes low the lower order address is latched until the next ALE.

Description : What is an instruction?

Last Answer : An instruction is a binary pattern entered through an input device to command the microprocessor to perform that specific function

Description : Define instruction cycle, machine cycle and T-state

Last Answer : Instruction cycle is defined, as the time required completing theexecution of an instruction. Machine cycle is defined as the time required completing one operation of accessing memory, I/O or ... request. Tcycle is defined as one subdivision of the operation performed in one clock period

Description : Basic concepts in memory interfacing

Last Answer : The primary function of memory interfacing is that the microprocessor should be able to read from and write into a given register of a memory chip. To perform these operations the microprocessor ... Be able to select the chip Identify the register Enable the appropriate buffer