I need help ASAP please and thank you!

I Need Help ASAP Please And Thank You!

Answers

Answer 1

Answer:

Best: 1 or 4

Worst: 3

Explanation:

I'm not sure if number one is imply to ask your coworker to explain it or actually help with the workload. I think 4 would be the right answer because that is what they are there for and you don't want to distract your coworkers.


Related Questions

I need help with this question. asap please

Answers

Answer:

what are you talking about

Explanation:

can you help me with my question

write a program to input a number.Find the sum of digits and number of digits

Answers

omg a computer program

i love it

okay so i will assume taht you want the program to be in python

here we go

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

b = int(input("Enter another number ")

sum = a + b

def Digits(sum):

count = 0

while sum != 0:

sum //= 0

count += 1

return count

print(f"Sum is {sum} \nnumber of digits are {Digits(sum)}")

Answer:

#Sum of Digits

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

sumofdigits = sum(int(dig) for dig in str(number))  

print("Sum of digits: ", sumofdigits)

# Number of digits

count = 0  

print ("Total number of digits : ",len(str(abs(a))))

Explanation:

It is pretty self-explanatory however, I will tell it to you anyways. So, the sum of digits iterates to each digit and adds them up. For the number of digits, it uses in-built functions (length, string and absolute)

Read the following scenario:

Richard is practicing his math facts for a test he will be taking tomorrow. At a bricks-and-mortar school, Richard takes the math fact test and waits a day for his teacher to grade the test and return it to him. At his online school, Richard takes the math fact test and knows immediately how he did because of the computer-generated response.

What is the difference between the bricks-and-mortar school and the online school?
A. The tests are different.
B. The test is timed.
C. The test feedback is quicker at the online school than at the bricks-and-mortar school.
D. Both of the tests are about math facts.

Answers

c - the test feedback is quicker at the online school than at the bricks-and-mortar school :)

Answer: C

Explanation:

I need help ASAP thanks !

Answers

Answer:

i think c is the best choice

Copy and paste is the only way to move text from one place to another.

True or
False​

Answers

Answer:

False

Explanation:

The reason I would consider this to be false is because you can also CUT and paste. Cutting is different from copying. When you use ctrl+x it cuts the words, and then you can use ctrl+v to paste them. When you are copying, you use ctrl+c and then ctrl+v to paste. Hope this helps

Answer:

false his answer OK false

Can someone tell me why I turn my mix on everyday and today I turned my computer on, put my headphones on and my mix started playing...

Answers

Answer:

LOL FELT THAT

Explanation:

Answer:

must have been a lucky day

Explanation

How can we use parameters to give the computer more specific instructions?

Answers

Answer:Parameters in programming allow a method to take in important info. This info can be used  in the program to make a specific action.

Prompt
What is a row?

Answers

Answer:

A row is a horizontal group of values within a table. Or a a number of people or things in a more or less straight line.

I don't know if you talking about the tech row .

What is the code for drawing a hexagon on python programming?

Answers

Answer:

In this article, we will learn how to make a Hexagon using Turtle Graphics in Python. For that lets first know what is Turtle Graphics.

Turtle graphics

Turtle is a Python feature like a drawing board, which let us command a turtle to draw all over it! We can use many turtle functions which can move the turtle around. Turtle comes in the turtle library.The turtle module can be used in both object-oriented and procedure-oriented ways.

Some of the commonly used methods are:

forward(length): moves the pen in the forward direction by x unit.

backward(length): moves the pen in the backward direction by x unit.

right(angle): rotate the pen in the clockwise direction by an angle x.

left(angle): rotate the pen in the anticlockwise direction by an angle x.

penup(): stop drawing of the turtle pen.

pendown(): start drawing of the turtle pen.

Approach –

Define an instance for turtle.

For a hexagon execute a loop 6 times.

In every iteration move turtle 90 units forward and move it left 300 degrees.

This will make up Hexagon .

Below is the python implementation of above approach.

Which of these statements would be an incorrect way to call the following function?

def circle_area(radius):
return 3.14 * radius * radius

A. print(circle_area(10))

B. circle_area(input(“Enter a circle radius.”))

C. radius = 5
circle_area(radius)

D. input(“Enter a circle radius.”)(circle_area())

Answers

Answer: D

Explanation:

circle_area requires a radius to be passed in. When the function is called there is nothing being passed in so you would get an error. Also the user input isn't being saved to any variable so you would probably get an error at that line first.

The incorrect option is A. Because the radius of the circle is not given.

What is programming?

Programming is the set of rules and algorithms by which the desired output can be obtained.

The set of rules is given below.

Def circle_area(radius):

return 3.14 * radius * radius

To get the circle's area we need to give the radius of the circle.

Then the incorrect option is A. Because the radius of the circle is not given.

More about the programming link is given below.

https://brainly.com/question/11023419

#SPJ2

HELP

AUDIO AND VIDEO

Which camera setting does this statement describe? The __________ of the camera determines the brightness or darkness of an image​

Answers

Answer:

Aperture

Explanation:

The Aperture of the camera determines the brightness or darkness of an image

I need help ASAP please and thank you!

Answers

Answer:

the Answer is C hope its right

The answer is for the problem is C

ITEMS
Evan spent 25% of his money on rent and g on food, together his
expenses totaled to $75.00. Calculate the total amount of money Evan had​

Answers

Answer:

Total money he had = $136 (Approx.)

Explanation:

Given:

Spend on rent = 25%

Spend on food = 30%

Total of expenses = $75

Find:

Total money he had

Computation:

Total money he had = [Total of expenses][100/ (Spend on rent + Spend on food)]

Total money he had = [75][100/ (25 + 30)]

Total money he had = [75][100/ (55)]

Total money he had = 136.36

Total money he had = $136 (Approx.)

Choose correct answers:15) Choose the correct words to finish this sentence: When choosing your insurance plan, you typically have the option of paying a ________ premium in exchange for ________ coverage or a ________ premium with less coverage.

Answers

Answer:

paying an insurance premium in exchange for accidental coverage or a minimum premium with less coverage.

Explanation:

Insurance is an arrangement in which a person transfers his risk to a company. The insurance providers assess the persons nature of risk and the probability for the accidents then they determine premium price based on the person risk. The insurance can be for health related problems, life insurance or an insurance for a car accidents.

Computers help eliminate the repetitiveness of manual task how can this benefit you in your overall career?

Answers

Answer:

Explanation:

When I went to high school, our next door neighbor had a pet dinosaur. We used to have to do math problems that were incredibly long and tedious. Things like the gas laws. They involve 5 numbers with 2 decimal places and we were asked to find the 6th number.

Eventually we were taught to use log tables but by then we were too numb to care.

Computers however take repetitiveness in their stride. They don't gag at how many times they have to repeat an operation. They don't mind if they do it a thousand times or a million or 100 million times. Some algorithms like the Monte Carlo method depend on trying an operation a million times. Humans would go crazy if they had to do that. Computers can do simple algorithms a million times while the mouse is on the go command.

If you pick a job like a tax consultant, you will be glad not to do any more than knowing where the numbers that make up your data go.

Same with banks and insurance jobs. I'll bet there are many jobs in medicine that require repetitive calculations.

Kelly wants to change the text in a cell so that it is centered instead of left-aligned, where should she look to make this
formatting change?
A) the data group
B) the alignment group
C) the design tab
D) the page layout tab

Answers

Answer:

c

Explanation:

I don't know if it's correct

make me brainlist

Which of the following statements about meta tags is TRUE?
A.Meta tags are a way of filtering items online so that you only see the items that connect to your interests.
B.Meta tags are large amounts of data that websites collect from their users. C.Meta tags are snippets of text that describe the content of a page or object. D.All of the above are true​

Answers

Answer:

I guess c no. is the answer

How do you post pictures as the question? I don't feel like typing it out​

Answers

I think you can just search the question up by taking a picture of it and then putting where it says if the question isnt there and maybe u can erase the question and just take a picture of the question where ur asking and the thing to take a picture of it is on the bottom left

I need help ASAP please and thank you!

Answers

Answer:

D) CALM.

Explanation:

A conflict can be defined as any form of disagreement that arises between two or more parties due to opposing views, opinions, or incompatibility.

CALM is a 4-step process for addressing and defusing conflict.

These four step process for conflict resolution or defusing conflicts includes;

I. Clarify (C): this involves finding out more information about what caused the conflict.

II. Ask (A): you should ask the opposing party about the issues while being polite.

III. Listen (L): listen attentively to get more information.

IV. Move forward (M)

difference between electrical and electronic devices

Answers

Answer:

The differences between electrical and electronic devices is that electrical uses as energy for necessary purposes, while electronic devices are being manipulated by the electrons that are inside of the device's battery :3

Explanation:

:3

the difference between electrical and electronic devices is that the electrical devices convert the electrical energy into the other form of energy like heat. light etc where as electronic devices control the flow of electrons for performing the particular task

Which of the following would be considered a subtopic for a mind map?
ecosystem

number of trees

plants

number of shrubs

Answers

Answer:

C) Plants

Explanation:

"Ecosystem" is the topic. Then "Plants" is the sub topic. Next the "Number of trees" and "Number of shrubs" branch out from there (Pun intended (; ).

what are the steps involed in accepting all the changes in a document?

click edit
click accept or reject
click changes
click accept all ​

Answers

Answer:

I. Click edit.

II. Click changes.

III. Click accept or reject.

IV. Click accept all.

Explanation:

In Computer programming, software developers usually designed and develop a box-like area attached to all software applications or programs and file explorer for the completion of various tasks by the end users such as requesting for additional information, presentation of extra informations or modification (changing) information in a document.

The sequential steps involed in accepting all the changes in a document includes;

I. Click edit: this is to allow you have access to the dialog box where a document's property can be changed or modified.

II. Click changes: you select the change (s) you want to effect on the document such as read-only, full control, hidden, etc.

III. Click accept or reject: you either select the accept or reject option after choosing a change.

IV. Click accept all: this saves the choice of the user by either overwriting the previous settings or maintaining the change, if it was rejected.

Multiple Choice
In an online learning environment, where does the learning take place?
A. a bricks-and-mortar school
B. the Internet
C. a playground
D. a park

Answers

Answer:

B the internet

Explanation:

Online learning = internet

Someone want to do a project for me, I will give 1000 points to you if you do it

Just let me know, and I'll make a new question with the assignment

Answers

It depends on what it is.

HELP ASAP!! Prompt what is Columm

Answers

Answer:

A column prompt is the most common and flexible prompt type. A column prompt enables you to build very specific value prompts to either stand alone on the dashboard or analysis or to expand or refine existing dashboard and analysis filters.

Explanation:

:)

Complete the sentence with the correct response.

A marketing technique that uses social media sites to create a buzz about a product and gain word-of-mouth advertising
is known as ____ marketing.

Answers

Word of mouth marketing

The name for entering numbers into a spreadsheet is D___ E____. Write out the full name in ALL CAPITALS!

Answers

Answer:

DATE

Explanation:

Contact Us Save
line Drivers Ed:
cript
Menu
Which are ways that you can prevent
microsleep?
ple Response
Drink caffeinated beverages
Drive only when rested
Avoid mental and physical exertion before driving
Engage your passengers in conversation while driving
Drive only during the day
Eat a high-protein diet
Maintain a consistent sleep schedule
Check all that apply then click the "submit" button below.

Answers

All except drinking caffeinated beverages:)))

the way of placing text between the margins of a place is called ​

Answers

Vertical alignment determines the position of the text within a section of a document relative to the top and bottom margins, and is often used to create a cover page.

HELP ME PLZ IM AM STUCK ON THIS I NEED AWNSERS

Answers

Answer:

What are your cards?? I may be able to help you if you put your cards. :)

Explanation:

Other Questions
What was characteristic of the conflicts between settlers, the military, and American Indian tribes of the late 1800s and early 1900s James is raising money for his school by selling chocolate bars for $2 each. Before he started his uncle gave him $10 towards his goal.What is the slope : What is the Y-intercept: Are the warnings Mary Shelley made in Frankenstein still applicable today ? Bleh, entertain me. This is your projectA.) Give an entertaining story about toasterB.) Convince me that your teacher is interesting as SH./IT (substitute SH./IT for whatever is your choosing;))C.) Convince me that you're a bad./AS./Sh. Yes, tell me your SEe.XY, exhilarating tales... make me swoon, lest I fall off the 6 story balconyD.) gimme dem bars, obviously, why you lookin' STUn.PID... plenty of free beats ;) Flying against the wind, a jet travels 5920 miles in 8 hours. Flying with the wind, the same jet travels 10.980 miles in 9 hours. What is the rate of the jet in still air and what is the rate of the wind? Can somebody pls help me!! I really need help pls someone question is linked Which of the following statements about malware protection are accurate? Select 3 options. Firewalls and anti-malware should be used together to provide a higher level of protection. Being cautious in your behavior and how you interact with your devices is just as important as technology-based malware protections. Apps from any source can be downloaded safely onto mobile devices, since the operating system will stop any malware infection. Popular anti-malware applications can locate and remove ALL malicious software. Updates for software and operating systems need to be installed regularly, so systems have up-to-date protection. I am a four-sided shape I have four right angles and my sides are not all equal to each other what shape am I 3 of 5A company makes 130 bags.49 of the bags have buttons but no zips.32 of the bags have zips but no buttons.39 of the bags have neither zips nor buttons.How many bags have zips on them? For the function f(x) = 7x1 + 10, find f-1(x).15 points halp me plz Create and solve a system of equations that will help you find the numbers.Show your work for credit.The difference of two numbers is 5 and the difference of their squares is 55. Find the numbers. If log2 5 = a, log2 3 = b and log2 7 = c, determine an expression for log2 (25/21) in terms of a, b, and c I need help ASAP pleaseI will give thanks with Brainlist for correct ans. WHAT IS 2 + 2???(free pointos) F(x)=2x+1 then find f(k) identify the zeros of each function please do i look phat in this dress? PLEASE HELP ME ASAP THANK YOU !!Solve the system of linear equations by graphing.y=-x+7y=x+1 Can someone help me with this question?