Answer:
semantic
Explanation:
The description provided is describing the practice known as semantic HTML. This is basically code that provides both the user and the developer a description on what the code was originally supposed to do. For example, a method that calculates the total cost of a set of prices could be called calculateTotal(). By doing so you are describing the intention of the method clearly so that the individual using the method does not need to look at anything else to know what it does.
Answer: High latency, temporary and disposable resources are not the benefits of AWS cloud computing.
Explanation: AWS is the most reliable and broad platform that offers a wide range of feature services to individuals globally.
Hope this helps (:
<em>6.65 </em><em>is displayed as the</em><em> output </em><em>of the </em><em>block of code</em>
<em />
In python programming, * denotes multiplication. To get the output, we will substitute the value of x and y given into the result to have;
<em> result = x * y - x / (y)</em>
<em> result = 7 * 20 - 7 / (20)</em>
<em> result = 140 - 7 / (20)</em>
<em> result = 133/20</em>
<em> result = 6.65</em>
<em />
<em>This shows that </em><em>6.65 </em><em>is displayed as the</em><em> output </em><em>of the </em><em>block of code</em>
<em />
The question is incomplete;
Let the code segment be
<em>>>> x = 7
</em>
<em>>>> y = 20
</em>
<em>>>> result = x * y - x / (y)
</em>
<em>>>> result </em>
<em>output:__?</em>
<em />
Learn more here: brainly.com/question/24240957