Java Chapter 13 Review Questions

Java Chapter 13 Review Questions

Professional Development

24 Qs

quiz-placeholder

Similar activities

web development

web development

Professional Development

20 Qs

Вёрстка вс 12.01, вз 13.01, вт 14.01

Вёрстка вс 12.01, вз 13.01, вт 14.01

Professional Development

23 Qs

SAIL Virtual Class Kahoot

SAIL Virtual Class Kahoot

Professional Development

20 Qs

SKIT HTML, CSS QUIZ

SKIT HTML, CSS QUIZ

Professional Development

20 Qs

REMEDIAL DP PIXEL

REMEDIAL DP PIXEL

Professional Development

20 Qs

Web Development Basic

Web Development Basic

Professional Development

20 Qs

CSS

CSS

University - Professional Development

24 Qs

N5 - HTML + CSS

N5 - HTML + CSS

6th Grade - Professional Development

22 Qs

Java Chapter 13 Review Questions

Java Chapter 13 Review Questions

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alejandro Hidalgo

Used 1+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a selector name starts with a period in a JavaFX CSS style definition, it means the selector corresponds to:

specific variable names in the application

specific types of JavaFX nodes

values that the user enters

named constants in the application

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is written in the correct syntax for a CSS style definition?

{.label: -fx-font-size: 20pt; }

.label { -fx-font-size=20pt; }

.label { -fx-font-size: 20pt; }

{.label; -fx-font-size: 20pt; }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to apply styles to all of the nodes in a scene, use the __________ selector

.all-nodes

.stage

.home

.root

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The __________ CSS property is used to change a control's background color in a JavaFX application

-fx-color

-fx-background-color

-fx-color-background

-fx-bg-color

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you define a color in CSS, you specify an integer value in the range of __________ for each of the color components (red, green, and blue)

0 through 255

0 through 1024

-255 through 255

0 through 128

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the hexadecimal color value of #05AAFF, the AA value specifies which color component?

red

green

blue

magenta

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What style definition applies a background color of #0000FF to all Button controls?

.button { -fx-background-color: #0000FF; }

.button { -fx-bg-color: #0000FF; }

.button.all { -fx-background-color: #0000FF; }

.global { -fx-background-color: #0000FF; }

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?