Given a variable containing the value 0x96, which statement shown below results in the value 0x09?

A. var << 2
B. var << 4
C. var >> 2
D. var >> 4
E. var & 6

Answer: D

Computer Science & Information Technology

You might also like to view...

When a company archives data for later analysis, the data is being stored in the company's ________

A) transactional database B) operational database C) data warehouse D) data mining database

Computer Science & Information Technology

When using EUI-64 for addressing, the MAC address is split in half and ________ is inserted between the two halves with the seventh bit of the interface ID inverted

A) FFFE B) FD C) FE D) FE80

Computer Science & Information Technology