Ask a New Question
Search
Questions and answers by
songoku
Questions (85)
Suppose you are a doctor with a robot specialized to perform surgery. Now, suppose you need to access the system remotely so you
5 answers
141 views
Suppose you are a doctor with a robot specialized to perform surgery. Now, suppose you need to access the system remotely so you
0 answers
79 views
Which one is more critical to a software product’s success, UI or UX design?(1 point)
Responses Software needs to have a strong
1 answer
99 views
What is a deliverable?(1 point)
Responses a document used to explain how a product is going to be tested a document used to
1 answer
82 views
What is iteration?(1 point)
Responses a time-boxed period of one to four weeks that teams work in after which feedback is
1 answer
79 views
What are the features of effective team collaboration?(1 point)
Responses leads to bias and poor cooperation among team members
1 answer
113 views
A diverse team is made up of(1 point)
Responses individuals from the same gender and sex. individuals from the same gender and
1 answer
85 views
What is a reason to use milestones in development?(1 point)
Responses It helps the team to communicate technical difficulties to
0 answers
194 views
Which of the following should be used in a product roadmap?(1 point)
Responses a daily schedule of each team member a daily
1 answer
122 views
Which of the following is a reason the software life cycle is valuable?(1 point)
Responses It lists the tests needed to fully
1 answer
82 views
Which of the following is an acceptable set of milestones?(1 point)
Responses select tech stack, research user need, plan
1 answer
98 views
Which of the following is an acceptable selection for a tech stack?(1 point)
Responses design, develop, test design, develop,
1 answer
95 views
Suppose you are discussing an application. You notice that the application is monotone and the parts of the user interface
1 answer
91 views
Suppose you are discussing a project. You notice there is a person that has sight impairments. The application does not require
1 answer
145 views
Will the usability of a website be a part of UI or UX?(1 point)
Responses Usability has got nothing to do with the UI and UX.
1 answer
109 views
Explain the significance of search engine optimization (SEO). Does the UI and UX design help with it?(1 point)
Responses SEO
1 answer
119 views
How can a good user interface (UI) and user experience (UX) design be beneficial for an e-commerce website?(1 point)
Responses It
1 answer
114 views
What are the roles of pseudocode and line comments in software development?(1 point)
Responses Pseudocode is used in design to
1 answer
135 views
If you are a programmer who needs to conduct tests to uncover errors and bugs, and are provided with special software tools to
1 answer
166 views
The built-in Python function slice allows the programmer to select portions of the input that they want to slice out. It has two
1 answer
123 views
What is the output of calling n2.calculate()?
class Addition: def __init__(self, f, s): self.first = f self.second = s def
1 answer
110 views
If you were creating code to extract data and you needed to access an established collection of resources to acquire pre-written
1 answer
122 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
156 views
Which is a type of error within the sequence of characters that is written in a programming language?(1 point)
Responses
1 answer
149 views
Which of the following correctly matches a function to its purpose?(1 point)
Responses data.describe() displays the type of data
1 answer
184 views
The happy number can be defined as a number which returns 1 when replaced by the sum of the square of each digit. For instance,
1 answer
119 views
Which of the following correctly pairs an example with event- or sequential-driven programming?(1 point)
Responses event-driven
1 answer
123 views
A group of students is arguing about which are better terms for a loan with compound interest—longer time with lower interest,
1 answer
135 views
How could the following code be adapted for a baseball score keeping?
1 def scoreUpdate(value): 2 # update the score value with
3 answers
162 views
You need to dissect, analyze, and break down a big computing project into smaller parts, filter out unwanted patterns, and
1 answer
108 views
Given the following code, what would the output on the final line be?
# implementing Queue using List: q=[] q.append(10)
1 answer
130 views
What will be the output of 2021 passed to the method of a leap year?(1 point)
Responses 2021 is a leap year. 2021 is a leap year.
1 answer
134 views
What is the term for words having different meanings and outcomes based on their capitalization within the Python language?(1
1 answer
117 views
Identify an application suite that facilitates and combines all the tools and features that allow the development of other
1 answer
108 views
How do you choose the most appropriate language to solve a problem?(1 point)
Responses by selecting the language with the least
1 answer
170 views
What is the purpose of low-level programming languages and high-level programming languages?(1 point)
Responses A low-level
1 answer
195 views
What is the purpose of low-level programming languages and high-level programming languages?(1 point)
Responses A low-level
1 answer
260 views
Compare the graphs of the logarithmic functions f left parenthesis x right parenthesis equals log subscript 7 baseline x and g
1 answer
69 views
Which of the following expressions are equal to 3? Select all that apply.
(2 points) Responses natural log e cubed Image with alt
1 answer
86 views
Which of the following is correct about the inclusion of authorship detail in README?(1 point)
Responses all programmers who
1 answer
93 views
Which of the following information is provided in the README file about the project description?(1 point)
Responses the purpose
1 answer
131 views
What is self-documenting code?(1 point)
Responses code that does not require documentation code that does not require
1 answer
113 views
Are your graduation goals being met by these grades?
(1 point) Responses Yes Yes No
1 answer
203 views
Evaluate the code below, and suggest ways to improve it.
def find_sum(num1, num_2): ''' Finds and returns sum of two numbers '''
1 answer
120 views
What is meant by functional code?(1 point)
Responses The code can handle a huge number of users at the same time. The code can
1 answer
124 views
Which of the following aspects can make your code reusable?(1 point)
Responses adding functions adding functions adding required
1 answer
122 views
Which of the following would be described as a form of manual testing that is executed without any test cases, where the
1 answer
132 views
Find the quotient. Write your answer in simplest form.
Start Fraction 4 x squared minus 9 over 6 x squared plus 13 x plus 6 End
1 answer
109 views
What is the equation of the slant asymptote of the graph of the function f left parenthesis x right parenthesis equals Start
1 answer
87 views
Question
What is the equation of the slant asymptote of the graph of the function f left parenthesis x right parenthesis equals
1 answer
78 views
Find the equation of the horizontal asymptote of the function f left parenthesis x right parenthesis equals Start Fraction x
1 answer
72 views
Construct a rational function that has a vertical asymptote at x = 3 and a removable discontinuity at x equals negative 2.
1 answer
84 views
Which of the following is the domain of the function f left parenthesis x right parenthesis equals Start Fraction x squared
1 answer
75 views
Use synthetic division to determine which of the following are the real zeroes of the function f left parenthesis x right
2 answers
68 views
Use the Remainder Theorem to find the remainder when the function f left parenthesis x right parenthesis equals x cubed plus 8 x
1 answer
122 views
Use the Rational Zero Theorem to create a list of all possible rational zeroes of the function f left parenthesis x right
1 answer
89 views
iven the function f left parenthesis x right parenthesis equals x superscript 4 baseline plus 6 x cubed minus x squared minus 30
1 answer
91 views
The graph of a rational function has a local minimum at left parenthesis 7 comma 0 right parenthesis. The complex number 4 + 2i
1 answer
87 views
Use the graph to answer the question.
What is the maximum value for the function on the interval left bracket negative 2 comma 3
1 answer
57 views
The complex function in Python is a built-in function that stores numbers as complex numbers. The syntax is complex ([real[,
1 answer
151 views
The range function in Python has the definitions range(stop) or range(start, stop[, step]). The following code snippet will
1 answer
110 views
Which of the following would properly create a new student?
class Student: def __init__(self, name, gpa, grade): self.name = name
1 answer
106 views
Suppose you want to change an existing program to have more of a modular architecture. The program contains a basic calculator
1 answer
94 views
Suppose you want to change an existing program to have more of a modular architecture. The program contains a basic calculator
1 answer
166 views
How can moving water contribute to physical weathering?(1 point)
Responses It can cause the formation of new minerals in rocks.
1 answer
87 views
A student wants to model the physical weathering of rock. Which activity could the student perform?(1 point)
Responses Place ice
1 answer
120 views
Which describes a characteristic of water that is responsible for frost wedging?(1 point)
Responses Water evaporates as it is
1 answer
128 views
Abrasion occurs due to _____.(1 point)
Responses friction friction seasonal temperature changes seasonal temperature changes
1 answer
129 views
Mrs. Hara wants to purchase blue light blocking glasses for her family. Company 1 sells the glasses for $40 each, and Company 2
1 answer
112 views
A business is ordering copy paper. At one company, a box with 10 reams of paper costs $56. At another company, a box with 8
1 answer
114 views
In 5 hours the Acela Express, the fastest train in North America, traveled 775 miles. How far did it travel in 8 hours?(1 point)
1 answer
137 views
Grace ran a 26-mile marathon in 4 hours. How far did Grace run in 1.5 hours?(1 point)
Responses 156 miles 156 miles 4.33 miles
1 answer
102 views
In 10 seconds, the surface of the earth at the equator has moved 4,600 meters. How far has the surface moved in 150 seconds?(1
1 answer
68 views
Brian can read 80 pages in 2 hours. How many pages can he read in 3.5 hours? (1 point)
Responses 11.43 pages 11.43 pages 45.71
1 answer
92 views
Volunteers put together 40 school-supply kits in 8 minutes. At this rate, how many could they put together in 30 minutes? Solve
1 answer
110 views
At a card show, Jackie purchased a box of 180 baseball cards for $15
. What was the cost for 1 card? Round your answer to the
1 answer
103 views
For a Thanksgiving food drive, volunteers packed 50 boxes of food in 20 minutes. How many boxes did they pack per minute?(1
1 answer
137 views
At Office Mart, a box of 10 ballpoint pens costs $8. What is the unit price?(1 point)
Responses 1.25 pens/$1 1.25 pens/$1
1 answer
138 views
It took Liam 15 minutes to ride his bike three miles. Convert this ratio into a unit rate by finding how long many minutes did
1 answer
114 views
At a used book sale, Miss Chen bought a box of 20 assorted books for $40. What was the cost per book?(1 point)
Responses
1 answer
115 views
Which of these is described as a discrete piece of code that is part of a program and contains one or multiple routines?
Response
1 answer
103 views
What is a return value?(1 point)
Responses a value received by a function a value received by a function a value altered by a
1 answer
98 views
Which code snippet is a function that would accept two numbers, subtract them, and return the difference?(1 point)
Responses def
1 answer
139 views
Question
What are basic building blocks used to control computer programs, which are a sequence of words or symbols in a valid
1 answer
103 views
Which of these is a method or mathematical process for designing algorithms for problem solving?(1 point)
Responses binary binary
1 answer
122 views