Answer: Layer 3
Explanation:
The layer 3 in OSI model is the network layer which is responsible for routing the packet across the network.
So we need a switch and a router for the LAN and WAN connection and both of them has to support the same protocols at layer 3.
Answer:
See attachment for flowchart
Explanation:
The flowchart is as follows:
Step1: Start
This begins the flowchart
Step 2: Input Score1, Score2, Score3
This gets user input for the three subjects
Step 3: Average = (Score1 + Score2 + Score3)/3
This calculates the average of the three subjects
Step 4: Print Average
This displays the calculated average
Step 5: Stop
This signals the end of the flowchart
Answer:
B.
Explanation:
A. is not the correct answer because that is called a LAN cable (ethernet)
C. is not correct because it has nothing to do with text messages or printing
D. is called a Bus, and isn't the right answer either
A) <span>unauthorized duplication of software </span>
Answer:
Consider the language defined by the following regular expression. (x*y | zy*)* 1. Does zyyxz belong to the language?
O. No, because zyy does not belong to x*y nor zy*
2. Does zyyzy belong to the language?
Yes, because both zy and zyy belong to zy*.
Explanation: