4. The volume of a sphere is (4.0/3.0)rr3 and the surface area is 4.0rr2, where r is the radius of
the sphere. Given the radius, design an algorithm that computes the volume and surface area of
the sphere. (You may assume that T-3.141592) (Exercise#17)

Answers

Answer 1

An algorithm that computes the volume and surface area of this sphere include:

Get the radius.Calculate the volume.Calculate the surface area.

What is an algorithm?

An algorithm is a standard formula which comprises a set of finite steps and instructions that must be executed in order to proffer solutions to a problem on a computer, under appropriate conditions.

For this exercise, an algorithm that computes the volume and surface area of this sphere is as follows:

Get the radius.Calculate the volume.Calculate the surface area.

Read more on algorithm here: brainly.com/question/24793921

$SPJ1


Related Questions

When does if(x>=y) execute?
A. when x is greater than y
B. when x is equal to y
C. when x is greater than or equal to y

Answers

Answer:

C. When x is greater than or equal to y

what actions should be taken on improvement backlog items from the problem-solving workshop

Answers

Actions that should be taken on improvement backlog items from the problem-solving workshop are:

The team then casts a combined vote on the top three possibilities.The following PI Planning event will receive them rephrased as improvement stories and features. The RTE assists in making sure that the pertinent work required to deliver the specified changes is planned throughout that time.By closing the loop, action will be taken and the appropriate personnel and resources will be committed to enhancing the current situation.

What is problem solving workshop ?

The ART conducts an organized, root-cause problem-solving workshop to address systemic issues. Instead than focusing only on the symptoms of an issue, root cause analysis offers a set of problem-solving tools used to determine the true causes of a problem. In a timebox of two hours or less, the RTE often facilitates the session.

Learn more about problem solving workshop here https://brainly.com/question/14362975

#SPJ10

a. From binary to decimal; 100112 b. From decimal to octal; 57110 c. From decimal to hexadecimal; 22210 a . From binary to decimal ; 100112 b . From decimal to octal ; 57110 c . From decimal to hexadecimal ; 22210​

Answers

Answer:

a. The answer is 19 [tex](10011)_{2} = (1 * 2^{4}) + (0*2^{3}) + (0*2^{2}) + (1 * 2^{1}) + (1 *2^{0}) = 19[/tex]

b. The answer is [tex](157426)_{8}[/tex]  

When 57110 is divided by 8, the quotient is 7138 and the remainder is 6. When 7138 is divided by 8, the quotient is 892 and the remainder is 2. When 892 is divided by 8, the quotient is 111 and the remainder is 4. When 111 is divided by 8, the quotient is 13 and the remainder is 7. When 13 is divided by 8, the quotient is 1 and the remainder is 5. When 1 is divided by 8, the quotient is 0 and the remainder is 1.

c. The answer is [tex](56C2)_{16}[/tex]

When 22210 is divided by 16, the quotient is 1388 and the remainder is 2.

When 1388 is divided by 16, the quotient is 86 and the remainder is 12 = C. When 86 is divided by 16, the quotient is 5 and the remainder is 6. When 5 is divided by 16, the quotient is 0 and the remainder is 5.

who stronger than the rock or jhon cena
a the rock
b jhon cena

Answers

the rock because he is strong, I don't know

Answer: John Cena

Explanation:

John Cena is stronger than the rock

Complete the sentence about bias and equity.
There is a lack of
in the field of computer science.

Answers

Answer:

diversity

Explanation:

Complete the sentence about bias and equity.

There is a lack of  

diversity

in the field of computer science.

got it right

Answer:Below

Explanation:

what are the effects of information systems in the management of corona ?

Answers

The effects of information systems in the above are:

It is used for Remote access and working remotely.Managing supply chain issues.What is impact of information system?

Information systems is one  that has helped to lower the number of levels in an organization by giving managers with a lot of information to monitor larger numbers of workers.

Note that The effects of information systems in the above are:

It is used for Remote access and working remotely.Managing supply chain issues.

Learn more about information systems from

https://brainly.com/question/14688347

#SPJ1

Use propositional logic to prove the following argument is valid. If Alice gets the office position and works hard, then she will get a bonus. If she gets a bonus, then she will go on a trip. She did not go on a trip. Therefore, either she did not get the office position or she did not work hard or she was late too many times. a) Define your propositions [5 points]: O = W = B = T = L = b) Write down the logical argument [8 points]: c) Proof sequence [12 points]: Steps: Reason: 1. 2. 3. …

Answers

This question relates to Propositional logic. Thus, the propositions as defined are:

A = Gets office position

B = Works hard

C = Gets a bonus

D = Go on a trip.

What is the logical argument?

The logical argument is notated as follows:

((A∧B)→C)∧(C→D)∧(¬D),∴((¬A)∨(¬B))

What is a propositional logic?

A proposition is an assertion that can only be one of two things: valid or wrong. It can never be both.

Learn more about propositional logic at;
https://brainly.com/question/16783205
#SPJ1

Drag the words into the correct boxes

.............can be used for a responsive webpage with dynamic content. ............. can be used for a Point of Sale (POS) application for a grocery store. ...........can be used for a machine learning model to detect people using facial recognition.
(javascript / java / python )



Answers

Explanation:

if you have any doubts or queries regarding the answer please feel free to ask

java can be used for a responsive webpage with dynamic content. Javascript can be used for a Point of Sale (POS) application for a grocery store. Python can be used for a machine learning model to detect people using facial recognition.

What is Java?

The object-oriented programming language and software platform known as ava is utilized by billions of devices, including laptops, smartphones, gaming consoles, medical equipment, and many more. Java's syntax and principles are derived from the C and C++ languages.

The portability of Java is a key benefit while creating applications. It is relatively simple to transfer Java program code from a notebook computer to a mobile device once you have done so.

The fundamental intention of the language's creation in 1991 by James Gosling of Sun Microsystems (later bought by Oracle) was the ability to "write once, run anywhere."

Therefore, java can be used for a responsive webpage with dynamic content. Javascript can be used for a Point of Sale (POS) application for a grocery store. Python can be used for a machine learning model to detect people using facial recognition.

To learn more about Java, refer to the link:

https://brainly.com/question/29897053

#SPJ2

Which of the following Office Online apps is most effective for creating multi-media presentations?
O Calendar
O Cloud computing
O Outlook
PowerPoint
Answer - powerpoint

Answers

Answer:

powerpoint (PP) ..........

How many times is the second for loop going to loop in this block of code? Write your answer in numeric form in the box provided.
for steps in range(5):
turtle.forward(100)
turtle.right(90)
for moresteps in rage(4):
turtle.forward(50)
turtle.right(90)​

Answers

Explanation:

The second for loop does 1 of 4 iterations for every 1 of 5 iterations of the parent loop. meaning it is 4 x 5 which is 20.

Write short notes on the following:
I. keyboard ii.Control unit iii.printer​

Answers

Answer:

- the Keyboard:

The keyboard is a handheld device used to input alphabet, numbers, symbols and characters to a monitor. It also houses the special manipulative and function keys.

- the Control Unit:

The control unit is a component of the CPU which directs the operation of the processor.

- the Printer:

The printer is an external hardware output device which takes electronic data stored on a device and creates a hard copy.

Numerous engineering and scientific applications require finding solutions to a set of equations. Ex: 8x + 7y = 38 and 3x - 5y = -1 have a solution x = 3, y = 2. Given integer coefficients of two linear equations with variables x and y, use brute force to find an integer solution for x and y in the range -10 to 10.

Ex: If the input is:

8
7
38
3
-5
-1
Then the output is:

x = 3 , y = 2
Use this brute force approach:

For every value of x from -10 to 10
For every value of y from -10 to 10
Check if the current x and y satisfy both equations. If so, output the solution, and finish.
Ex: If no solution is found, output:

There is no solution
Assume the two input equations have no more than one solution.

Note: Elegant mathematical techniques exist to solve such linear equations. However, for other kinds of equations or situations, brute force can be handy.

Answers

The brute strength method determines if each x and y value satisfies both conditions. To do this, we must iterate through each result in the specified range and insert them into both models.

What are Elegant mathematical technique?

ALGORITHM :

1. Take the values of all coefficients and SET flag = FALSE

2. Run a FOR loop for x in range (-10, 11). 11 won't be included.

2a. Inside the first FOR, start the y FOR loop in range(-10,11). 11 won't be included

2b. Inside the y FOR loop, check IF for a particular value of x and y both the equations satisfied.

2c. If yes, set flag TRUE and print values of x and y.

2d. ELSE the flag stays FALSE.

END FOR Y

END FOR X

3. Check if flag = FALSE, then print NO SOLUTION

PYTHON CODE :

a=int(input()) #taking input for each coefficient

b=int(input())

c= int(input())

a1= int(input())

b1= int(input())

c1= int(input())

flag = False

for x in range(-10,11): #checking for all values of x in range -10 to 10

for y in range(-10,11): #checking for all values of x in range -10 to 10

if (a  x + b  y – c == 0) and (a1*x + b1*y - c1 == 0) : #checking if the x and y values satisfy the equation

flag = True #setting the flag if solution is found

print('Solution : x = {-10, 10}, y = {-10, 10}'.format(x,y)) #if they satisfy print x & y

if flag = False : #if flag stays false, that means there is no solution

print('No solution')

OUTPUT : The output is given below.

More about the Elegant mathematical technique link is given below.

https://brainly.com/question/27934739

#SPJ1

Write a program that first reads a list of 5 integers from input. Then, read another value from the input, and output all integers less than or equal to that last value.

Ex: If the input is:

50 60 140 200 75 100
the output is:

50 60 75
For coding simplicity, follow every output value by a space, including the last one. Then, output a newline.

Such functionality is common on sites like Amazon, where a user can filter results. coral language, please

Answers

Answer:

take user input element of list and print element of list whose value  are less than equal to last value of list

Image 1: Input

def output_ints_less_than_or_equal_to_threshold(user_values, upper_threshold):

      print("The integers that are less than or equal to", upper_threshold, "are:")

      for value in user_values:

             if value < upper_threshold:

                    print(value)

def get_user_values():

      n = int(input("Enter the number of integers in your list: ");

      1st = []

      print("Enter the", n, "integers:");

      for i in range(n):

             1st.append(int(input)

      return ist

if _name__ == '_main_':

userValues = get_user_values();

upperThreshold = int(userValues[-11), output ints less than or equal to threshold(userValues, upperThreshold)

Image 1: Output

Enter the number of integers in your list: 3 Enter the 3 integers:

10

50

20

The integers that are less than or equal to 20 are:

10

Using the knowledge in python it is possible to write a code that uses the given values ​​to write its divisors.

Writing code in python:

integer i

integer threshold

integer array(5) data

for i = 0; i < data.size; i = i + 1

  data[50, 60, 140, 200, 75, 100] = Get next input

threshold = Get next input

for i = 0; i < data.size; i = i + 1

  if data[50, 60, 140, 200, 75, 100]

 

See more about python at brainly.com/question/18502436

#SPJ1

Can case conditions use test conditions?
A. yes
B. no

Answers

Answer:

yes.

Explanation:

because i Been tro it before

what is the maximum length of a text field can be?

Answers

Answer:

4000 characters

Explanation:

I think the max is 4000 characters

Explanation:

no se perdon pero creo es 4000 caracteres

Software that functions as an electronic version of a filing cabinet?

Answers

Answer: There are a lot of choices

Explanation: do you want a database? You can obtain a terabyte or even larger size thumb drive or USB drive

Do want a print server? a networked drive specific for your data and if you have  to   print out anything

Do you want a connected drive to send all your documents to with organized folders?  any size drive will work for this they come all prices

Enter the electronic filing system, sometimes called document management software. These computerized filing systems provide electronic file management. In other words, they give us a simple way to store, organize, and retrieve digital files and digital documents and pdfs.

https://www.filecenter.com/info-electronic-filing-system.html here is some good software

work done by computer as per the instructions is called​

Answers

Answer:

The process of storing and then performing the instructions is called “running,” or “executing,” a program. By contrast, software programs and procedures that are permanently stored in a computer's memory using a read-only (ROM) technology are called firmware, or “hard software.”

Explanation:

hope it helps you and give me a brainliest

Answer: A computer obeying its orders

Explanation:

The process of storing and then performing the instructions is called “running,” or “executing,” a program. By contrast, software programs and procedures that are permanently stored in a computer's memory using a read-only (ROM) technology are called firmware, or “hard software.”

HELP QUICK!!!!!!!

Which item is used in Excel to identify the row of a particular cell?
O letter
O number
O type
O sheet

Answers

Answer:

Number.

Letter is for columns, Number is for rows.

For example to find the cell on the fifth row, and 1st column, it would be A5.

➪ How many types of Engineering are there in the world ?
⛄​​

Answers

Answer:

in bohot terms engineering can be divided into four main categories chemical civil electrical and mechanical enginearing each of these types of require different skills and engineer education

There are mainly five types of engineers found in the world. Each of them has a different set of skills and knowledge concerning their relative field.

Who is called an Engineer?

An Engineer may be defined as an individual who formats, designs, modifies, and creates machinery or technical equipment like software programs, construction buildings, bridges, etc.

The five types of Engineers are as follows:

Civil Engineers. Chemical Engineers.Electrical Engineers. Mechanical Engineers. Computer Engineers.

Civil engineers deal with the construction of buildings, bridges dams, airports, etc. Chemical engineers are associated with developing the products such as medicines, petrochemicals, plastics, etc.

Electrical engineers design and develop the manufacturing of electrical equipment like navigation systems, radar, communication systems, electric motors, etc.

Mechanical engineers always maintain their focus on manufacturing power-producing and power-using machines like electric generators, gas turbines, refrigerators, air-conditioners, etc.

Computer engineers deal with designing, manufacturing, and examining all software operated within an institution's computer system.

All such types of engineers work in their respective fields for designing, and manufacturing products and their delivery which makes the life of an individual easy, efficient, and reliable.

Therefore, it is well described above.

To learn more about Engineers, refer to the link:

https://brainly.com/question/17169621

#SPJ1

1) Which of the following best describes the Ribbon?
B. A feature that can translate text into any language
C. A slider that you can use to zoom the document
D. A cable that connects your computer to a printer
E. A toolbar with various commands

Answers

Answer:

E. A toolbar with various commands

Explanation:

the ribbon is pretty much the red bar on top of your screen on power point

The option that best describes the Ribbon is A toolbar with various commands.

What is ribbon in MS Word?

The Ribbon is known to be a kind of a user interface element that is said to be found below the Quick Access Toolbar and the Title Bar and It made up of Home, Insert, Page layout commands and others.

Therefore one can say that The option that best describes the Ribbon is A toolbar with various commands.

Learn more about ribbon from

https://brainly.com/question/11685530

#SPJ6

what are the importance of computer software​

Answers

Answer:

It controls and coordinates all hardware and software functions within your PC. It is designed to be ever-improving so that newer tasks are performed more efficiently.

Software not only makes your computer hardware perform important tasks, but can also help your business work more efficiently. The right software can even lead to new ways of working. It is therefore a crucial business asset and you should choose your software carefully so that it matches your business needs.

10. What may help drivers conserve gasoline?
Sitting in their driveways with their cars
running.
Accelerating quickly.
Slowing down gradually.
Braking abruptly.

Answers

Answer: C. Slowing down gradually

Explanation:

A and B suck up the gas immediately since you are using much more of it. When you brake abruptly, you are not only wasting gas, but you are also damaging your tires. Therefore, the most appropriate answer is C.

I hope this helps!! Pls mark brainliest :)

The thing that may help drivers conserve gasoline is Slowing down gradually. third option is correct.

What is conservation of gasoline

There are three fundamental quantities in mechanics that are conserved. These are power, forward motion, and angular momentum. It takes time and fuel to accelerate and get one's vehicle back up to the speed of traffic every time one needs to stop fast.

Seeing far ahead of the car allows drivers to slow down gradually or change lanes to minimize idling, which improves gas consumption. Slowing down gradually is something that may assist drivers in saving petrol. The third choice is right.

Learn more about gasoline at;

https://brainly.com/question/29186659

#SPJ2

When evaluating an AND operator, what is necessary for execution?
A. Only one condition can be true
B. Only one condition must be true
C. Both conditions must be true

Answers

Answer:

A

Explanation:

Only one condition can be true

How ict tools changed the way we live explain it​

Answers

Answer:

How does ICT change our way of living?

ICT has contributed a lot to change our everyday life such as letter to e-mail, market shopping to on-line shopping, classroom learning to e-learning, etc. This paper present's the effects of ICT as Home and Domestic Activities, Social Networking, Education, Health, Commerce, Banking, and Employment.

what are the 7 layers of cyberspace?

Answers

Answer:

The OSI model's seven layers are the: Human Layer, Perimeter Layer, Network Layer, Endpoint Layer, Application Layer, Data Layer, and Mission Critical Layer . Each layer represents a different stage in network communication, from someone typing on a keyboard to the data your system uses for applications.

Trent is researching what it would take to become a pharmaceutical scientist. What academic requirements should he complete?
A.
an associate’s degree
B.
on-the-job training
C.
technical school
D.
a doctorate degree
E.
a bachelor’s de

Answers

Answer:

D - a doctorate degree

Explanation:

You are studying in a role as a doctors position.

The second generation of computer languages is a higher-level language than
machine language but is also machine dependent. It uses a series of short codes,
or mnemonics, to represent data or instructions.

Answers

Assembly language is the second generation of computer languages is a higher-level language than machine language but is also machine dependent. It uses a series of short codes, or mnemonics, to represent data or instructions.

What is assembly language?

Any low-level programming language having a very close resemblance between its instructions and the machine code instructions of the architecture is known as assembly language, assembler language, or symbolic machine code in the field of computer programming. One statement per machine instruction (1:1) is the norm for assembly language, however constants, comments, assembler directives, symbolic labels for things like memory locations, registers, and macros are typically also available.

Learn more about assembly language here https://brainly.com/question/13171889

#SPJ10

Directory services store information in a heirarchical structure. Which statements about Organizational Units (OUs) of a directory service hierarchy are true? Check all that apply.

Answers

Answer:

accounting, authorization, centralized authentication

What is an operating system on an IBM computer?
a. GUI
b. Microsoft Windows
c. Mac OSX

Answers

Answer:

Microsoft Windows

Explanation:

Question 7 * What is the default powerpoint standard layout A Blank B Title slide C Title only D. Comparison ​

Answers

Answer:

B. Title slide layout is the default PowerPoint standard layout.

Other Questions
It takes a minimum distance of 76.50 m to stop a car moving at 15.0 m/s by applying the brakes (without locking the wheels). Assume that the same frictional forces apply and find the minimum stopping distance when the car is moving at 32.0 m/s. A 50th star was added to the american flag on july 4, 1960. What state did the added star represent?. The aspects of a specific location that make people want to move away are calledO opportunities.Opull factors.Omigrations.Opush factors. (a) write the net acid-base reaction that occurs when hi is added to water. (use the lowest possible coefficients. omit states-of-matter in your answer.) What do the source text by Peabody and the adaptation by Shaw have in common?A man helps a woman improve her lifestyle.A man wants to make an ideal version of a woman.A man becomes too obsessed with his project.A man hopes to inspire jealousy in others. Select the most appropriate homonym to complete the sentence below.John started to relax as all the encouraging words his motherspoke the previous day began tothrough his mind.A.B.C.D.course- to take part in a hunt with hounds.course- to run, race or move swiftly.course- a particular subject or area for study.course- to follow a specific path. What are some characteristics of primates? Which of the following is the quadratic parent function? A. F(x) = x + 1B. F(x) = Ixl C. F(x)=xD. F(x) = 2x Before the war was over, the __________ of both sides decreased.a. enduranceb. couragec. determination Why are there 64 combinations of genetic codons for only 20 different amino acids? My supersonic jet burns 4 gallons of jet fuel in 3 seconds. How many gallons of jet fuel do I need to fly for an hour? What fashion designer is typically credited with inventing the ""little black dress"" after printing the design on the cover of vogue in 1926?. Which of the following terms best describes a vertical line that the graph of afunction approaches but never intersects?A Horizontal asymptoteB Proportion C Vertical asymptoteD Inverse variation Question 18 of 32What is a covalent bond?OA. A bond in which molecules share electronsOB. A bond in which atoms share electronsC. A bond between ions of the same charge What are the 2 concave curves in the spine Use the In key on your calculator to estimatethe logarithm.In 49Round your answer to the nearest thousandth. Frankie wants to build a path from one corner of his yard to the opposite corner. his yard measures 20 ft. x 32 ft. what will be the length of his path to the nearest tenth of a foot? 21.5 ft 25.0 ft 32.6 ft 37.7 ftfrankie wants to build a path from one corner of his yard to the opposite corner. his yard measures 20 ft. x 32 ft. what will be the length of his path to the nearest tenth of a foot? 21.5 ft 25.0 ft 32.6 ft 37.7 ft. A recent order for 15,000 items of building supplies was composed of bolts and nails. Nails cost 5 cents each. The entire order arrived at an expense of 1500 dollars. If there were 2500 bolts, what is the cost of each bolt? postre. Precios razonables.El buen albergue - Siempre muy bueno, el dueo siempre simptico, no hay muchas mesasentonces puedes escuchar bien lo que dice tu pareja. Mencin especial para la pierna de cordero.Los precios son bastante altos.ABCLa Concha is under new management.La Concha is a very expensive restaurantThe dishes at La Concha contain locally sourced produce. una cuerda al vibrar tiene una frecuencia fundamental de 200 Hz. Si su longitud se reduce en una cuarta parte, cual ser la nueva frecuencia fundamental? se ha alterado la rapidez de la onda al acortar la cuerda? Suponga que la tensin es constante