Answer: (D) It makes smaller collision domain and (F) It increases the number of collision domains.
Explanation:
The result of segmenting a given network with the bridge is that it basically break the domain of the collision that increases the domain number. In additionally, it also makes it more smaller.
Switch basically expands the quantity of collision network domain in the system. Switches are designed with V-LANs will diminish the given size of domain of the collision by increasing the number of the collision domain in the network.
The variable 10 ~ 810 would equal off to 10 leaving 40 left over..
Answer:
for (int i=0; i<passCode.length(); i++) {
if ((passCode.charAt(i) >= 65 && passCode.charAt(i) <= 90) || (passCode.charAt(i) >= 97 && passCode.charAt(i) <= 122)) {
System.out.println("Alphabetic at " + i);
}
}
Explanation:
The rest of the code should be as above.
In order to check if the character is alphabetic or not, we need to use ASCII table. Characters are represented as integers in the ASCII table. For example "a" equals 97, "A" equals 65.
Then all we need to is to check if the character value in ASCII is in alphabetic ranges. If it is, print the index of the character.
It doesn't matter both are the same the name brand is just a little pricey