Test your understanding of Java with the following:
a. What does pictureObj.show() do?
b. What does soundObj.play() do?
c. What does FileChooser.pickAFile() do?
d. What does turtle1.turnLeft() do?
a. It will show a picture.
b. It will play a sound.
c. It will let you pick a file and returns a string that is the full pathname.
d. It makes a turtle turn left.
You might also like to view...
Briefly describe Windows 10's 64-bit computing support.
What will be an ideal response?
The ________ dialog box provides the number of pages, words, characters, and paragraphs in a documents
A) Properties B) Word Count C) Language D) Readability Statistics
?Data stores are shown in a context diagram because data stores are external to the system.
Answer the following statement true (T) or false (F)
for…inloops do not follow a specific order because properties can be listed and read out in any order.
Answer the following statement true (T) or false (F)