Answer:
The answer to this question is given below in the explanation section.
Explanation:
In this given program there are two errors, first in line number 2 that stores a string value, not int. The second error is at line 6, a symbol "*" represents multiplication, not addition.
To solve these errors, in line #2, convert the input to an int variable value 1. To add the values of variables (value1 and value2), use the plus symbol "+" in the print statement at line #6.
The correct program is given below:
<em>value1= int(input("Enter first number: "))</em>
#get second number and store it into value2 variable.
<em>value2= int(input("Enter second number: "))</em>
#add the values store in variables (value1 and value2) and then print
<em>print (value1 + value2)</em>
Answer:
The inserted text will appear as underlined text. The deleted text will appear as strike through text.
Explanation:
In HTML the text which has been inserted will appear as underlined text. It means if we insert something in HTML then it will underline it. This will highlight the text that has been inserted. While on the other hand if we delete some text and replace it with some other text, then it will appear as strikethrough text.
Strikethrough text is the text which is represented with a horizontal line in its center. It represents those words which are added by mistake and are not meant for inclusion.
Answer:
Given values are:




We know that
1 MiB =
= 1048576 bytes
1 MiB =
x8= 8388608 bits
8MiB= 8388608x8 = 67108864 bits
So,
Total Number of bits = 67108864 bits
Now
Total link transmission rate = 44.2 Gbps
1 Gbps = 1000000000 bps
44.2 Gbps = 44.2 x 1000000000 =44200000000 bps
For FDM Network
Transmission rate for one time slot =
bits per second
Transmission rate for one time slot = 4420000000 bit per second
Transmission rate for one time slot = 
in milliseconds
Transmission rate for one time slot in =4420000 bits per millisecond
Now,
Total time taken to transmit 8 MiB of file = 
Total time taken to transmit 8 MiB of file = 
As setup time is also given So,
Total time = Setup time + Transmission Time
Total time = 85.1 + 15.18
Total time = 100.2 milliseconds
Hence it is the time required to send a 8MiB of file from Host A to Host B.
I hope it will hep you!
Answer:
def__init__(self,strModel,strColor):