Quiz Akhir Sesi

Quiz Akhir Sesi

University

15 Qs

quiz-placeholder

Similar activities

Asesmen Awal Pemrograman

Asesmen Awal Pemrograman

10th Grade - University

20 Qs

Linked List and Arrays in JAVA

Linked List and Arrays in JAVA

University

16 Qs

R variable Data Type and Flow Control Quiz

R variable Data Type and Flow Control Quiz

University

12 Qs

SISTEM OPERASI_MANAJEMEN FILE DAN I/O

SISTEM OPERASI_MANAJEMEN FILE DAN I/O

University

10 Qs

UTS Praktikum SDA KOM B - 2 Ed

UTS Praktikum SDA KOM B - 2 Ed

University

20 Qs

PDS - 04225 Searching & Algorithm Analysis - Chapter 4

PDS - 04225 Searching & Algorithm Analysis - Chapter 4

University

10 Qs

Data Structure Quiz1

Data Structure Quiz1

University

20 Qs

Quiz PBO SIA

Quiz PBO SIA

University

20 Qs

Quiz Akhir Sesi

Quiz Akhir Sesi

Assessment

Quiz

Computers

University

Medium

Created by

Karen Etania

Used 4+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Manakah yang TIDAK termasuk array?

Vector

ArrayList

Void

2.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

"Waktu yang dipakai oleh ArrayList lebih pendek daripada Vector"

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

Manakah yang termasuk konsep dari Object Oriented Programming?

Clustering

Regression

Classification

Polymorphism

4.

FILL IN THE BLANK QUESTION

1 min • 6 pts

Class dalam OOP adalah ........ sebelum dibuatkannya objek

5.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

Implementasi Array mana yang aman digunakan banyak thread secara bersamaan?

Dynamic Array

Vector

Static Array

ArrayList

6.

MULTIPLE CHOICE QUESTION

1 min • 8 pts

Tentukan Output dari Code di bawah ini!  

      int[] arr = {3, 5, 10, 6, 3};

        int x= 0; 

       for (int i = 0; i < arr.length; ++i) {

            x+= arr[i];   }

        System.out.println(x);

25

3

23

27

7.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

public static int create(){

........ }

Apakah method ini seharusnya menggunakan return?

With Return

No Return

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?