--%>

Describe tri-state devices

Describe the tri-state devices and explain why they are necessary in a bus oriented system?

E

Expert

Verified

In multiplexed bus system, most of the devices are connected to a common bus. If two or more devices attempt to utilize the bus at similar time, then data will be lost. Therefore only one device should be allowed to use the bus at a time. One method is to connect the devices via tri-state devices, that when disabled will efficiently disconnect devices from bus.

   Related Questions in Programming Languages

  • Q : Explain the computer thread Explain the

    Explain the computer thread.

  • Q : Explain the way to enter element content

    Explain the way to enter element content.

  • Q : Differences between logical and

    What are the differences between logical and physical address spaces?

  • Q : Describe Last in-first out Last in,

    Last in, first out: It is the LIFO semantics of a stack data structure. Items are eliminated in the opposite order to which it arrived in the stack; therefore newer items are always eliminated before older ones.

  • Q : Define the term Catching exceptions

    Catching exceptions: Exceptions are caught in the catch clause of the try statement. Catching an exception provides the program a chance to recover from the trouble or attempt a repair for whatsoever caused it.

  • Q : Define Statement Statement : The

    Statement: The fundamental building block of Java method. There are numerous different kinds of statement in Java, for example, the assignment statement, if statement, while loop and return statement.

  • Q : Define Property Specifications Property

    Property Specifications: Users can specify assertions using the assert(expr) statements. An assert statement is used to check if the property specified by the expression expr is valid within a state. If expr evaluates to 0, this implies that it is not

  • Q : What is Public interface Public

    Public interface: The members of a class prefixed with public access modifier. All these members are visible to each and every class in a program.

  • Q : What is Modal What is Modal : A dialog

    What is Modal: A dialog is a modal when its parent application is blocked from additional activity until the dialog has finished.

  • Q : Kernel Mode Illustrate what are the

    Illustrate what are the different functions of Kernel Mode, interrupts and system calls?