practice pascal grade 8
1, input an array
2, output to an array
3, calculate the sum of the elements in the array
4, find the element with the largest value
5, find the element with the smallest value

Answers

Answer 1

When working in Pascal with arrays, inputting is done by declaring the array alongside its size using the "array" keyword. Employ a for loop to iterate over it and use the "readln" function to give each element its value.

What is the output in Pascal?

For output of an array in Pascal, you will make use of the same for loop which iterates over the array, followed by the "writeln" statement so as to produce each element's individual value.

A summation operation on all elements within the array itself requires similar steps: we again call upon a for loop method to traverse through each element while adding that element to a zero-initialized variable until our desired result is achieved.

The search for the highest-valued array element uses a procedure involving first initiation of the initial element as variable baseline with the following traversal then allowing subsequent comparison against this newly-formed standard. Once larger values are identified, they replace the initial maximum element declaration.

Similarly, hunting for minimum array element use a synchronized technic identical to the aforementioned approach but instead look for any smaller rather than larger numbers from the start point.

Read more about programs here:

https://brainly.com/question/26134656

#SPJ1


Related Questions

My serious question that needs answering pronto!!!
How do I turn my computer??? I keep on telling it very clearly to turn on and it doesn't budge. I'm pretty sure I pressed all the buttons and none of them worked. There is a button that is litten up in the corner but I'm afraid that if I press it, my computer will go in self-destruct mode. PLEASE HELP!!!

Answers

Answer:

It depends on what the button looks like but sometimes you need to press it. If it is an actual computer press the power on button attached to the box that should be hooked up to the computer.

Explanation:

Decrypt a message that was encrypted using the following logic: • First the words in the sentence are reversed. For example, "welcome to hackerrank" becomes "hackerrank to welcome". • For each word, adjacent repeated letters are compressed in the format

Answers

To decrypt a message that was encrypted using the logic you described, you can use the following steps:

Reverse the order of the words in the message: This will restore the original word order of the sentence.

For each word, find any compressed letters and expand them: For example, if a word contains the letter pair "aa", you can replace it with "a".

Concatenate the words to form the original message: This will give you the decrypted message.

Here is an example of how you can use these steps to decrypt a message:

Message: "kcabtoohsrewolfnwodgnikooL"

Step 1: "kcabtoohsrewolfnwodgnikooL" becomes "Look good going down now wolf welcome short so hot back"

Step 2: "Look good going down now wolf welcome short so hot back" becomes "Look good going down now wolf welcome short so hot back"

Step 3: Concatenate the words to form the original message: "Look good going down now wolf welcome short so hot back"

To know more about Decrypt kindly visit
https://brainly.com/question/15443905

#SPJ4

explain the application software and utility software in detail​

Answers

Utility software is software designed to help analyze, configure, optimize or maintain a computer. It is used to support the computer infrastructure - in contrast to application software, which is aimed at directly performing tasks that benefit ordinary users.

In information technology, an application (app), application program or application software is a computer program designed to help people perform an activity. Depending on the activity for which it was designed, an application can manipulate text, numbers, audio, graphics, and a combination of these elements.

Shad has been finding himself unable to focus lately. Sometimes, he feels a knot in his stomach accompanied by nausea. As a result, he rarely has an appetite and is eating less than he should. These symptoms coincided with Shad being selected for the lead role in the school play, which now adds a new responsibility to an already challenging academic schedule and part-time job. What might be an effective strategy for Shad to manage this stress? Add daily workouts to his schedule, at least 20 minutes each, to increase his energy and reboot his focus on his own health. Assess the amount of time needed to fulfill all his responsibilities and create a schedule to prioritize and organize commitments. Change his options for meals and select more appealing "comfort" foods that will make him enjoy eating again and increase his appetite. Quit the school play so that he can return to a schedule that is more manageable and will cause him less stress and anxiety.

Answers

Answer: change the food he eats to a comfort food so that he eats more

Answer:

The answer to this question is **Assess the amount of time needed to fulfill all his responsibilities and create a schedule to prioritize and organize commitments.

Explanation:

This answer makes sense because Shad wanted the the lead role, so he just needs to organize his other responsibilities and create a schedule that works without being stressed. Time management.

you are given two sequences a and b of n numbers each, possibly containing duplicates. describe an efficient algorithm for determining if a and b contain the same set of numbers, possibly in different orders. what is the running time of this algorithm?

Answers

Given are two sequences, S1 and S2, both with n items and possibly including duplicates. Efficient algorithm would be extremely wasteful to compare two sets of sequences if they were in some random order.

"A collection of finite rules or instructions to be followed in calculations or other problem-solving procedures" is what the word algorithm signifies. Or, "A finite-step process for solving a mathematical problem that frequently uses recursive operations."

As a result, an algorithm is a set of limited procedures used to solve a certain problem. Depending on what you want to do, algorithms might range from simple to sophisticated.

By using the process of making a novel recipe as an example, it can be understood. When following a new recipe, one must read the directions and carry out each step in the correct order. The new meal is cooked to perfection as a result of this procedures.

You employ algorithms every time you use a phone, computer, laptop, or calculator. Similar to this, algorithms assist programmers in carrying out tasks to produce desired results. The developed algorithm is language-independent, meaning that it consists only of simple instructions that can be used to build it in any language and still produce the desired results.

To know more about algorithm click on the link:

https://brainly.com/question/22984934

#SPJ4

Choose the correct term to complete the sentence.

A _ search can perform a search on the list [1, 10, 2, 3, 5].

Answers

Answer:

search can perform a search on the list

Answer:

linear

Explanation:

yes..

----------------------------
Please summarize into 1.5 pages only
----------------------------
Virtualization
Type 2 Hypervisors
"Hosted" Approach
A hypervisor is software that creates and runs VM ins

Answers

Virtualization: It is a strategy of creating several instances of operating systems or applications that execute on a single computer or server. Virtualization employs software to reproduce physical hardware and create virtual versions of computers, servers, storage, and network devices. As a result, these virtual resources can operate independently or concurrently.

Type 2 Hypervisors: Type 2 hypervisors are hosted hypervisors that are installed on top of a pre-existing host operating system. Because of their operation, Type 2 hypervisors are often referred to as "hosted" hypervisors. Type 2 hypervisors offer a simple method of getting started with virtualization. However, Type 2 hypervisors have some limitations, like the fact that they are entirely reliant on the host operating system's performance.

"Hosted" Approach: The hosted approach entails installing a hypervisor on top of a host operating system. This hypervisor uses hardware emulation to create a completely functional computer environment on which several operating systems and applications can run concurrently. In general, the hosted approach is used for client-side virtualization. This method is easy to use and is especially useful for the creation of virtual desktops or the ability to run many operating systems on a single computer.

A hypervisor is software that creates and runs VM instances: A hypervisor, also known as a virtual machine manager, is software that creates and manages virtual machines (VMs). The hypervisor allows several VMs to execute on a single physical computer, which means that the computer's hardware can be utilized more efficiently. The hypervisor's role is to manage VM access to physical resources such as CPU, memory, and I/O devices, as well as to provide VM isolation.

Know more about virtualization, here:

https://brainly.com/question/31257788

#SPJ11

computer memory and the cpu can only represent numerical data. what do we use in order to store/represent non-numerical data?
A. An encoding
B. A separate, specialized piece of hardware
C. It is not possible to store/represent such data
D. A converter

Answers

To store and represent non-numerical data, we utilize a converter.

What characteristics distinguish numerical data?

In contrast to categorical data, which combines quantitative values with qualitative traits, numerical data displays quantitative properties. Arithmetic Operation: Numerical data can be subjected to arithmetic operations like addition and subtraction.

What is the purpose of collecting numbers?

It entails gathering data that is later subjected to statistical analysis to confirm or deny a theory. As a result, procedures for collecting numerical data are used to compile information from many trustworthy sources that deal with numbers, statistics, charts, graphs, tables, etc. Use a flexible data gathering tool to gather data the appropriate manner.

To know more about converter visit :-

https://brainly.com/question/3952791

#SPJ1

fill in the blanks:-
Advanced, began
1)photoshop cc is the_______ version of adobe photoshop CS6.
2)To complete the selection, return to the spot where you__________ and release the mouse button.​

Answers

Answer:

we can talk here , and tell me about your self

your code correctly determines if a relation is reflexive your code correctly determines if a relation is transitive your code correctly determines if a relation is antisymmetric your code correctly determines if a relation is a total order.

Answers

By implementing the aforementioned checks in your code, you can determine if a relation is reflexive, transitive, antisymmetric, and a total order.

To determine if a relation is reflexive, transitive, antisymmetric, and a total order, you need to write code that checks for each of these properties.

For reflexivity, the code should check if every element in the relation is related to itself. If this is the case, the relation is reflexive.

For transitivity, the code should check if for every pair of elements (a, b) and (b, c) in the relation, there exists a pair (a, c) in the relation. If this holds true for all pairs, the relation is transitive.

For antisymmetry, the code should check if for every pair of distinct elements (a, b) and (b, a) in the relation, (a, b) and (b, a) cannot both be in the relation. If this condition is satisfied, the relation is antisymmetric.

For a total order, the code should check if the relation is reflexive, transitive, and antisymmetric. Additionally, it should ensure that for every pair of distinct elements (a, b), either (a, b) or (b, a) is in the relation. If all these conditions are met, the relation is a total order.

To know more about antisymmetric visit:

brainly.com/question/31425841

#SPJ11

The best way to avoid distractions is to understand yourself. true or false?

Answers

Answer:

true

Explanation:

righttttttttttttttttttttttttttttttttttttt

Answer:

true

Explanation:

Which of the following is hardware or software that monitors and controls network traffic to prevent security breaches?
O trojan horse
O firewall
O anti-malware
O keylogger
Need answer now!!!!!

Answers

Answer:

Firewall

Explanation:

A trojan horse and keylogger are types of malware. While an anti-malware software may come with a firewall built in, the firewall is still the thing monitoring network traffic.

1. Ngangingazi Ukuthi Ukulalela Abazali Nothisha Bami Kuletha Impumelelo
Enhle Kangaka.
[50]​

Answers

Answer:

yebo kumele ubalalele ngoba ayikho into yakho eyophumelela ungabalalelanga abazali

A music producer is recording a soundtrack for a new television wildlife programme that is being produced in collaboration with the OU. The music producer wishes to use a sampling rate of 96 kHz with each sample being 3 bytes of data. The recording is being made on a single (mono) channel. i. How many bits are there in each sample? ii. How many bits per second are processed while the music is being recorded? Express your answer in scientific notation to 3 significant figures. iii. One piece of music is 5 minutes 10 seconds long, how many bits are processed in total? Express your answer in scientific notation to 3 significant figures. iv. If the sampling rate is reduced to 24 kHz how many bits will be processed using the same piece of music? Express your answer in scientific notation to 3 significant figures. v. What is the percentage decrease in the number of bits processed as a result of reducing the sampling rate from 96 kHz to 24 kHz. Express your answer to 2 decimal places.

Answers

i. Each sample consists of 24 bits of data.ii. The processing rate while recording is 2.304 x 10^6 bits/s.iii. The total number of bits processed for a 5 minutes 10 seconds music piece is 7.1344 x 10^8 bits.iv. If the sampling rate is reduced to 24 kHz, the number of bits processed is 5.76 x 10^5 bits.v. The percentage decrease in the number of bits processed is 75%.

i. Each sample consists of 3 bytes of data, and since 1 byte is equal to 8 bits, there are 3 * 8 = 24 bits in each sample.

ii. The sampling rate is 96 kHz, which means 96,000 samples are processed per second. Since each sample is 24 bits, the number of bits processed per second is 96,000 * 24 = 2,304,000 bits/s.

iii. The duration of the music is 5 minutes 10 seconds, which is equivalent to 310 seconds. Since there are 2,304,000 bits processed per second, the total number of bits processed is 2,304,000 * 310 = 713,440,000 bits.

iv. If the sampling rate is reduced to 24 kHz, the number of samples processed per second becomes 24,000. With each sample still being 24 bits, the number of bits processed per second is 24,000 * 24 = 576,000 bits/s.

v. The percentage decrease in the number of bits processed is given by ((original bits - new bits) / original bits) * 100. Substituting the values, ((2,304,000 - 576,000) / 2,304,000) * 100 = 75%.

To know more about original bits visit :

https://brainly.com/question/33445462

#SPJ11

keisha is a network administrator. she wants a cloud-based service that will allow her to load operating systems on virtual machines and manage them as if they were local servers. what service is keisha looking for?

Answers

The service is keisha looking for is cloud computing. Cloud computing depends on resource sharing to accomplish coherence.

In order to provide quicker innovation, adaptable resources, and scale economies, cloud computing, in its simplest form, is the supply of computing services via the Internet ("the cloud"), encompassing servers, storage, databases, networking, software, analytics, and intelligence.

The on-demand availability of computer system resources, in particular data storage (cloud storage) and processing power, without direct active supervision by the user, is known as cloud computing. Functions in large clouds are frequently dispersed over several sites, each of which is a data center. Cloud computing often uses a "pay as you go" model, which can help reduce capital expenses but may also result in unanticipated running expenses for users. Cloud computing depends on resource sharing to accomplish coherence.

To know more about cloud computing click here:

https://brainly.com/question/11973901

#SPJ4

Input Sanitisation and SQL injections question.

What is meant by the term ‘Input Sanitisation’ and how can it prevent SQL injections? Explain your answer in full.

Answers

Answer:

Input sanitization refers to the process of ensuring that any data input by a user into a system or application is clean, safe and does not pose a security risk. This process is used to prevent malicious attacks such as SQL injection, which is a type of exploit that allows an attacker to insert malicious SQL statements into a web form input box to gain unauthorized access to a database.

To use the Expression Builder to create a calculated field, select the column in the Field row, right-click to display the shortcut menu, and then click ____.

Answers

Answer:

square brackets [ ]

Explanation:

Hope I could help. Good luck with your studies .

plz help Complete the sentence.
Evaluating the user's experience happens as part of the__________ phase of software development.

Answers

Answer:

Release

Explanation:

Evaluating the user's experience happens as part of the Release phase of software development.

What is a software developer do?

The foundation systems that run the machines or control subnetworks by software developers, as are the computer apps that let users perform particular activities.

To find issues and understand how the software functions, software quality assurance analysts and testers create and carry out software tests.

Thus, it is Release.

For more details about software development, click here:

https://brainly.com/question/1410106

#SPJ5

Analysis tools that support viewing all or selected parts of data, querying the database, and generating reports include query-by-example as well as a specialized programming language called

Answers

Analysis tools such as query-by-example and a specialised programming language called SQL facilitate examining all or selected data, querying the database, and generating reports.

Data collection and analysis technologies are used to collect, evaluate, and present data for a range of applications and industries. They take unprocessed data and turn it into meaningful knowledge that businesses can use to make better choices. A data analyst may operate in a range of sectors, including operations, marketing, and finance. For instance, their findings might result in lower shipping costs. different viewpoints on consumer behaviour. Among the numerous types of data analysis tools, three categories stand out as particularly essential: Applications for Excel, R, Python, and business intelligence (BI).

Learn more about Analysis tools from

brainly.com/question/13994256

#SPJ4

Von Neumann computer architecture is best characterized by which of the following? a. read only memoryb. random access memoryc. stored-program concept​d. program input device

Answers

The Von Neumann computer architecture is best characterized by the stored-program concept.

The stored-program concept refers to the fundamental idea that instructions and data are stored in the same memory space in a computer system. In the Von Neumann architecture, the computer's memory is used to store both the program instructions and the data that the program operates on. This allows for the instructions to be fetched from memory, decoded, and executed sequentially, enabling the computer to perform various tasks. The stored-program concept was a significant advancement in computer architecture, as it introduced the concept of a universal computer capable of executing different programs by simply changing the instructions stored in memory. This flexibility revolutionized the field of computing, making it easier to design and program computers and paving the way for modern computer systems. Today, the vast majority of computers still follow the Von Neumann architecture, with the stored-program concept as a central feature.

Learn more about memory here

brainly.com/question/28698996

#SPJ11

someone help me please and thank you

someone help me please and thank you

Answers

The Creative Commons license allows creators to specify how others can use their work.

It offers options for attribution, non-commercial use, share-alike, and no-derivative works to protect intellectual property and encourage collaboration. See further explanation below.

What is the rationale for the above response?

Attribution: Someone might want to use this part of the Creative Commons license because it ensures that they receive credit for their work. This is important for creators who want recognition for their efforts and to be acknowledged for their intellectual property. By requiring attribution, creators can also prevent others from taking credit for their work.

Non-Commercial: Someone might want to use this part of the Creative Commons license to prevent others from using their work for commercial purposes. This may be important for creators who do not want their work to be used in advertisements or to be sold for profit. By limiting commercial use, creators can maintain control over their work and ensure that it is being used in accordance with their values.

Share-Alike: Someone might want to use this part of the Creative Commons license to encourage collaboration and innovation. By requiring users to share any new versions of the work under the same license, creators can ensure that their work remains open and accessible to others. This can promote creativity and encourage others to build upon existing work.

No Derivative Works: Someone might want to use this part of the Creative Commons license to protect the integrity of their work. By prohibiting changes to the work, creators can maintain control over how their work is presented and ensure that it is not altered in a way that they do not approve of. This can be important for creators who are concerned about how their work is being used and want to maintain control over its message.

Learn more about Creative Commons at:

https://brainly.com/question/29247019

#SPJ1

What are the tag attributes? give example

Answers

Tag attributes change the style or function of a tag.

One example is the style attribute. It allows you to change things such as the color, size, and font of a text.

A paragraph without any attributes would look like this:

<p>

Your text here...

</p>

A paragraph with attributes might look like this:

<p style="color:blue;font-size:60px;">

Your text here...

</p>

what is a binary digit

Answers

one of two digits (0 or 1) in a binary system of notation.
(i looked it up)

It is a function to enable the animation loop angld modify

Answers

The `requestAnimationFrame` method is used to schedule the next frame of the animation loop, ensuring smooth and efficient rendering. By calling `requestAnimationFrame` within the `animate` function, the loop will continue running and updating the elements or properties as needed.

It seems that the statement you provided is incomplete and lacks context. It mentions enabling the animation loop and modifying something, but without further information, it is difficult to provide a specific response.

If you are looking for a general function to enable an animation loop and modify certain elements or properties, you can create a JavaScript function that utilizes requestAnimationFrame and performs the necessary modifications within the loop. Here's an example of how such a function might look:

function animate() {

 // Perform modifications or animations here

   requestAnimationFrame(animate);

}

// Call the function to start the animation loop

animate();

```

In the `animate` function, you can include code to modify the desired elements or properties. This could involve changing CSS styles, updating the position of elements, or any other necessary animations or modifications.

The `requestAnimationFrame` method is used to schedule the next frame of the animation loop, ensuring smooth and efficient rendering. By calling `requestAnimationFrame` within the `animate` function, the loop will continue running and updating the elements or properties as needed.

Learn more about animation here

https://brainly.com/question/30525277

#SPJ11

Which of the following are server types that a sysadmin for a small company might manage?
- SSH
- Email
- SSD
- VR

Answers

Email is what i think

The server types that a sysadmin for a small company might manage are SSH and Email.

SSH, or Secure Shell, is a network protocol that provides remote access to a computer or server in a secure manner. It is often used by system administrators to remotely administer servers, allowing them to securely conduct command-line operations on a server from a distant location.

In contrast, email servers enable users to send, receive, and store emails. A sysadmin is usually in charge of configuring and administering the company's email server, ensuring that it is properly setup, maintained, and secure.

As a result, SSH and Email are the server kinds that a sysadmin for a small business may administer.

To learn about, Email Spoofing, visit:

https://brainly.com/question/23021587

What is self management​

Answers

Answer:

when you manage or construct something by yourself, taking full reponsiblity, etc

Explanation:

Yes will you do that to you and the kids and you can see do it in the morning or tomorrow

A man receives a fraudulent email from his bank asking him to confirm his user name and password by going to a particular website. What has occurred

Answers

Answer: The man's info has been found and a hacker was trying to make him confirm his passwrd so he can get a hold of it to hack the man further.

Explanation:

After saving the changes she made, Sally notices that she used the word "home” too many times in her paragraph. She decides to make her paragraph more interesting by replacing "home” with "shelter” in a few places in the paragraph. How should Sally accomplish this task?

Answers

Answer:

c or a there both correct

Explanation:

List the steps to apply bold and italic formatting to a word.
Select the _______ command to format a paragraph aligned on both left and right sides.
The ________ tab stop is best used for aligning dollar values.
A _______ list is used for showing an order of importance.
After applying numerous character formats to a column of text you decide you would like the next column to have the same formatting. What is the most efficient way to format the next column?

Answers

Select the Justified command to format a paragraph aligned on both left and right sides.

The decimal tab stop is best used for aligning dollar values.A numbered list is used for showing an order of importance.What is formatting a document?

Document formatting is known to be the method used on a document that is laid out on the page and it involves font selection, font size and others.

Note that one can Select the Justified command to format a paragraph aligned on both left and right sides.

The decimal tab stop is best used for aligning dollar values.A numbered list is used for showing an order of importance.

Learn more about formatting  from

https://brainly.com/question/766378

#SPJ1

Describa las características más importantes de cada procedimiento,difencias entre si Procedimiento Bessemer Procedimiento Siemens Martin Procedimiento Horno Electrico

Answers

Answer:

A continuación se explican cada una de las características más importantes de cada  horno:

Explanation:

Procedimiento Bessemer:

En este horno el oxígeno del aire quema el silicio y el manganeso que se encuentra en la masa fundida y los convierte en óxidos., luego el oxígeno comienza a oxidar el carbono.Luego finalmente el hierro se oxida,ya en este punto sin haber oxígeno ahora se añade a esa masa hierro carbono y finalmente manganeso.

Procedimiento Siemens Martin:

A 1800 º C funde la chatarra y lingotes de arrabio solidificado bajo la llama producida en la combustión; se eliminan las impurezas y se consiguen aceros de una gran calidad para fabricar piezas de maquinaria. Este tipo de horno tiene una gran uso en el mercado  ya que pueden fundir latones, bronces, aleaciones de aluminio, fundiciones y acero.

Procedimiento Horno electrico:

Trabaja a una temperatura de  1930 °C, se puede controlar eléctricamente, pueden contener hasta 270 toneladas de material fundido. También en estos hornos se inyecta oxígeno puro por medio de una lanza.

Other Questions
What is the designation of a volunteer that works to help save a natural stream from being destroyed in a new housing development by creating pamphlets and picketing the site? botanist chemist conservationist environmentalist draw the circuit schematic of a 3-bit r-2r ladder dac and write down the output analog voltage in terms of digital binary word input combined with a dc reference voltage. To find the distance between (-2,-3) and (4,1), Peggy's teacher drew a diagram and marked blue lines to represent the legs of a right triangle. Peggy then used 42 and 62 to find the distance represented by the red segment. What distance did she find ?A 114B 52C 2020D 5252E 25 Use the equation 4.9x-1.9=27.5What two properties of equality do you need to use to solve the equation? Help me please ...... Help please please please please help me please The continuous chip gives a good surface finish. However, the continuous chip is generally broken by using a chip breaker. Show a chip breaker by a diagram. Why is it important to break the chip? how does agriculture affect biomass of an ecosystem Birthday collision attack implementationImplement the given algorithm in C/C++ or Python to search for collisions in a toy example of a cryptographic hash function with n-but output where n are the first n bits of the SHA-1 message digest. Specifically, write the program which searches for collisions in the first 4,8,12,16... bits of the SHA-1 digest. Work with the hex representation of the digest. Search for a pair of SHA-1 digests with the first 1,2,3... symbols (in hex) being the same. Stop at the number of bits which takes a long time (over 15 mins).For each output length, count the timing which the birthday attack takes.Algorithm for finding collisions in constant space input: H: M->{0,1)n Output: Distinct x, x, st. H(x)-H(x) for i = 1, 2, , N do: x = H(x) x = H(H(x)) if x = x break x=x, x=x0 for j 1 to i do: if H(x) -H(x) return x,x and halt else x- H(x), x - H(x). How would you like to travel to a place where spanish is spoken? this is your chance to plan the perfect vacation! if there is a local tourism office available to you, you can visit it for information. alternatively, you can use a library or the internet to plan your trip. your plan should be for at least one week. you must track how much money it will cost to travel, stay in the places you choose, and eat. record a description of your travel and expense plan. be sure to include a list of places you want to see and special activities you want to do. have fun! your response should consist of at least 6-8 complete spanish sentences. When we make observations or measurements in science this is called the Jessica and Taylor are playing in a seesaw. Taylor is suspended in the air and is unable to move her seat down. Explain why Taylor cannot swing back down.Jessica is standing on her seat causing Taylor to be suspended in the air.The force pushing down is less than the force pushing up on Taylor's seat.The weight of Jessica is more than the weight of Taylor.Jessica and Taylor are equal of weight. what is the history of Tunisiamust be 5-8 sentences help 5 3/5 x 1 8/32 no links or i will be reporting Fill in the blank with the spanish word that best completes the following sentence. Las flores estn hermosas en el ___________. Cortina pared suelo jardn. product quality is improved when a(n) blank______ inventory system is used because substandard inputs are identified immediately as parts enter the manufacturing process. Tangshan Mining has common stock at par of $200,000, paid in capital in excess of par of $400,000, and retained earnings of $280,000. In states where the firms legal capital is defined as the par value of common stock, the firm could pay out ________ in cash dividends without impairing its capital. a. $200,000 b. $880,000 c. $600,000 d. $680,000 plzzzzzzzzzzzz help will get brainlistWhen a construction worker is on a platform 10 feet above the ground, we can describe her elevation as +10 feet.A construction worker digs down to 30 feet below the platform. What is her elevation? A book with a mass of 3.3 kg sits on a bookshelf. If it has a gravitationalpotential energy of 57 J, how high is the shelf? The acceleration of gravity is9.8 m/s2 The phenomenon that in any language, certain sounds are more likely to occur together than are others is referred to as?