阿摩線上測驗 登入

試題詳解

試卷:112年 - 112 學士後醫學系招生考試試題:計算機概論與程式設計#137106 | 科目:【阿摩】未分類題庫

試卷資訊

試卷名稱:112年 - 112 學士後醫學系招生考試試題:計算機概論與程式設計#137106

年份:112年

科目:【阿摩】未分類題庫

1. “Hash Table” is an effective data structure for implementing dictionaries. What is a hash table and how does it work?
(A) A hash table is a data structure that uses a hash function to map keys to values, allowing for fast retrieval of data.
(B) A hash table is a data structure that stores data in a sorted manner for fast searching.
(C) A hash table is a data structure that allows for efficient sorting of data.
(D) A hash table is a data structure that stores data in a hierarchical manner for fast searching.
(E) None of the above.

正確答案:登入後查看