Quizzma library

Questions and Answers

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

Question

Select all the true statements:

Marlon recorded the height of his tomato plant as 2 3/8 inches tall. Every week the tomato plant grew another 1 3/4 inches. Select all the true statements. A. The slope is 1 3/4. B. The slope is 1/4. C. The y-intercept is 1 3/4. D. The…

Read more →
Question

Fill in the missing data.

Write a function in the form y = mx + b for the line that contains the points (–8.3, –5.2) and (6.4, 9.5). The data in the table below represent a linear relationship. Fill in the missing data. x 10 20 30 40 ? ? ? ?

Read more →
Question

Solve the equation 3.6g + 4 = 1.6g + 16.

Solve the equation 3.6g + 4 = 1.6g + 16. a. Find the value of g. b. Explain how you can check that the value you found for g is correct. If your check does not work, explain why not. a. g = __ (Simplify your answer. Type an integer or a…

Read more →
Question

Which variables exist at point A?

Which variables exist at point A? In other words, which variables are in scope at point A? Which variables could you type at point A and the program would still work? O result only O result, x, and y O result, x, y, num1, num2, and…

Read more →
Question

What is printed by the following program?

What is printed by the following program? def product(x, y): return x * y def difference(x, y): return x – y x = 2 y = 5 value1 = product(x, y) value2 = difference(y, x) result = difference(value1, value2) print(result) – 7 – -7 – 13 – -13

Read more →
Question

Why do we write functions

Why do we write functions? I. Make our code easier to understand by giving a readable name to a group of instructions II. Avoid writing repeated code III. Make our code reusable II and III I only I and II I, II, and III

Read more →
Question

The term “sabermetrician”

The term “sabermetrician” A is based on a statistic invented by basketball fans. B is derived from the name of a baseball research organization. C was made up by players on a professional hockey team. D came from a movie about baseball’s…

Read more →