Complete the sentence to identify a common wired transmission medium.
A common wired transmission medium used in networks is [1].
Fiber optic cable is a wired medium that uses light to transmit data over long distances with high speed and low loss.
Complete the sentence to identify a wireless transmission medium.
Data can be transmitted wirelessly using [1].Radio waves are a wireless transmission medium used to send data through the air without cables.
Fix the error by choosing the correct transmission medium type for the example.
An example of a [1] transmission medium is coaxial cable.Coaxial cable is a type of wired transmission medium used for cable TV and internet connections.
Fill both blanks to complete the description of transmission media types.
Wired media use [1] to transmit data, while wireless media use [2].
Wired media transmit data through cables, and wireless media use electromagnetic waves like radio waves or microwaves.
Fill all three blanks to complete the dictionary comprehension describing transmission media.
media_types = { [1]: [2] for [3] in ['wired', 'wireless'] }This code creates a dictionary with keys from the list and values as the string 'type'. The braces define the dictionary, and 'media' is the loop variable.