Hardware interview practice
Match uninitialized values to their data types
At time zero, none of four declarations has an explicit initializer or driver. Which mapping of default values is correct?
Choose one
Answer choices
- A. bit=X, int=X, logic=0, wire=0
- B. All four values are 0
- C. All four values are X
- D. bit=0, int=0, logic=X, undriven wire=Z
