Which statement is false?
a) The result of shifting a value is undefined if the right operand is negative.
b) The result of shifting a value is undefined if the right operand has more bits than the number of bits in which the left operand is stored.
c) Left shifting is machine dependent.
d) Right shifting is machine dependent.
c) Left shifting is machine dependent.
Computer Science & Information Technology
You might also like to view...
What are the default cell margins of a table?
A) 0.08" for top and bottom; 0" for left and right B) 0" for top and bottom; 0.08" for left and right C) 0.25" for all cell margins D) 0.2" for top and bottom; 0.15" for left and right
Computer Science & Information Technology
A set of saved tasks used to automate a task is called a ________
A) placeholder B) macro C) control D) mask
Computer Science & Information Technology