Answer:
The main difference between GUI and CLI is that the Graphical User Interface (GUI) allows the user to interact with the system using graphical elements such as windows, icons, menus while the Command Line Interface (CLI) allows the user to interact with the system using commands.
Explanation:
Answer:
The match is as follows:
ROUND: -trims numbers with trailing decimal digits to display only a specified number of those decimals
COUNT: -tells you how many numbers are present in a set of numbers or cell range
MIN: -tells you the lowest value in a set of numbers
MAX: -tells you the highest value in a set of numbers
Explanation:
The answers are self-explanatory. However, the usage of each function is as follows:
(a) ROUND
= ROUND(<em>cell</em>)
e.g, = ROUND(A1) to round up A1
(b) COUNT
= COUNT(<em>cell range</em>)
e.g. = COUNT(A1,A5)
(c) MIN
= MIN(<em>cell range</em>)
e.g. = MIN(A1,A5)
(d) MAX
= MAX(<em>cell range</em>)
e.g. = MAX(A1,A5)
Answer:
Explanation:
255.255.255.0 is the Subnet for the network DCI, it makes it a workable network to allow 254 users.
It as an IP address exclusion range between 192.168.42.100 - 192.168.42.110, this makes it overall accessible through X. X.X.1 - 99 and X. X. X - 110 - 252.From this, 90 address are being used, so 2 addresses can be picked as 192.168.42.6 and 192.168.42.106. These are 100 addresses apart, and the final Ocet is not more than 150.
B) cutting off part of the image
hope it helps