____ is actually a set of protocols named packet-based multimedia protocols, and it was designed for a wide range of applications (audio and video).
A. ?H.121
B. ?H.232
C. ?H.256
D. ?H.323
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following would correctly call the base class (BaseClass) assignment operator from the derived class (DerivedClass) assignment operator?
DerivedClass& DerivedClass::operator =(const DerivedClass& rightSide) { //what goes here? } a. BaseClass::operator=(rightSide); b. leftSide=rightSide; c. rightSide=BaseClass.rightSide; d. DerivedClass::rightSide=BaseClass::rightSide; A
Computer Science & Information Technology
The ____ of a disk is the time for the beginning of the desired sector to rotate under the read/write head.
A. latency B. transfer time C. frequency D. seek time
Computer Science & Information Technology