Answer the following statements true (T) or false (F)

1. In a window that is 640px wide by 480px high, the top right X, Y coordinates would be (0, 480).
2. To create a circle, you need to specify only the X and Y coordinates of the center point.
3. A polygon, created by the Polygon class is, by default, filled with the color black.
4. The following statement will draw the string "Welcome!" starting at the top left corner of the screen.
```
Text welcomeText = new Text(0, 0, "Welcome!");
```
5. To make a node half its original size, you pass the setScaleX method the value 2 and pass the setScaleY method the value 0.5.


1. FALSE
2. FALSE
3. TRUE
4. TRUE
5. FALSE

Computer Science & Information Technology

You might also like to view...

What would be the best choice of data type for a person’s address?

a) int b) float c) char d) string

Computer Science & Information Technology

Choosing what to put in a mobile site based on what people do when they’re outside their home or office is not the best approach because:

a. It doesn’t include everything that’s on the full site. b. It is only suited to people with short attention spans. c. You don’t know what people do when they’re mobile. d. People are just as likely to use a mobile device when they’re at home.

Computer Science & Information Technology

Critical Thinking QuestionsCase 3-2Your colleague Simone has been using Business Card view because she was not aware that she could change the default view, but now she turns to you for help. Simone has decided that for one of her upcoming projects she wants to reach out to her clients. To do so it will be easiest if her contacts are arranged according to their businesses. Which of the following do you recommend to her? a. Micro viewc. Card viewb. List viewd. Phone view

What will be an ideal response?

Computer Science & Information Technology

Which feature allows you to plug a single Ethernet cable into the WAP to provide both power and a network connection?

A. PoE B. SID C. ESSI D. PoW

Computer Science & Information Technology