MIDTERM IS2C ONLINE QUIZ

MIDTERM IS2C ONLINE QUIZ

1st Grade

15 Qs

quiz-placeholder

Similar activities

Scratch Coding

Scratch Coding

1st - 5th Grade

15 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - University

10 Qs

Pemrograman berorientasi objek

Pemrograman berorientasi objek

1st - 10th Grade

13 Qs

CHAPTER 5 - COLLISION DETECTION

CHAPTER 5 - COLLISION DETECTION

1st - 12th Grade

10 Qs

TIN HOC 3- BAI BAN PHIM MAY TINH

TIN HOC 3- BAI BAN PHIM MAY TINH

1st Grade

10 Qs

scratch jr

scratch jr

1st Grade

10 Qs

Grade III revision Quiz

Grade III revision Quiz

1st Grade

20 Qs

Scratch Coding

Scratch Coding

KG - 5th Grade

10 Qs

MIDTERM IS2C ONLINE QUIZ

MIDTERM IS2C ONLINE QUIZ

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Mary Columbres

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is usually some form or error, which happens during the normal course of program execution.

Exception

Swing

Input

IO

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What package is needed for JOptionPane

java.io

java.util

javax.swing

javax.data

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is a method from JOptionPane where you can use for displaying a message.

showDialog()

showOptionPane()

showMessageDialog()

showDisplayDialog()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify what type of exception that shown below:

int x;

x=10/3;

IOException

NumberFormatException

ArithmeticException

ArrayFormatException

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify what type of exception that shown below:

String name[]=new String[5];

name[5]="";

ArrayFormatException

ArrayIndexOutOfBoundsException

NullPointerException

StackOverFlowException

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify what type of exception that shown below:

int x=10, y=0;

int result;

result=x/y;

NumberFormatException

NullPointerException

ArithmeticException

ArrayFormatException

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A method from JOptionPane that used to get input from the user.

showJOptionpaneDialog()

showInputDialog()

showGetDialog()

showSetDalog()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?