Suppose there is XYZ Company and there are different departments like production, marketing, finance, sales etc. Manager of the company want to know about the detail of the employees who are highly paid in each of the department. Write a program using the concept of classes to implement the same.
How tall a ladder should be so that a person of a given height can place several posters on a wall. All posters are pinned to the wall at a mark located at 75% of the posters’ length. Request the user to enter a person’s height (int) in centimeters. Request the user to enter a list of integers such that each integer represents a poster’s length (cm). Assume the user indicates the end of this list by typing a nonpositive integer. Request the user to enter another list of integers such that each integer represents the height, in centimeters, at which the poster with length should be placed on the wall. Assume the user indicates the end of the list by typing a non-positive integer. If the input lists provided are valid then the program should display how tall a ladder needs to be. Otherwise, the message “Invalid posters data” is displayed. the length of a poster cannot exceed the height of the wall. if no ladder is required to place the posters then the program display zero.
traffic lights:
shortest road
Design an implementable routing and bridging solution for the network. Your
solution must address the following design and operation aspect of all routers.
Q.4.1.1 Functionality of the network layer. (5)
Q.4.1.2 Design and implementation of data plane. (5)
Q.4.1.3 Design and implementation of control plane. (5)
Q.4.1.4 Interconnection of networks using bridging systems. (5)
Q.4.2 Draw a detail diagram showing the design and implementation of Q.4.1 above. (15)
Study the adapter structure in the diagram below and then answer the questions that follow.
Diagram:
Q.3.1 Using suitable examples, briefly explain functions of the five components of this
network adapter.
(10)
Q.3.2 Provide a detailed operation analysis of this network adapter. (10)