Short answer yes. kinda long answer people can scan the photo and easily see or they can just look up the same image
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.
Answer:
Option (4) is the correct answer.
Explanation:
In Java programming language ,array collection starts from 0 index location and ends in a size-1 index location. So to access the last elements the user needs to use a[Size-1] statement. so to modify the value of the last location of the array the user needs to use "a[size-1]= element;".
But when the user wants to add some new value to the end of the array list collection then he needs to use the statement--
a.add(element); //where add is a function, element is a value and a is a array list object.
Another option is invalid because--
- Option 1 is not the correct because "a[3]=element;" modify the value of the 3rd element of the array.
- Option 2 gives a compile-time error because add functions bracts are not closed.
- Option 3 gives the error because a[4] gives the location of the 5th element of the array but the above question says that a is defined with 4 elements.
Answer:
see shawty problem is, I havent had that phase yet, my cousin would be able to answer this tho