The ________ function converts text strings to uppercase letters.
Fill in the blank(s) with the appropriate word(s).
UPPER
You might also like to view...
Which of the following does not declare a 2-by-2 array and set all four of its elements to 0?
a. int b [ 2 ][ 2 ]; b[ 0 ][ 0 ] = b[ 0 ][ 1 ] = b[ 1 ][ 0] = b[ 1 ][ 1 ] = 0; b. int b[ 2 ][ 2 ] = { 0 }; c. int b[ 2 ][ 2 ]; for ( int i = 0; i < 2; i++ ) for ( int j = 0; j < 2; j++ ) b[ i ][ j ] = 0; d. All of the above initialize all four of the array elements to 0.
A(n) ____ composition is smaller than a WAV or an MP3 file, but cannot include speech.
A. MP3 B. MIDI C. AIFF D. WAV
The object shown above is the ________
A) Color Picker B) Color rectangle C) Color palette D) Colors dialog box
________ schemes are rules that combine data values in specific formats and locations to generate new data values
Fill in the blank(s) with correct word