The following code segment generates a periodic clock signal “clk” with time period:
initial clk = 1’b1;
always #10 clk = ~clk;
None of these
10
20
30
Quảng cáo
Trả lời:

Chọn đáp án C.
Hot: Đăng kí gói VIP VietJack thi online kèm đáp án chi tiết không giới hạn toàn bộ website (chỉ từ 199k). Đăng kí ngay
CÂU HỎI HOT CÙNG CHỦ ĐỀ
Câu 1
None of the above
Suspend simulation
End simulation
Exit simulator
Lời giải
Chọn đáp án D.
Câu 2
9
Invalid expression
6
27
Lời giải
Chọn đáp án D.
Câu 3
It cannot be determined exactly how many times the value of ‘x’ will be printed
The simulation will print the current value of ‘x’ 15-times
The simulation will print the current value of ‘x’ 13-times
The simulation will always display 15 as the value of ‘x’
Lời giải
Bạn cần đăng ký gói VIP ( giá chỉ từ 199K ) để làm bài, xem đáp án và lời giải chi tiết không giới hạn.
Câu 4
A. 6’b111000
B. 6’b011000
C. None of the above
D. 6’b111111
Lời giải
Bạn cần đăng ký gói VIP ( giá chỉ từ 199K ) để làm bài, xem đáp án và lời giải chi tiết không giới hạn.
Câu 5
A. 00100110
B. 00111110
C. 01111110
D. None of these
Lời giải
Bạn cần đăng ký gói VIP ( giá chỉ từ 199K ) để làm bài, xem đáp án và lời giải chi tiết không giới hạn.
Câu 6
All of the above
A variable index used at the RHS of an “assign” statement generates a multiplexer whereas usage of it at the LHS results in a decoder
The “assign” statement can be used to implement both combinational as well as sequential circuits
The use of conditional operator in an “assign” statement always results in a multiplexer
Lời giải
Bạn cần đăng ký gói VIP ( giá chỉ từ 199K ) để làm bài, xem đáp án và lời giải chi tiết không giới hạn.
Câu 7
110x
1100
xxxx
None of the above
Lời giải
Bạn cần đăng ký gói VIP ( giá chỉ từ 199K ) để làm bài, xem đáp án và lời giải chi tiết không giới hạn.