Answer:
IP address and subnet mask.
Explanation:
The two components which are configured via software in order for a personal computer (PC) to participate in a network environment are;
I. IP address: it is an acronym for internet protocol address and can be defined as a unique number assigned to a computer or other network devices, so as to differentiate each device from one another in an active network system. Thus, an IP address is typically used to uniquely identify each computer or network devices connected to the internet or network.
In Computer networking, IP address are classified into two (2) main categories and these are; Local (internal) IP address and Global (external) IP address.
Also, the internet protocol (IP) address comprises of two (2) versions and these are; Internet protocol version 4 (IPv4) and Internet protocol version 6 (IPv6). An example of an IPv4 address is 192.168.1.0.
II. Subnet mask: this is a logical segmentation or subdivision of an internet protocol (IP) network so as to accommodate more hosts (computer systems). An example of a subnet mask is 255.255.0.0.
Answer:
The answers are:

Explanation:
<u>a. (1001111) 2 = ( ) 10</u>
In order to convert a base 2 number to base 10 number system the place values are used.
the procedure is as follows:

<u>b) (11000001) 2 = ( ) 16</u>
In order to convert a base 2 number into base 16, group of 4-bits are made starting from right to left
The groups from the given number are:
1100 0001
Then the groups are changed in to decimal/hexa
So,

Writing in the same order in which groups were:

<u>c) (E16) 16 = ( ) 10</u>

<u>d) (56) 10 = ( ) 16</u>
Dividing by 16 and noting remainders
16 56
3 - 8
So,
The number in base 16 is 38
<u>e) (63) 10 = ( ) 2</u>
Dividing by 2
2 63
2 31 - 1
2 15 - 1
2 7 - 1
2 3 - 1
1 - 1
So the number after converting in base 2 is:
111111
Hence,
The answers are:

C is the answer to your question
C
Answer:
The required cash used to retire a debt can be computed as follows:
Cash used to retire debt = cash available to retire a debt, if the cash available to retire debt is less than the loan balance from previous month. Otherwise, cash used to retire debt is equal to the loan balance from previous month.
The excel formula to perform this task is provided as follows:
D33 = IF(D32<C34,D32,C34)
The same formula is used to get the values for E33 to I33.
Explanation:
See the attached picture for table.