Skip to content
  • 0 Votes
    3 Posts
    2k Views
    zareenZ
    [image: MQpxBtW.png] Intended Interaction: Objects Identifier system for blind users (a) Device Name (b) Features © Solved Problems Input Device(s) Mobile Camera The device must have the built in camera to capture the image of object. The image of object will be stored in the device for image processing. A blind or visually impaired people find difficulties to recognize different objects by just touching them (unless trained). This input device will solve their problem in recognizing these objects by capturing the image of the object through the camera of the device. Output Device(s) Synchronized Speaker A synchronized speaker that speaks out that which objects is this. The main feature of the speaker is to speak out the object name after recognition of the captured image or video. A blind or visually impaired people find difficulties to recognize different objects by just touching them. This device will solve their problem by speaking out the name of object by capturing the image. [image: YPXZaaa.png] OR: Goal and Sub-Goals: Looking at the operators an obvious one to resolve this goal is Update paragraph Which has the pre-condition ‘required page of the file should be opened and cursor at start of paragraph’. We therefore have a new sub-goal: move to paragraph. The pre-condition is ‘cursor anywhere in document’ (which we can meet) but we want the second paragraph so must initially be in the first. We set up a new sub-goal, move to start, with pre-condition ‘cursor anywhere in document’ and result ‘cursor at start of document’. We can then apply move to paragraph and finally update paragraph. We assume some knowledge here (that the second paragraph is the paragraph after the first one).
  • 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
    412 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
    570 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 )
  • 1 Votes
    9 Posts
    3k Views
    zareenZ
    Solution: Java: public class MyClass { public static void main(String args[]) { System.out.println("My id is BC180401429"); System.out.println("** Language is JAVA **"); for(int i=0;i<=14;i++){ for(int j=0;j<=29;j++){ System.out.print("Outer:"+i+"Inner:"+j); } } } } [image: 8P6CdT9.png] C#: using System; class Program { static void Main() { Console.WriteLine("My id is BC180401429"); Console.WriteLine("** Language is C# **"); for(int i=0;i<=14;i++){ for(int j=0;j<=29;j++){ Console.Write("Outer:"+i+"Inner:"+j); } } } } [image: Vf2OntD.png] C++: #include <iostream> using namespace std; int main() { cout<< "My id is BC180401429 \n"; cout<< "** Language is C++ ** \n"; for(int i=0;i<=14;i++){ for(int j=0;j<=29;j++){ cout<< "Outer:"<<i<<"Inner:"<<j; } } } [image: vWPXez6.png]
  • 0 Votes
    1 Posts
    316 Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    506 Views
    No one has replied
  • 0 Votes
    1 Posts
    653 Views
    No one has replied
  • 0 Votes
    1 Posts
    335 Views
    No one has replied
  • 0 Votes
    1 Posts
    681 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
| |