Given the following two statements, what are the contents of the mask? mask = 0x01 << 3; mask = ~mask;
A. 0x01
B. 0x03
C. 0x05
D. 0x06
E. 0x07
Answer: E
Computer Science & Information Technology
You might also like to view...
____ is like hypertext, but includes GUIs, images, sound, animation, and applications.
A. Hypermedia B. Memex C. HTML D. Hyperties
Computer Science & Information Technology
In heapsort, after we convert the array into a heap, the ____ phase begins.
A. division B. merging C. inserting D. sorting
Computer Science & Information Technology
MySQL is an example of a(n):
a. LAMP b. DBA c. API d. RDBMS
Computer Science & Information Technology
If you have generated the IP address 165.100.18.44/18 by using CIDR, what is the number of bits used for the host identifier?
A. 14 B. 18 C. 44 D. 100
Computer Science & Information Technology