Using __________________ to define tasks is called procedural 1 poin 49. Using abstraction. Your answer _____________
A method may not have a precondition, but every method must have a _________________ Your answer ______________ An application that uses one or more classes is referred to as _________________ Your answer ______________

Answers

Answer 1

Using "methods" to define tasks is called procedural programming.

Using abstraction. Your answer is incorrect. The correct answer is "modular programming".

A method may not have a precondition, but every method must have a signature.

Your answer is incorrect. The correct answer is "return type". Every method must have a return type, even if it's void.

An application that uses one or more classes is referred to as an "object-oriented" application.

Your answer is incorrect. The correct answer is "object-oriented". An application that uses classes and objects to structure and organize the code follows an object-oriented programming paradigm.

Learn more about procedural programming. here:

https://brainly.com/question/32182520

#SPJ11


Related Questions

Which keys should you press to insert a comment in OpenOffice Writer?
A.
Ctrl+Alt+I
B.
Ctrl+Alt+C
C.
Ctrl+Alt+O
D.
Ctrl+Alt+N
E.
Ctrl+Alt+M

Answers

Answer: Ctrl + Alt + C

Explanation:

Anote los tipos de direcciones de IP que existen.​

Answers

Answer:

ENGLISH PLEASE.

Explanation:

what type of open source programming language is python

Answers

Answer:

Python is developed under an OSI-approved open source license, making it freely usable and distributable, even for commercial use. Python's license is administered by the Python Software Foundation.

Explanation:

g00gle

Why we need to learn ict?

Answers

Answer:

Explanation:  ICT stands for information and communication technology . As we know we are living in a world which is digital and with the passage of time it is going to get more digitalized , so there is demand of people who have computational skills.

we need to learn ICT cause it helps us to be smart .ICT helps in achieving a good knowledge of technology and make us future and job ready .

ICT tools help to get our education system digitalized and help to build an interactive environment for students

DO any of yall know where American football came from and when? Because I've researched but I can't find an answer

Answers

The sport of American football itself was relatively new in 1892. Its roots stemmed from two sports, soccer and rugby, which had enjoyed long-time popularity in many nations of the world. On November 6, 1869, Rutgers and Princeton played what was billed as the first college football game.

a specifies the number of instances of one entity that can be associated with each instance of another entity. degree cardinality constraint counter constraint limit

Answers

The term you are referring to is called the degree cardinality constraint. This constraint specifies the number of instances of one entity that can be associated with each instance of another entity.

In other words, it limits the number of relationships or associations that can exist between two entities.
For example, if we have two entities, A and B, and the degree cardinality constraint is set to 1, it means that each instance of entity A can be associated with only one instance of entity B. On the other hand, if the degree cardinality

constraint is set to many, it means that each instance of entity A can be associated with multiple instances of entity B.
So, in summary, the degree cardinality constraint determines the limit on the number of associations between two entities.

To know more about degree cardinality constraint visit:

brainly.com/question/33891811

#SPJ11

Which of the following is not a form of electronic output?
A. fax
B. email
C. report
D. bulletin board messages

Answers

Report is not a form of electronic output.

What are the different forms of output?

output. Information is data that has been transformed into a format that is intelligible and practical for a human or another machine.

paper copy. printed out.unhard copy exhibited on a screen.text. contains symbols that are used to form words and sentences.graphics.audio.video

output device.

If we talk about output device then plotter, printer and monitor are output device however touch screen is not an output device.

The four fundamental output kinds are audio output, graphic output, text output, and video output.

Report is not a form of electronic output.

To learn more about output refer to:

https://brainly.com/question/20727977

#SPJ4

These statements describe a network server.

assigns MACs
manages network resources
provides network security
translates data sent between networks

Answers

Answer:

The statement that describes a network server is:

manages network resources

Explanation:

A server is a computer built and programmed to fulfill network needs. They might be able to perform regular computer tasks, but they are designed specially to connect several computers, create a space those computers can share, provide connectivity management to them and be able to receive, send, create, and copy data inside that network. In other words, it creates a space of interaction, allows interaction, and transfer data from this network to other networks and from other networks for its managed network.

por que se dice que las TIC´S son las integracion de las TI y las TC?

Answers

La respuesta correcta para esta pregunta abierta es la siguiente.

A pesar de que no se anexan opciones o incisos para responder, podemos comentar lo siguiente.

Se dice que las TIC´S son las integración de las TI y las TC porque ambas actividades se han integrado o fusionado en una solo concepto al momento de juntar las herramientas tecnológicas para almacenar, procesar y mandar información a través de los recursos tecnológicos utilizando los canales o recursos de los medios masivas de comunicación como lo son las redes satelitales o las comunicaciones vía microondas.

Al fusionarse las TI (Tecnologías de la Información) con las TC (Tecnologías de Comunicación), se maximiza la capacidad de enviar una mayor cantidad de información al momento a diferentes lugares del planeta.

Which item was key to how Microsoft got its start in the 1970s? a. artificial intelligence b. vacuum tubes c. Altair 8800 d. UNIX​

Answers

Answer:

A??

Explanation:

Answer:

UNIX

Explanation:

As a newly formed company, Microsoft's first operating system product that was publicly released was a version of Unix called Xenix, released in 1980. Xenix was later used as the basis for Microsoft's first word processor, called Multi-Tool Word, a predecessor to Microsoft Word.

Exercise 7.2.6: If You're Not First, You're Last
Write the function called end_of_word that takes a string and returns everything but the first character.

end_of_word ("boat")
="oat"
end_of_word ("mice")
="ice"​

Answers

Answer:

end_of_word ("boat")

="oat"

end_of_word ("mice")

="ice"​

Explanation:you need to call out your function in the best way possible

Answer:

def end_of_word(word):

   return word[1:]

print(end_of_word("something"))

Explanation:

Your welcome :D

a leased line with the hdlc protocol creates a wan link between what two devices on the attached lans?

Answers

The two devices on the attached LANs to creates a WAN link from a leased line with the HDLC protocol is routers.

What is HDLC protocol?

The HDLC protocol or high-level data link control is a protocol for data link layer. HDLC protocol will provide the encapsulated means for network layer packet.

The means which is provided by leased line is a physical means that can transmit the bits with this way a routers can forward bit packets onto the LANs that connecting them.

So, the LAN connection will be forward by routers with leased line as transmitter of bits and HDLC protocol will encapsulated that to network layer packet and create WAN link.

Learn more about LAN here:

brainly.com/question/8118353

#SPJ4

which of the following statements about constructors is true? at least one constructor must always be defined explicitly. the default constructor overloads an explicit constructor a default constructor is provided automatically if no constructors are explicitly declared in the class. the default constructor is a one-arg constructor.

Answers

The statement that is true about constructors is: A default constructor is provided automatically if no constructors are explicitly declared in the class.

Learn what is a constructor! In object-oriented programming, a constructor is a method that is used to create and initialize objects of a class. When an object is created, the constructor is called automatically. It is a special method that has the same name as the class name, and it does not have a return type. A default constructor is a constructor that is used to create an object when no arguments are passed to it. It is provided automatically by the compiler if no other constructors are explicitly declared in the class. It does not take any arguments and has an empty body. The other options are false. At least one constructor must not always be defined explicitly, the default constructor does not overload an explicit constructor, and the default constructor is not a one-arg constructor.

Learn more about constructor visit:

https://brainly.com/question/17347341

#SPJ11

What is one advantage of taking a course online instead of onsite?

A.
It is easier to access the printed course materials.

B.
You can usually do the coursework when it’s convenient.

C.
The quality of teaching is typically a little better.

D.
You can communicate with your teacher more effectively.

Answers

i’d say B, it sounds correct. sorry if it’s not right tho!

what is a computer class from 8​

Answers

Explanation:

computer is an electronic machine which category write in computer data

HELP ME PLZ IM AM STUCK ON THIS I NEED AWNSERS

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:

when both the original file with no hidden message and the converted file with the hidden message are available, what analysis method is recommended by johnson and jajodia?

Answers

Johnson and Jajodia are two renowned researchers who have made significant contributions to the field of steganography. They have proposed various techniques for hiding messages in digital data, such as images, videos, and audio files. In this context, one crucial aspect is to determine whether a given file contains a hidden message or not.

When both the original file with no hidden message and the converted file with the hidden message are available, Johnson and Jajodia recommend using the difference analysis method. This method involves calculating the difference between the original and the converted file and examining the statistical properties of the resulting values. If the values show a deviation from the expected pattern, it is likely that a hidden message is present. The difference analysis method is generally more reliable than other techniques, such as visual inspection or checksum verification.

In conclusion, Johnson and Jajodia's recommendation for analyzing a file with a hidden message when both the original and the converted files are available is to use the difference analysis method. This method can help to detect the presence of a hidden message by comparing the statistical properties of the original and the converted file. It is a reliable technique that can be applied to various types of digital data.

To learn more about steganography, visit:

https://brainly.com/question/13089179

#SPJ11

5. Assume the propagation delay in a broadcast network is 5 yes and the frame transmission time is 10 js. (a) How long does it take for the first bit to reach the destination? (b) How long does it take for the last bit to reach the destination after the first bit has arrived? 6. Assume that there are only two stations, A and B, in a bus CSMA/CD network. The distance between the two stations is 2000 m and the propagation speed is 2x 108 m/s. If the station A starts transmitting at time tj: (a) Does the protocol allow station B to start transmitting at time 1 + 8 ps? if the answer is yes, what will happen? (b) Does the protocol allow station B to start transmitting at time tu + 11 ps? if the answer is yes, what will happen? 7. How does the Ethernet address 1A:23:30:40:5E:6F appear on the line in binary?

Answers

5(a) the first bit takes 15 μs to reach the destination, and 5(b) the last bit takes an additional 15 μs after the arrival of the first bit to reach the destination. 6(a) it cannot start transmitting at time 1 + 8 ps. 6(b) it cannot start transmitting at time tu + 11 ps. 7. 0001 1010 : 0010 0011 : 0011 0000 : 0100 0000 : 0101 1110 : 0110 1111.

5(a) To calculate the time it takes for the first bit to reach the destination in a broadcast network, we need to consider the propagation delay and the frame transmission time. The propagation delay is given as 5 μs (microseconds) and the frame transmission time is given as 10 μs (microseconds). Since the first bit is part of the frame, it will be transmitted along with the frame transmission time. Therefore, the time taken for the first bit to reach the destination is the sum of the propagation delay and the frame transmission time, which is 5 μs + 10 μs = 15 μs.

5(b) After the first bit has arrived at the destination, the remaining bits in the frame still need to be transmitted. Since we are dealing with a broadcast network, all bits in the frame will take the same amount of time to reach the destination as the first bit. Therefore, the time taken for the last bit to reach the destination after the first bit has arrived will also be 15 μs.

6. In a bus CSMA/CD network with two stations, A and B, and a distance of 2000 m between them, we are given a propagation speed of 2 × 10^8 m/s. Let's analyze the scenarios:

(a) If station A starts transmitting at time tj, the protocol does not allow station B to start transmitting at time 1 + 8 ps. This is because station B needs to wait for the transmission from station A to reach it, and that requires time equal to the propagation delay. The propagation delay is calculated as the distance divided by the propagation speed: 2000 m / (2 × 10^8 m/s) = 10 μs. So station B would need to wait for 10 μs after station A starts transmitting before it can begin its own transmission. Therefore, it cannot start transmitting at time 1 + 8 ps.

(b) Similarly, the protocol does not allow station B to start transmitting at time tu + 11 ps. As mentioned before, station B needs to wait for the transmission from station A to reach it. Assuming tu represents the time at which station A starts transmitting, station B would need to wait for the propagation delay, which is 10 μs, before it can start its transmission. Therefore, it cannot start transmitting at time tu + 11 ps.

In both scenarios, if station B attempts to transmit before the required propagation delay, a collision would occur, and the stations would follow the CSMA/CD protocol to handle the collision by stopping transmission, waiting for a random backoff time, and then reattempting the transmission.

7. The Ethernet address 1A:23:30:40:5E:6F appears on the line in binary as follows:

The first step is to convert each hexadecimal digit into its corresponding 4-bit binary representation:

1A: 0001 1010

23: 0010 0011

30: 0011 0000

40: 0100 0000

5E: 0101 1110

6F: 0110 1111

Putting all the binary representations together, we have:

1A:23:30:40:5E:6F in binary is 0001 1010 : 0010 0011 : 0011 0000 : 0100 0000 : 0101

1110 : 0110 1111.

The Ethernet address 1A:23:30:40:5E:6F appears on the line in binary as 0001 1010 : 0010 0011 : 0011 0000 : 0100 0000 : 0101 1110 : 0110 1111.

learn more about propagation delay here: brainly.com/question/32077809

#SPJ11

As with most professions, photography comes with its own unique set of terms and jargon. Identify at least four different words related to photography, define, and use them in a sentence that expresses their meaning in relation to the field.

Answers

Answer: See explanation

Explanation:

The words associated with photography include:

1. Filter: It is a device that is used to remove a certain form of light. It is usually placed on the lens of the camera when one wants to change the light or color.

John used different filter on his camera.

2. Camera : This is an equipment that is used to take photographs or make movies.

A new camera was bought by Ruth.

3. Photo book: This is a published book that contains photographs.

Bob knows a website where one can order photo books that are custom made.

4. Picture: This is a photograph or an image that can be seen on the television.

John took a picture of Tom when he was dancing.

5. Air brush: A machine that isused for painting or to improve the work done on a photograph.

The wrinkles on my grandma's face were airbrushed out.

Answer:(Aperture) is the first common photography term you should learn. Simply put, aperture is the size of the opening in the lens. Think of the lens as a window—large windows or wide angles let in more light, while small windows let in less light. A wide open aperture will let more light into the image for a brighter photo, while a smaller aperture lets in less light.  (Aspect Ratio) If you’ve ever printed images before, you’ve probably noticed that an 8 x 10 usually crops from the original image. That’s due to aspect ratio  (Bokeh) is the orbs created when lights are out of focus in an image.

val is attempting to buy terry another alcoholic drink, however, terry does not want another drink. what should the server do? a. offer terry a reduced cost for the drink b. bring the drink anyway since val ordered the drink, not terry c. do not advocate for continued service for terry d. stop service to both terry and val

Answers

The server should do option C, "do not advocate for continued service for Terry." and should respect Terry's decision not to have another drink.

It is important for servers to be aware of and respect a person's decision not to consume more alcohol. Offering a reduced cost for the drink or bringing the drink anyway disregards Terry's decision and can potentially lead to overconsumption and dangerous behavior. Additionally, stopping service to both Terry and Val may not be necessary, as Terry is simply expressing a desire not to consume more alcohol. Therefore, the server should respect Terry's decision and not advocate for continued service for them.

Learn more about  alcohol in the hospitality industry:https://brainly.com/question/545351

#SPJ11

Where a system is grounded, the service must be supplied with a(n) ... conductor. The grounded conductor of a service must always be a neutral conductor.

Answers

Where a system is grounded, the service must be supplied with a grounded conductor. The grounded conductor of a service is indeed the neutral conductor.

In electrical systems, grounding plays a crucial role in ensuring safety and proper functioning. The grounding conductor provides a path for electrical current to flow safely to the ground in the event of a fault or electrical surge. It helps protect people and equipment from electrical shock and prevents excessive voltage buildup. The grounded conductor, commonly referred to as the neutral conductor, is responsible for carrying the unbalanced current in a system. It completes the circuit by connecting the electrical load back to the power source. The neutral conductor is usually connected to the earth ground at the service entrance to provide a reference point for voltage levels and to facilitate fault detection.

In summary, the system grounding requires a grounded conductor, which is typically the neutral conductor in a service. This conductor ensures the safe and effective operation of the electrical system by providing a return path for current and facilitating proper grounding.

Learn more about voltage here: brainly.com/question/32283304

#SPJ11

What
ICT H/W
ст
are the Function numbering
•MS word
and bullets

Answers

The function of Bullets and numbering in MS Word is that Bulleted and numbered lists are known to be tool that often help a person to be able to simplify steps or items to any given reader readers.

People do make use of bulleted lists to be able to highlight some key pieces of their lessons.

What is numbering in MS Word?

It is one that is often called the ordered list, number format, as well as the number list.

Note that the  Bulleted and numbered lists are said to be tool that is often used in a given documents to put together and format text so as to be able to draw emphasis.

Hence, The function of Bullets and numbering in MS Word is that Bulleted and numbered lists are known to be tool that often help a person to be able to simplify steps or items to any given reader readers.

Learn more about numbering   from

https://brainly.com/question/4509295

#SPJ1

for what work photoshop is used?

Answers

its for making commercials and background that look cool
Adobe Photoshop is a software used for editing photographs, compositing digital art, animating, and graphic design

case study returns released for blockworks legacy practice mode can also be completed in blockworks online practice mode. true. false.

Answers

The statement "case study returns released for blockwork legacy practice mode can also be completed in blockwork online practice mode" is true.

What is a case study?

A case study is an in-depth examination of a particular subject, such as a person, group, location, occasion, business, or phenomenon. In social, educational, clinical, and business research, case studies are frequently used.

A case study is a type of research methodology that produces a thorough, multifaceted understanding of a complex problem in its actual setting. It is a well-known research strategy that is widely applied in a range of fields, especially the social sciences.

Therefore, the statement is true.

To learn more about the case study, refer to the link:

https://brainly.com/question/24259426

#SPJ1

Here is one way to reduce hazards to human health.Use fewer harmful chemicals,or use chemicals in a more responsible way.

Answers

Answer:

The answer is below

Explanation:

A hazard is an agent that can cause severe damage to the health of people. property or the environment at large when being exposed to the hazard.

Here are some ways in which hazard can be prevented:

Make sure that the required personal protective equipment are worn at all times.Chemicals should be used and disposed in a safe manner.There should be barriers between people and barriers such as radiation.Machines should be used to lift heavy equipment.

assignment 2: room area CS python fundamentals project stem​

Answers

Answer:

side1 = float(input("Enter side A: "))

side2 = float(input("Enter side B: "))

side3 = float(input("Enter side C: "))

side4 = float(input("Enter side D: "))

side5 = float(input("Enter side E: "))

rect1 = (side1 * side2)

rect2 = (side4 - side2 - side5) * (side1 - side3)

tri = (side1 - side3) * side5 * 0.5

print("Room Area: " + str(rect1+ rect2+tri))

Explanation:

My teacher helped me and I got 100 so just copy and pate this

1. Why would a designer use thumbnail images?
O a large number of images are needed
O to link to the original full-quality image
O to cut down on loading times
O all of the above

Answers

Answer:

The answer to this question is given below in the explanation section. The correct answer is All of the above.

Explanation:

First, we need to know what is thumbnail images.

The definition of the thumbnail is "A thumbnail is an image with a reduced file size that is used as a placeholder for full-sized multimedia content."

So the answer to this question is all of the above options mentioned in the question.

Designers uses thumbnail images because:

A large number of images are needed:

For websites and applications, the designer uses a large number of thumbnail in their application. Because websites require fast loading the pages and images so in e-commerce websites a large number of thumbnails images are used.

To link to the original full-quality image:

Thumbnail is the compressed view of original images that are used in a placeholder on a website.

To cut down on loading time:

The biggest advantage of thumbnail images is their reduced size to the original image. A website will have a significantly faster loading time if its images and videos initially displayed in a thumbnail.

While the user will decide for themselves which thumbnail content they want to see and click on it to load the original thumbnail content.

explain how computer system is different from computer in 150 words

Answers

Answer:

To be distinguished from the physical or hardware components of a computer, programs are collectively referred to as software. A computer system, therefore, is a computer combined with peripheral equipment and software so that it can perform desired functions.

A computer is a device that does certain things (mostly very basic data manipulation and mathematical functions), just as a building is a device that does certain things (such as housing offices or apartments). What makes a computer special is that it does these things very very quickly. A computer system is a mechanism that incorporates multiple computers along with other things like data storage devices, networks, and data paths (ways to move data around among storage devices and computers), as well as software (rules for how to do things), procedures and processes and protocols and on and on. A computer system performs a rather complex function, just as a city is a system that involves multiple buildings along with roads, sewage treatment plants, water and electrical systems and many other things that enable it to perform a function considerably more complex than the function performed by a building.

A major advance in the field of computing was the advent of networking. Before that, computers had to be near each other in order to communicate with each other and computer systems typically existed in a relatively small physical location where all the computers were in the same place. If you see a movie released in the period from roughly 1950 to 1980, you will note that computers and computer systems were typically depicted as gigantic things located in a large room. With networking, a computer system might have computers in one place, remote access devices in another place, and other computers in other places. Thus a building might have computers and terminals and printers and what have you all over it, all capable of communicating with each other. The internet, which enables world wide networks, has made it possible to have computer systems that consist of thousands of computers (or more), located all over the globe.

a computer is like an engine whereas a computer system is like a vehicle (a car or truck or boat) that contains one or more engines and does something more complex than what the engine does. But the engine is the essential component that enables the vehicle to do what it does. a computer exists in a single place and does a primitive set of functions. A computer system combines a computer with many other things to perform a complex set of functions. It can also exist in a single place, but it may exist in many places at the same time.

Explanation:

Pleeeeeeeeeeeeeeeeeeez mark me as brainliest i did this so hardly so plez i beg u and cry to mark me as brainliest and give a vote of full and give a thanks

How do i fix this? ((My computer is on))

How do i fix this? ((My computer is on))

Answers

Answer:

the picture is not clear. there could be many reasons of why this is happening. has your computer had any physical damage recently?

Answer:your computer had a Damage by u get it 101 Battery

and if u want to fix it go to laptop shop and tells him to fix this laptop

Explanation:

list 20 specific purpose of application software​

Answers

Answer:

1. Word processing

2. Spreadsheet creation and analysis

3. Database management

4. Presentation creation and delivery

5. Graphic design and editing

6. Video editing

7. Music production

8. Web browsing

9. Email management

10. Project management

11. Time tracking and monitoring

12. Accounting and financial management

13. Inventory and supply chain management

14. Human resources management

15. Customer relationship management

16. Sales management

17. Marketing management

18. Education and training

19. Healthcare management

20. Scientific research and analysis

Other Questions
Please I need help ASAP after collecting data on an elderly patient, the nurse finds that the patient is taking antidepressants. for which symptom should the nurse monitor to ensure minimal side effects? One of the advantages of capitalism system is 1. What happens to the rubber band when you pulled? a. The rubber band stretches c. Nothing happens to the rubber band. b. The rubber band suddenly cut out. D. all of the above 2. Using this model identify the type of fault. a. Strike-slip fault. b. Normal Fault c. Reveres Fault d. all of the above 3. This is the location on the surface of the Earth directly above the focus. a. Focus b. Fault c. Epicenter d. All of the above 4. It is where the earthquake starts. a. Focus b. Fault c. Epicenter d. All of the above 5. Which of the following is not related to earthquake? A. Ground shaking B. Fault C. After shocks D. Typhoon 6. Which of the following are safer place during an earthquake? A. Inside the house B. Outside in an open area C. Inside the car D. Under a tre Items 7-10 refer to the diagram below. C B GA Use the negative exponent rule to simplify. 10^5 x 10^-10. Use only positive exponents for expression. TRUE / FALSE. scaled competency indicators are similar to degrees of compensable factors. The length of a table is given in inches, centimeters, and millimeters. Which unit of measure is the most accurate? In the following combustion reaction you use 15.0 grams of C3H8. How many moles of H2O was produced?C3H8 + 5O2 3CO2 + 4H2O Take Bartlett pears, for instance, unless they are treated with exactly the right amount of 1-MCP at exactly the right time, they will remain hard and green until they rot, and consumers who experience this will be unlikely to purchase them again.A) NO CHANGE B) pears, for instance: C) pears for instance, D) pears. For instance, Self-Supporting Growth Rate Maggie's Muffins Bakery generated $6 million in sales during 2019, and its year-end total assets were $3 million. Also, at year-end 2019, current liabilities were $1 million, consisting of $300,000 of notes payable, $500,000 of accounts payable, and $200,000 of accruals. Looking ahead to 2020, the company estimates that its assets must increase at the same rate as sales, its spontaneous liabilities will increase at the same rate as sales, its profit margin will be 7%, and its payout ratio will be 40%. How large a sales increase can the company achieve without having to raise funds externally-that is, what is its self-supporting growth rate? Do not round intermediate calculations. Enter your answer for sales increase in dollars. For example, an answer of $2 million should be entered as 2,000,000. Round the monetary value to the nearest dollar and percentage value to one decimal place. a farmer sells wheat to a baker for $2. the baker uses the wheat to make bread, which is sold for $3. what is the total contribution of these transactions to gdp? What is the volume of s cube with 1/2 inch sides \begin{tabular}{lll} Divergent & Extension & Normal \\ \hline Mid-Ocean Ridge (seafloor spreading) & Basaltic volcanism Shallow earthquakes High heat flow Bathymetric high \\ Continental Rifting (rifting) & Lasaltic volcanism Shallow earthquakes High heat flow Thinning crust Topographic low \end{tabular} \begin{tabular}{ccc} Transform Shear & Unchanged & Strike-slip \\ \hline Oceanic & Shallow earthquakes Fracture Zone \\ Continental & Unchanged & Shallow Earthquakes Offset features \end{tabular} why did many slaves practice their own customs in secret ? help me please with algebra 72 points which of the following best describes a central idea of the text?a.the desire to fit in makes people display bizarre behavior at restaurants.b.people become embarrassed when it is revealed that they copy others' behaviors.c.experiments reveal that human behavior is greatly influenced by humans' desire to fit in.d.the nazis used behavioral experiments to trick german citizens into following immoral laws. 2. A yield sign _____ * 10 points A. means that a driver must stop before entering traffic. B. means that a driver should give way to other drivers, pedestrians, or cyclists. C. means two roads are separating. D. are frequently found in residential neighborhoods. 5) Calculate the LMC wal thickness of a pipe and tubing with OD as 35 + .05 and ID as 25 + .05 A) 4.95 B) 5.05 C) 10 D) 15.025 the liver is responsible for the synthesis of coagulation factors, with the exception of part of viii.(True/False) If the road becomes wet or crowded, you should ____. slow down and increase your following distance All choices are incorrect. maintain your speed and following distance speed up and decrease your following distance Submit answer