POST QUIZ JAVA

POST QUIZ JAVA

12th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz sobre Interfaz Gráfica de Usuario (GUI)

Quiz sobre Interfaz Gráfica de Usuario (GUI)

12th Grade

13 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

PBO (Database) XII

PBO (Database) XII

12th Grade

7 Qs

Programação Front End -

Programação Front End -

12th Grade

10 Qs

Practice for 10th AP Java quiz (old)

Practice for 10th AP Java quiz (old)

10th - 12th Grade

11 Qs

form&css

form&css

3rd Grade - Professional Development

11 Qs

GUI Programming with AWT in Java

GUI Programming with AWT in Java

12th Grade

10 Qs

Conhecimentos prévios em Programação Orientada a Objetos

Conhecimentos prévios em Programação Orientada a Objetos

11th Grade - University

10 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?