When a student is taking 3 or more classes, they can buy a multi class notebook for 5.00. So, if they are taking more than 3 classes ask them if they want separate notebooks or 1 big notebook.Trace the flowchart three times: once with 1 class, once with 3 classes and separate notebooks, and 5 classes with the one big notebook
Question
When a student is taking 3 or more classes, they can buy a multi class notebook for 5.00. So, if they are taking more than 3 classes ask them if they want separate notebooks or 1 big notebook.Trace the flowchart three times: once with 1 class, once with 3 classes and separate notebooks, and 5 classes with the one big notebook
Solution
Flowchart Tracing:
-
For 1 Class:
- Start
- Check if the student is taking 3 or more classes. In this case, the student is taking only 1 class, so the condition is not met.
- The student buys a single notebook.
- End
-
For 3 Classes with Separate Notebooks:
- Start
- Check if the student is taking 3 or more classes. In this case, the student is taking 3 classes, so the condition is met.
- Ask the student if they want separate notebooks or 1 big notebook. The student chooses separate notebooks.
- The student buys 3 separate notebooks.
- End
-
For 5 Classes with One Big Notebook:
- Start
- Check if the student is taking 3 or more classes. In this case, the student is taking 5 classes, so the condition is met.
- Ask the student if they want separate notebooks or 1 big notebook. The student chooses 1 big notebook.
- The student buys 1 big notebook.
- End
Similar Questions
Have the student enter the number of classes they are taking.For each class the student is going to buy a notebook that costs $1.50.The student is also going to buy a package of pencils that costs 4.00.There is tax of 10%.Output the total cost of buying items for the class.Trace the flowchart twice: once with 2 classes and once with 5 classes.
Draw a module chart to show a solution for getting up and going to school in the morning. You just need to define the modules, not every detail inside the modules. Pick one module and do a more detailed flowchart. There should be at least four modules and for the module you have chosen to flowchart at least five steps in the flowchart. Try not to go overboard.
Draw the flow chart for the following questions.1. check the number is positive or negative.2. check the number is even or odd.3. check to check whether a number is divisible by 5 or not.4. check to check whether a number is divisible by 5 and divisible by 3.5. swap (or exchange) the values of two variables.6. find the largest among three numbers.7. input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer.Calculate percentage and grade according to following:Percentage >= 90% : Grade APercentage >= 80% : Grade BPercentage >= 70% : Grade CPercentage >= 60% : Grade DPercentage >= 40% : Grade EPercentage < 40% : Grade F
______Connects two or more parts of a flowchart, which are on the same page.Select one:a.Start/Stopb.On page connectorc.Input/ Outputd.Decision
In one school, there are five teachers: teacher A, teacher B, teacher C, teacher D and teacher E. However, only three students (Mr X, Mr Y and Mr Z) have entered the school this year. Note that in this school, one teacher is supposed to teach one student per teacher. In this case, how many ways can the five teachers be allocated to these three students?
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.