POST QUIZ JAVA

POST QUIZ JAVA

12th Grade

10 Qs

quiz-placeholder

Similar activities

Desarrollo de una Aplicación Web con Formularios

Desarrollo de una Aplicación Web con Formularios

12th Grade

15 Qs

UID-2

UID-2

KG - University

10 Qs

HTML Codes [S/G#1]

HTML Codes [S/G#1]

9th - 12th Grade

12 Qs

HTML5-FORMS

HTML5-FORMS

11th - 12th Grade

15 Qs

Ulangan pertemuan_2

Ulangan pertemuan_2

12th Grade

5 Qs

Ch 3 Elementor Forms

Ch 3 Elementor Forms

9th Grade - University

9 Qs

ทดสอบหลังเรียน หลักสูตร 4  Quizizz

ทดสอบหลังเรียน หลักสูตร 4 Quizizz

1st - 12th Grade

10 Qs

Lesson 15 - UI Components [Part 3]

Lesson 15 - UI Components [Part 3]

KG - University

5 Qs

POST QUIZ JAVA

POST QUIZ JAVA

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Idalaila Aziz

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Identify the abbreviation of AWT.

Applet Windowing Toolkit

Abstract Windowing Toolkit

Absolute Windowing Toolkit

None of the above

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Identify a method that can set or change the text in a Label.

setText();

getText();

getEditableText();

setSelectedText();

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Choose a CORRECT component in AWT that can refer to Figure 1.

Label

Frame

TextField

TextArea

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The following is NOT a valid button declaration

JButton b = new JButton( );

JButton b[ ] = new Jbutton[ ];

ButtonTest application = new ButtonTest();

Private JButton btnclose = new JButton(“Close”);

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Choose the TRUE statement to create CheckBox component by referring to Figure 2.

Checkbox checkbox1 = new Checkbox(“Nasi Goreng”);

Checkbox checkbox2 = new Checkbox(“Roti Bakar”, true);

Checkbox checkbox1 = new Checkbox(‘Nasi Goreng’);

Checkbox checkbox2 = new Checkbox(‘Roti Bakar’, true);

Checkbox checkbox1 = new Checkbox[“Nasi Goreng”];

Checkbox checkbox2 = new Checkbox[“Roti Bakar”, true];

Checkbox checkbox1 = new Checkbox[‘Nasi Goreng’];

Checkbox checkbox2 = new Checkbox[‘Roti Bakar’, true];

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Choose which of the following code snippets correctly changes the background color of a JFrame to blue?

getContentPane().setColor(Color.BLUE);

getContentPane().setBackground(Color.BLUE);

setBackColor(Color.BLUE);

setBackground(Color.BLUE);

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The name of the Swing class that is used for frames is called

Frame

JFrame

Window

SwingFrame

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?