1. What are the importance of creating modular jack cable?
Define a class Flight with the following specifications:
Private Members a data member are
Flight number of type integer A data member Destination of type string A data member Distance of type float A data member Fuel of type float A member function CALFUEL() to calculate the value of Fuel as per the following criteria
Distance Fuel
<=1000 500
more than 1000 and <=2000 1100
more than 2000 2200
Public Members
FEEDINFO() A function FEEDINFO() to allow user to enter values for Flight Number, Destination, Distance & call function CALFUEL() to calculate the quantity of Fuel. SHOWINFO() A function SHOWINFO() to allow user to view the content of all the data members
Runtime Input :
305
Nepal
1300
Output :
305
Nepal
1300
1100
3. Cite a situation in which you can apply the knowledge of creating crossover cables.
2. How would you summarize the performance of the students in the below data in excel? Use at least 5 of the functions from the relevant category of functions you have learnt in excel.
Ram Age17 Scores85 A
Ravi Age16 Score 64 B
Roy Age15 Score91 A
Shubha Age17 Score 80 A
Reshma Age18 Score0 B
(10 Marks)
2. What are the importance of creating crossover cables?
Write and run a visual payroll program for 10 employee of a company.The gross pay sums the basic pay, housing allowance and professional allowance (where applicable).Workers grade levels range from 1to 16. Housing allowance of workers is 30% of basic pay for workers on levels 8 to 16 and 40% for levels 1-7 workers.Transport allowance is 20% of basic pay for all workers. Hazard allowance is 15% of basic pay for only levels 8-16 workers. The net pay, which is the take home pay is the gross pay tax (10% of gross pay). Designs form through which each workers data can be entered. In a flowchart form
1. What are the importance of creating straight through cable?