PEC-OOPS

PEC-OOPS

11th Grade

16 Qs

quiz-placeholder

Similar activities

SK T5 Bahasa Penskripan Klien

SK T5 Bahasa Penskripan Klien

11th Grade

15 Qs

3.1 Persekitaran Kod Arahan

3.1 Persekitaran Kod Arahan

8th - 12th Grade

15 Qs

SUMATIF 1

SUMATIF 1

11th Grade

20 Qs

If-Else

If-Else

11th Grade - University

17 Qs

Grand Quiz (Python)

Grand Quiz (Python)

6th - 12th Grade

20 Qs

Manipulasi Data String

Manipulasi Data String

9th - 12th Grade

16 Qs

các lệnh vào ra đơn giản

các lệnh vào ra đơn giản

9th - 12th Grade

15 Qs

PBD 3.1

PBD 3.1

KG - 12th Grade

20 Qs

PEC-OOPS

PEC-OOPS

Assessment

Quiz

Education

11th Grade

Hard

Created by

see tha

Used 5+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the valid statement to declare and initialize an array.

int[] A = {}

int[] A = {1, 2, 3}

int[] A = (1, 2, 3)

int[][] A = {1,2,3}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the valid statement to declare and initialize an array.

int[][] A = {1,2,3}

int[] A = {}

int[] A = {1, 2, 3}

int[] A = (1, 2, 3)

int[][] A = {1,2,3}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the object created with new keyword?

At Run time

At compile time

Depends on the Code

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the corrected definition of a package.

A package is a collection of editing tools

A package is a collection of classes

A package is a collection of classes and interfaces

A package is a collection of interfaces

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A blueprint for a software object is called a ___.

object

program

API

class

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many Bytes are reserved for "Char" data type in JAVA?

1 Byte

2 Bytes

2 Bits

14 Bits

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the keyword among the following that makes a variable belong to a class,rather than being defined for each instance of the class.

final

static

volatile

abstract

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?