【单选题】下面关于随机存取存储器RAM的叙述中,正确的是( )
A.
RAM分静态RAM(SRAM)和动态RAM(DRAM)两大类,我们通常所讲的内存由DRAM组成,SRAM主要用来做高速缓冲存储器。
【单选题】In the Dijkstra’s algorithm example discussed in the lecture, each node label represents:
A.
Estimated shortest distance from the source to that node
B.
Estimated shortest distance between that node and one of its neighboring nodes
C.
Estimated shortest distance between that node to the final destination
D.
None of the options given
【简答题】尸冷(algor mortis)(名词解释)
【多选题】赵某在其公司的加班费1000元一直没有得到,由劳动行政部门责令限期支付加班费,期公司仍未支付,劳动行政部门责令加付赔偿金。下列各项中可以作为方某赔偿金的有 )元。
【单选题】The Dijkstra’s algorithm is a greedy algorithm because:
A.
At each step, the algorithm picks the link with the smallest cost
B.
At each step, the algorithm picks the node with the smallest estimated distance
C.
At each step, the algorithm picks the path with the smallest number of links
D.
None of the options given
【单选题】 LS uses Dijkstra’s algorithm to compute the shortest paths.
【多选题】方某在其公司的加班费 1000 元一直没有得到 , 由劳动行政部门责令限期支付加班费 , 预期公司仍未支付 , 劳动行政部门责令加付赔偿金 。 下列各项中可以作为方某赔偿金有 ( ) 。
【单选题】In the Dijkstra’s algorithm example discussed in the lecture, after all nodes are considered,
A.
Every possible shortest path between any two nodes are found
B.
Shortest paths from the source to every other nodes are found
C.
Every possible shortest path made up of different number of links are found
D.
All of the options given