POST QUIZ JAVA

POST QUIZ JAVA

12th Grade

10 Qs

quiz-placeholder

Similar activities

Ap computer science a

Ap computer science a

1st - 12th Grade

15 Qs

ICT 2  928 Part 2

ICT 2 928 Part 2

12th Grade

10 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

ArrayList

ArrayList

10th - 12th Grade

11 Qs

Algorithm

Algorithm

10th - 12th Grade

10 Qs

If-Statements

If-Statements

9th - 12th Grade

10 Qs

Test Excel

Test Excel

10th - 12th Grade

9 Qs

POST QUIZ JAVA

POST QUIZ JAVA

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Idalaila Aziz

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?