Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 18 points

Harry

Favorite Answers0%
Answers58
  • Fundamentals of Algorithms ?

    Consider a very large undirected graph of Email Networks. The nodes (or vertices) represent email addresses, and an edge represents the fact that there was at least one email in at least one direction between the two addresses.

    Which technique will you use for representation of the above mentioned Graph in a computer program for its manipulation?

    1 AnswerProgramming & Design3 years ago
  • Communication skills ?

    Suppose you are invited to deliver a speech in a social gathering to motivate people for participating in a cleanliness drive and disease prevention campaign.

    Considering the given scenario, answer following questions:

    Q). List down any 08 key arguments which you would use to persuade your audience.

    3 AnswersCommunity Service3 years ago
  • Improve communication skills ?

    In traditional universities, students face their teachers in a live environment due to which their communication skills are more refined as compared to students in a distance learning environment. In the context of virtual university, that strives to fill this gap by introducing live adobe classes and face to face sessions in campuses. To what extent do you agree that these activities are helpful for improving communication skills of students? Also, give suggestions for further improvements.

  • Communication skills?

    Q):No doubt that Speaking skills are key factor of communication, but listening skills are equally important. Elaborate the statement in best of your understanding.

    2 AnswersOther - Social Science3 years ago
  • STATISTICS AND PROBABILITY ?

    The following data represent weight measurements in kilogram of forty individuals in a locality. Construct a stem-and-leaf display of these weight measurements.

    48 53 49 52 51 63 60 53 64 59 58 47 49 45

    79 65 62 60 68 65 73 88 69 83 78 81 86 92

    81 77 82 76 75 91 73 92 64 52 75 85

    1 AnswerMathematics3 years ago
  • STATISTICS AND PROBABILITY ?

    The following data give index numbers of 40 commodities in a certain year. Classify the following marks in a frequency distribution

    138 164 150 132 144 125 149 157 146 158 140

    147 136 148 152 144 168 126 138 176 163 119

    154 165 142 173 142 147 135 153 140 135 161

    145 135 142 150 156 145 128

    Also give the class boundaries, cumulative frequency and relative frequency for all the classes.

    1 AnswerMathematics3 years ago
  • Digital and Logic design Binary code?

    We all may be well aware of height checking machine currently used in our society. This machine is manually operated by humans and its readings are not quit precise. A well reputed medical institute took initiative to automate this task to get accurate results. They automated this task by using photo sensors to take readings. Photo sensor takes readings and convert them to display on the 7 segment display. In your opinion which encoding mechanism will be used by the institute for automating this task?

    You have to give valid arguments by keeping in view the following points:

    Accuracy

    Display time

    1 AnswerProgramming & Design4 years ago
  • Data communication ?

    Q1) For Digital to Digital Encoding, different techniques are used in data communication. You are required to select and write all those techniques from the following which are used for Digital to Digital Encoding:

    1. Differential Manchester

    2. Amplitude Shift Keying

    3. NRZ-I

    4. Frequency Shift Keying

    5. Frequency Modulation

    6. Frequency Reducing Key

    7. NRZ

    8. Time division multiplexing

    9. Frequency Division Multiplexing

    10. Phase Modulation

    11. Bi phase

    12. Amplitude modulation

    13. HDB3

    14. Quadrature Amplitude Modulation

    15. Manchester Encoding Scheme

    16. 4 PSK

    17. Asynchronous TDM

    18. Phase Shift Keying

    19. ATM

    20. AMI

    1 AnswerComputer Networking4 years ago
  • Calculus Mathematics ?

    Q):Let f(x,y)=x2−3xy+y+3f(x,y)=x2−3xy+y+3 and R is the triangular region with vertices O (0, 0), A (2, 0) and B (0, 4). Find the critical points along the line segment AB at which the absolute extrema of f(x,y)f(x,y) can occur.

    1 AnswerMathematics4 years ago
  • Computer Networking ?

    Q):Identify the type of transmission mode for each of the following cases:

    Case:

    Monitoring throug

    h Surveillance Camera

    Talking through Walkie-talkie

    Phone call through smart Cell phone

    Watching a broadcast Television

    Real time high speed Audio-Video Conferencing

    Transmission Mode:

    1 AnswerOther - Electronics4 years ago
  • Applied for job ?

    You are desperate to apply for job but you have NO work experience, nevertheless, you have very rare strength i.e. you have graduated from one of the top business universities and the icing on the cake is that you have topped your institute by scoring 3.92/4.00 CGPA. Utilizing your strengths, compose FIVE objectives for your resume. Form your objectives in a way to make you stand prominent among other experienced candidates.

    1 AnswerOther - Careers & Employment4 years ago
  • Business and technical English ?

    Q). Imagine as a Marketing Manager of Huawei cellular company, you have to deliver a presentation/ talk on the new model introduced in the market. Suggest a possible phrase for each of the given prompts to give an attention getting introduction.

    a. Greet your audience

    b. Introduce yourself

    c. Give the title of your talk

    d. Explain that the audience can interrupt if they want

    e. Say something about the length of your talk

    1 AnswerHomework Help4 years ago
  • Computer Sciences ?

    Given is an infix expression:

    A + B * C / (D-B)

    Write a complete program in C++ to convert the above infix expression into postfix notation

    6 AnswersProgramming & Design4 years ago
  • Mathematics Calculus?

    In the binary number system, we represent numeric values using two different symbols which is typically 0 and 1. Suppose we have a tertiary number system, which consists of three different symbols i.e. 0, 1 and 2. You have to perform the following operation defined in a given expression where we have to subtract a tertiary number from a decimal number and have to express the output in a binary number system.

    (576)10 – (110002)3 = (_?_)2

    3 AnswersMathematics4 years ago
  • Object Oriented Programming?

    The galaxy is composed of the stars, satellite and planets etc. In earth’s home galaxy, the solar system is comprised of sun (average star) and objects that orbits around it. Following are the 8 largest objects (planets):

    1. Mercury

    2. Venus

    3. Earth

    4. Mars

    5. Jupiter

    6. Saturn

    7. Uranus

    8. Neptune

    The first four planets are called inner planets while the remaining four are outer planets. All planets revolve around the Sun and Satellites revolve around the planet.

    The tasks you have to do are:

    1. Extract the main objects (entities) from the given scenario.

    2. Find the necessary attributes and functions that need to be associated with each object to implement the functionality mentioned above.

    3. Identify the relationships between these objects.

    4. Construct a final comprehensive Class diagram showing all objects and their relationships along with their attributes and functions.

    6 AnswersAstronomy & Space4 years ago
  • Computer Science?

    Suppose that you have to write a small C/C++ program where the fast execution of the program is the key requirement. The memory utilization by the program is not an issue at all. You are given two options to develop the program either using Inline functions or simple ordinary functions.

    Which of these options you will choose to develop the program? Justify your answer with solid reason(s).

    2 AnswersProgramming & Design5 years ago
  • Physics problem?

    “Justify the following statement

    If you calculate the speed of light from a star that is moving toward you, you will get a higher value than if you calculate the speed of light from a star that is moving away from you?

    Either yes or no, give a solid reason for its justification”

    1 AnswerPhysics5 years ago