Event Handling IPT

Event Handling IPT

2nd Grade

8 Qs

quiz-placeholder

Similar activities

Что мы помним по разработке бота дискорд?

Что мы помним по разработке бота дискорд?

1st - 5th Grade

13 Qs

iGCSE ICT: Chapter 1

iGCSE ICT: Chapter 1

KG - 8th Grade

12 Qs

LC Coding Fundamental 2

LC Coding Fundamental 2

2nd Grade

10 Qs

Android Copa Piston

Android Copa Piston

1st - 10th Grade

10 Qs

Computer Sequences

Computer Sequences

2nd Grade

10 Qs

Operating System

Operating System

2nd - 10th Grade

10 Qs

Algorithms

Algorithms

2nd - 6th Grade

11 Qs

Roblox L29 NPC scripting

Roblox L29 NPC scripting

1st - 5th Grade

10 Qs

Event Handling IPT

Event Handling IPT

Assessment

Quiz

Computers

2nd Grade

Easy

Created by

ANIS (PBU)

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Correct types of Event is

List Event

Hierarchy Event

Background Event

Custom Event

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Events are generated as result of user interaction with the..

GUI components.

database

software

hardware

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Foreground events require direct interaction of the user. They are generated as consequences of a person interacting with the GUI components.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Examples of Event are pressing a button, selecting, time remaining, failure notification

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code execution analogy is ..

bridge

signboard

tree

traffic light

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are most used event classes that have been discuss in class EXCEPT

MovingEvent

ActionEvent

ItemEvent

MouseEvent

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Examples of event listener are ActionListener, ItemListener, MouseListener, KeyListener

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Method of actionPerformed() as below :

void actionPerformed(ItemEvent ae)

True

False