JAVA GUI

JAVA GUI

11th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

QUIZ 5S SMKN 5 SKA

QUIZ 5S SMKN 5 SKA

11th Grade

20 Qs

Excel Overview

Excel Overview

9th - 12th Grade

10 Qs

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

SIMKOM

SIMKOM

12th Grade - Professional Development

15 Qs

Latihan soal construct 3

Latihan soal construct 3

1st - 12th Grade

10 Qs

Review for Midterm Test ICT 3

Review for Midterm Test ICT 3

1st - 11th Grade

15 Qs

Bahasa Indonesia Kelas 5 Tema 3

Bahasa Indonesia Kelas 5 Tema 3

11th - 12th Grade

20 Qs

Pemberian Ukuran dan Cetak Gambar 2D

Pemberian Ukuran dan Cetak Gambar 2D

11th Grade

12 Qs

JAVA GUI

JAVA GUI

Assessment

Quiz

Computers, Other, Instructional Technology

11th - 12th Grade

Medium

Created by

Franco Corapi

Used 25+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

quali librerie è necessario includere per usare l'interfaccia grafica in JAVA

javax.swing.* e java.awt.*

java.GUI.*

javax.GUI.* e javax.swing.*

javax.grafica.* e java.GUI

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale dei seguenti oggetti contenitore in JAVA è gerarchicamente superiore

JPanel

JFrame

JButton

JTextField

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Per impostare la dimensione del JFrame frm con larghezza 200px ed altezza 300px si utilizza l'istruzione

frm.setSize(200,300);

frm.paint(300,200);

frm.setSize(300,200);

frm.setVisible( 300, 200 );

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

quale delle seguenti dichiarazioni prevede un layout con 4 righe e 2 colonne

GridLayout lay1=new GridLayout(2,4);

Layout lay1=new Layout(4,2);

GridLayout lay1=new GridLayout(4,2);

Layout lay1=new Layout(2,4);

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Nel BorderLayout lo spazio orizzontalmente a sinistra è indicato dalla costante

NORTH

SOUTH

EAST

WEST

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Indicare l'istruzione corretta per aggiungere un bottone b al pannello p

p.aggiungi(b);

b.add(p)

p.add(b)

non si può aggiungere un bottone ad un pannello

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale dei seguneti oggetti permette all'utente di scrivere al suo interno

JLabel

JTextField

JButton

JFrame

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?

Discover more resources for Computers