Pert1 Flashcards

1
Q

Operations in Array?

A
  1. Traversal
  2. Insertion
  3. Searching
  4. Deletion
  5. Merging
  6. Sorting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

& operator artinya?

A

address operator

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

dereferencing operator

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

common data structure?

A

arrays, linked list, queue, stack, binary tree, hash table

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

what is data structure?

A

an arrangement of data, either in the computer memory or on the disk storage

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

linked list adalah?

A

a dynamic data structure dimana elementnya dapat di tambahkan atau dihapus dari posisi mana saja. element disebut node

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

bagian depan dan belakang queue?

A

depan: front
belakang: rear

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