answersLogoWhite

0

What else can I help you with?

Related Questions

The electrical data roadways through which bits are transmitted are called?

bus


Are bits transmitted through television?

No, television signals are transmitted through radio waves rather than physical bits like those in computer data transmission. Television signals are encoded using a different method suitable for broadcasting audio and video content to TV sets.


Sixteen-bit messages are transmitted using a Hamming code How many check bits are needed to ensure that the receiver can detect and correct single bit errors Show the bit pattern transmitted for the?

BY USING FORMULA (M+R+1)<=2r 011110110011001110101 ---- The formula d + p + 1 <= 2^p (where d is the number of data bits and p is the number of check bits) indicates that we need at least 5 check bits in order to correct single-bit errors in blocks of 16 data bits -- a (21,16) code. SECDED requires 6 check bits for blocks of 16 data bits.


RS232 Old industrial DOS PC sends data in single bits instead of packets. How to modify single bits to packet data. Is there a software or where to by a blackbox?

== ==


How many bits of data are represented by a single baud in CAP-64?

6 bits


What is the usual number of bits transmitted simultaneously in parallel data transmission used by microcomputers?

9


What is meant by serial and parallel transmission?

A serial port only allows a single bit of data through at a time. A parallel port allows multiple bits of data through at a time.


How many maximum bits get corrupted if noise occurs for 1-on transmitted data at 48000 bps?

1


What iss the maximum effect of 2-ms burst of noise on data transmitted at 12kbps?

The maximum effect of a 2-ms burst of noise on data transmitted at 12 kbps can be calculated by determining how many bits are transmitted during that time. At 12 kbps, 2 ms corresponds to 24 bits (since 12,000 bits per second multiplied by 0.002 seconds equals 24 bits). Therefore, a 2-ms burst of noise could potentially corrupt or disrupt the transmission of up to 24 bits of data, depending on the nature of the noise and the error correction mechanisms in place.


How many maximum bits get corrupted if noise occurs for 1-ms on transmitted data at 48000 bps?

1


How does ALE signal demultiplex explain with diagram?

Demultiplexing the bus AD7-AD0 The Intel 8085 is an 8-bit microprocessor. Its data bus is 8-bit wide and hence, 8bits of data can be transmitted in parallel form or to the microprocessor. The Intel8085 requires a 16-bit wide address bus as the memory addresses are of 16 bits. The 8 most significant bits of the address are transmitted by the address bus(A8-A15). The 8 least significant bits of the address are transmitted byaddress/data bus (AD7-AD0). The address/data bus transmits data and addressinformation at different times. This is the basic need for demultiplexing the busAD7-AD0.


What does parity do in transmission?

It is a simple form of verification, that data has not been corrupted. In even parity, a ninth bit is added to 8 bits of data, so that the total number of 1's is even. Data is then transmitted. If a single bit becomes corrupted - a 0 gets changed to a 1, or a 1 to a 0 - the receiver can figure this out.