Java GUI Quiz

Java GUI Quiz

University

5 Qs

quiz-placeholder

Similar activities

Pengenalan Aplikasi App Inventor

Pengenalan Aplikasi App Inventor

9th Grade - University

10 Qs

Pertemuan 2 Android - 12:00

Pertemuan 2 Android - 12:00

University

10 Qs

Programación 1: Examen Final Teórico

Programación 1: Examen Final Teórico

University

10 Qs

Microsoft Excel Revision

Microsoft Excel Revision

University

10 Qs

Visual Programming

Visual Programming

University

10 Qs

Tkinter

Tkinter

University

10 Qs

JPRG Topic 3 - Graphical User Interfaces

JPRG Topic 3 - Graphical User Interfaces

University

6 Qs

Lourdes Amaranta Ayala Gracia

Lourdes Amaranta Ayala Gracia

8th Grade - University

10 Qs

Java GUI Quiz

Java GUI Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Arnold Galve

Used 16+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A library used to create window-based applications.

java.util

java.swing

java.string

java.awt

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The most common form of a container is the _____ which represents a container that can be displayed on the screen.

panel

frame

canvas

form

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following containers is ideally used to perform actions or processes in your Java GUI program?

label

text field

button

radio button

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following containers is used to present options wherein more than one choice may be selected?

label

text field

check box

radio button

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following containers is used to capture input(s) from users?

label

textbox

button

rich text field