Final TM ISIAN Flashcards

1
Q

Proses representasi data dan program dalam bentuk sama dengan pengertiannya (semantik), dengan menyembunyikan rincian / detail implementasi adalah pengertian dari:

A

Abstract data type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Fitur utama dari Abstract Data Types adalah:

A

Abstraction, Encapsulation, and Information Hiding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Instance dari sebuah kelas adalah:

A

Object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Subprogram yang mendefinisikan operasi pada objek disebut:

A

Method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Fasilitas utama untuk mendukung sub program concurrency adalah:

A

Semaphore, Monitor, and Message Passing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Kode unit pada exception handling, disebut:

A

Exception Handler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Pada C++, Information hiding terdiri dari:

A

private (hidden) and public (visible)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Pengertian dari pernyataan (Kuantor Universal) A.B adalah:

A

Untuk semua A, B adalah benar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Propositions pada logic programming languages dapat dinyatakan dalam bentuk:

A

Symbolic Logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Sebuah struktur data yang terdiri dari counter dan antrian (queue) untuk menyimpan “task descriptors”, disebut:

A

Semaphore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Diketahui sebuah statement: h (x)  x * x, maka hasil dari ( h, (1, 2, 3)) , adalah:

A

(1, 4, 9)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly