Skip to main content

Posts

Showing posts from July 18, 2016

cs302 Assignment # 2 2016 solution

Digital Logic Design (CS302) Assignment # 02 Total marks = 20                                                                               Deadline Date 18 July, 2016 Please carefully read the following instructions before attempting assignment. RULES FOR MARKING It should be clear that your assignment would not get any credit if: The assignment is submitted after the due date. The submitted assignment does not open or file is corrupt. Strict action will be taken if submitted solution is copied from any other student or from the internet. You should concern the recommended books to clarify your concepts as handouts are not sufficient. You are supposed to submit your assignment in .doc or docx format. Any other formats like scan images, PDF, zip, rar, ppt and bmp etc will not be accepted. Topic Covered: ·          Multiplexor ·          Demultiplexor ·          ABEL

MGT201 Assigment 2016

MGT201 ASSIGNMENT # 1 DUE DATE: 18TH JULY, 2016 1. Based upon above information, calculate total return, average return and standard deviation of Company A’s stock. (6 marks) Solution: Total Return = 16.85 % Avg. Return = 3.37 % St. dev = 5.94 % 2. Based upon above information, calculate expected return and standard deviation of Company B’s stock. (3 marks) Solution: Expected Return = 4.95 % Std. Dev = 6.9 % 3. Using co-efficient of variation as a risk measure, determine which one of the following two stocks is more risky? (1 marks) Solution: A. Company A’s stock Solution: C.V of A = 1.76 % B. Company B’s stock Solution: C.V of B = 1.39 %

cs101 Assignment 2016 solution

For More Help Ya guides  Visit our Fb Page https://www.facebook.com/vukhi01/ <html> <head> <title></title> <script> var firstvalue,secondvalue,operator,sum,total; function FirstValue() { if(document.getElementById("inputbox").value=="") { window.alert("Enter A correct number!"); } else {  firstvalue=parseInt(document.getElementById("inputbox").value); operator=document.getElementById("plus").value; sum=firstvalue + operator; document.getElementById("info").innerHTML=sum; document.getElementById("inputbox").value=""; document.getElementById("plus").disabled = true; document.getElementById("equal").disabled = false; document.getElementById("inputbox").autofocus = true; } } function SecondValue() { if(document.getElementById("inputbox").value=="") { window.alert("Enter A correct number!"