Are based on the following Pascal code.
FOR i:=1 TO n -1 do
BEGIN
k:=i:
FOR j:=i+1 TO n DO
IF A[j]
THEN k:=j:
IF k<>i
THEN BEGIN
X:=A[k];
A[k]:=A[i];
A[i]:=x
END
END;
<---> The sorting method described by the code is called()
A.Insertion sort
B.Selection sort
C.Radix sort
D.Merge sort
A.集线器
B.网桥
C.路由器
D.网关
A.内模式
B.模式
C.外模式
D.概念模式
A.环境变量
B.管道
C.特殊文件
D.管理命令
A.时序产生器
B.程序计数器
C.操作控制器
D.指令寄存器