Question # 6
Fill in the Blank
In your program to calculate the slope, supply the missing word.
The program is incomplete.
# Find the slope of the user's two points
# Get the points
XÔne =
("Enter the x-coordinate of the first point: ")

Answers

Answer 1

Answer:

Input

Explanation:

The input() function is used to get input from the user (the user's answer).


Related Questions

Please help, this question is from plato.
What is HTML?
A.
a language
B.
a software application
C.
a website
D.
a browser
E.
a malware program

Answers

Answer:

A

Explanation:

It is a programming language.

Answer:

A

a. language

Explanation: i took the test and hope this help have a good day.

What are the four types of technical drawing?​

Answers

Answer:

3D drawings (isometric perspective)

exploded-view 3D drawings

complete working drawings

detail drawings (2D orthogonal projections)

diagrams

The ____, which amplified weak electrical signals, enabled electrical sound recording.

Answers

Answer:

Radio

Explanation:

What type of light or lighting technique did Dennis decide to use

Answers

Answer:

Three point lighting.

Explanation:

For your biology class, you will be giving a presentation of the findings of a plant growth experiment. Which application is best suited for this presentation?


Writer or Word


Impress or PowerPoint


Notepad or Paint


Calc or Excel

Answers

Answer: Powerpoint

Explanation: Easy to give graphs and add pictures. You can also add shapes to create a bar graph if needed.

Answer:

Calc or Excel

Explanation:

4.2 Code Practice: Question 1

Write a program that inputs numbers and keeps a running sum. When the sum is greater than 100, output the sum as well as the count of how many numbers were entered.

Sample Run

Enter a number: 1
Enter a number: 41
Enter a number: 36
Enter a number: 25

Sum: 103
Numbers Entered: 4

Hint: If you get an EOF error while running the code you've written, this error likely means you're asking for too many inputs from the user.

Answers

In python:

total = 0

i = 0

while total <= 100:

   number = int(input("Enter a number: "))

   i += 1

   total += number

print("Sum: {}".format(total))

print("Numbers Entered: {}".format(i))

I hope this helps!

How these technologies influence the user experience and knowledge?

Answers

Answer:

I don't know

Explanation:

Technology can help us study and stuff yet we can still look up the answers. It also allows to know what's happening in the world around us like if a girl gets kidnapped, we get Amber Alerts on our phones about the missing girl. Most of us people today have learned about George Floyd's death on the internet through technology. Technology doesn't really influence us as much as help us out but for some people it can cause us to change under the influence of seeing other people and how they dress and act and stuff.

4.1 Code Practice: Edhesive

Answers

In python 3:

while True:

   name = input("Please enter a name: (Nope to end) ")

   if name == "Nope":

       break

   print("Nice to meet you {}".format(name))

I hope this helps!

   

The program is an illustration of while loops.

While loops are used to perform iterative operations, until the condition is met

The program in Python, where comments are used to explain each line is as follows:

#This prompts the user for name

name = input("Please enter a name (Nope to end) ")

#This checks if input is "Nope"

while name.lower()!="nope":

   #If no, this prints the greetings

   print("Nice to meet you",name)

   #This prompts the user for another input

   name = input("Please enter a name (Nope to end) ")

Note that the loop is repeated until the user enters "Nope" or "nope"

Read more about while loops at:

https://brainly.com/question/18430675

Katherine wants to open a bank account that allowed her to perform frequent transactions without being charged a penalty and she does not want to maintain a minimum balance. What type of bank account should she open?

Answers

Answer:

C

Explanation:

Answer:

checking account

Explanation:

what is computer system​

Answers

Answer:

A computer system is a basic, complete and functional hardware and software setup with everything needed to implement computing performance.

Explanation:

Hope this was helpful,Have an amazing, spooky Halloween!!

Need it ASP please
like rte now plz help me ​

Answers

Answer:

b

Explanation:

A path between two nodes in a network. It may be known to be  the physical cable, the signal transmitted within the cable or to a sub channel within a carrier frequency. In radio and TV, it refers to the assigned carrier frequency.

Answer:

Hey not to be mean but do I know you. you added me in my both accounts just asking

Explanation:

B

Can someone help with these questions it's for drivers ed class

Answers

3) A
4)D
5)A
6)D
7)C
8)A
9)A
10)B
These are for the first two

What is one reason why a business may want to move entirely online

Answers

To focus on a global market.

Answer:

maybe because it requires less work and the amount of peole online today greater than say 8 years ago.

The goal of an audio codec is


to make an audio file that sounds good and is as small as possible for use with certain applications.

to make an audio file with the highest amplitude while making sure the decibels are not degraded.

to preserve the original sound quality regardless of conversions that affect sampling rate.

to upload audio files from your computer to your mobile devices.

Answers

Answer:

to preserve the original sound quality regardless of conversions that affect sampling rate.

Explanation:

An audio codec can be defined as a codec that helps to cipher or decipher an audio file. It is a computer application that compact or extend an audio file without hampering with the original sound quality.

The main object of an audio codec is to compress a high-quality audio file into a limited size without distorting the quality of sound.

Therefore, the correct answer is option C.

Answer:

C   to preserve the original sound quality regardless of conversions that affect sampling rate.

Explanation:

IM JUST BUILT DIFFRENT

What are the seven phases of design plans and the main features of designer-client communication at each phase?​

Answers

In order to design a project there exists seven phases of design as the client needs to communicate in each phase.  

The first step is to study the client in brief. This can be done by setting goals that will enlighten your project. Step two is to research in order to understand the project so that you can need to understand the history and culture. Example analysis of your audience. The step is to brainstorm, that is to research, the client, industry, and audience. The fourth step is to sketch ideas that help put to visualize elements and save time. The fifth phase is concept development that is a 3-5 design based on the needs of the project. The sixth phase is the revision phase that is to conclude your design that meets the goals and needs of the project. In the last completion that is fully understood look forwards to the client.

Learn more about the seven phases of design plans and the main features of the designer.

brainly.com/question/25151017.

100 POINTS PLEASE HELP Ken Thompson and Dennis Ritchie co-created which operating system?

Answers

Answer:

UNIX operating system

Explanation:

Unix is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, development starting in the 1970s at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.

Answer:

the UNIX

During the 1960s to 1970s, Bell Labs colleagues Ken Thompson and Dennis Ritchie developed UNIX, a multi-tasking, multi-user operating system alternative to the batch processing systems then dominating the computer industry.

Explanation:

Which of the following is NOT a possible duty for a professional working in the Web and Digital Communications pathway?

Creating computer software

Designing graphics and animation

Implementing security measures

Designing websites

Answers

Answer:

creating computer software

Explanation:

HOPE THIS HELPS!!!

Software that directly interacts with users to do specific tasks is known as which type of software?
A. application software
B. booting software
C. distribution software
D. system software

Answers

Answer:

A Application Software

Explanation:

You can make artboards in non-rectangular shapes.true or false

Answers

Answer:

true

Explanation:

they could be square

Answer: false

Explanation:


What is a goal?
What is a strategy?
What are tactics?
hy is it important for a goal to be specific?

Answers

A goal is an aim you want to achieve
Strategy is a plan to your achievement
Tactics are is an action carefully planned
A goal is important to be specific cuz it helps u focus on your specific task

A variety of fonts may be used in letter writing as long as the font size is 12 points.
True
False

Answers

False MLA format is Times New Roman font, size 12, double spaced.

Answer:

False

Explanation:

20
Select the correct answer.
Part of social health means that you make positive contributions to your community,
ОА.
True
OB
False
Reset
Next

Answers

Answer:

true

Explanation:

because my 8 ball said so

Answer:

True

Explanation:

William would ike to sort a list of items after the data is already entered Which method is NOT an available sort option? text O number O date Osymbol​

Answers

Answer:

symbol

Explanation:

edge2020

Answer:

symbol

Explanation:

took the test

Select the correct answer.
Which task represents an unethical use of technology and resources at the workplace?
OA. using computer resources for an upcoming project presentation
OB. sharing a coworker's performance scores with colleagues
OC. generating a confidential report after receiving proper authorization
OD. providing references and giving due credit for work that isn't one's own
O E. printing presentation notes for an upcoming client meeting
Reset
Next

Answers

Answer:

A

Explanation:

because when you make a presentation so you are already use technology

Answer:

a

Explanation:

Which sentences describe the value of a conditional statement? Check all that apply.

It allows a programmer to designate a portion of the code that will be run only when a condition is met.

It creates new program code when a condition is met.

It allows a programmer to set a condition that must be met.

It incorporates decision-making into a program.

Answers

Answer:

134

Explanation:

Edgenuity

Answer:

1. It allows a programmer to designate a portion of the code that will be run only when a condition is met.

3. It allows a programmer to set a condition that must be met.

4. It incorporates decision-making into a  program.

Explanation:

Bill has several workbooks open, and he would like to see them all side by side on the screen. Which option on the
Arrange All menu should he use?
Tiled
Cascade
Horizontal
Vertical

Answers

Answer:

tiled

Explanation:

Which of the following might cause a mobility impairment that limits computer use? Select 3 options.
a color blindness
Odyslexia
O neurological issue
injury
O genetic issue

Answers

Explanation:

A color blindness , injury .

Answer:

neurological issueinjurygenetic issue

Explanation:

The question is about mobility impairment. Color blindness and dyslexia have to do with vision, so rarely cause mobility issues related to computer use. Rather they would cause issues related to reading the screen.

The remaining three choices are the ones you want.

What is the assignment operator?

Select the one choice that best answers the prompt above:
Answer 1
==

Answer 2
=

Answer 3
<=

Answer 4
===

Answers

I think hahahahaha Answer 1

Answer:

answer 3 is greater then or equal to, answer one is both equal, answer 2 is equal, answer 4 is all equal no mistakes,

Explanation for brainly please

answer 3

how come when i go to get a answer and watch a video, it never shows me a video and it just sits there and it wont answer any question

Answers

What you mean? Explain.

is anyone willing to do my DIT tests for me?

Answers

Answer:

no sorry

Explanation:

Other Questions
A 0.660 kg ball is dropped from rest from the top of a building and falls for 5.65 seconds. How tall was the building ? NEED RN WORH 100! THANK YOU Which are characteristics of eukaryotic organisms? PLZ HELPP If it takes 930 kg of food to feed a pairof elephants for 3 days, how much foodwould you need to feed them for a week? If I am driving down the highway going north at 50 miles per hour, and another car is driving south at 75 miles per hour. How fast is the car coming toward me?Its an exam >.I WILL GIVE BRAINLIEST you can acquire an existing business for $2 million. You are uncertain about future demand. There is a 40% chance of high demand, in which case the present value of the business will be $3 million. There is a 25% chance of moderate demand, and the associated present value is $1.5 million. Finally, there is a 35% chance of low demand, in which case the present value is $1 million. Draw a decision tree for this problem. What is the expected net present value of the business 30 point question! WILL AWARD BRAINLIEST!A ball is thrown across a playing field from a height of h = 5 ft above the ground at an angle of 45 to the horizontal at the speed of 20 ft/s. It can be deduced from physical principles that the path of the ball is modeled by the function y = (32/(20^2))x2 + x + 5 Find the horizontal distance the ball has traveled when it hits the ground. (Round your answer to one decimal place.) When the first periodic table of the elements was published, the elements were arranged by atomic mass. Althoughseveral elements seemed out of order, later discoveries showed the order to be correct.Which event most likely helped the development of the periodic table?O Scientists changed the atomic masses to better fit the pattern.O Scientists refused to consider other ways to organize the elements.O New technology was developed that modified the masses.O New information changed the understanding of the atom's structure.ANSWER ASAP Write each decimal as a fraction in simplest form.9. 0.00810. -0.611. -2.05 What is the first step when solving the equation 3(3x-5x)+2=-8 Please someone answer this The GCF of 14 and 35 is _____. bill weighs 120 pounds and is gaining ten pounds each month.phil weighs 150 pounds and is gaining 4 pound each month. how many months,m, will it take for bill to weigh the same as phil? ldentify the method that will be used in solving for x. 5+X=3/4 If you know tags please help me. explain what each do? A man walks along a straight path at a speed of 4 ft/s. A searchlight is located on the ground 20 ft from the path and is kept focused on the man. At what rate is the searchlight rotating when the man is 15 ft from the point on the path closest to the searchlight A bank offers 8.00% on savings accounts. What is the effective annual rate if interest is compounded semi-annually?Percentage Round to: 4 decimal places (Example: 9.2434%, % sign required. Will accept decimal format rounded to 6 decimal places (ex: 0.092434)) In what ways did the physical characteristics of Plymouth Plantation influence the economic activities of the Pilgrims? Match the climate change term in column 1 to the characteristics in column 2. You are researching Westward Expansion to California. Your first Internet search brings up too many unrelated topics. How can you narrow your search?A.search each word separatelyB.put quotation marks around the exact phraseC.first search on Westward Expansion, then on California, and see what sites come up on both searchesD.add the word "narrow" to your search