This is stored in the ROM (Read Only Memory)
I believe that is the answer, all i can come up with.
Answer:
A HUB
Explanation:
A hub can described as an hardware or network device use for multi purpose functions like connecting series of internet devices together there by making it possible for all devices to work or function together on a single network.
Hubs are classified into active hub, passive hub, and intelligent hub.
ACTIVE HUB: This type of hub boost the signals but can not perform calculations.
PASSIVE HUB: this type only send the signals but can not boost a signal.
INTELLIGENT HUB: it brings about the boosting of signals and also bring about packets to be analyzed.
The first one is d the second one is true the third one is false
Answer:
B: Avoid Sharing Photos
Explanation:
If you send a photo to a person, you need to be very careful not to send something that can give your information away, this includes but it not limited to Pictures of your town, Pictures of You, Pictures of Friends, Pictures of Family, etc.
Hope I could help!!
Answer:
7
Explanation:
Because the q.length is a inbuilt function in the programming which used to get the length of the array. In the array, there are 7 values are store. Therefore, the size 7 store in the variable z.
For example:
int[] array={1,2};
int x = array.length;
the answer of above code is 2, because the elements present in the array is 2.