Answer:
problem-solving
Explanation:
he is making sure all his problems have been resolved before starting a new shift.
Answer:
It's initiative
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.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
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)
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)
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
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