Quizzma library

Technology

Browse Technology resources and answers on Quizzma.

Question

Write a program that prints out a factorial. N factorial (written N!) is defined as N * (N – 1) * (N – 2) * … * 1 For example, 4! is 4 * 3 * 2 * 1 = 24 Ask the user for the value of N. Use for loops and variables to print out N factorial. (Hint: You solve factorial by multiplying the numbers from 1 all the way up to N together. You need a variable to store the result)

Write a program that prints out a factorial. N factorial (written N!) is defined as N * (N – 1) * (N – 2) * … * 1 For example, 4! is 4 * 3 * 2 * 1 = 24 Ask the user for the value of N. Use for loops and variables to print out N factorial.…

Read more →
Question

Read this excerpt from the text. This excerpt describes the tensions within the Loyal Nine that led the group to its downfall, reveals personal information about the Loyal Nine, proves that the Loyal Nine were all sons from the same family, explains why the Loyal Nine disbanded

Read this excerpt from the text. This excerpt A describes the tensions within the Loyal Nine that led the group to its downfall. B reveals personal information about the Loyal Nine. C proves that the Loyal Nine were all sons from the same…

Read more →
Question

Create a variable named my_circle to represent your Circle object. Set the radius of my_circle to 100. Set the initial position of my_circle to 250, 250. Once you’ve created your circle and set its size and position, you’ll need to add the following functionality: Create an event where each time the user presses the left arrow, the size of my_circle decreases by 10. Similarly, if the user presses the right arrow, the size of my_circle increases by 10

Create a variable named my_circle to represent your Circle object. Set the radius of my_circle to 100. Set the initial position of my_circle to 250, 250. Once you’ve created your circle and set its size and position, you’ll need to add…

Read more →
Question

Write a program that prompts the user for a meal: breakfast, lunch, or dinner. Then, use conditional statements to check the user’s input. If the user selects “breakfast,” respond with a meal suggestion for breakfast. For example if the meal was “breakfast”, you could say something like, “How about some avocado on toast?” If the user selects “lunch,” respond with a meal suggestion for lunch. If the user selects “dinner,” respond with a meal suggestion for dinner. If the user enters anything other than these three options, provide a message indicating that the input is not valid

Write a program that prompts the user for a meal: breakfast, lunch, or dinner. Then, use conditional statements to check the user’s input. If the user selects “breakfast,” respond with a meal suggestion for breakfast. For example if the…

Read more →
Question

Which item is a benefit of using the travel card?

Which item is a benefit of using the travel card? Choose an appropriate option and select Submit. Travelers can use it to pay for both official and personal expenses while on official travel. Using it prevents travelers from having to use…

Read more →
Question

Your shift’s productivity is slow because one person isn’t doing his share. The rest of the team is getting upset. What would you be most and least likely to do? Recognize that everyone can have a bad day. Focus on your own work, not someone else’s. Ask your struggling coworker if there’s any way you can help because he seems slower today. Talk about the problem with another team member to see what they think. Tell your struggling teammate to work faster because he’s holding back the team

Your shift’s productivity is slow because one person isn’t doing his share. The rest of the team is getting upset. What would you be most and least likely to do? Recognize that everyone can have a bad day. Focus on your own work, not…

Read more →