Quizzma library

Questions and Answers

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

Question

How were Isis and Anubis alike?

Read this part of the text. How were Isis and Anubis alike? A They did not believe in gods. B They did not believe in the afterlife. C They both helped each other. D They both feared wild dogs.

Read more →
Question

What do responsible hunters do?

What do responsible hunters do? o They take the time to explain to nonhunters the role hunters play in conservation, and they process all of their own meat o They show self-restraint at all times, and they do not display the game they…

Read more →
Question

Which two of the following describe Sarah Burke

Based on this excerpt, which two of the following describe Sarah Burke? A She won the gold medal at the Winter Olympics. B She fought for her sport to include women. C She invented the superpipe event in skiing. D She became the first…

Read more →
Question

7.4.7 Spelling Bee

The program will be: word = “eggplant print(“Your word is !” + word + “!”) for i in word: INDENT HERE or TAB print( i + “!”) What’s the information about In Python, it’s important to maintain consistent indentation to indicate blocks of…

Read more →
Question

7.1.10: Coordinate Pairs

import math # fill in this function to return the distance between the two points! first_point = (1, 1) second_point = (4, 5) def distance(first_point, second_point): x1= first_point[0] x2= second_point[0] y1= first_point[1] y2=…

Read more →
Question

7.4.15 Owls, Part 2

/* Your code... */ text = input("Enter some text: ") text.lower() text.split() print("There are " + str(text.count("owl")) + " words that contained "owl".") print("They occured at indices: for c, value in enumerate(text, 1):") print("They…

Read more →
Question

50 – 26 = ?

50 – 26 = ? A) 24 B) 22 C) 20 D) 18 8 ÷ 14 = ? A) 0.574 B) 0.544 C) 0.614 D) 0.604 70 ÷ 96 = ? A) 0.425 B) 0.405 C) 0.495 D) 0.375 28 ÷ 10 = ? A) 2.5 B) 2.8 C) 2.0 D) 3.0 -2 ÷ 37 = ? A) 0.25 B) 0.35 C) 0.15 D) 2.35 38 ÷ 15 = ? A) 2.25 B)…

Read more →
Question

What is the answer to 8 – 14 = 0.574?

8 – 14 = 0.574 A) 0.45 B) 0.40 C) 0.50 D) 0.60 – 45 = 0.405 A) 0.35 B) 0.50 C) 0.45 D) 0.60 6 – 11 = 0.55 A) 0.30 B) 0.20 C) 0.50 D) 0.60 – 13 = 2.35 A) 2.00 B) 2.50 C) 2.75 D) 3.00 38 – 15 = 3.583 A) 3.20 B) 3.50 C) 3.75 D) 4.00

Read more →