POST QUIZ JAVA

POST QUIZ JAVA

12th Grade

10 Qs

quiz-placeholder

Similar activities

Objekti in razredi JavaScripta

Objekti in razredi JavaScripta

10th - 12th Grade

12 Qs

Ap computer science a

Ap computer science a

1st - 12th Grade

15 Qs

Quiz on Array

Quiz on Array

11th - 12th Grade

10 Qs

7mo02

7mo02

12th Grade

11 Qs

M.I.T.E QUIZ 4 March

M.I.T.E QUIZ 4 March

2nd - 12th Grade

10 Qs

Test Excel

Test Excel

10th - 12th Grade

9 Qs

ng evaluation form

ng evaluation form

12th Grade

15 Qs

Bab 2 | Latihan Pengukuhan II

Bab 2 | Latihan Pengukuhan II

12th 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

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?