Quizzma library

Questions and Answers

Browse questions and clear answers across school subjects and test-preparation topics.

Question

What is the main idea of this selection?

What is the main idea of this selection? A Diamonds have been prized for thousands of years, but violence in the diamond trade is a serious problem. B Until recent times, diamonds were so rare that only kings and queens could afford to…

Read more →
Question

What is the main idea of this selection?

What is the main idea of this selection? A Diamonds have been prized for thousands of years, but violence in the diamond trade is a serious problem. B Until recent times, diamonds were so rare that only kings and queens could afford to…

Read more →
Question

What is the main idea of this selection

What is the main idea of this selection? A Diamonds have been prized for thousands of years, but violence in the diamond trade is a serious problem. B Until recent times, diamonds were so rare that only kings and queens could afford to…

Read more →
Question

For this final, you will be writing a program that will compute a user’s semester grade. A semester grade is calculated with the following weighted quarters and final: quarter 1 – 40%, quarter 2 – 40%, and the semester final – 20%. Once calculated, you must add them together and print out the user’s grade for the semester, not just their percent. Use the float function when getting input. The grades are as follows: A: 89-100 B: 79 – 88 C: 69-78 D: 59-68 F: <58

For this final, you will be writing a program that will compute a user’s semester grade. A semester grade is calculated with the following weighted quarters and final: quarter 1 – 40%, quarter 2 – 40%, and the semester final – 20%. Once…

Read more →
Question

For this final, you will be writing a program that will compute a user’s semester grade. A semester grade is calculated with the following weighted quarters and final: quarter 1 – 40%, quarter 2 – 40%, and the semester final – 20%. Once calculated, you must add them together and print out the user’s grade for the semester, not just their percent. Use the float function when getting input. The grades are as follows: A: 89-100 B: 79 – 88 C: 69-78 D: 59-68 F: <58

For this final, you will be writing a program that will compute a user’s semester grade. A semester grade is calculated with the following weighted quarters and final: quarter 1 – 40%, quarter 2 – 40%, and the semester final – 20%. Once…

Read more →
Question

For this final, you will be writing a program that will compute a user’s semester grade. A semester grade is calculated with the following weighted quarters and final: quarter 1 – 40%, quarter 2 – 40%, and the semester final – 20%. Once calculated, you must add them together and print out the user’s grade for the semester, not just their percent. Use the float function when getting input. The grades are as follows: A: 89-100 B: 79-88 C: 69-78 D: 59-68 F: <58 What will your program output for the user's semester grade?

For this final, you will be writing a program that will compute a user’s semester grade. A semester grade is calculated with the following weighted quarters and final: quarter 1 – 40%, quarter 2 – 40%, and the semester final – 20%. Once…

Read more →
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

What most angered the Griffin?

What most angered the Griffin? A the foolishness and ignorance of the Parson B the selfishness and cruelty of the townspeople C the crumbling and ruined condition of the church D the knowledge that he was the last Griffin of his kind

Read more →
Question

Referring to the previous website https://creativecommons.org/licenses, give a short description of each of the following license types in your own words. 1. CC BY 2. CC BY-SA 3. CC BY-ND 4. CC BY-NC 5. CC BY-NC-SA 6. CC BY-NC-ND Of the six licenses, which type is the most restrictive in terms of how you can use the work? Which type is the least restrictive? Answer in complete sentences.

Referring to the previous website https://creativecommons.org/licenses, give a short description of each of the following license types in your own words. 1. CC BY 2. CC BY-SA 3. CC BY-ND 4. CC BY-NC 5. CC BY-NC-SA 6. CC BY-NC-ND Of the…

Read more →