Answer:
explanation below
Explanation:
Individuals with excellent relationship building skills would be able to engage and lead members of Chevening community in their respective profession. Forming a bond with these sets of people who have a stake in the success or failure of your tasks would help you stay on track of your career and projects.
To build these relationships, you need to identify your relationship needs. Do you feel you have come to know what you need from these people you have formed a bond with and do they know what they need from you? In my own case, I engage in regular communications with everyone to ensure I understand what I need from them and what they need from me.
I have also spent time in developed my Emotional Intelligence [E.I] which is worthwhile in building professional relationships. I have rightly done this by recognising my own emotions and ensure I understand what I feel in different situations. This high level of EI would help in understanding the emotions and needs of your professional relationships.
These skills would be much needed when working in a corporate environment. I would be able to form bonds with different stakeholders, colleagues and customers, and understand their needs and emotions to be able to achieve different business needs.
Cyberbullying prevention provides a safe environment by
stopping people from being bullies online.
showing people how to spot bullies online,
O rewarding people for catching bullies online,
O teaching people to ignore bullies online,
Answer:
stopping people from being bullies online.
Explanation:
Is a house phone a computer?
And why??
Answer:
yes because they emit radio waves or radio frequency
Explanation:
Python
A regular polygon is an n-sided polygon in which all sides are of the same length and all angles have the same degree (i.e., the polygon is both equilateral and equiangular). The formula for computing the area of a regular polygon is
area = (n * s^2) / (4 * tan(PI / n)
Here, s is the length of a side. Write a program that prompts the user to enter the number of sides and their length of a regular polygon and displays its area
Answer:
d?t;./Wr.E
Explanation:
How can you create the first row of the table as the header of the table?
Answer:
In the Insert Table dialog box, you select the. checkbox to create the first row as the header of the table.
Explanation:
true false you cannot fill in a callout
a) What actions or steps in Excel can you take to rank them from 1st to 10th (4 marks)
b) State the specific action(s) or step(s) in Excel that will produce a list/display of those countries with 800 or more medals in total? (4 marks)
c) Which type of graph will be suitable for representing only gold medals information? (2 marks)
d) In which column(s) might replication have been used?
(2 marks)
e) What Excel formula can be used to calculate the overall total medals awarded? (3 marks)
14) Write the Excel functions for the following: (5 Marks each)
a. Give the total number of medals for Germany and Great Britain.
b. Give the average number of silver medals for a European country,
c. Sum the Medals Total for Gold for those countries with less than 20 games involvement.
d. Search the database (the whole spreadsheet) to find ‘Italy’ and also the corresponding Medals Total.
Answer:
a) highlight row F by clicking on F, go to toolbar at top undar DATA click filter, you will see an arrow next to F now, click the dropdown on the arrow and sort
Explanation:
What does the term Gestalt mean?
A image
B graph
C big
D part
E whole
Answer:
it is E whole.
Explanation:
Please mark me brainleast
Calculate the BMI of a person using the formula BMI = ( Weight in Pounds / ( ( Height in inches ) x ( Height in inches ) ) ) x 703 and assign the value to the variable bmi. Assume the value of the weight in pounds has already been assigned to the variable w and the value of the height in inches has been assigned to the variable h. Take care to use floating-point division.
SUBMIT
1 of 4: 2020-05-24 21:05:22 - W2 of 4: 2020-05-24 21:39:16 - W3 of 4: 2020-05-24 21:54:30 - W4 of 4: 2020-05-24 22:32:18 - W
#python program to compute BMI
print("Enter weight in pounds:")
w = float(input())
print("Enter height in inches:")
h = float(input())
bmi = w / (h * h) * 703
print("BMI = " + str(bmi))
Answer:
See Explanation
Explanation:
Your program is correct.
However, it's best to control your output (especially when it involves decimals) by rounding up to some decimal places.
So, I'll rewrite the program as follows (See comments for explanation)
#Prompt user for weight
w = float(input("Enter weight in pounds: "))
#Prompt user for height
h = float(input("Enter height in inches: "))
#Calculate BMI
bmi = w / (h * h) * 703
#Print BMI and round up to 2 decimal places
print("BMI = " + str(round(bmi,2)))
Which of the following are examples of system software?
device drivers and system security utilities
operating systems and Web browsers
word processing programs and device drivers
disk drive utilities and email programs
Answer:
Operating systems and web browsers
Explanation:
i did the test
Answer:
c
Explanation:
Create a program to calculate the wage. Assume people are paid double time for hours over 60 a week. Therefore they get paid for at most 20 hours overtime at 1.5 times the normal rate. For example, a person working 70 hours with a regular wage of $20 per hour would work at $20 per hour for 40 hours, at 1.5 * $20 for 20 hours of overtime, and 2 * $20 for 10 hours of double time. For the total wage will be:
20 * 40 + 1.5 * 20 * 20 + 2 * 20 * 10 = 1800
The program shall include the following features:
a. Prompt the user to enter the name, regular wage, and how many work he/she has worked for the week.
b. Print the following information:NameRegular wageHours worked in one weekTotal wage of the week
Answer:
Written in Python
name = input("Name: ")
wageHours = int(input("Hours: "))
regPay = float(input("Wages: "))
if wageHours >= 60:
->total = (wageHours - 60) * 2 * regPay + 20 * 1.5 * regPay + regPay * 40
else:
->total = wageHours * regPay
print(name)
print(wageHours)
print(regPay)
print(total)
Explanation:
The program is self-explanatory.
However,
On line 4, the program checks if wageHours is greater than 60.
If yes, the corresponding wage is calculated.
On line 6, if workHours is not up to 60, the total wages is calculated by multiplying workHours by regPay, since there's no provision for how to calculate total wages for hours less than 60
The required details is printed afterwards
Note that -> represents indentation
Why did Herman Hollerith invent the Tabulating Machine?
Answer:
the machine was developed to help process data for the 1890 U.S. Census.
Explanation:
U.U
Please help I’m on a timer!!! Arie is moving icons around and deleting shortcuts. He is working on the _____.
A. All programs submenu
B. Start menu
C. System tray
D. Desktop Arie is moving icons around and deleting shortcuts. He is working on the _____.
A. All programs submenu
B. Start menu
C. System tray
D. Desktop
Answer:
D. Desktop
Explanation:
If he's moving icons around and deleting shortcuts, he has to do that at the desktop.
Create and test an HTML document that describes nested ordered lists of cars. The outer list must have three entries: compact, midsize, and sports. Inside each of these three lists there must be two sublists of body styles. The compact- and midsize-car sublists are two door and four door; the sports-car sublists are coupe and convertible. Each body-style sublist must have at least three entries, each of which is the make and model of a particular car that fits the category. The outer list must use uppercase Roman numerals, the middle lists must use uppercase letters, and the inner lists must use Arabic numerals. The background color for the compact-car list must be pink; for the midsize-car list, it must be blue; for the sports-car list, it must be red. All the styles must be in a document style sheet.1. Rewrite the document of Exercise 3.6 to put all style-sheet information in an external style sheet. Validate your external style sheet with the W3C CSS validation service.2. Rewrite the document of Exercise 3.6 to use inline style sheets only.3. Create and test an HTML document that contains at least five lines of text from a newspaper story. Every verb in the text must be green, every noun must be blue, and every preposition must be yellow.4. Create and test an HTML document that describes an unordered list of at least five popular books. The bullet for each book must be a small image of the book's cover. Find the images on the Web.
Answer:
ok so basically 3 x 9 is 278
Explanation:
ok so basically 3 x 9 is 278
1. Immunomedics was alerted that there was some negative buzz about the company in a chat room. The poster used a pseudonym, and therefore the company was unable to identify the poster for lawsuit purposes. The only information the company could ascertain was the poster’s ISP. So the company decided to subpoena the ISP for identity information of the poster in order to file suite against the poster. How should the courts handle these cases, where the company’s complaints may, or may not rise to the level of an actionable legal claim?
2. Users of the popular Internet website Craigslist are able to post advertisements for housing that permit statements regarding the preference, limitation, or discrimination of others based on race, religion, sex, or family status. The Fair Housing Act (FHA), however, prohibits making, printing, or publishing a notice, statement, or advertisement for sale or rental of dwellings indicating preference, limitation, or discrimination based on protected classes. As such, the Chicago Lawyers Committee for Civil Rights Under Law, Inc. brought suit against Craigslist alleging a violation of the FHA. In defense, Craigslist claimed that it was immune from liability based on Section 230(c)(1) of the CDA, which protects interactive computer services from liability for unlawful third-party content. Should Craigslist be subject to liability for FHA violations? Why or why not?
Explanation:
1.)
If the only information that this company was able to get is the ISP then they should provide it to the court and then the court handles it by ordering that the ISP be registered. through the ISP, details of the poster would be ascertained and. this poster would be caught. The company can then decide to take legal actions because this a a degradation on the company and it is also a form of social harassment.
But in a situation where the complaints is unable to be proven because of insufficient facts, then a lawsuit cannot be filed.
2.)
craigslist cannot or shouldn't be subjected to any liability for FHA violations after all they are just a service provider and shouldn't be held responsible for the violations or unlawful practices of a another party. What craigslist engages in is the provision of platform for users to be able to post advertisements.
Which is larger - 5,000,000 Megabytes or 10 Petabytes? *
5,000,000 Megabytes
10 Petabytes
They're equal
HELP ME 10 points
As part of his proofreading process, and to catch any spelling or grammar mistakes, John uses this feature in Word Online to have the program read what is on the document.
Editing View
Immersive Reader View
Reading View
Subversive Reader View
Answer:
immersive reader view is the answer
Explanation:
Answer:
B
Explanation:
You decide that you want to run multiple operating systems on a single machine which of these will you need?
firmware
multitasker
hypervisor
0S switcher
Answer:
Hyer-V = Hypervisor
Explanation:
Which item is used for formatting in responsive web design?
1. Adding horizontal scroll
2. Adding interesting text
3. Improving image quality
4. Removing horizontal scroll
Thanks to anyone who answers this! I would add more points, but I’m running low and will only have 25 after this.
Answer:
4. Removing horizontal scroll
Explanation:
Horizontal scroll can be super annoying when you're trying to view someone's web page. It can cut off part of your view and ruin the whole experience. It's best to eliminate horizontal scroll completely wherever you can.
Answer:
removing horizontal scroll
Explanation:
if not then its adding interesting text. but im pretty sure its removing horizontal scroll