Answer:
A modem is the internal or external device its function is to transfer data over communication lines
modems use two different types of data transmission
synchronous and asynchronous
The functions of modem have changed over years it was first used for telegrams and to transmit data in 1950s.
Modems were used with computers in 1977 for first time to transmit data between computers firstly it was used for small amount of computers
As modem improves day by day and were able to transmit information fastly between two or more hosts and the internet network slowly spreads
There are four types of modems ,
1 Fax Modems which solely transfer data between fax machines
2 The traditional ISDN modem
3 the Digital Subscribers Line
4 the Cable Modem
Explanation:
Answer:
Decorators are very powerful and useful tool in Python since it allows programmers to modify the behavior of function or class. Decorators allow us to wrap another function in order to extend the behavior of wrapped function, without permanently modifying it.
Explanation:
The code segment is an illustration of loops and arrays
<h3>What is a loop?</h3>
A loop is a program statement used to perform repetitive operations
<h3>What is an array?</h3>
An array is a variable used to hold multiple values
<h3>How to analyze the program?</h3>
The loop of the program adds the index 0 elements of the first and the second row of the 2-dimensional array.
From the program, the numbers to add are 1 and 100
The sum of 1 and 100 is 101
Hence, 101 will be displayed when the code segment is executed
Read more about code segments at:
brainly.com/question/26683418
0.01000001010001111011
Must click thanks and mark brainliest