Lý Thuyết CSD

Lý Thuyết CSD

University

67 Qs

quiz-placeholder

Similar activities

Kiểm tra kiến thức Python

Kiểm tra kiến thức Python

10th Grade - University

65 Qs

Musculoskeletal System Practice Quiz

Musculoskeletal System Practice Quiz

12th Grade - University

70 Qs

Exam 4

Exam 4

University

71 Qs

friday night funkin (copied updated later)

friday night funkin (copied updated later)

1st Grade - University

70 Qs

SIMULACRO G1A COMUNICACIÓN

SIMULACRO G1A COMUNICACIÓN

University

64 Qs

Kiểm Tra Cuối Kỳ II Môn GDKT - PL 11

Kiểm Tra Cuối Kỳ II Môn GDKT - PL 11

11th Grade - University

62 Qs

Câu hỏi về lập trình Python

Câu hỏi về lập trình Python

10th Grade - University

64 Qs

Data Mining

Data Mining

University - Professional Development

69 Qs

Lý Thuyết CSD

Lý Thuyết CSD

Assessment

Quiz

Other

University

Medium

Created by

Hải .

Used 2+ times

FREE Resource

67 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Specify the correct statement about open addressing method for handling collision
Select one:

A. Each position of the table is associated with a linked list or chain of structures whose info fields store keys or references to keys

B. The collision is resolved by finding an available table entry other than the position to which the colliding key is originally hashed

C. The collision is resolved by open an address to store any collision

D. An address is opened for storing keys

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the most correct statement:

A. In all cases the insertion sort is O(n^2).

B. The complexity of insertion sort is O(n^2), in the best case it is O(n).

C. The complexity of insertion sort is Onlog n), in the best case it is O(n).

D. The complexity of insertion sort is O(n^2), in the best case it is O(nlog n).

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Specify the correct statement about chaining method for handling collision

A. In chaining, each position of the table is associated with a linked list or chain of structures whose info fields store keys or references to keys

B. In chaining, only some positions of the table is associated with a linked list or chain of structures whose info fields store keys or references to keys

C. In chaining, the linked-list is used instead of array for a hash table

D. None of others

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Run length encoding is a lossless compression method in which repeated occurrences of a symbol are replaced by one occurrence of the symbol followed by the number of occurrences.

A. True

B. False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a max heap tree,.......

A. Values in a node is greater than every value in left sub tree and smaller than right sub tree

B. Values in a node is greater than every value in children of it

C. Both of other conditions applies

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the statement that is most correct.
Basically, the complexity of counting the number of items in a doubly-linked list is

A. O(n)

B. O(n^2)

C. O(nlogn)

D. O(1)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Linked lists are best suited

A. for relatively permanent collections of data

B. for the size of the structure and the data in the structure are constantly changing

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?