Skip to main content

Posts

Showing posts from March, 2020

Video Lacture Silver OAK Java

1. Object Oriented Modelling and Design with UML 2.Object Oriented Modelling and Design with UML 3.Object Oriented Modelling and Design with UML 4. Object Oriented Modelling and Design with UML

silver Oak Uni Video Files

Subject Topic Name Prepared By Dept Youtube URL 1 Mobile Computing and Wireless Communication Introduction to Wireless Communication Prof. Ati Garg CE / IT  https://youtu.be/O90TSHaMiMQ 2 Mobile Computing and Wireless Communication Protocol Layers Prof. Ati Garg CE / IT  https://youtu.be/GzG1gASXoPg 3 Mobile Computing and Wireless Communication Error Correction and Detection Prof. Ati Garg CE / IT  https://youtu.be/BFMqPU6DAO8 4 Analysis and Design Algorithm Floyd-Warshall Algorithm Prof. Keyur Shah CE / IT  https://youtu.be/2bgrwN0WMJM 5 Analysis and Design Algorithm Introduction to Dynamic Programming Prof. Keyur Shah CE / IT  https://youtu.be/3bbrKK1LnOU 6 Analysis and Design Algorithm Principle of Optimality Prof. Keyur Shah CE / IT  https://youtu.be/eTYRsb9Z4mM 7 Analysis and Design Algorithm Applications of Dynamic Programming Prof. Keyur Shah CE / IT  https://youtu.be/AgwWT0NK3VQ 8 Analysis and Design Algorithm Greedy Method Prof. Keyur Shah CE / IT  https://youtu.be/s

Programming for Problem Solving JAVA

List of Experiment (1) Write a Program that displays Welcome to Java, Learning Java Now and Programming is fun. Program Code (2) Write a program that solves the following equation and displays the value x and y:1)3.4x+50.2y=44.5  2) 2.1x+.55y=5.9 (Assume Cramer’s rule to solve equation  ax+by=e     x=ed-bf/ad-bc      cx+dy=f      y=af-ec/ad-bc ) Program Code (3) Write a program that reads a number in meters, converts it to feet, and displays the result. Program Code (4) Body Mass Index (BMI) is a measure of health on weight.  It can be calculated by taking your weight in kilograms and dividing by the square of your height in meters.  Write  a  program that prompts the user to enter a weight in pounds and height in inches and displays the BMI.Note:-1 pound=.45359237 Kg and 1 inch=.0254 meters. Program Code (5) Write a program that prompts the user to enter three integers and display the integers in decreasing order. Program Code (6) Write a program that prompts the user to enter a lette

Contact Form

Name

Email *

Message *