【单选题】下面关于随机存取存储器(RAM)的叙述中,正确的是
A.
RAM分静态RAM(SRAM)和动态RAM(DRAM)两大类
【单选题】下面关于随机存取存储器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
【单选题】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.
【单选题】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