Answer:
Output statement. The others do not make sense.
write the html code to get the following webpage
the solar system
ina solar system the planets move around a star. earth is a planet around sun .there are eight planets in a solar system . in order of increasing distance from the sun these are 1.mercury 2.venus 3.earth 4.mars 5.jupiter 6.saturn 7.uranus 8.neptune
save the html document as solarsystem.html
Answer:
<!DOCTYPE html>
<html>
<head> <title>webpage</title>
</head>
<body>
<h1>The Solar System</h1>
<p>In a solar system the planets move around a star. Earth is a planet around sun. There are eight planets in a solar system . In order of increasing distance from the sun these are: </p>
<ol>
<li>Mercury</li>
<li>Venus</li>
<li>Earth</li>
<li>Mars</li>
<li>Jupiter</li>
<li>Saturn</li>
<li>Uranus</li>
<li>Neptune</li>
</ol>
</body>
</html>
<!-- and save the file as solarsystem.html -->
Could somebody please find the bugs and amend them? This question is worth 25 Brainly points!
---------------------------------------------------------------------------
#Tax Calculator with 4 bugs
salary = int(input("Please enter your annual salary: £"))
if salary < 30000
#Salaries under 30000 are taxed at 20%
tax = salary * 0.2
elif salary >= 30000:
#Salaries over 30000 are taxed at 40% for anything over 30000
salary = salary - 30000
tax = salary * 0.4 + 6000
else:
#Salaries over 150000 are taxed at 45% for anything over 150000
salary = salary - 150000
tax = salary * 0.45 + 6400 + 48000
print("Earnings of £",salary,"will attract taxes of £",round(tax,2))
input("Press ENTER to quit")
line 4
if salary < 30000
error missing ":"
solution
if salary < 30000:
line 6
tax = salary * 0.2
error is missing identifier for tax
solution add identifier for tax on line 3
tax = 0.0
line 11
error syntax
solution is move tax = salary * 0.4 + 6000 to the right
tax = salary * 0.4 + 6000
Write a basic
to solve
30x10
Answer:
30x10
Explanation:
3 times 10 = 30
30 times 10 = 300
Answer:
30x10=300
Explanation:
3x10=30
30x10= 300
(just add another zero, if that makes sense)
What is the difference between iterative and sequential?
Answer:
iterative means to iterate, or "repeat" ex: 4,4,4,4,4
sequential means to increase with a constant ex:
1,3,5,7,9,11,13. the constant that the terms are incremented by is 2
Which basic design principle is primarily made up of lines?
Answer:
Shape
Explanation:
1. What is the difference between operating systems and application software? (1 point)
The main difference between operating system and application software is that an operating system is a system software that works as the interface between the user and the hardware while the application software is a program that performs a specific task. This software assists the tasks of the system
How to make videos that I watch online not buffer and stop so much? it's really annoying.
Answer:
Delete ittttttttttttt
Plz help me I need this done by 7:50
Answer:
proportionality bias
Explanation:
The proportionality bias is the tendency to assume that big events have big causes. It is a type of cognitive bias and plays an important role in people's tendency to accept conspiracy theories
I hope this helps! ^^
☁️☁️☁️☁️☁️☁️☁️
1
The tire pressure is 20% underinflated.
The service life is reduced by...
%
check
Answer
A constant 20 percent underinflated condition will reduce the life of a tire by 30 percent, and 40 percent underinflation will reduce tire life by 50 percent. Underinflation will increase flexing and heat buildup within the tire components which deteriorate tires and reduces casing life and retreadability.
My name is Devin. I’m soon going to graduate from technical school as an electrician. I’ve started
looking for a job and it’s a little overwhelming.
Ideally, I’d like to work in a small family run business, where we do mostly residential businesses.
This will allow me more time to get to know our customers. In addition, I would like to feel as if I’m
part of a small, close-knit team.
But... there are a couple of larger companies in the region that are hiring entry-level electricians. I
could probably make more money at one of these companies. These companies also have
continuing educational programs, if I agreed to work for them for a few years after getting hired.
For me, the downside of working at a larger company would be that the work is usually in an
industrial setting. Additionally, I may be working different shifts and staff a lot. This would take
away from the close "team" feeling I'm looking for.
But, working off-hours does mean even more pay. I just don't know.
How might Devin’s compromises change if continuing education was a priority?
Answer:
Bro congratulations for the graduation and I hope that your job will pay good and I will pray for your success. Good luck Devin
Marissa is designing a web page that features lessons on how to build cabinets. how can she make the page most engaging for the user?
A. by adding warm colors to make the content more fun to view.
B. by adding a short video demonstrating how to build cabinets.
C. by adding a variety of font types to make the text look appealing.
D. by adding a slideshow that displays pictures of built cabinets.
Brainliest or whatever
Answer:
Brainliest
Explanation:
Yea
Answer:
tim berners lee
Explanation:
plz give brainliest
sorry if im wrong
The Internet is considered a WAN.
True or False
Answer:
True
Explanation:
The Internet can be considered a WAN as well, and is used by businesses, governments, organizations, and individuals for almost any purpose imaginable.
Answer:
True
The internet is considered a WAN
help pleaseee got 15 points on this
.
Roxy has some raw footage shot on a videotape. She wants to edit this footage. She decides to use the linear editing technique. How should she set up her equipment? Roxy should load the raw footage in the ______ and a blank tape in the ______ first blank: VTR deck, VTP deck, edit controller. second blank is the same thing
hannes complains that his computer is always giving error messages, the file names and folder names are garbled, and there is an odd noise coming from his computer tower. which hardware device do you suspect is causing the problem?
Answer:
It could be the hard disk drive (HDD)
what do you understand by local technology?
Answer:
It's basically people that assist to their activities in a daily life
Explanation:
Answer:
People that assist with each daily activities
Explanation:
Consider the following code segment - 3
Answer:
The answer is "Choice C".
Explanation:
In the above-given code, a 1D array "list" is declared that holds integer values, and it uses three print which can be defined as follows:
In a first print method, it uses the length method that holds the array length that is "9".In a second print method, it uses the array that prints the first element value of the array that is "22".In the last print method, it uses the array that holds the length of the array, which will give an error message that is "ArrayIndexOutOfBoundsException". That's why only the choice C is correct.you are teaching a class about basic camera functions like power, basic date/time, menu navigation, and how to properly attach and remove lenses from a DSLR or hybrid camera. While you would likely do a lot more showing than telling while teaching, share a script of what you would say to properly explain how to perform these basic actions.
Answer: So, I would start the class off with this, “Camera’s are so crucial to life, why because they capture light and memories that are a once and a lifetime thing.” Then after the students dwelling on that statement, I would start with talking about how to set up a camera. I would pull out mine and pull up a diagram on the green screen and show them step by step what I do. First, you want to turn the camera on by turning the switch where the white line lines up with “on”, once you are, then you want to set up the time and date. To do so, you want to click on the menu button, once you are in, there should be a list of five options, you want to go to the setup menu. Once there you want to click on “World time” there you can change the date and time. Once you have set up the time you want to go back to the menu screen, there are 5 options. The five options are called “playback menu”, “Shooting menu”, “Custom Setting menu”, “Setup menu” and “retouch menu”. These five have various purposes in which we will get to later on inside of the lesson. Now camera lenses are super easy, when you are changing or taking off lens, there should be a button on the left side of the camera right under your camera model name. Hold that button in with one hand and grab the lens with the other, then you want to twist the lens till it comes off. To put it back on you want to line up the white dots and it should slide in and then twist it back on.
Explanation: That is the answer
It should be noted that a camera simply means an optical instrument that's used to capture images or to record moving images.
A camera simply consists of a lens that focuses light from the scene. In a camera, the viewfinder is vital in viewing and framing the subject.
The flash is vital in producing light. The camera lens is important to shift between focal lengths. The shutter button is used to capture it record images.
Learn more about camera on:
https://brainly.com/question/609508
I tried going into a website called Utters.io, but when I typed a phrase in, the video was taking a really long time to load. Does anyone know what's wrong with it?
Answer:
Your internet or browser
Explanation:
Try another browser or resetting your router. If a YT video will load then you can rule out internet speed and try another piece of client software.
Alex works as a customer-service representative at an insurance company. Before starting his shift, Alex reviews issues from his last shift to make sure they have been resolved. What workplace habit does Alex show by doing this? problem solving initiative efficiency interpersonal skills
Answer:
problem-solving
Explanation:
he is making sure all his problems have been resolved before starting a new shift.
Answer:
It's initiative
Describe a way that you can envision using the power of the computer through
distributed computing to enhance the quality of your life.
Answer:
Explanation:
In a way, we can use cryptocurrency as an example. Most cryptocurrencies use distributed computing in a form of decentralization to create an economy/system of information where individuals can transfer money. This ultimately gives back power to the people and puts individual's money back in their own hands. Therefore, getting rid of the banks entirely. This is an enormous enhancement in quality of life and is only one of the many innovations that cryptocurrencies have created.
A way that you can envision using the power of the computer through distributed computing to enhance the quality of your life is through content creating/making.
What is content creation?Content creation is known to be the act or method of finding out/ identifying a novel topic you want to write about and then deciding which way you want the content to take.
Here, one has to create different strategy in producing content. Through content making, one can use the power of the computer via distributed computing to enhance the quality of your life.
Learn more about content creating from
https://brainly.com/question/13171394
does the colour intesity change of the liquid if you add more baking soda?
Answer:
adding more baking soda to the water changes the intensity of the color blue. in this case, the liquid becomes a dimmer blue. this is because the pH scale is logarithmicmeaning that a difference in one unit of pH is 10 times the difference in concentration.
Explanation:
Hope this helped Mark BRAINLEST!!!!!
What are characteristics of fluent readers? Check all that apply. reading known words automatically pronouncing words correctly reading words as quickly as possible understanding the meanings of the words being read O looking up all unknown words in the text being read
it's A,B,D
Answer:
D,A,B hope this is it!!!!!
Answer:
The person above me is correct
Explanation: credit to him
Which of the following represents a bit?
0
01010110
3F02C
12.356
Answer:
0
Explanation:
A bit is a single piece of information and the smallest unit that can possibly represented by a computer, like 1 or 0.
The one that represents a bit is 0. The correct option is A.
What is a binary digit?A binary digit (bit) is the smallest unit of binary data that can be stored in a computer system.
A bit can only be in one of two states: on or off, which are frequently represented by ones and zeros. Which information is entered into and processed by the computer is determined by the combination of ones and zeros.
One of the four types of number systems is a binary number system. Binary numbers are basically represented in computer applications by merely two symbols or digits, namely 0 (zero) and 1 (one).
A bit is a binary digit, which is the smallest data increment on a computer. A bit can only hold one of two values: 0 or 1, which correspond to the electrical values off or on.
Thus, the correct option is A.
For more details regarding binary number, visit:
https://brainly.com/question/28222245
#SPJ2
If Gabrielle's message contained information that is only intended for the recipient, the message should be marked to discourage it from being shared?
private
normal
sensitive
delayed
Which Application program saves data automatically as it is entered?
MS Word
PowerPoint
MS Access
MS Excel
The Application program that saves data automatically as it is entered MS Access. The correct option is C.
What is MS Access?Microsoft Access is a database management system that includes a graphical user interface, the relational Access Database Engine, and software-development tools.
It is a component of the Microsoft 365 software package and is available as a standalone product or as part of the Professional and higher editions.
Data kept in Access may be found and reported on with ease. Make interactive data entry forms. a variety of data sources can be imported, transformed, and exported.
Access is often more effective at managing data because it makes it easier to keep it structured, searchable, and accessible to several users at once.
MS Access is an application tool that automatically saves data as it is entered.
Thus, the correct option is C.
For more details regarding MS access, visit:
https://brainly.com/question/17135884
#SPJ2
What would you do if you experienced academic frustrations in school? Check all that apply.
Look for ways to do better academically in school.
Ask a friend to explain difficult concepts.
Try to identify the reason you are feeling frustrated.
Ask a teacher for help coming up with a solution.
Search online for help solving this problem.
Answer: all are correct
Explanation:
i say all because those are all really good ways to help you in school. if you are struggling then ask a to a teacher for help you, if you need more help, ask a friend. see what you can do to help yourself do better. see what you are doing that could possibly be the reason of your frustrations. and the internet is always open to questions and answers. but it also depends, some schools are strict about using the internet for answers. but if your school is different then use the internet freely. i hope this helped.
In a sport like baseball, which of the following could be considered a “rule”?
following an umpire’s decision on whether a pitch is a ball or a strike
the force of gravity on the ball
the kinds of safety equipment players are asked to wear
all of the above
. Suppose client A initiates an FTP session with server S. At about the same time, client B also initiates an FTP session with server S. Provide possible source and destination port numbers for: (a) the segments sent from A to S? (b) the segments sent from B to S? (c) the segments sent from S to A? (d) the segments sent from S to B? (e) If A and B are different hosts, is it possible that the source port numbers in the segments from A to S are the same as those from B to S? (f) How about if they are the same host?
Answer:
Follows are the solution to this question:
Explanation:
The segments send port "A to S" numbers below 1024 and use 1024 and 65535 as standard numbers, that are using as a temporary connection. The port number for Server "S" is =23, and the port number for Client"A" is between 1024 and 65535, and its standard value is 467, and other calculation can be defined in the table:
[tex]Serial \ \ \ \ \ \ \ \ \ \ \ \ \ port \ \ number \ \ \ \ \ \ \ \ \ \ \ \ \ Destination \ port\ number[/tex]
[tex]a) A \to S \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 467 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 23\\\\b) B \to S \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 513 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 23\\\\c) S \to A \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 23 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 467\\\\d) S \to B \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 23 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 513\\\\[/tex]
[tex]e) Yes\\\\f) No\\\\[/tex]
a python program for the following output using for loop.
Output:
-13
-7
-1
Answer:
In Python
for i in range(-13,0,6):
print(i)
Explanation:
Required: A program to display the given output
From the program, we observe the following:
The output begins at 13 i.e begin = 13
The output ends at -1 i.e end = 1
And the difference between each output is 6.
i.e. [tex]-1 - (-7) = -7 - (-13) = 6[/tex]
So, the syntax of the for loop is: (begin, end + 1, difference)
The program explanation goes thus:
This iterates through the -13 to 1 with a difference of 6
for i in range(-13,0,6):
This prints the required output
print(i)