What kind of notation is used to store memory addresses?

A. hexadecimal
B. octal
C. binary
D. decimal


A

Computer Science & Information Technology

You might also like to view...

Write the program using an if command and then rewrite it using a case command. This program can be useful when reading yes/no responses from the terminal.

Write a program called isyes that returns an exit status of 0 if its argument is yes, and 1 otherwise. For purposes of this exercise, consider y, yes, Yes, YES, and Y all to be valid yes arguments: $ isyes yes $ echo $? 0 $ isyes no $ echo $? 1

Computer Science & Information Technology

A(n) ________ computer company might provide better customer support than a no name computer company

Fill in the blank(s) with correct word

Computer Science & Information Technology

When creating expressions, the ________ is useful to beginning users

Fill in the blank(s) with correct word

Computer Science & Information Technology

List two static routes to route data from LAN A to LAN C in the network shown in Figure 9-14, assuming the subnet mask 255.255.255.0.

Computer Science & Information Technology