下圖是那一種正反器(flip-flop)?XDQQ'ClkClk
(A)SR flip-flop
(B)Positive-edge-triggered D flip-flop
(C)Master-slave D flip-flop
(D)T flip-flop
一電路由3 個暫存器(R0, R1, R2)與1 個2 對1 多工器(2×1 MUX)與2 輸入端或閘(OR)所組成如下圖所示;其中多工器當S=0 時,選擇標示為0 的輸入當輸出,當S=1 時,選擇標示為1 的輸入當輸出。當Load=1 時,R0 進行資料載入動作,而當Load=0 時,R0 的資料維持不變。試問該電路實現下列何種微指令運算?(註:Ri←Rj 表示暫存器Rj 的資料內容轉移至暫存器Ri。)R2R1SMUX01LoadR0K1K2OR
(A)if (K1=1) then (R0←R1) else if (K2=1) then (R0←R2)
(B)if (K2=1) then (R0←R1) else if (K1=1) then (R0←R2)
(C)if (K1=1) then (R0←R2) else if (K2=1) then (R0←R1)
(D)if (K2=1) then (R0←R2) else if (K1=1) then (R0←R1)
下列那一種網路服務協定,在實際應用上,通常建構在UDP(User Datagram Protocol)網路通信協定之上?
(A)HTTPS(Hypertext Transfer Protocol Secure)
(B)SMTP(Simple Mail Transfer Protocol)
(C)TELNET(Teletype network)
(D)VoIP(Voice over Internet Protocol)