Go to the slide and use backspace to delete the text. He answer is A.
A. Because an IP packet can hold more data than a frame.
The correct answer that would best complete the given statement above would be DIGITAL CONVERGENCE. The term Digital Convergence <span>refers to the use of a single unifying device that handles media, internet, entertainment, and telephone needs. Thanks for posting your question. Hope this helps. </span>
Answer:
The command print must be in lower case.
To show a variable or a number you do not need quotation marks.
Explanation:
print("string here")
strings can be created with single or double quotes
print(3+5) returns 8
Explanation:
Module getNumber (Integer Ref Value)
Display "Display a number"
Input number
End module
Module main ()
Declare Integer number x = 1
Declare Real number y = 2.5
Display( x, " " ,y)
Call changeUS (x,y)
Display( x, " " ,y)
End module