東京大学 情報理工学系研究科 創造情報学専攻 2012年8月実施 筆記試験 第4問
Author
Description
日本語
以下に示す情報システムに関する8項目から4項目を選択し、各項目を4~8行程度で説明せよ。必要に応じて例や図を用いてよい。
- NP 完全性
- 末尾再帰
- ステップ応答と伝達関数
- 離散コサイン変換(DCT)
- 公開鍵暗号
- DNS (Domain Name Service)
- TLB (Translation Lookaside Buffer)
- LL(1)構文解析
English
Select four items out of the following eight items concerning information systems, and explain each item in approximately 4~8 lines of text. If necessary, use examples or figures.
- NP-complete
- Tail recursion
- Step response and transfer function
- Discrete Cosine Transform, DCT
- Public-key cryptosystem
- DNS (Domain Name Service)
- TLB (Translation Lookaside Buffer)
- LL(1) parsing
题目描述
从下列八个信息系统相关主题中任选四个,每个用约 4~8 行说明;必要时可使用示例或图。
- NP 完全性。
- 尾递归。
- 阶跃响应与传递函数。
- 离散余弦变换(DCT)。
- 公钥密码体制。
- DNS(域名系统)。
- TLB(地址转换后备缓冲器)。
- LL(1) 语法分析。
Kai
NP-complete
NP complete is a NP problem that every NP problem can (Karp) reduce to,
i.e. ,
where a NP (nondeterministic polynomial) problem is that can be verified in polynomial time, but not necessarily able to be solved in polynomial time.
Note that NP-Complete problems are the intersection of NP and NP-Hard problems, which means they are the supremum of NP and the infimum of NP-Hard.
The “first” NP-Complete problem is Circuit-SAT that asks if there is a way of input (with bits) to so that the output of a logic digital circuit is 1.