MCQOPTIONS
Saved Bookmarks
| 1. |
The correct syntax for any logical shift operator like SLL and SRL is_____ |
| A. | bit_vector_operand <OPERATOR> integer_operand |
| B. | integer_operand <OPERATOR> bit_vector_operand |
| C. | std_logic_operand <OPERATOR> integer_operand |
| D. | integer_operand <OPERATOR> std_logic_operand |
| Answer» B. integer_operand <OPERATOR> bit_vector_operand | |