Write down the importance of computers in this modern era of information technology in brief.​

Answers

Answer 1

Explanation:

The computer system is not a simple machine. It is like a very modern and highly complex calc ulator. It can do

Computers are critical for communication and are the centerpiece of information technology. The early 1990s saw the emergence of household Internet use, which eventually spurred common use of email, we bsites, blo gs, social network ing, video c hat and Voice-Over-Inte rnet Protocol.


Related Questions

6-Write a BNF description of the precedence and associativity rules defined for the expressions in Problem 9 - chapter 7 of the textbook . Assume the only operands are the names a,b,c,d, and e.

Answers

The BNF description, or BNF Grammar, of the precedence and associativity rules are

\(<identifier>\text{ }::=a|b|c|d|e\)

\(<operand>\text{ }::=\text{ }NUMBER\text{ }|\text{ }<Identifier>\)

\(<factor>\text{ }::=\text{ }<operand>|\text{ }-<operand>|\text{ }(<expression>)\)

\(<power>\text{ }:=\text{ }<factor>\text{ }|\text{ }<factor>\text{**} <power>\)

\(<term>\text{ }::=\text{ }<power>\text{ }\\|\text{ }<term>*<power>\text{ }\\|\text{ }<term>/<power>\\\\<expression>\text{ }::=\text{ }<term>\text{ }\\|\text{ }<expression>+<term>\text{ }\\|\text{ }<expression>-<term>\)

BNF, or Backus-Naur Form, is a notation for expressing the syntax of languages. It is made up of a set of derivation rules. For each rule, the Left-Hand-Side specifies a nonterminal symbol, while the Right-Hand-side consists of a sequence of either terminal, or nonterminal symbols.

To define precedence in BNF, note that the rules have to be defined so that:

A negation or bracket matches first, as seen in the nonterminal rule for factorA power matches next, as seen in the rule defining a factorA multiplication, or division expression matches next, as seen in the rule defining a termFinally, addition, or subtraction match, as seen in the rule defining an expression.

To make sure that the expression is properly grouped, or associativity is taken into account,

Since powers associate to the right (that is, \(x \text{**} y\text{**}z=x \text{**} (y\text{**}z)\text{ and not }(x \text{**} y)\text{**}z\)), the rule defining power does this

        \(<power>\text{ }:=\text{ }<factor>\text{ }|\text{ }<factor>\text{**} <power>\)

        and not

        \(<power>\text{ }:=\text{ }<factor>\text{ }|\text{ }<power>\text{**}<factor>\)

Since multiplication/division are left associative (that is, \(x \text{*} y\text{*}z=(x \text{*} y)\text{*}z\)), the rule defining a term takes this into account by specifying its recursion on the right of the operators like so;  

        \(<term>\text{ }::=\text{ }<power>\text{ }\\|\text{ }<term>*<power>\text{ }\\|\text{ }<term>/<power>\)

Also, addition and subtraction are left associative (that is, \(x \text{+} y\text{+}z=(x \text{+} y)\text{+}z\)), the rule defining an expression takes this into account as seen below

        \(<expression>\text{ }::=\text{ }<term>\text{ }\\|\text{ }<expression>+<term>\text{ }\\|\text{ }<expression>-<term>\)

Learn more about BNF grammars here: https://brainly.com/question/13668912

You do not need to remove the lead weights inside tires before recycling them. A) TrueB) False

Answers

Answer:

b you need to my dad is a car repair man and so am i

Explanation:

Means having a current knowledge and understanding of computer mobile devices the web and related technologies

Answers

Answer:

"Digital literacy" would be the appropriate solution.

Explanation:

Capable of navigating and understanding, evaluating as well as communicating on several digital channels, is determined as a Digital literacy.Throughout the same way, as media literacy requires the capability to recognize as well as appropriately construct publicity, digital literacy encompasses even ethical including socially responsible abilities.

Number the steps to describe how Tristan can complete
this task.
Cut the Television and related equipment row.
Paste the Television and related equipment row.
Click the plus sign on the left side of the table between
the last two rows.

Answers

Answer:

Cut the Television and related equipment row.Click the plus sign on the left side of the table between  the last two rows.Paste the Television and related equipment row.

Explanation:

In order to move the row, Tristan should first select the row and then cut it. This will ensure that the row will be moved completely instead of copied.

Tristan should then hover with the mouse between the last two rows and click on the plus sign on the left side. It will add a new row to the sheet. between the last two rows.

Tristan should then select the topmost cell and click paste. The television row will be pasted there and Tristan would have successfully moved it.

Answer:

2 3 1 Your Welcome

Explanation:

what is the output of int s; in c programming?m​

Answers

Answer:

No output

Explanation:

Given

int s;

Required

The output

The above instruction is not an output statement, but rather it is a statement that declares variable s as an integer.

Hence, no output is expected.

To produce an output in C, you make use of the following print statement:

printf("%d", s);

The above instruction prints the value of s


When you want to add a chart to your Word Document or PowerPoint Presentation, which of the following opens to allow you to input your information?

a. PowerPoint® presentation

b. Access table

c. Another Word document

d. Excel spreadsheet

Answers

Answer:

d. Excel spreadsheet

Explanation:

When you want to add a chart to a Word Document or PowerPoint Presentation, you can use an Excel spreadsheet to input your data and create the chart. Excel is a powerful tool for creating and managing data, and its charting features allow you to easily create professional-looking charts that can be easily inserted into your Word or PowerPoint documents.

To create a chart in Excel, you can follow these steps:

Open Excel and enter your data into a worksheet.Select the data you want to include in the chart.Click the Insert tab and select the type of chart you want to create.The chart will be inserted into your worksheet and you can customize it by adding labels, changing the colors, and applying other formatting options.Once you are satisfied with the appearance of your chart, you can copy it and paste it into your Word or PowerPoint document.

Using Excel to create your charts is a convenient and easy way to add professional-looking visuals to your documents.

which of the following is not control button is msw logo

a halt
b trace
c status
d stop

Answers

Yes no yes no yes no yes no yes no yes no

Cam is creating a program to display the cost of groceries. The output will be a graph showing the change in prices over several months.
Which Python module should Cam use to draw a line on the screen?

Answers

Cam could use the Turtle module to draw a line on the screen.

I hope this helps!

Answer:

turtle graphics

Explanation:

turtle graphics is the only on ethatputs a line or shape on the screen using proccessof elimination.  

Directions: On the line before each item, write ”I” if the substance is an electric insulator or “C” if the substance is an electric conductor.

_____22. paper

_____23. glass

_____24. iron

_____25. plastic

_____26. gold

_____27. copper

_____28. wood

_____29. Rubber

_____30. Aluminum

Answers

Answer:

___I__22. paper

___I__23. glass

___C__24. iron

___I__25. plastic

___C__26. gold

__C___27. copper

___I__28. wood

___I__29. Rubber

___C__30. Aluminum

Materials which do not allow current to flow easily are called insulators.

Materials which allows current to flow easily are called Conductors.

When a program runs in a text-based environment, such as a command line interface, what determines the order in which things happen?

Answers

The set of commands will determines the order in which things

1.Create a function that accepts any number of numerical (int and
float) variables as positional arguments and returns the sum ofthose variables.
2.Modify the above function to accept a keyword argument
'multiplier'. Modify the function to return an additional variable
that is the product of the sum and the multiplier.
3.Modify the above function to accept an additional keyword
argument 'divisor'. Modify the function to return an additional
variable that is the quotient of the sum and the divisor.

Answers

Answer:

This function accepts any number of numerical variables as positional arguments and returns their sum:

python

Copy code

def sum_numbers(*args):

   return sum(args)

This function accepts a multiplier keyword argument and returns the product of the sum and the multiplier:

python

Copy code

def sum_numbers(*args, multiplier=1):

   total_sum = sum(args)

   return total_sum * multiplier

This function accepts an additional divisor keyword argument and returns the quotient of the sum and the divisor:

python

Copy code

def sum_numbers(*args, multiplier=1, divisor=1):

   total_sum = sum(args)

   return total_sum * multiplier, total_sum / divisor

You can call these functions with any number of numerical arguments and specify the multiplier and divisor keyword arguments as needed. Here are some examples:

python

# Example 1

print(sum_numbers(1, 2, 3))  # Output: 6

# Example 2

print(sum_numbers(1, 2, 3, multiplier=2))  # Output: 12

# Example 3

print(sum_numbers(1, 2, 3, multiplier=2, divisor=4))  # Output: (8, 3.0)

Feedback from the Customer through Customer Satisfaction Survey (CSS) form is obtained once in a half
year. Is this statement True or False?

Answers

The statement "Feedback from the Customer through Customer Satisfaction Survey (CSS) form is obtained once in a half year" is insufficiently clear to provide a definitive answer.

It depends on the specific practices and policies of the organization conducting the customer satisfaction survey.

In general, the frequency at which organizations collect feedback through customer satisfaction surveys can vary widely. Some organizations may choose to conduct surveys annually, while others may opt for more frequent intervals such as quarterly, monthly, or even more frequently. There is no standard rule or requirement dictating how often customer satisfaction surveys should be conducted.

The frequency of obtaining feedback from customers is often determined by various factors, including the nature of the business, the industry, the size of the customer base, and the resources available for survey administration and analysis.

Additionally, organizations may consider the desired level of granularity in tracking customer satisfaction and the need for timely feedback to drive improvements.

Therefore, without specific information about the organization in question and its customer feedback practices, it is not possible to definitively label the statement as true or false.

The frequency of obtaining feedback through a customer satisfaction survey can vary from organization to organization and is ultimately determined by their specific strategies and objectives.

For more questions on Feedback

https://brainly.com/question/28271726

#SPJ11

Microsoft Excel is an example of a(n) application.

entertainment
education
communication
productivity

Answers

Answer:

d

Explanation:

Answer:

productivity

Explanation:

u cant just say "A, B, C, or D" cause all the choices are randomized

just for future reference

what does MAR stand for?

Answers

Memory Address Register

What additional uses of technology can u see in the workplace

Answers

Answer:

Here are some additional uses of technology in the workplace:

Virtual reality (VR) and augmented reality (AR) can be used for training, simulation, and collaboration. For example, VR can be used to train employees on how to operate machinery or to simulate a customer service interaction. AR can be used to provide employees with real-time information or to collaborate with colleagues on a project.Artificial intelligence (AI) can be used for a variety of tasks, such as customer service, data analysis, and fraud detection. For example, AI can be used to answer customer questions, identify trends in data, or detect fraudulent activity.Machine learning can be used to improve the accuracy of predictions and decisions. For example, machine learning can be used to predict customer churn, optimize marketing campaigns, or improve product recommendations.Blockchain can be used to create secure and transparent records of transactions. For example, blockchain can be used to track the provenance of goods, to manage supply chains, or to record financial transactions.The Internet of Things (IoT) can be used to connect devices and collect data. For example, IoT can be used to monitor equipment, track assets, or collect data about customer behavior.

These are just a few of the many ways that technology can be used in the workplace. As technology continues to evolve, we can expect to see even more innovative and creative uses of technology in the workplace.

where do you think data mining by companies will take us in the coming years

Answers

In the near future, the practice of companies engaging in data mining is expected to greatly influence diverse  facets of our daily existence.

What is data mining

There are several possible paths that data mining could lead us towards.

Businesses will sustain their use of data excavation techniques to obtain knowledge about each individual customer, leading to personalization and customization. This data will be utilized to tailor products, services, and advertising strategies to suit distinctive tastes and requirements.

Enhanced Decision-Making: Through the use of data mining, companies can gain valuable perspectives that enable them to make more knowledgeable decisions.

Learn more about data mining from

https://brainly.com/question/2596411

#SPJ1

The _______ within a story are the people and/or objects that the story is about

A. Timeline
B. Plot
C. Characters
D. Setting

Answers

Answer:

c

Explanation:

thats who the story and book is about

C characters lol :) it’s C

Consider the three subnets in the diagram belo subnet 223.1.2/24 subnet 223.1.3/29 subnet 223.1.1/24 Which of the following addresses can not be used by an interface in 223.1.3/29 network? Check all that apply. Select one or more:
a. 223.1.3.28
b. 223.1.3.2
c.223.1.2.6
d. 223.1.3.16
e. 223.1.3.6

Consider the three subnets in the diagram belo subnet 223.1.2/24 subnet 223.1.3/29 subnet 223.1.1/24

Answers

The addresses can not be used by an interface in 223.1.3/29 network is (e): 223.1.3.6.

What is interface?

1. When referring to software, a user interface is a program that allows a user to interact with computers in person or over a network. User interface can also refer to program controls  that allow the user to interact with the program. One of the best examples of a user interface is a GUI (Graphical User Interface). This is the type of interface  you are currently using  to navigate your computer and reach this page.

2. When referring to hardware, an interface is a physical device, port, or connection that communicates with a computer or other hardware. For example, IDE and SATA are disk drive interfaces for computer hard drives, and ATAPI is an early interface for CD-ROM drives.

To learn more about interface, refer;

https://brainly.com/question/14235253

#SPJ4

Which of the following application delivery methods requires Internet access?

Answers

Answer:Cloud hosted

Explanation:

A Quicksort (or Partition Exchange Sort) divides the data into 2 partitions separated by a pivot. The first partition contains all the items which are smaller than the pivot. The remaining items are in the other partition. You will write four versions of Quicksort:
• Select the first item of the partition as the pivot. Treat partitions of size one and two as stopping cases.
• Same pivot selection. For a partition of size 100 or less, use an insertion sort to finish.
• Same pivot selection. For a partition of size 50 or less, use an insertion sort to finish.
• Select the median-of-three as the pivot. Treat partitions of size one and two as stopping cases.
As time permits consider examining additional, alternate methods of selecting the pivot for Quicksort.

Merge Sort is a useful sort to know if you are doing External Sorting. The need for this will increase as data sizes increase. The traditional Merge Sort requires double space. To eliminate this issue, you are to implement Natural Merge using a linked implementation. In your analysis be sure to compare to the effect of using a straight Merge Sort instead.

Create input files of four sizes: 50, 1000, 2000, 5000 and 10000 integers. For each size file make 3 versions. On the first use a randomly ordered data set. On the second use the integers in reverse order. On the third use the
integers in normal ascending order. (You may use a random number generator to create the randomly ordered file, but it is important to limit the duplicates to <1%. Alternatively, you may write a shuffle function to randomize one of your ordered files.) This means you have an input set of 15 files plus whatever you deem necessary and reasonable. Files are available in the Blackboard shell, if you want to copy them. Your data should be formatted so that each number is on a separate line with no leading blanks. There should be no blank lines in the file. Even though you are limiting the occurrence of duplicates, your sorts must be able to handle duplicate data.

Each sort must be run against all the input files. With five sorts and 15 input sets, you will have 75 required runs.

The size 50 files are for the purpose of showing the sorting is correct. Your code needs to print out the comparisons and exchanges (see below) and the sorted values. You must submit the input and output files for all orders of size 50, for all sorts. There should be 15 output files here.

The larger sizes of input are used to demonstrate the asymptotic cost. To demonstrate the asymptotic cost you will need to count comparisons and exchanges for each sort. For these files at the end of each run you need to print the number of comparisons and the number of exchanges but not the sorted data. It is to your advantage to add larger files or additional random files to the input - perhaps with 15-20% duplicates. You may find it interesting to time the runs, but this should be in addition to counting comparisons and exchanges.

Turn in an analysis comparing the two sorts and their performance. Be sure to comment on the relative numbers of exchanges and comparison in the various runs, the effect of the order of the data, the effect of different size files, the effect of different partition sizes and pivot selection methods for Quicksort, and the effect of using a Natural Merge Sort. Which factor has the most effect on the efficiency? Be sure to consider both time and space efficiency. Be sure to justify your data structures. Your analysis must include a table of the comparisons and exchanges observed and a graph of the asymptotic costs that you observed compared to the theoretical cost. Be sure to justify your choice of iteration versus recursion. Consider how your code would have differed if you had made the other choice.

Answers

The necessary conditions and procedures needed to accomplish this assignment is given below. Quicksort is an algorithm used to sort data in a fast and efficient manner.

What is the Quicksort?

Some rules to follow in the above work are:

A)Choose the initial element of the partition as the pivot.

b) Utilize the same method to select the pivot, but switch to insertion sort as the concluding step for partitions that contain 100 or fewer elements.

Lastly,  Utilize the same method of pivot selection, but choose insertion sort for partitions that are of a size equal to or lesser than 50 in order to accomplish the task.

Learn more about Quicksort  from

https://brainly.com/question/29981648

#SPJ1

Blank Are input instructions you give to a computer

Answers

Explanation:

A computer is a machine that can be programmed to accept data (input), process it into useful information (output), and store it away (in a secondary storage device) for safekeeping or later reuse. The processing of input to output is directed by the software but performed by the hardware.

write an algorithm to find out whether a number entered is divisible by 5​

Answers

Explanation:

Logic to check divisibility of a number

Input a number from user. ...

To check divisibility with 5, check if(num % 5 == 0) then num is divisible by 5.

To check divisibility with 11, check if(num % 11 == 0) then num is divisible by 11.

Now combine the above two conditions using logical AND operator && .

Jacob is a network technician who works for a publishing company. He is setting up a new hire's access permissions. The new hire, Latisha, is an editor. She needs access to books that have been accepted for publication but are in the review stage. Jacob gives her access to the network drive containing only books in review, but not access to administrative or human resources network drives. What principle is Jacob applying

Answers

If Jacob gives her access to the network drive containing only books in review, but not access to administrative or human resources network drives. The principle that Jacob is  applying is: The principle of least privilege

Principle of least privilege is a principle that help to protect confidential or sensitive information from unauthorized use.

Which means that a user is only authorized  or given the permission to  access least information or information  which the user only need to carryout their assignment or tasks.

Principle of least privilege is important as it help to minimize or limit the damages that can arise due to unauthorized usage.

Inconclusion  if Jacob gives her access to the network drive containing only books in review, but not access to administrative or human resources network drives. The principle that Jacob is  applying is: The principle of lease privilege.

Learn more here:

https://brainly.com/question/14132911

What is the definition of an adapter?
O the push that makes electrons move in a wire; the greater the voltage, the stronger the push
O a device that uses voice recognition to provide a service
O a device that converts one voltage to another
O communication of the binary data via the voltage level for each time interval

Answers

Answer:

an adapter is a device for connecting pieces of equipment that cannot be connected directly. But I do not know what the context of this question is in, so the answer that makes the most sense would have to be the 3rd option " a device that converts one voltage to another. "

Answer:

1.Adapter,2.digital signal,3.voltage,4.voice Assistant

Explanation:

Your agile team only has one database developer. So the other developers finish their tasks and then wait for their work to be Integrated into the database. This creates a backup for the database developer. But it also means that the other developers must either wait or add to a growing pile of database work. What's one possible solution to this challenge?

Answers

Members of an Agile development team often agrees on what tasks to work on and they do it together. The one possible solution to this challenge is to Have the database developer train the rest of the team so there are fewer handoffs.

Agile development team often works together as a team. They as team discuss the task yo take, when it will take place etc.

This team is all about communication, teamwork, problem-solving etc.

Conclusively, A task should be completed by one member on the team, but the team may choose to pair up when doing the work.

Learn more from

https://brainly.com/question/24383225

See full question below:

Your agile team only has one person who knows how to develop database software. So the other developers finish their tasks and then wait for their work to be Integrated into the database. This creates a pile of backed up work for the database developer. But it also means that the other developers must either wait or add to the growing pile of database work. What's one possible solution to this challenge?

Select an answer:

Have the database developer train the rest of the team so there are fewer handoffs.

Have the software developers split their time between other teams so they're not as productive

Encourage the database developer to work overtime to catch up with their work.

Create a large batch of work so the database developer can focus on finishing

How many Leaf Nodes in the Binary Tree shown in figure:

How many Leaf Nodes in the Binary Tree shown in figure:

Answers

Answer:

There are 2 leaf nodes in the given binary tree.

Explanation:

A tree stores the elements in the form of a hierarchal structure. The first node which has children is called the root of the tree. And the nodes with no children are called leaf nodes.

In the given diagram, we can see that all nodes have children except C and D so C and D are leaf nodes.

Hence,

There are 2 leaf nodes in the given binary tree.

Which type of metal will rust - ferrous or non-ferrous?​

Answers

Explanation:

Ferrous metals contain IRON ...  which will rust (form Iron oxide)

What is weather today in new york

Answers

Answer:

Explanation:

Today May, 5 Friday 2023 the weather today in New York is around:

Write the statement that shows the average population of 'Poland', 'Germany' and 'Denmark'

Answers

To calculate the average population of 'Poland', 'Germany' and 'Denmark' in Python: (populations sum) / 3.

To write a statement that shows the average population of 'Poland', 'Germany' and 'Denmark', we first need to have access to the population data for these countries.

Assuming we have a list or dictionary of the population values, we can use the built-in Python function sum() to calculate the total population, and then divide by the number of countries to get the average.

Here's an example of what the code might look like:

# assuming we have population data in a dictionary

population_data = {'Poland': 38000000, 'Germany': 83000000, 'Denmark': 5800000}

# calculate the average population

average_population = sum(population_data.values()) / len(population_data)

# print the result

print("The average population of Poland, Germany, and Denmark is:", average_population)

This code will output a message to the console that shows the calculated average population value.

For more such questions on Average population:

https://brainly.com/question/14187391

#SPJ11

A brand of shame .. from infancy " is a brand on Jocasta​

Answers

Answer: DIDN'T UNDERSTAND

Other Questions
One of the biggest benefits of posting on social media is having your followers share your message by passing it on to others, creating ________ for your post.A) message boostB) a personal brandC) a hashtagD) a podcastE) a Q&A website The value of goods and services produced within a country in a year is itsQuestion 24 options:gross domestic product.total national product.yearly income.annual export. If your body has a density of 955 kg/m3, what fraction of you will be submerged when floating quietly in the following liquids?(a) fresh water___ %(b) the Great Salt Lake, which has a density of 1030 kg/m3 ___% Im doing a presentation to teach my class about figure language. Im doing: Allusion Make a list what I should include about Allusion (not just one please) Naturally found uranium consists of 99.274%, 238U, 0.720%235U, and 0.006% 233U (by mass). As we have seen, 235U is the isotope that can undergo a nuclear chain reaction. Most of the 235U used in the first atomic bomb was obtained by gaseous diffusion of uranium hexafluoride, UF6(g).A.) What is the mass of UF6 in a 30.0-L vessel of UF6 at a pressure of 690 torr at 360 K?B.) What is the mass of 235U in the sample described in part A? The atomic mass of uranium-235 is 235.044 u.C.) Now suppose that the UF6 is diffused through a porous barrier and that the change in the ratio of 238U and 235U in the diffused gas can be described by the equation r1r2=urms1urms2=3RT/M13RT/M2=M2M1. What is the mass of 235U in a sample of the diffused gas analogous to that in part A?D.) After one more cycle of gaseous diffusion, what is the percentageof 235UF6 in the sample? (In your calculations unrounded values from previous parts should be used.) Because carbohydrate loading is not associated with adverse effects, it is recommended for most athletes. a. True b. False. ou are manager of a ticket agency that sells concert tickets. you assume that people will call times in an attempt to buy tickets and then give up. each telephone ticket agent is available to receive a call with probability if all agents are busy when someone calls, the caller hears a busy signal. find the minimum number of agents that you have to hire to meet your goal of serving % of the customers calling to buy tickets. note that must be an integer . We hold these truths to be self-evident, that all men . . . are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness . . . That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it.What does Jefferson argue that people have the right to do if their natural rights are violated?endow unalienable rights insteadabolish their governmentpursue happinessask their Creator for more rights For the following integral, find the approximate value of the integral with 4 subdivisions using midpoint, trapezoid, and Simpsons approximation. Evaluate all trig functions, leave your answers with radicals when needed. Suppose you decide to run at least 7.5 miles per week during the week to train for the cross-country season in the fall. During one week, you run 2 miles on Sunday and 2.5 miles on Wednesday. How many more miles, m, do you need to run before the week is over? * In the figure, ABC is a right angled triangle and angle BAC = 90. If AD perpendicular to BC and BD=DC then prove that BC = 4AD. 2SEE ANSWERS How do you use demoivre's theorem to simplify (1+i)^12? 7,945100 is equal to which number?7,94579.450.79457.945 How do you find the second largest number in an array in Java? Juanita makes $56 an hour at work. She has to take time off work to purchase her skirt, so each hour away from work costs her $56 in lost income. Assume that returning to work takes Juanita the same amount of time as getting to a store and that it takes her 30 minutes to shop. As you answer the following questions, ignore the cost of gasoline and depreciation of her car when traveling.Complete the following table by computing the opportunity cost of Juanita's time and the total cost of shopping at each location. Help me out please!!!!!!!!!!! DNA STRUCTUREPls help me fill in the blank Which type of economy does not exist? an athlete leaves one end of a pool of length at and arrives at the other end at time . she swims back and arrives at the starting position at time . if she is swimming initially in the positive direction, determine her average velocities symbolically in (a) the first half of the swim, (b) the second half of the swim, and (c) the round trip. (d) what is her average speed for the round trip? How do you transcribe DNA to mRNA?