Urgent Please Help ASAP!! 50 Points!! Assignment due in 15 minutes!!

Reflect on the questions below.

1.) Why do some people resist help from others?
2.) Is it useful to work separately at some point in time during pair programming?
3.) How is pair programming beneficial?
4.) In pair programming, how can we better work together?

Answers

Answer 1

Questions:

1.) Why do some people resist help from others?

2.) Is it useful to work separately at some point in time during pair programming?

3.) How is pair programming beneficial

4.) In pair programming, how can we better work together?

Answers:

1.) Some people are prideful in their work, or they're just embarrassed to ask for assistance.

2.) It can be done, but pair programming is further effective with others.

3.) Pair programming is beneficial because you can get the job done faster.

4.) In pair programming, you can better work with your partner by working on different sections, and then checking each other's tail when the job is almost finished.

These answers are a combination of my knowledge and opinion(s). If you need any more help, do not hesitate to let me know. Glad I could help! :)


Related Questions

Please Help Asap!

Fill in the blanks:

URLs are the global _____ of resources on the Internet.

URLs are to web browsers what postal addresses are
to ______.

URL structure is: Protocol + Domain Name + _______.

Answers

Answer:

addresses

envelopes

directory path

Explanation:

URLs are the global addresses of resources on the Internet. URLs are to web browsers what postal addresses are to envelopes. URL structure is: Protocol + Domain Name + directory path.

What is meant by URL link?

Just as homes and other buildings have a street address, websites have unique addresses to make it simpler for users to find them. On the Internet, these are referred to as URLs Uniform Resource Locators.

Most websites use "HTTP" or "HTTPS" to denote their protocol. This part of the URL is followed by a colon and two forward slashes, as in the example below: http://website.com. https://website.com.

Type: It gives information about the type of server where the file is kept. address: It provides the location or address of the internet server. The file's location on the internet server is indicated by the path.

Thus, addresses, envelopes and directory path.

For more information about URL link, click here:

https://brainly.com/question/23615920

#SPJ2

35. John makes $700.00 per week working as a janitor at Passaic High School.
What is his CASH INFLOW per month? (SHOW YOUR WORK)(3 points) *

Answers

Explanation:

a is the answer

To reduce costs and the environmental impact of commuting, your company decides to close a number of offices and to provide support for staff to work from home. However, the senior management who introduce the policy are unaware that software is developed using Scrum. Explain how you could use technology to support Scrum in a distributed environment to make this possible. What problems are you likely to encounter using this approach

Answers

Answer:

The description including its query is provided throughout the section of the elaboration elsewhere here.

Explanation:

Coordination between teams is the main challenge that this new strategy can make. Agile creation is focused on the teamwork of cross-functional teams, where every other mission is identified and distinct teams are formed. All the departments collaborate and afterward work in stages until the completion of this research project.Unless the organization shuts several departments, contact with various teams and peers will be disrupted and contact differences with workers as well as the team would be established. The best approach will be to provide regular communication calls with multiple project managers such that each project stage is synchronized. In turn, this same project coordinator should always have numerous calls with his group members to even get construction progress.

n what sense is it now possible for a country to be ""occupied"" by an invisible invader that arrives through airwaves and wireless networks? A. It is almost impossible to block foreign countries’ satellite broadcasts and Internet transmissions. B. Spy satellites and other communications technology are increasingly advanced. C. Global positioning systems have allowed detailed mapping of previously inaccessible places. D. The U.S. government can eavesdrop on almost any form of modern communication.

Answers

Answer:

Option A. is correct

Explanation:

It now not possible for a country to be "occupied" by an invisible invader that arrives through airwaves and wireless networks. It is almost impossible to block foreign countries’ satellite broadcasts and Internet transmissions inspite of Spy satellites and other communications technology and Global positioning systems.

Option A. is correct

divisions of a keyboard​

Answers

Answer:

There are 4 SECTORS!

Explanation:

Alphabetical (Word keys, main function keys), Numeric (Number keys. which is the number pad to your right), The function keys (Like Num. lock, and the F keys that go through F1 to F12), and the Cursor keys (Which is LITERALLY just the arrow keys) But if you were a gamer like me, you'd know that WASD is better for gamers.

Another mention: Control Keys ( Includes your Windows Icon, Left Ctrl, Alt, Fn(If it's there) Your Tab key, your Caps, Shift, and Right Ctrl.)

which hardware device is it most important to an experienced computer professional to install

Answers

Answer:

RAM

Explanation:

In the test

Answer:

RAM

Explanation:

I'm doing the unit test.

write a letter to your friend telling him how computer has made learning easier to students

Answers

Answer:

Dear friend

How are you i am writing this letter to tell you how computer has made my learning easier to students.Computer is a great device to help in school work.Because it processes information and your school work,it evens help you to get done work easier and quicker.It dosent matter which coumpuer you use.Technology is a very useful source i hope you see it easier to use.I hope you enjoy what i write to you

Yours truly

Explanation:

i hope you enjoy my letter that i help you with message me

When writing a letter to your friend, it is important to:

State the reason you are writing to him.Let him know the specific ways the computer has made learning easier.Make some jokes and lighthearted comments.Promise to keep in touch.End the letter.

What is an Informal Letter?

This refers to the type of letter where a person writes to a friend or acquaintance and makes use of slangs and informal language.

Read more about informal letter here:
https://brainly.com/question/18879087

What is a feature of webmail

Answers

Answer:

Webmail allows the users to access their emails as long as they have access to an Internet connection and a web browser. This also means that the user cannot read an old email or draft a new email offline.

What is the result when you run the following program?

print(“2 + 7”)
print(3 + 1)

Answers

Answer:

line 1 = 2+7 (you added quote marks)

line 2 = 4 (you did not add quote marks, which adds both nums together)

Explanation:

What is the dependent variable, After learning about electricity, a student wants to see if electricity flows better through different materials. Our wonderful student has different materials: copper wire, aluminum wire, carbon fiber, and gold wire. The student attaches a small lightbulb to a 9 volt battery, and uses each wire to see how bright the lightbulb lights up when connected to each material.

Answers

Answer:

The Lightbulb is the dependent variable.

Explanation:

The dependent variable is defined as the variable that the researcher is measuring or testing and it observes the direct effect/change brought by manipulation in the independent variable. In the given experiment, the lightbulb would be characterized as the dependent variable as it is being tested by the researcher. He controls the independent variable(by using different wires) to observe its direct impact on the way the lightbulb lits. Thus, it(lightbulb) is the dependent variable.

________________are programs that designed to help users to be more productive with their personal tasks

Answers

Answer is • designers •

Have a nice day

Answer:

Application software

Application software consists of programs designed to make users more productive and/or assist them with personal tasks

Explanation:

Write a program that will add up the series of numbers: 99,98, 97...3.2.1. The program should print the running total as well as the total at the end.
The program should use one for loop, the range() function and one print() command.
Sample Run
99
197
294
390
-
4940
4944
4947
4949
4950

Answers

Answer:

result = 0

for i in range(99, 0, -1):

   result += i

   print(result)

Explanation:

It gives back a series of numbers that begin at zero, increase by one by default, and end just before the specified number. There are three criteria total, and two of them are optional.

What range() function and one print() command?

For the range() method to produce the integers in reverse order, use a negative step value. For instance, the expression range(5, -,1, -1) will result in the integers 5, 4, 3, 2, and 1.

By setting the step argument of a range() function to -1, you may effectively reverse a loop. Reverse iteration of the for loop's iterations will result.

The range() function returns a series of numbers that, by default, starts at 0 and increments by 1 before stopping in a given number.

Therefore, Instead of being a physical hardware device, a software calculator is one that has been implemented as a computer program.

Learn more about function here:

https://brainly.com/question/18065955

#SPJ5

What is the differences between Google Slides and MS Powerpoint?

Answers

[tex]\huge\underline\mathbb\pink{ANSWER↑}\\\\[/tex]

HOPE IT HELPS

PLEASE MARK ME BRAINLIEST ☺️

In one or two short paragraphs, explain a few different ways you could get more involved in your own community. Think about the issues that concern you and how you could get involved to have an effect on those concerns.

Answers

Answer:

Ways people get more involved in your community are by stoping to help when and where you're needed. It's a simple way to make your community better and help to create the kind of vibe that makes people feel safe and happy. If you see someone in need of assistance, come to their aid instead of averting your eyes. Do for others what you'd want them to do for you if you were in their situation. Support your local economy. Healthy communities have healthy local economies. People work together to help each other make a living and thrive. You can help improve the health of your local economy in many different ways, from changing your shopping habits to starting a business of your own. 

Recycle and compost. Many communities are experiencing problems with landfills that are getting too full. Producing too much trash pollutes the environment, and that's not good for your community's long-term health. You can do your part to help improve the situation by recycling and composting as much of your waste as possible.Save energy and water. Using excessive electricity and water strains community resources.Saving energy and water is good for the planet as well as your local environment. Do your best to conserve energy and water and it will become an investment in your community's long-term health. By doing some of these simple things you can be involved and help the community you live in.

Explanation:

Hope this helps

Answer:

Answers will vary but should include some specific examples with common elements such as:

organizing a food drive or fundraiser to benefit a local charity

volunteering at a home for the elderly

donating clothes or other goods

getting a school sports team involved in a local service project

finding an organization where you can volunteer with your parents

Explanation:

PLATO

Identify the correct characteristics of Python numbers. Check all that apply.

1. Python numbers can be large integers.

2. Python numbers can be complex values such as 12B16cd.

3. Python numbers can be floating-point numbers.

4. Python numbers have numeric values.

5. Python numbers are created automatically.

Answers

Answer:

The answers are 1, 2, 3, and 4

Explanation:

i just did it on edge

Answer:

The answers are 1, 2, 3, and 4

Explanation:

im simply good

Plz help meeeeee QUICKLY!!! WORTH 15 POINTS!

Answers

Answer:

Im pretty sure Domain name system but dont trust me

Explanation:

Lifecycle environmental assessment is based on the important realization that

Answers

Answer: Life cycle impact assessment (LCIA) refers to the steps that assess the type and extent of environmental impacts that may arise quantitatively based on data collected in the LCI.

Explanation:

Which future US President attacked a French fort in the Ohio River Valley? A. John Adams B. George Washington C. Alexander Hamilton D. James Braddock

Answers

Answer:

George Washington

Explanation:

Which of the these is tool for creating mobile apps? A:C# B:Apple Pie C:Appy Pie D:C++​

Answers

Answer:

Appypie

Explanation:

Have a good day

The tool used for creating mobile apps is C#. The correct option is A.

What is C#?

C# is a multi-paradigm, broad sense programming language. C# programming areas of study encompassing static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming.

C++ is an intermediate-level language that extends C with object-oriented features, whereas C# is a high-level language.

C++ compiles programs to Machine Codes, whereas C# compiles programs to Common Language Runtime, abbreviated as CLR.

C# is a popular programming language for Windows desktop apps, enterprise solutions, and even game development, as the Unity game engine is built on it.

C# or F# can be used to create native apps for Android, iOS, and Windows (Visual Basic is not supported at this time).

Thus, the correct option is A.

For more details regarding programming language, visit:

https://brainly.com/question/14379391

#SPJ5

A laptop computer is smaller than desktop computer. True or false

Answers

Answer:

true

Explanation:

Answer:

true

Explanation:

laptop... sits on ya lap

desktop... sits on the desk

What are some internet hardware components? What is used to make the internet work?

Answers

Answer:

Internet Connection Components and Functions

DSL Modem–

DSL/Broadband Filter.

Firewall and NAT Router.

Computer Firewalls –

ICS (Internet Connection Sharing)-

Network Hub.

Network Switch.

Wireless Access Point.

Farm tools/Equipment:
Parts:
Quantity:
Defect type
manufacturing/Design/marketing
Condition​

Answers

Answer:

sorry but I don't understand your question can you elaborate it better

Answer:

Farm/Equipment:

Preparation , Mechanical processing , Heat processing , Preservation , Packaging

Parts:

Tractor, backhoe, baler, plow, harrows, seed drill

Quantity:

Farmers must learn how to manage both soil and water resources in an integrated manner

Defect Type:

Broken bones , Crush injuries , Burns , Electrocution , Spinal cord and, traumatic brain injuries , Amputation injuries

Manufacturing/Design/Marketing :

Internal resource constraints for new product development

Eroding margins due to higher material and assembly costs

Low throughput

Inefficient workflows resulting in higher cost of manufacturing

Rising warranty costs

Condition​: Vibration Analysis/Dynamic Monitoring:

Shock pulse analysis

Fast fourier transforms

Broadband vibration analysis

Ultrasonic analysis

Power spectral density (PSD)

Time waveform analysis

Spectrogram/spectrum analysis

Hope this helps

Fred is interested in creating marketing materials for video games. Which of the following occupations should he pursue?


texture artist

video game designer

graphic artist

video game artist

Answers

Answer:

The answer above is wrong well at least for odyssey ware!!

Explanation:

I think D

What would be the state of the following list after each of the first four passes in a Bubble sort, sorting into ascending sequence?
(a) 65, 34, 28, 68, 52, 21

Answers

Answer:

21,28,34,52,65,68

Explanation:

Following are the Python program to Bubble sort the given array value.

Program:

def sort(l):#defining the a method sort that takes list value in parameter

   for n in range(len(l)-1, 0, -1):#defining a loop that counts list value and performs the swapping

       for i in range(n):#defining another loop that counts range of list

           if l[i] > l[i + 1]:#defining if block that check list number value

               l[i], l[i + 1] = l[i + 1], l[i]#performing the swapping

l=[ 65, 34, 28, 68, 52, 21]#defining a list l that holds integer value

print("Unsorted list: ")#print message

print(l)#print list value

sort(l)#calling the sort method

print("Sorted Array: ")#print message

print(l)#print sorted list value

Output:

Please find the attached file.

Program Explanation:

Defining the method "sort" that takes list value "l" as a parameter, and defines a loop that counts list values and performs the swapping.Inside the loop, another loop is defined that counts the range of the list and uses a conditional statement.In this case, it uses an if block that checks the list number value and performs the swapping.Outside the method, a list "l" that holds integer values is used, and the print method that calls and prints its value.

Find out more about the sorting here:

brainly.com/question/18568184

what is computer?write feature of computer​

Answers

Answer:

An electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program is computer.

And it's feature are:

Multitasking.Accurate & Speed.Efficient.Reliability.Recoverability

what is a computer?.

a computer is a electronic device that works under the control of information stored in its memory.

features of a computer

multitasking.

Which is the best description of the laws governing IT professionals?

Answers

Answer: D, Most laws are directed at the information, data, or intellectual property rather than the IT professional.

Explanation:i just took the test

A user left a comment. Which best describes where will it be seen?

Answers

Answer:

IN the comment section usually at the bottom

Explanation:

Answer:

The comments section, usually left under the question answered, or being asked.

Explanation:

changing the layout of a document or the text is called....

Answers

The Answer is:

Formatting.

what type of things can be marketed

Answers

Answer:

Physical goods that can be manufactured, or produced are the major items among those can be marketed. Examples include refrigerators, computers, music systems, food products, etc. Such physical goods constitute the bulk of production and marketing efforts. And here are the types of marketing Traditional Marketing. Traditional marketing refers to brand promotion on any kind of channel that has been around since before the advent of the internet.

Which layer of the TCP/IP model is concerned with the physical transportation and delivery of network data?

application

network access

internet

transport

Answers

Answer:

network accsses

Explanation:

Answer:

Network Access

Explanation:

Other Questions
There are 3 different roads from city A to city B and 2 different roads from city B to city C. In how many ways can someone go from city A to city C passing by city B. EMERGENCY!! please open Can someone please tell me why my computer is doing that like i am trying to update google chrome and the other one but it keeps saying close tabs but my tabs are already closed. But it keeps telling me close your tabs before updating, over and over even though they already are. Can someone pleasee tell me whats go on here lol im trynna restore my iphone but i can't do that if my computer is not up to date SO PLEASEEEE HELP ME BRO LOL I NEED MY PHONE GIVING BRAINLISTPLZ ANSWER THIS IF U HAVE READ THE WHOLE BOOK "BREAKING POINT". And can give me a 3-5 sentence summary for chapter 5 (7 + 3i) - (2 + 3i) =A. -5B. 5C. 5-6 i Repeat this calculation using Slater's rules to estimate the screening constant, S, and calculate Zeff for these two ions. Express your answers using two decimal places. Enter your answers numerically separated by a comma. 50 A 6 A 0 21 ? S. Zeff C, Zeff K+ = can someone help me find angle 3? 3) Two plants are grown using the same light and pots. One plant is given water that has been microwaved and the other plant is given regular tap water. Their height is measured after 2 weeks. What is not a constant in the experiment ?LightSoilPlantWater You know the drill by now- Paragraph 2 gives examples of interactions Akaky has with a porter and an assistant to the head clerk. How do these interactions help develop the central themes of the text?AThey call attention to the fact that even the most minor workers in the office treat Akaky with disdain.BThey allow the reader to contrast Akaky's incompetence with the more professional work of his colleagues.CThey hint that Akaky's unwillingness to speak up for himself is the cause of his troubles.DThey introduce the idea that the way Akaky is treated is to be expected in a typical office environment. Forty infants are being studied to test the effectiveness of diaper capacity on four types of diapers: ABC, and D The researcher calculates diaper's actual capacity compared with its listed capacity. The response variable is the amount of capacity after one hour of treatment. Previous studies have shown the may vary based on subject's activity levelHow should the subjects be blocked? Explain Can you please help?! SOMEONE PLEASE HELP I need the answer AsAP Susan works part-time in a local video store. Her salary varies directly as the number of hoursworked. Last week she earned $144 for working 16 hours. This week she earned $378. Howmany hours did she work this week? Name the remainder for the quotient and describe or show how you found the remainder. help asap.......... Madyson goes to a restaurant with her best friend, Taylor. The two girls order a meal, Madyson's meal costs $23.75 and Taylor's meal is $15.00. They want to leave a tip of 15% how much money would it cost altogether without tax? What is the minimum age a person has to be to run for State Representative and howmany years can they serve and how terms can they have? Please Help me with this: Primary source #4: Testimony from [British] Captain Thomas Preston (provides an entirely different perspective on the events of March 5, 1770)About 9, some of the guard came to and informed me the town inhabitants were assembling to attack the troops, that that the bells were ringing as the signal for that purpose . . . In my way there, I saw people in great commotion, and heard them use the most cruel and horrid threats against the troops . . . about 100 people passed . . . towards the custom house where the kings money is lodged. They immediately surrounded the sentry [British soldier] posted there, and with clubs and other weapons threatened to execute their vengeance on him. I was soon informed by a townsman their intention was to carry off the soldier from his post and probably murder him . . . he assured me he heard the mob declare they would murder him. This I feared might be a prelude to their plundering [stealing] the kings chest. I immediately sent an officer and 12 men to protect the sentry and the kings money . . . they [the soldiers] rushed through the people and by charging their bayonets in half circles, kept them [the townspeople] at a little distance . . . the unhappy affair took place without any loading in their pieces [muskets]; nor did I ever give orders for loading them. The mob still increased and were more outrageous, striking their clubs...and calling out, come on you rascals, you bloody backs, you lobster scoundrels, fire if you dare . . . fire . . . At this time I was between the soldiers and the mob, parleying with and endeavoring all in my power to persuade them to retire peacefully, but to no purpose.From Captain Prestons point of view, what was the intent of this unruly crowd? How did Captain Preston attempt to settle this matter? estimate the product choose the method 27 * 42 I will give you brainliest