The LOWER function will capitalize the first letter of a text string

Indicate whether the statement is true or false


FALSE

Computer Science & Information Technology

You might also like to view...

The __________ is a wild card character that matches with a single character in the filename.

a. asterisk (*) b. question mark (?) c. either A or B d. neither A nor B

Computer Science & Information Technology

Compose a sentence that no one ever said, by combining words from other sounds into a grammatically correct new sound.

Write a method named audioSentence to generate a sentence out of individual words. Use at least three words in your sentence! You can use the words in the mediasources folder on your CD or record your own words. Be sure to include a tenth (1/10) of a second pause between the words. (Hint 1: Remember that zeroes for the sample values generate silence or pause.) (Hint 2: Remember that the sampling rate is the number of samples per second. From there, you should be able to figure out how many samples need to set to zero to generate a 1/10 of a second pause.) Be sure to access your sounds in your Media Folder using getMediaPath so that it will work for users of your program as long as they first execute setMediaPath.

Computer Science & Information Technology

To use the key command to copy a file, hold down the Ctrl key and press ________

A) c B) a C) x D) v

Computer Science & Information Technology

Operators used to compare two values, such as <= and = are called ________ operators

Fill in the blank(s) with correct word

Computer Science & Information Technology