songoku
This page lists questions and answers that were posted by visitors named songoku.
Questions
The following questions were asked by visitors named songoku.
Which of these is a method or mathematical process for designing algorithms for problem solving?(1 point) Responses binary binary algorithm design algorithm design input input supervisor program
1 year ago
Question What are basic building blocks used to control computer programs, which are a sequence of words or symbols in a valid language and can be understood by the computer?(1 point) Responses programming constructs string programmer compiler
1 year ago
Which code snippet is a function that would accept two numbers, subtract them, and return the difference?(1 point) Responses def subtract(a,b): return(a,b) def subtract(a,b): return(a,b) def subtract(a,b): return(a) def subtract(a,b): return(a) def subtra...
1 year ago
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 function a value altered by a function a value sent back from a function a value sent back from a function a value sent to a func...
1 year ago
Which of these is described as a discrete piece of code that is part of a program and contains one or multiple routines? Responses function function - incorrect string string - no response given Python Python - no response given module
1 year ago
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 $2.00/book $2.00/book 2 books/$1.00 2 books/$1.00 0.5 books/$1.00 0.5 books/$1.00 $0.50/book
1 year ago
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.25/pen $1.25/pen 0.80 pens/$1 0.80 pens/$1 $0.80/pen
1 year ago
Abrasion occurs due to _____.(1 point) Responses friction friction seasonal temperature changes seasonal temperature changes daily temperature changes daily temperature changes plants and animals
1 year ago
Which describes a characteristic of water that is responsible for frost wedging?(1 point) Responses Water evaporates as it is heated. Water evaporates as it is heated. Water condenses as it is heated. Water condenses as it is heated. Water expands as it f...
1 year ago
How can moving water contribute to physical weathering?(1 point) Responses It can cause the formation of new minerals in rocks. It can cause the formation of new minerals in rocks. It can cause rocks to bump against each other. It can cause rocks to bump...
1 year ago
Which of the following would properly create a new student? class Student: def __init__(self, name, gpa, grade): self.name = name self.gpa = gpa self.grade = grade (1 point) Responses s1 = Student(3.4, “Jorge”, 12) s1 = Student(3.4, “Jorge”, 12) s1 = Stud...
1 year ago
Use the graph to answer the question. What is the maximum value for the function on the interval left bracket negative 2 comma 3 right bracket? (1 point) Responses negative 1 Image with alt text: negative 1 2 2 3 3 4
1 year ago
The graph of a rational function has a local minimum at left parenthesis 7 comma 0 right parenthesis. The complex number 4 + 2i is a zero of the function. What is the least possible degree of the function? (1 point) Responses 2 2 3 3 4 4 5
1 year ago
iven the function f left parenthesis x right parenthesis equals x superscript 4 baseline plus 6 x cubed minus x squared minus 30 x plus 4, use the Intermediate Value Theorem to decide which of the following intervals contains at least one zero. Select all...
1 year ago
Use the Rational Zero Theorem to create a list of all possible rational zeroes of the function f left parenthesis x right parenthesis equals 14 x superscript 7 baseline minus 4 x squared plus 2. (1 point) Responses plus or minus 1 comma plus or minus 2 co...
1 year ago
Use the Remainder Theorem to find the remainder when the function f left parenthesis x right parenthesis equals x cubed plus 8 x squared minus 2 x is divided by left parenthesis x plus 3 right parenthesis. (1 point) Responses negative 93 Image with alt te...
1 year ago
Use synthetic division to determine which of the following are the real zeroes of the function f left parenthesis x right parenthesis equals 3 x cubed plus 10 x squared plus 4 x minus 8. (1 point) Responses negative 3 halves comma 2 Image with alt text: n...
1 year ago
Which of the following is the domain of the function f left parenthesis x right parenthesis equals Start Fraction x squared minus 4 over 4 x cubed minus 7 x squared minus 2 x End Fraction? (1 point) Responses left parenthesis negative infinity comma negat...
1 year ago
Construct a rational function that has a vertical asymptote at x = 3 and a removable discontinuity at x equals negative 2. Explain how you determined your answer. (4 points)
1 year ago
Find the equation of the horizontal asymptote of the function f left parenthesis x right parenthesis equals Start Fraction x cubed plus 1 over 5 x squared minus 3 x cubed End Fraction. (1 point) Responses y equals five thirds Image with alt text: y equals...
1 year ago
Question What is the equation of the slant asymptote of the graph of the function f left parenthesis x right parenthesis equals Start Fraction 2 x squared minus 7 x minus 8 over x minus 4 End Fraction?
1 year ago
What is the equation of the slant asymptote of the graph of the function f left parenthesis x right parenthesis equals Start Fraction 2 x squared minus 7 x minus 8 over x minus 4 End Fraction? (1 point) Responses y = 2x + 2 y = 2 x + 2 y = x + 3 y = x + 3...
1 year ago
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 Fraction divided by Start Fraction 4 x squared minus 1 over 6 x squared plus x minus 2 End Fraction (1 point) Responses Start F...
1 year ago
Which of the following would be described as a form of manual testing that is executed without any test cases, where the programmer explores around freely and openly?(1 point) Responses def def load testing load testing sum testing sum testing exploratory...
1 year ago
Which of the following aspects can make your code reusable?(1 point) Responses adding functions adding functions adding required functionalities adding required functionalities adding print statements adding print statements adding comments
1 year ago
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 handle a huge number of users at the same time. The code is working and performing the required functionalities. The code is wor...
1 year ago
What is self-documenting code?(1 point) Responses code that does not require documentation code that does not require documentation code with automatically generated line comments code with automatically generated line comments code that uses meaningful,...
1 year ago
Which of the following information is provided in the README file about the project description?(1 point) Responses the purpose of the project, a list of existing similar projects and what differentiates this project, and a list of any notable special fea...
1 year ago
Which of the following expressions are equal to 3? Select all that apply. (2 points) Responses natural log e cubed Image with alt text: natural log e cubed ln 3 ln 3 log subscript 5 baseline 15 Image with alt text: log subscript 5 baseline 15 log subscrip...
1 year ago
Compare the graphs of the logarithmic functions f left parenthesis x right parenthesis equals log subscript 7 baseline x and g left parenthesis x right parenthesis equals log subscript 4 baseline x. For what values of x is f = g, f greater than g, and f l...
1 year ago
What is the purpose of low-level programming languages and high-level programming languages?(1 point) Responses A low-level programming language is designed for the computer to process. A high-level programming language is designed for the user(s) to unde...
1 year ago
How do you choose the most appropriate language to solve a problem?(1 point) Responses by selecting the language with the least complexity by selecting the language with the least complexity by planning, discussing, and determining the outcome or output b...
1 year ago
Identify an application suite that facilitates and combines all the tools and features that allow the development of other applications.(1 point) Responses integrated editor integrated editor syntax syntax development tools development tools IDE
1 year ago
What is the term for words having different meanings and outcomes based on their capitalization within the Python language?(1 point) Responses case sensitive case sensitive print print function function source code
1 year ago
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. 2021 is not a leap year. 2021 is not a leap year. The program will throw an error. The program will throw an error. There wil...
1 year ago
Given the following code, what would the output on the final line be? # implementing Queue using List: q=[] q.append(10) q.append(100) q.append(1000) q.append(10000) print("Initial Queue is:",q) print(q.pop(0)) print(q.pop(0)) print(q.pop(0)) print("After...
1 year ago
You need to dissect, analyze, and break down a big computing project into smaller parts, filter out unwanted patterns, and analyze how certain constructs are going to operate in this task. What three processes you will need to achieve this?(1 point) Respo...
1 year ago
A group of students is arguing about which are better terms for a loan with compound interest—longer time with lower interest, or shorter time with higher interest. They decide to write a program to calculate each total so that they can compare between bo...
1 year ago
Which of the following correctly pairs an example with event- or sequential-driven programming?(1 point) Responses event-driven programming – a shopping list application that users can add and remove items from sequential-driven programming – a messaging...
1 year ago
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, 13 is a happy number because 12+32=10→12+02=1 . Number 32 is a happy number because 32+22=13→12+32=10→12+02=1 . Other examples...
1 year ago
Which of the following correctly matches a function to its purpose?(1 point) Responses data.describe() displays the type of data in each column data.describe() displays the type of data in each column data["column"].value_counts() displays the number of c...
1 year ago
Which is a type of error within the sequence of characters that is written in a programming language?(1 point) Responses processing error processing error syntax error syntax error print error print error data error
1 year ago
Use the code to answer the question. if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A': # 10 percent discount discount = discount + (0.1 * amount) Revise the code to incorporate the given policies: If the client i...
1 year ago
If you were creating code to extract data and you needed to access an established collection of resources to acquire pre-written code and routines or modules, what might you be using to extract this data to reduce code and implement an already known worki...
1 year ago
What is the output of calling n2.calculate()? class Addition: def __init__(self, f, s): self.first = f self.second = s def calculate(self): self.answer = self.first + self.second print("Addition of two numbers = " + str(self.answer)) n1 = Addition(1000, 2...
1 year ago
The built-in Python function slice allows the programmer to select portions of the input that they want to slice out. It has two possible syntaxes, slice(stop) or slice(start, stop, step). In the single parameter version, start and step default to none. T...
1 year ago
If you are a programmer who needs to conduct tests to uncover errors and bugs, and are provided with special software tools to control the execution of these tests, what would be the best form of testing that would allow you to compare the test results wi...
1 year ago
What are the roles of pseudocode and line comments in software development?(1 point) Responses Pseudocode is used in design to describe algorithms, while line comments suggest future edit possibilities. Pseudocode is used in design to describe algorithms,...
1 year ago
How can a good user interface (UI) and user experience (UX) design be beneficial for an e-commerce website?(1 point) Responses It will give a professional outlook to the website and engage the visitors. It will give a professional outlook to the website a...
1 year ago
Explain the significance of search engine optimization (SEO). Does the UI and UX design help with it?(1 point) Responses SEO helps in creating a good UI and UX design. SEO helps in creating a good UI and UX design. SEO increases the organic outreach of a...
1 year ago
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. Usability has got nothing to do with the UI and UX. Usability is a part of UI. Usability is a part of UI. The usability of a webs...
1 year ago
Which of the following is an acceptable selection for a tech stack?(1 point) Responses design, develop, test design, develop, test integration, system, acceptance integration, system, acceptance sequence, selection, iteration sequence, selection, iteratio...
1 year ago
Which of the following is an acceptable set of milestones?(1 point) Responses select tech stack, research user need, plan schedule select tech stack, research user need, plan schedule design UI, build UI, test UI, update UI design UI, build UI, test UI, u...
1 year ago
Which of the following is a reason the software life cycle is valuable?(1 point) Responses It lists the tests needed to fully accept a piece of software. It lists the tests needed to fully accept a piece of software. It lists the stages that must be follo...
1 year ago
Which of the following should be used in a product roadmap?(1 point) Responses a daily schedule of each team member a daily schedule of each team member storyboards or other prototypes storyboards or other prototypes a list of all potential features that...
1 year ago
What is a reason to use milestones in development?(1 point) Responses It helps the team to communicate technical difficulties to people outside the team. It helps the team to communicate technical difficulties to people outside the team. It ensures that a...
1 year ago
A diverse team is made up of(1 point) Responses individuals from the same gender and sex. individuals from the same gender and sex. individuals from the same ethnicity or nationality. individuals from the same ethnicity or nationality. individuals from th...
1 year ago
What are the features of effective team collaboration?(1 point) Responses leads to bias and poor cooperation among team members leads to bias and poor cooperation among team members positive attitude, open communication, close-knit relationship, great col...
1 year ago
What is iteration?(1 point) Responses a time-boxed period of one to four weeks that teams work in after which feedback is implemented a time-boxed period of one to four weeks that teams work in after which feedback is implemented the practice or quality o...
1 year ago
What is a deliverable?(1 point) Responses a document used to explain how a product is going to be tested a document used to explain how a product is going to be tested a tangible or intangible good or service that is provided as the result of a developmen...
1 year ago
Which one is more critical to a software product’s success, UI or UX design?(1 point) Responses Software needs to have a strong back end only to be successful. Software needs to have a strong back end only to be successful. They are not important to a sof...
1 year ago
Answers
The following answers were posted by visitors named songoku.