Purchase Solution

Information Systems and Design

Not what you're looking for?

Ask Custom Question

Questions 2-8 only require "yes" or "no."

1. If you have a program with a housekeep() module, a mainloop() module, and a finishup() module, when is the second input record usually read?

2. Is it ever correct to create a loop that cannot terminate?

3. Is it inefficient to place the calculation within the loop when a calculation can be performed once before entering a loop?

4. When you must satisfy two or more criteria to initiate an event in a program, should you make sure that the second decision is made entirely within the first decision?

5. In most programming languages, are you allowed to ask two or more questions in a single comparison by using a logical AND operator?

6. Do most programming languages allow you to ask two or more questions in a single comparison by using a logical OR operator?

7. In an AND situation, do you first ask the question that is more likely to be true?

8. Are elements in an array differentiated by numbers called subnumbers?

9. Of the following, which does not need to occur in a loop: you must initialize a variable that will control the loop; you must compare the variable to some value that stops the loop; within the loop, you must alter the variable? Or is it none of the above answers?

Purchase this Solution

Solution Summary

The expert examines information systems and designs. Is it inefficient to place the calculation within the loop when a calculation can be performed once before entering a loop is determined.

Solution Preview

1. If you have a program with a housekeep() module, a mainloop() module, and a finishup() module, when is the second input record usually read?
- In the mainloop() module.

2. Is it ever correct to create a loop that cannot terminate?
- Yes

3. Is it inefficient to place the calculation within the loop when a calculation ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.