Ask a New Question
Search
Questions and answers by
hatemaths
Questions (641)
Two students are discussing the best algorithm to use to see if a specific element is in a sorted data set. Which classic
1 answer
147 views
In creating a model for a data abstraction for the concept of a pen, what would be the most appropriate attributes?(1 point)
1 answer
144 views
Why is it preferable to use a linear search when searching smaller datasets?(1 point) Responses A linear search is more
1 answer
85 views
Which of the following is a true statement?(1 point) Responses There are no ways to measure space complexity and time
1 answer
137 views
Determine the time and space complexities of a linear search.(1 point) Responses time complexity: O(n) space complexity:
1 answer
90 views
Which of the following stores only one type of data in a specific location and must contain some value, meaning it cannot be
1 answer
93 views
The following is a recursive function: def countdown(n): if n == 0: return else: countdown(n - 1) countdown(5) In 3-5 sentences,
1 answer
142 views
Evaluate the following algorithms in terms of its efficiency, correctness, and clarity. Explain your answer in 3-5 sentences.
1 answer
110 views
Use the flowchart to answer the question. Source: PDQ Digital Media Solutions Ltd. Pearson Education Ltd In 1-2 sentences,
1 answer
132 views
What are 3 different events in US prison history that stand out to you as key turning points for prisoners’ rights? Name the
1 answer
78 views
Solve the system using elimination. 2x−3y=−1 3x+4y=7
1 answer
39 views
Your computer-supply store sells two types of inkjet printers. The first, type A, costs $237 and you make a $22 profit on each
1 answer
126 views
A factory can produce two products, x and y, with a profit approximated by P = 14x + 22y – 900. The production of y can exceed
1 answer
105 views
Describe how Cicero influenced the Enlightenment.(1 point) Responses He developed the principle of the Golden Mean. He developed
1 answer
106 views
Which of the following best summarizes how the Roman Republic kept power in check to prevent an authoritarian state?(1 point)
1 answer
92 views
How was citizenship determined, and what was a benefit of citizenship in the Roman Republic?(1 point) Responses Men and women
1 answer
148 views
Which statement best describes a long-term effect of trade routes established in early civilizations?(1 point) Responses The
1 answer
144 views
Describe how the Silk Road changed over time.(1 point) Responses The Silk Road changed to reflect changing political borders and
1 answer
124 views
Asoka began to spread Buddhism throughout the Mauryan Empire because he(1 point) Responses regretted the suffering caused by the
1 answer
103 views
What are the Vedas?(1 point) Responses ultimate spiritual reality ultimate spiritual reality records of the Four Noble Truths
1 answer
121 views
Based on a comparison of the Zhou and Qin dynasties, when do empires fall?(1 point) Responses when they have a large military
1 answer
133 views
Which of the following elements of a centralized government did Chandragupta Maurya use in India?(1 point) Responses system of
1 answer
80 views
The Safavid Empire was located in between two other empires. Using the map, identify and name these two empires.
A. the ottoman
1 answer
119 views
Which statement best explains the significance of the Jewish exodus from Egypt?(1 point) Responses The Jewish exodus is
1 answer
121 views
Which of the following statements specifies the cause-and-effect relationship of river valley civilizations’ laws changing
1 answer
91 views
How did ancient Egyptians use written language to keep records and grow their economy?(1 point) Responses Ancient Egyptians used
1 answer
104 views
Why was written language likely developed?(1 point) responses a. it allowed ritualistic prayers to be written for all to read b.
1 answer
113 views
How did Mesopotamia acquire the people they enslaved?(1 point) Responses from war with other areas from war with other areas
1 answer
88 views
Because of the Neolithic Agricultural Revolution, why did political leaders become necessary in large civilizations?(1 point)
1 answer
146 views
Which of these technologies was a cultural development in ancient Egypt?
mass production the arch bridge the number zero hygiene
1 answer
116 views
You are given a sorted list of book titles and are asked to locate a title within the data and report on the author. What would
1 answer
116 views
Suppose you are discussing a program with your learning coach, and you want to know why anyone would ever use linear search in a
1 answer
86 views
What is the best description of base case?(1 point) Responses the condition that stops a recursion from continuing forever the
1 answer
98 views
Which of the following python functions could be modeled by the following recursive diagram? (1 point) Responses def
1 answer
162 views
The following recursive function will print the nth power of 2. def powerOf2(n): if n == 0: return 1 else: return (2 *
1 answer
114 views
Given the code for the recursive algorithm that sums the sequence of numbers from one to one hundred: def sum(n): if n < 1:
1 answer
166 views
In Edgar Allan Poe's "The Cask of Amontillado," the literary device of foreshadowing is used to create mystery when Montressor
1 answer
218 views
Cytochrome is a protein found in blood cytochrome is found in the mitochondrial membrane and helps our cells produce energy
1 answer
130 views
The farthest distance a satellite signal can directly reach is the length of the segment tangent to the curve of Earth’s
1 answer
157 views
The the circle, the measure of arcBC = 82 degrees. The diagram is not to scale. What is the measure of angle BCP?
* 1 point
1 answer
205 views
The the circle, the measure of arcBC = 82 degrees. The diagram is not to scale. What is the measure of angle BCP?
1 answer
131 views
Pages
1
2
3
4
5
6
7