Sail E0 Webinar

MCQs

Total Questions : 25 | Page 2 of 3 pages
Question 11. Types of application software:
  1.    Robotics
  2.    Educational
  3.    Computer Games and Environment
  4.    All Of above
 Discuss Question
Answer: Option D. -> All Of above
Question 12. Why study programming language?
  1.    To improve your understanding of the language you are using
  2.    To increase your vocabulary of useful programming constructs
  3.    To make is easier to learn a new language
  4.    All Of above
 Discuss Question
Answer: Option D. -> All Of above
Question 13. An advantage of programming in Low Level is
  1.    Easier for us to understand
  2.    Easier to debug
  3.    Programs require less file space
  4.    none of the above
 Discuss Question
Answer: Option C. -> Programs require less file space
Question 14. Which one of the following is the correct ordering of the coupling of modules from strongest (least desirable) to weakest (most desirable)?
  1.    content, common, control, stamp, data
  2.    common, content, control, stamp, data
  3.    content, data, common ,stamp, common
  4.    data, control, common, stamp, content
 Discuss Question
Answer: Option A. -> content, common, control, stamp, data
Question 15. Which of these is not a reason for breaking problems down into modules
  1.    Reusability
  2.    Easier to test and debug
  3.    Allows only one programmer to work on a solution
  4.    Individual modules are easier to maintain.
 Discuss Question
Answer: Option C. -> Allows only one programmer to work on a solution
Question 16. What is a software design strategy?
  1.    A graphical or textual description of the software
  2.    A fundamental idea that can be applied to designing a system.
  3.    A systematic approach for producing a design.
  4.    An overall plan and direction for developing a design.
 Discuss Question
Answer: Option D. -> An overall plan and direction for developing a design.
Question 17. Which one is not the benefit from using modularization ?
  1.    Ease of Understanding
  2.    Reusable of code
  3.    Increasing algorithm performance
  4.    Elimination of redundancy
 Discuss Question
Answer: Option C. -> Increasing algorithm performance
Question 18. What is Top Down Design?
  1.    start function at the top, break down into parts, definitions at the bottom
  2.    Put the steps at the top and put the explanation in layers at the bottom
  3.    Write a 10 page story about how to run the code and break it into chapters to help you organize.
  4.    none of the above
 Discuss Question
Answer: Option A. -> start function at the top, break down into parts, definitions at the bottom
Question 19. Maximization of objective function in an LP model means
  1.    Value occurs at allowable set of decisions
  2.    Highest value is chosen among allowable decisions
  3.    Neither of above
  4.    Both a & b
 Discuss Question
Answer: Option D. -> Both a & b
Question 20. For the constraint of a linear optimizing function z=x1+x2 given by x1+x2≤1, 3x1+x2≥3 and x1, x2≥0
  1.    There are two feasible regions
  2.    There are infinite feasible regions
  3.    There is no feasible region
  4.    None of these
 Discuss Question
Answer: Option C. -> There is no feasible region

Latest Videos

Latest Test Papers