Quizzma library

Education

Browse Education resources and answers on Quizzma.

Question

How do these two excerpts work together?

How do these two excerpts work together? A The first details the benefits of Wangari’s irrigation methods while the second lists its drawbacks. B The first describes one of Wangari’s greatest accomplishments while the second describes a…

Read more →
Question

Put these events in Farnsworth’s life in the order in which they occurred, starting with the earliest: Farnsworth wins a lawsuit asserting that he is the inventor of electronic TV. Farnsworth eliminates all mechanical parts from his television design. Farnsworth demonstrates the transmission of an image from one room to another. Farnsworth signs a licensing agreement worth a million dollars

Put these events in Farnsworth’s life in the order in which they occurred, starting with the earliest. Farnsworth wins a lawsuit asserting that he is the inventor of electronic TV. Farnsworth eliminates all mechanical parts from his…

Read more →
Question

What is the main idea of this selection?

What is the main idea of this selection? A The man who invented TV has been showered with fame and fortune for his efforts. B The man who invented TV relied on a large electronics company to ensure his success. C Few people know of or…

Read more →
Question

Who is one way to add extra information about a person? Now practice writing the sentence a different way. Use the hint as an example. Let me introduce you to my friend Emily, who is a singer. Put extra detail about who someone is or what something is at the end of the sentence. Make sure it comes right after the person or thing it describes. Put a comma before the extra information. You See You Write.

Let me introduce you to my friend Emily. Emily is a singer. Who is one way to add extra information about a person? Now practice writing the sentence a different way. Use the hint as an example. Let me introduce you to my friend Emily,…

Read more →
Question

“Dubbed” anime has

“Dubbed” anime has A thousands of fans in Japan but is not widely shared with international audiences. B English-speaking actors whose voices are recorded over the Japanese characters’ voices. C fewer drawings and images per film, which…

Read more →
Question

Choose the word from this Unit that is the same or means the same in meaning as the boldface word or expression. Write that word on the line. Use a dictionary if necessary. 1. a lovely, rustic, wooded landscape 2. to meddle with the truth 3. made remarkable progress last week 4. made a diplomatic remark 5. is changeable in his moods 6. to gather together notes from different sources 7. would beseech me to give them money 8. moved forward without hesitation 9. was a runaway from oppression 10. shared a charming story from her childhood

Choose the word from this Unit that is the same or means the same in meaning as the boldface word or expression. Write that word on the line. Use a dictionary if necessary. 1. a lovely, rustic, wooded landscape 2. to meddle with the truth…

Read more →
Question

In the animated movie Rio, the main character is a Spix macaw, a strikingly bright blue parrot. Today, the Spix macaw has been declared extinct in the wild, though some still live in captivity. Scientists blame the beautiful bird’s extinction on the clearing of Brazilian forests, which were their home. Of eight bird species recently discovered to be extinct, four of them lived in Brazil. What statements are true based on the information provided?

In the animated movie Rio, the main character is a Spix macaw, a strikingly bright blue parrot. Today, the Spix macaw has been declared extinct in the wild, though some still live in captivity. Scientists blame the beautiful bird’s…

Read more →
Question

Put these events in Pujol’s life in the order in which they occurred, starting with the earliest: He served in a Spanish military unit for six months. He was trained to be a German spy by Federico in Madrid. He met twice with Federico, to whom he proposed working as a German spy. He volunteered to serve as a British spy at the British Embassy in Madrid

Put these events in Pujol’s life in the order in which they occurred, starting with the earliest. He served in a Spanish military unit for six months. He was trained to be a German spy by Federico in Madrid. He met twice with Federico, to…

Read more →
Question

What is the main idea of this selection?

What is the main idea of this selection? A) The only way Pujol could prove to the British that his services were valuable was to become a German spy. B) Pujol finally gave up in his efforts to become a spy for the British after being…

Read more →
Question

Write a program that makes the user guess a particular float. Now, recall that you should not compare floats to determine if they are exactly equal. In this program, the user wins if their guess is accurate to within 2 decimal places. (Note: The user should be able to enter a number with more than 2 decimal places and the program should check if that value rounded to 2 decimal places matches the number to guess to 2 decimal places.) Because of this, you will have to use round in your comparison of their guess to your number. If the user’s guess was too high, you should print to the console Too high!. Similarly, if the guess was too low, you should print to the console Too low!. Finally, if the user guesses the correct number, you should print Correct! to the console. Ensuring you print these specific texts is important for the exercise grader.

Write a program that makes the user guess a particular float. Now, recall that you should not compare floats to determine if they are exactly equal. In this program, the user wins if their guess is accurate to within 2 decimal places.…

Read more →