AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: rithika — October 16, 2006
    +1 votes
      + -

    In bottom up approach,the software testing is performed from low level to high level

    In top down approach, the testing is performed from high level to low level

    Refer software engineering by Roger .S.Pressman

  2. Submitted By: Suresh — October 24, 2006
    +6 votes
      + -

    Top-down programming may complicate testing, since nothing executable will even exist until near the end of the project.
    Bottom-up programming may allow for unit testing, but until more of the system comes together none of the system can be tested as a whole, often causing complications near the end of the project

  3. Submitted By: Jim Stevens — November 13, 2006
    +1 votes
      + -

    Typically:

    An electronics engineer will wish to employ bottom up analysis…and then:
    Create a series of drivers to ‘control’ the hardware

    A sofware engineer will emply top down analysis…think about things a little…drink some coffee…and then:
    Create a set of drivers that force the hardware to do what he/she wants

  4. Submitted By: Chini — January 30, 2007
    -2 votes
      + -

    Question was just about approach. I suppose.

    Top Down: Start from root and go to the end products.

    Bottom Up: Start from products or result and going to the root

  5. Submitted By: vimal — May 3, 2007
    -2 votes
      + -

    Top Down Programing: Break a large program in to smaller components and build the system in this way in top to down manner.

    Usually done in C,C++ Java etc where a function is split into subfunctions etc.

    Bottom Up Programing : Build up the smaller constructs like operators and functions first and then construct the complex programing using these smaller constructs. Stop when the task under consideration is completed.

    Usually done in functional programing languages like Lisp.

  6. Submitted By: Lipica — July 26, 2007
    -1 votes
      + -

    In S/w testing,Integration testing have the types top down approch & bottom up approch.
    In top down approch we test the product form top (start product) towards down.
    In bottom up approch the testing will be from bottom (endproduct) towards up side.
    One more type of integration testing is big bang approch

  7. Submitted By: Al — September 20, 2007
    +1 votes
      + -

    Bottom up approach: build components first, test, and then put them together to build up functionality of an application. Like Extreme Programing.

    Top down: plan out and architect functionality of the application first, subdivide the problem into parts, and then implement components within a greater planned framework.

    Each as its advantages.

  8. Submitted By: mc — October 16, 2007
    -2 votes
      + -

    Top down approach is like the overview of the system, but bottom-up approach is like the individual element of the system in details.

  9. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.