Purchase Solution

Flowchart and Pseudocode

Not what you're looking for?

Ask Custom Question

Please answer the following questions regarding the attached flowchart:
What does this flowchart do?
What variables are used this module? What are their data types?
What is the significance of the () after PrintLoop? What does this indicate?
What looping structure is being used?
What pseudocode would match this flowchart?

Attachments
Purchase this Solution

Solution Summary

The attached flowchart is a computer program asking the user to type in a number and add the number to the counter when the counter is equal or greater than the number. It uses a conditional loop in the statement Counter >= Anum?. If the counter is greater than the number pick, then you return the number. If the counter is less than the number, then you print the counter and add one to it.

Solution Preview

1. What does this flowchart do?
The flow chart is a computer programming asking the user to type in a number and adding the number to the counter when counter is equal or greater than the number. It uses a conditional loop in the statement Counter >= Anum?. If the counter is greater than the number pick, then you return the number. If the counter is less than the number, then you print the counter and add one to it. For example, if the user pick a number 2, but the counter is 1 meaning it is the first number pick. It will ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.