Write a python application that allows a user to enter any number of student test scores until the user enters 999. If the score entered is less than 0 or more than 100, display an appropriate message and do not use the score. After all the scores have been entered, display the number of scores entered and the arithmetic average.

Answers

Answer 1

Answer:

This program is as follows

total = 0; count = 0

testscore = int(input("Score: "))

while testscore != 999:

   if testscore < 0 or testscore > 100:

       print("Out of range")

   else:

       total+=testscore

       count+=1

   testscore= int(input("Score: "))

print(count,"scores entered")

print("Arithmetic Average:",total/count)

Explanation:

This initializes total and count to 0

total = 0; count = 0

This gets input for score

testscore = int(input("Score: "))

The following iteration stop when 999 is entered

while testscore != 999:

This prints out of range for scores outside 0 - 100

   if testscore < 0 or testscore > 100:

       print("Out of range")

Otherwise

   else:

The total score is calculated

       total+=testscore

The number of score is calculated

       count+=1

Get another input

   testscore = int(input("Score: "))

The number of score is printed

print(count,"scores entered")

The average of score is printed

print("Arithmetic Average:",total/count)


Related Questions

Which of these are part of the CPU?
O peripheral
O HDMI cord
O core
O keyboard

Answers

Hiii I think the best option would be C. Core

Write technical term of following statements: a.The set of programs to perform specific task. b.A feature of computer which tells multi-functioning capability of computer. c.The first calculating machine designed for the manipulation of census data. d.The first computer programmer.​

Answers

Answer:

a) Application software

d) Lady Augusta Ada Lovelace

b) (it may be versatility

Hackers often raise the trust level of a phishing message by modeling the email to look similar to the internal email used by the target company. This includes using logos, formatting, and names of the target company. The phishing message will often use the name of the company CEO, President, or Managers. The time a hacker spends performing research to locate this information about a company is known as

Answers

Answer:

Reconnaissance

Explanation:

You are in charge of installing a remote access solution for your network. You decide you need a total of four
remote access servers to service all remote clients. Because remote clients might connect to any of the four
servers, you decide that each remote access server must enforce the exact same policies. You anticipate that
the policies will change frequently.
What should you do? (Select two. Each choice is a required part of the solution.)
A. Configure network policies on the RADIUS server.
B. Make each remote access server a member of the RemoteServers group.
C. Configure the exact same network policies on each server.
D. Configure one of the remote access servers as a RADIUS server, and all other servers as RADIUS clients.
E. Use Group Policy to configure network policies in the default Domain Controllers GPO.
F. Configure each remote access server as a domain controller.

Answers

Answer: configure one of the remote access servers as a RADIUS server and all other servers as RADIUS clients

configure network access policies on the RADIUS server

Explanation:

Which of these is NOT an input device?
O keyboard
O mouse
O blinking light
O microphone

Answers

Blinking light is not one of the awansers

hardware and software are........... to each other​

Answers

Answer:

Hardware and software are interconnected to each other​

Hope this is what you´re looking for!

You are working as a Solutions Architect in a large healthcare organization. You have many Auto Scaling Groups that you need to create. One requirement is that you need to reuse some software licenses and therefore need to use dedicated hosts on EC2 instances in your Auto Scaling Groups. What step must you take to meet this requirement

Answers

Answer:use launch template with your ASG

Explanation:

what is known as Ip address

Answers

Answer:

IP address stands for internet protocol address; it is an identifying number that is associated with a specific computer or computer network. When connected to the internet, the IP address allows the computers to send and receive information.

ou have a company network that is connected to the internet. You want all users to have internet access, but you need to protect your private network and users. You also need to make a web server publicly available to internet users. Which solution should you use

Answers

Server and network is 2 different things, just put the server on a different network.  ;) duh

Explanation:

Helpppppppppppppphuhuh

Answers

Answer:

B

Explanation:

You listed this as Computers and Technology where we post coding questions, or hardware related things, but ok.

If there is 7/8 jugs as the starting amount, and they have a 1/2 jug, dividing 0.875 by 0.5 gives the answer of 1.75 or 1 3/4.

Fault tolerance refers to

how a network fails.

how well a network recovers after a failure.

mirror operations.

servers.

Answers

Answer:

servers

Explanation:

because it good for servers

Answer: How well a network recovers after a failure.

Explanation:

Ben is working in an IT services organization that uses the National Institute of Standards and Technology (NIST) functional impact categories to describe the impact of incidents. During a recent construction project, a contractor plugged a network device to the same switch twice, resulting in a network loop and taking down the organization's network for one-third of its users. Which functional impact category should Ben use to classify the event given in the scenario

Answers

Answer:

Medium

Explanation:

The functional impact category in NCCIC Cyber Incident scoring system considers incident impact to the organization. This category isn't severe and can result from such things as minor network breakdowns in the organization. It is given a priority score according to the scoring system of medium which is yellow in the priority level.

You have been asked to help a small office with a limited budget set up and configure a Windows network. There are only five computers in this office. In addition to the ability to share network resources, security is a top priority.
Which of the following is the BEST course of action in this situation?
A. Install a HomeGroup to provide a single login and simplify security and sharing.
B. Install a WorkGroup to provide a single login and simplify security and sharing.
C. Install a WorkGroup to allow each device to control what is shared and with whom.
D. Install a HomeGroup to allow each computer to control which items are shared and who can access them.

Answers

Answer:

I will choose a option tin best

Answer: Install a WorkGroup to allow each device to control what is shared and with whom.

Explanation:

explain the types of computer on the basis of model

Answers

XT(extra technology) computer: it cannot support GUI Based operating system. its processing speed is 477MHz

AT(advanced technology):it supports GUI Operating system. Its processing speed is 2GHz

PS/2:is a laptop computer which is rechargeable

and battery powered. it's operated with OS/2 operating system.

PLEASE MARK AS BRAINLIEST

Answer:

XT Computers (Extended Technology)  

AT Computers (Advanced Technology)

PS/2 Computers (Personal System 2)

Explanation:

XT Computers :  

            The computers having 8086 or 8088 microprocessor and processing speed of 4.77 Mhz are known as XT Computers. These computers are outdated now because they cannot run on latest software versions.

AT Computers :  

                  The computers having 80286 or later versions of microprocessors are known as AT Computers. Their storage capacity as well as speed is much higher than XT computers. Besides that they have math  co-processor to support main processors to perform complex mathematical calculations.

PS/2 Computers:

                  IBM developed another model of computer in 1990 that have much advanced architecture design that AT computers. They are known as PS/2 computers. They are much faster than AT computers. Most of the laptop computers based on PS/2 model use OS/2 or UNIX operating system and 1.44 MB floppy diskette.

the paint 3D program is used for drawing picture true or false​

Answers

Answer:

The answer is TRUE we use paint program to draw.

Explanation:

#swag

Answer is truee the paint 3d program is used for drawing pics

write one function each of caps lock and shift keys.

Answers

Answer:you can use the shift key to use symbols instead of numbers on the top numbers part of the keyboard

Explanation:

Some Examples are ( ) $ &

What is malware? a type of virus that spreads through a network connection a type of virus that targets programs and files any program designed to do harm a type of software designed to track activity online

Answers

Answer:

any program designed to do harm.

Explanation:

Malware is a program that was created by someone with malicious intent. Malware can target your windows system files and damage windows(or what ever os you use). Malware can corrupt files and even lock you out of your computer.

Which is the correct html for creating a hyperlink pls answer

Answers

Answer:

c

Explanation:

The correct HTML for creating a hyperlink is <a>http://www.w3c.org</a>. The correct option is c.

What is a hyperlink?

The coding that organizes a web page's content is called HTML (HyperText Markup Language). Content may be organized using paragraphs, a list of bulleted points, graphics, and data tables, among other options.

A hyperlink in computers, or simply a link, is a digital pointer to information that the user can follow or be directed by tapping or clicking. A hyperlink directs readers to either the entire document or a specific section within it. Text having links is known as hypertext. An anchor text is a text from which a link is made.

Therefore, the correct option is c. <a>http://www.w3c.org</a>.

To learn more about hyperlinks, refer to the link:

https://brainly.com/question/9483034

#SPJ2

Which of the following are characteristics of centralized version control systems? Select 3 options.

A full copy of all project files is stored on each developer's computer.

Changes to the project are stored in a log file on each developer’s computer.

It allows many developers to work on the same project from anywhere at the same time.

Project files are maintained in a central repository.

The process may require file locking, depending on file type.

Answers

Answer:

It allows many developers to work on the same project from anywhere at the same time

Project files are maintained in a central repository

The process may require file locking, depending on file type

Explanation:

The two main types of version control system are the centralized version control system and distributed control system

The centralized version control system is a control system whereby all programmers work on and make their individual changes to a single single copy of the project stored and maintained in a central repository, such as a server

In order to solve the problem of several developers working on each others work simultaneously, a centralized version control system makes use of the lock-modify-unlock model

The three options are therefore;

It allows many developers to work on the same project from anywhere at the same time

Project files are maintained in a central repository

The process may require file locking, depending on file type

Answer:c d e

Explanation:

write a c program to display the series: 1,8,27,64,125​

Answers

num_list = [1, 8, 27, 64, 125]

for x in range ( len( num_list) ) :

print (num_list[x])

the contribution of Charles Babbage in the history of computer​

Answers

Charles Babbage also known as the “father of computers” have made an incredible contribution in the evolution and history of computers. His most well-known invention, the analytical engine was a proposed mechanical general-purpose computer with complex machinal working features. Today, most computers follow Charles Babbage’s analytical engine’s process of working (IPO). Charles Babbage was the one to originate the concept of a digital programmable computer. Other mentionable invention of Charles Babbage is difference engine.


Plz give me the brainliest :)

What are the factors affecting the life of ballast? Explain.​

Answers

Answer:

When it's too hot or too cold.

Explanation:

When a bulb of the wrong size or voltage is used in the fixture, the ballast often overheats, causing the light to shut off. The bulbs and the fixture must also match in frequency, or the ballast becomes overworked and overheated.

What contains programming statement written in VB?​

Answers

Answer:

A statement in Visual Basic is a complete instruction. It can contain keywords, operators, variables, constants, and expressions. Each statement belongs to one of the following three categories: Declaration statements, which name a variable, constant, or procedure and can also specify a data type.

Which computer can be used where there is no regular electricity?​

Answers

Answer:

A mechanical computer

Explanation:

Created from gears and levers

What does this mean? it is coming after i ask a question

Don't use such phrases here, not cool! It hurts our feelings :(

Answers

Answer:

To my own opinion I think it means that when you're answering a question here in brainly I think they are referring that your message is rude but sometimes you are not rude but I don't know. Maybe it could be some difficult technical problems.

Which of the following stores the operating system?
O Von Neumann center
O Bluetooth center
O the cloud
O random access memory

Answers

Answer:

The Cloud

Explanation:

Clouds are basically computers offsite.  The cloud is used for many things, Like storage, to running applications which needs an operating system to work. Just like the device you are using right now to use Brainly. It needs an operating system to install a web broswer or app to acess a service. Hope this helps!

Your organization has 20 employees who need an accounting software update installed. Due to a miscommunication, the purchaser only paid to update 10 licenses. The software company issued a "paper license" and a single key for updating 10 users. This is an enterprise paper license and there is no mechanism that enforces a limit on the number of times the key can be used. You decide to update all 20 users.
Which of the following are possible consequences of this decision? (Select TWO.)

• The software will eventually stop working properly for the 10 extra updates you installed.
• You risk losing your job.
• The software company will never detect the violation so negative consequences are unlikely.
• There are no consequences. By law, you are allows 1 to 3 activations per user.
• Your company is exposed to litigation by violating the software license agreement.

Answers

Answer: You risk losing your job.

You expose your company to litigation by violating the software license

Explanation:

The possible consequences of the decision are you risk losing your job and your company is exposed to litigation by violating the software license agreement. The correct options are b and e.

What is a software update?

The software will never be flawless. It should come as no surprise that developer companies regularly offer updates to encourage fixes in software and video games. These adjustments are accomplished via programs referred to as "patch," which literally translates to "mend."

Almost all software has issues like bugs and vulnerabilities when it is released, even if it has been rigorously tested through numerous trial versions. Here's when the patch is useful: It will create a number of patches to fix issues found by programmers or even regular users.

Therefore, the correct options are

b. You risk losing your job.

e. Your company is exposed to litigation by violating the software license agreement.

To learn more about the software update, refer to the link:

https://brainly.com/question/1090549

#SPJ5

Analog computers are general purpose computers : true ? or false ?​

Answers

Answer:

false

Explanation:

Analog Computer is functioned to do mathematical model of analog computers. This model consists several basic units which are interconnected in order to compute some function.

why the internet is not policed​

Answers

Answer:

The Internet allows people to circumvent law by committing criminal acts from areas where their activities are not illegal. Those areas will always exist, and thus new regulations will be just as ineffective as the old ones are ["Net Needs Law Enforcement, Author Says,"]. But Internet traffic is marked with IP addresses, and those addresses can be tied to specific networks with specific locations. Shouldn't it be possible to separate traffic based on the originating network and treat data coming from relatively insecure locations differently than data coming from relatively secure locations? It would be much harder for someone in a rogue nation to hack a network if he had to hack an intermediary network first. And unlike government regulation, which has zero impact in areas where these threats are likely to originate, separating traffic by location might actually work

Equi Technologies offers cloud computing services to several data centers around the world. It hosts services in the cloud, which can be accessed by clients through Equibrowse-a Web browser designed by Equi Technologies. In the context of cloud computing services, it is evident that Equi Technologies provides _____.

Answers

Answer:

The answer is "Software as a service".

Explanation:

The software license strategy permits access to the software via a remote server through subscription-based access to the software. Rather than installing software on each user's PC, SaaS lets them access applications via the Internet.

For a number of reasons, it could save you money. Purchase/installation costs and also ongoing maintenance and upkeep are avoided, which is the primary benefit. SaaS apps may be easily downloaded and managed without breaking the bank on hardware parts and upgrades.

Other Questions
Select any decade from the nineteenth or the twentieth century and create a timeline that traces the significant developments in the field of psychology across that decade. Your timeline should include at least 10 significant psychological developments that span the decade that you select. Guinea pigs can produce different coat colors, white, brown, and mixed white/brown (agouti). The allele B is codominant with allele W (white coat). Cross an agouti-colored Guinea pig with a brown Guinea pig. What are the odds of the offspring? I'm unsure if I got the correct answer, mind if you help? muddy water is an example of ______mixtures What is the mean for the data shown in the line plot?5 and 7548 How has pollution affected marine animals and puget sound over the years a teacher drives from school to the mall. then she goes to the doctors office for a physical examination. what is the magnitude of her displacement 10. What is the multiple zero and multiplicity of f(x) = (x - 3)(x - 3)(x + 5)?Multiple zero is -3; multiplicity is 2Multiple zero is 5; multiplicity is 1Multiple zero is -5; multiplicity is 1Multiple zero is 3; multiplicity is 2 Anybody know how to do the last 2. Pls its due in the morning! Find COS Instructions: Find the value of the trigonometric ratio. Make sure to simplify the If needed Which of the following cycles does not involve living organisms?a. carbon cycleb. oxygen cyclec. rock cycled. nitrogen cyclePlease select the best answer from the choices providedPLS HELP ASAP Imagine that you are given two linear equations in slope-intercept form. Younotice that both the slopes and the y-intercepts are the same. How manysolutions would you expect for this system of equations?O A. 1. C. infinitely manyO D. cannot be determinedSURAT In what way is the ESA "one of the most significant laws in the world for protecting wildlife? What is phagocytosis?A) how Trichoplax adhaerens processes stimuliB) how Trichoplax adhaerens reproduces sexuallyC)how Trichoplax adhaerens moves using its ciliaB)how Trichoplax adhaerens eats by engulfing its foodCAN I GET ANSWERS ASAP PLS Cooperation is the common endeavor of two or more people to perform a task or reach a jointly cherished goal. Like competition and conflict, there are different forms of cooperation, based on group organization and attitudes. In the first form, known as primary cooperation, group and individual fuse. The group contains nearly all of each individuals life. The rewards of the groups work are shared with each member. There is an interlocking identity of individual, group and task performed. Means and goals become one, for cooperation itself is valued. While primary cooperation is most often characteristic of preliterate societies, secondary cooperation is characteristic of many modern societies. In secondary cooperation, individuals devote only part of their lives to the group. Cooperation itself is not a value. Most members of the group feel loyalty, but the welfare of the group is not the first consideration. Members perform tasks so that they can separately enjoy the fruits of their cooperation in the form of salary prestige, or power. Business offices and professional athletic teams are examples of secondary cooperation. In the third type called tertiary cooperation or accommodation, latent conflict underlies the shared work. The attitudes of the cooperating parties are purely opportunistic: the organization is loose and fragile. Accommodation involves common means to achieve antagonistic goals: it breaks down when the common means cease to aid each party in reaching its goals. This is not, strictly speaking cooperation at all, and hence the somewhat contradictory term antagonistic cooperation is sometimes used for this relationship.Which of the following is an example of the third form of cooperation as it is defined in the fourth paragraph? What did Millikan discover How many millibars equivalent to one ATM unit of atmospheric pressure Which accurately describes life events of explorer Hernan Cortes? Use the parabola tool to graph the quadratic function f(x)=(x5)2+1 . Graph the parabola by first plotting its vertex and then plotting a second point on the parabola. i need help and thx you freinds