Wireless network speed is measured in _____.
A. Bps (bits per second)
B. Kbps (kilobytes per second)
C. Gbps(gigabits per second)
D. Tbps (terabytes per second)
Answer: C
You might also like to view...
The default orientation in a new Illustrator document is ____________________.
Fill in the blank(s) with the appropriate word(s).
Find the error in each of the following program segments. Assume the following declara- tions and statements:
``` int *zPtr; // zPtr will reference array z void *sPtr = 0; int number; int z[ 5 ] = { 1, 2, 3, 4, 5 }; ``` a) ++zPtr; b) // use pointer to get first value of array number = zPtr; c) // assign array element 2 (the value 3) to number number = *zPtr[ 2 ]; d) // print entire array z for ( int i = 0; i <= 5; i++ ) cout << zPtr[ i ] << endl; e) // assign the value pointed to by sPtr to number number = *sPtr; f) ++z;
A _________ is an object that contains text.? ?A. text bar B. text box C. text tile D. text pane
Fill in the blank(s) with the appropriate word(s).
When working with the Spelling and Grammar dialog box, before you make a decision on the first grammar change, the ____ command stops the grammar check.
A. Cancel B. Stop C. Change D. Ignore