Ask a New Question
Search
Questions and answers by
hmmmm
Questions (52)
Based on the graphic shown, which two important natural processes release carbon into our atmosphere?
Responses A photosynthesis
1 answer
216 views
Matter is constantly cycled between living and nonliving parts of the environment. Processes like photosynthesis and respiration
1 answer
132 views
Since the late 1700's, human activity has increased the concentration of carbon dioxide and other greenhouse gases. We tend to
1 answer
79 views
solve the inequality 4/5n-12>24
3 answers
46 views
solve the inequality 2x-10 is less than or equal to 52
3 answers
43 views
Find a polynomial function whose graph passes through (5,13),(10,-11), and (0,3).
y= (Simplify your answer. Round to three
5 answers
77 views
Which steps transform the graph of y = x2 to y = –2(x – 2)2 + 2? (1 point) Responses translate 2 units to the left,
1 answer
135 views
Which of the following examples is NOT a metaphor?
A. Love's not time's fool B. My state, like to the lark at break of day
1 answer
97 views
Which set of lines from "The Nymph's Reply to the Shepherd" best reflects the speaker's feelings about nature?
A. The flowers do
1 answer
74 views
How can Raleigh’s “The Nymph’s Reply to the Shepherd” be considered an anti-pastoral?
A. It pokes fun at love and
1 answer
87 views
A user is trying to run an application that another user has given them. The code keeps giving them an error when they input
1 answer
355 views
After completing all the troubleshooting steps in a README file, a user decides to call technical support to see if they can
1 answer
373 views
A user is making a list of all the steps that they have taken to try to correct a problem with an application. What is the name
1 answer
253 views
A group of users is installing an application on a laptop computer and encounters a problem. No documentation was attached while
1 answer
316 views
For a gaming application with graphics-intensive processes, what aspect of the troubleshooting plan would be most important?
a.
1 answer
332 views
Explain why or why not communication between all involved departments is important for the development of an effective
1 answer
277 views
Suppose you are writing a program to convert numeric grades to letter grades: print("Enter numeric grade: ") avg = int(input())
1 answer
268 views
Is data visualization a necessary part of data science nowadays?(1 point)
a.No, data visualization can be exempted, and analysts
1 answer
237 views
How can we visualize datasets with three variables that are of focus?
a. We cannot generate visualizations based on three
1 answer
349 views
What is the process of testing out the smallest parts of a code separately before integrating them?
a. power supply testing b.
1 answer
320 views
Which of the following is a statement in Python that helps detect problems early on, acts as an internal self-check by declaring
1 answer
308 views
When is an integration test needed?
a. when we want to determine if we are getting the right output b. when we want to verify
1 answer
247 views
Under what condition would a unit test be applied?
a. when we want to verify each unit independently b. when we want to verify
1 answer
344 views
What is the difference between unit tests and integration tests?
a. In unit tests, each module is checked independently, whereas,
1 answer
264 views
What is a functional test?
a. a set of instructions executed to verify a particular artifact b. a test that checks a specific
1 answer
250 views
What is the objective of the testing phase in a software development life cycle?
a. to develop a software efficiently b. to check
1 answer
331 views
Which of the following is a method request that the entity is to be stored or put at a specific URL?
a. post b. put() c. get d.
1 answer
219 views
Which of the following is a quoted string which contains data in a format that is interchangeable between multiple different
1 answer
325 views
You are trying to get a current forecast of weather from a specific location in the world. There are a couple open API sites
1 answer
261 views
Which of the following is an Application Programming Interface (API) that is referred to as “representational state
0 answers
243 views
Which of these is a sequence of instructions carried out by another program opposed to the processor?
stack string array script
1 answer
256 views
How does a computer request a service from the kernel of the operating system?
a. compiler b. system calls c. string d. array
1 answer
211 views
What is the most appropriate structure for handling code that is repeated multiple times in a program?
a, function b. queue c.
1 answer
214 views
In the following piece of code that calculates the temperature in Fahrenheit, which piece would be most appropriate to develop a
1 answer
253 views
User
In the following piece of code that calculates the temperature in Fahrenheit, which piece would be most appropriate to
0 answers
205 views
What is a return value?
A. a value altered by a function B. a value sent to a function C. a value received by a function D. a
1 answer
164 views
What are basic building blocks used to control computer programs, which are a sequence of words or symbols in a valid language
1 answer
334 views
What are basic building blocks used to control computer programs, which are a sequence of words or symbols in a valid language
1 answer
300 views
Which of these is a method or mathematical process for designing algorithms for problem solving?
A. binary B. input C. algorithm
1 answer
279 views
Which of these is described as a discrete piece of code that is part of a program and contains one or multiple routines?
a.
1 answer
326 views
Consider a variable var with some value in it. How can we achieve an output of this format:
"This is the value of variable one:
1 answer
631 views
Which of the following is to analyze and observe parts of code and their syntactic roles?
syntax integrated editor parse Visual
1 answer
377 views
Which of the following is a correct description of object-oriented programming (OOP)?
a. OOP facilitates encapsulation allowing
1 answer
321 views
1. Which of the following Big O notations is appropriate for the complexity of a search algorithm?
a. O(n2) b. O(1) c. O(logn) d.
1 answer
366 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
332 views
Suppose a piece of code from an application is given to you, and you recognize that it is trying to order the data by swapping
1 answer
341 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
305 views
Some students are watching a movie on a streaming service. The movie finishes, and they are shown recommendations for what to
1 answer
368 views
Jennifer is writing an algorithm to analyze a play that she is reading. What type of algorithm would be appropriate for this
1 answer
524 views
Which of the following is a classic algorithm applied to modern cryptography?
a. linear search b. binary sort c .modular
1 answer
235 views
put these polar equations into cartesians form:
1) theta=135 degrees 2)rcostheta=-1 for #1 is it like: (-1,1)? and for #2, X=-1,
0 answers
683 views
change equations to polar form:
1) y= -1 2) x^2 + y^2 = 4 how would i do these questions? thank u to convert to polar, you use
0 answers
653 views