Skip to content
  • 0 Votes
    11 Posts
    2k Views
    zareenZ
    https://www.youtube.com/watch?v=dCgiE3xx8m0
  • 0 Votes
    36 Posts
    19k Views
    cyberianC
    1 Quiz # 1 Dec 20, 2021 12:00 AM Dec 22, 2021 11:59 PM 10
  • 0 Votes
    4 Posts
    8k Views
    zareenZ
    The insensitivity of the solution relative to the original decision variables in an LP problem which is solved by M-method is overcome by ----------. MTH601 Simplex method In Big M-method, if the objective function is expressed in terms of non-basic variable then the coefficient of artificial variable in this iteration must be -------. MTH601 M In two phase method, for the phase-I, if the objective function in terms of artificial variables is not minimized then the given problem has----------. MTH601 Feasible solution In the initial iteration of Big M-method, the artificial variables appear in ---------. MTH601 Basis In two phase method, which of the following will be taken as starting solution for 2nd phase? MTH601 Basic solution of 1st phase containing non-zero artificial variables In the Simplex method to solve an LP problem of minimization, if at the end of iteration, there is a positive coefficient in the objective row then the given problem -------------. MTH601 can not be optimized In the Simplex method to solve an LP problem of maximization, if at the end of an iteration, there is a negative coefficient in the objective row then the given problem---------. MTH601 needs further improvement In an LP problem, to evaluate the basic variables in Simplex method in any iteration, we would have to express Objective function in terms of ------------- variables. MTH601 Artificial Which of the following is true about the inclusion of non-negative slack variable into a constraint of type ‘less than or equal’? MTH601 This inclusion doest not affect the inequality Under which of the following condition to solve an LP by using two phase method, we can’t proceed for 2nd phase? MTH601 Objective function of 1st phase has zero value.
  • 1 Votes
    1 Posts
    400 Views
    No one has replied
  • 0 Votes
    12 Posts
    4k Views
    zareenZ
    Why companies invest in projects with negative NPV? MGT201 Because there is hidden value in each project Because there is hidden value in each project [image: 92eEyyE.png] bolded text At the termination of project, which of the following needs to be considered relating to project assets? Salvage value Book value Intrinsic value Fair value When a bond is sold at discount? MGT201 The coupon rate is greater than the current yield and the current yield is greater than yield to maturity [image: U836pqW.png] Which of the followings is (are) type (s) of problems associated with Capital Rationing? MGT201 Size Difference of cash flows [image: EXIxrIK.png] If dividends of preferred shareholders remain constant and required return decreases then what will be impact on present value of preferred shares? MGT201 Present Value of preferred share will decrease [image: mfS1dDg.png] If Net Present Value technique is used, what is the ranking criterion for projects? MGT201 Choose the highest NPV ![0_1575038179748_3924def0-50fd-465a-8691-1fc74da74e96-image.png](Uploading 100%) Which one of the followings is type of problem associated with Capital Rationing? MGT201 Indifferent size of cash flows Company A is analyzing some projects based on payback period amongst which one project will be selected. In your opinion which project is best for the company? MGT201 Project S with pay back period of 4.5 years [image: mmzDQH3.png] The value of the bond is NOT directly tied to the value of which of the following assets? MGT201 Real assets of the business Real assets of the business Liquid assets of the business Fixed assets of the business Lon term assets of the business [image: 4mowawe.png] A bond has 4.3% interest yield and 16.9% Yield to Maturity. What would Capital Gains of the bond? MGT201 12.6% [image: PTfZU4F.png] Capital budgeting techniques help management in _______. MGT201 Assessing financial viability of projects [image: 4Cq5JWw.png] What is difference between shares and bonds? MGT201 Bonds are representing ownership whereas shares are not Shares are representing ownership whereas bonds are not Shares and bonds both represent equity Shares and bond both represent liabilities [image: oK8Osu7.png]
  • 0 Votes
    1 Posts
    561 Views
    No one has replied
  • 0 Votes
    11 Posts
    3k Views
    zareenZ
    @zaasmi 3. Calculate the total float for each activity. Correct Solution Answer: [image: M9X6s5P.png] Identify the critical path. Answer: A+C+E+G = 3+2+5+6 = 16 A+D1+F+G = 3+0+3+6 = 12 B+D+F+G = 5+4+3+6 = 18 A+C+D2+F+G = 3+2+0+3+6 = 14 The longest path is and the duration is 18 days. So, the critical path is . Find the project completion time. Answer: The project completion time is 18 days.
  • 1 Votes
    9 Posts
    2k Views
    zareenZ
    @zareen said in CS502 Assignment No. 01 Solution and Discussion: Question No 02: (Marks: 10) You are required to calculate (Step by Step) the worst case time complexity T(n) of the algorithm designed in Question No. 01. Solution: Question No. 02: The step by stem analysis of the algorithm designed in question 1 is as follow, The time taken by each statement (step) is given as follows, Step 1: C1 // Execute only 1 time or Constant Time or O (1) Step 2: C2 // Execute only 1 time or Constant Time or O (1) Step 3: n -2 // Execute n -2 times Step 4: n -2 // Execute n -2 times Step 5: n – 2 // Execute n -2 times Step 6: C3 // Execute only 1 time or Constant Time or O (1) Step 7: C4 // Execute only 1 time or Constant Time or O (1) Step 8: C5 // Execute only 1 time or Constant Time or O (1) Step 9: C6 // Execute only 1 time or Constant Time or O (1) Total time T(n) can be calculated as follows, T(n) = C1 + C2 + (n -2 ) + (n -2 ) + (n -2 ) + C3 + C4 + C5 + C6 T(n) = C1 + C2 + n -2 + n -2 + n -2 + C3 + C4 + C5 + C6 T(n) = C1 + C2 + n + n + n - 6 + C3 + C4 + C5 + C6 T(n) = 3n + C1 + C2 + C3 + C4 + C5 + C6 -6 T(n) = 3n + (C1 + C2 + C3 + C4 + C5 + C6 -6) T(n) = 3n + C7 // C7 = (C1 + C2 + C3 + C4 + C5 + C6 -6) T(n) = n // Ignoring constant terms Or T(n) = O (n )
  • 0 Votes
    1 Posts
    928 Views
    No one has replied
  • 0 Votes
    5 Posts
    1k Views
    zaasmiZ
    said in BIO301 Assignment 2 Solution and Discussion: Genetics Assignment No. 2 Spring 2019 Due Date: 5 Aug 2019 Audio Introduction: “Please prepare an audio introduction file through any available device. Preferably Sound recorder of the Windows” General instructions • Total time of audio introduction will be 5 minutes. o Course name and code (30 sec) (Very Important) o Your Introduction (2 minutes) o Your academic Background (1 minute) o Views about course (1 minute) o Expectations about the course ( 30 sec) • This assignment carries 5 marks. • “Audio Introduction file” should be uploaded on LMS not later than 5 Aug 2019 DO NOT send the assignment thorough email. Assignments submitted through email will result in no marks. 🧬 Quick Genetics Fact for your “Views” section: If you need a talking point for the 3:30–4:30 mark, you could mention the Human Genome Project: [image: licensed-image?q=tbn:ANd9GcRQPr1Vcnnqh_CJJHNv3j6122EKs7TZW3Vj5T_AS44xqLCoq1Gw8dg2q65BHdFsnS-qFmBjDqlDYvgV0bwaJSmHMDKjbJzPApXLTP-p-r4s-YGi4yE] “I find it fascinating that the human genome contains approximately 3 billion base pairs of DNA, and yet we are 99.9% genetically identical to one another. I am eager to learn how that remaining 0.1% accounts for all our diversity.”
  • 0 Votes
    3 Posts
    1k Views
    zareenZ
    @zareen said in PSY513 GDB1 Solution and discussion: therapies should be used in forensic settings or not? From the ‘nothing works’ maxim of the 1970s to evidence-based interventions to challenge recidivism and promote pro-social behavior, psychological therapy has played an important role in rehabilitation and risk reduction within forensic settings in recent years. And yet the typical group therapy model isn’t always the appropriate path to take. In this important new book, the aims and effectiveness of individual therapies within forensic settings, both old and new, are assessed and discussed. Including contributions from authors based in the UK, North America, Europe, Australia and New Zealand, a broad range of therapies are covered, including Cognitive Behavioural Therapy, Mentalisation Based Therapy, Schema Therapy, Acceptance and Commitment Therapy and Compassion Focussed Therapy. Each chapter provides: an assessment of the evidence base for effectiveness; the adaptations required in a forensic setting; whether the therapy is aimed at recidivism or psychological change; the client or patient characteristics it is aimed at; a case study of the therapy in action. The final section of the book looks at ethical issues, the relationship between individual and group-based treatment, therapist supervision and deciding which therapies and therapists to select. This book is essential reading for probation staff, psychologists, criminal justice and liaison workers and specialist treatment staff. It will also be a valuable resource for any student of forensic or clinical psychology. link text
  • 0 Votes
    2 Posts
    993 Views
    cyberianC
    Q1. Solution Requirement Most suitable topology No of links required 1 Mesh Topology 78 2 star Topology 13 3 Bus Topology 12 4 Ring Topology 13
  • 0 Votes
    1 Posts
    648 Views
    No one has replied
Reputation Earning
How to Build a $1,000/Month World CUP LIVE Matches Live Cricket Streaming
Ads
File Sharing
Stats

0

Online

3.0k

Users

2.8k

Topics

8.5k

Posts
Popular Tags
Online User
| |