Answer:
The answer to this question is given below in the explanation section.
Explanation:
The given code in this program has syntax errors.
In the given code, at line 1, input will cast or convert to int. It will generate an error on the second line because integer numbers can't be rounded. In simple, integer numbers don't have decimals. So, to correct the line you must use float instead of int.
In the second line, you need also to emit the int casting (data type conversion), because you have already converted the input into the float. In line 3, the second parameter to print function is num3, not x.
So the correct lines of the python code are given below:
num3 = float(input("Please input a decimal number:"))
num3 = (round(num3, 2))
print ("your decimal rounded to the 2nd decimal place is:", num3)
When you will run the above bold lines of code, it will run the program successfully without giving you any syntax and semantic error.
Answer:
1. Mostly available/accessable
2. Interactive
3. facilitate learning
4. globalized
Explanation:
Note: The Internet is a connection (joining) of computers wirelessly together on a network where data and information can be shared.
1. The internet is mostly available/accessable by the majority of mankind making it very effective for communication purposes.
2. The interactive nature of the internet allows for direct feedback from other connected users on the internet.
3. A major role of the internet is its effectiveness in education, this allows remote online teaching possible.
4. Since the intent is globalized it allows for cross cultural communication.
In my basement so the children won’t escape
<span>With which network connection type does the VM obtain ip addressing information from its host? Answer: Bridged Mode</span>