which of the following is not true about tcp/ip packets?question 15 options:messages are broken into packets to improve reliability of the internet.packets can be routed on different paths from sender to receiver.tcp guarantees that no packets are ever dropped.packets are numbered so if they arrive out of order the message can be reassembled.

Answers

Answer 1

TCP guarantees that no packets are ever dropped is not true about TCP/IP packets.

TCP/IP is a set of communications protocols used to connect hosts on the Internet or a network. Packets are sent from one computer to another over the network. Packets can be lost during transmission, so TCP can’t guarantee that no packets are ever dropped.

Instead, it provides mechanisms to detect and recover from packet loss. It does this by using acknowledgments and retransmission to ensure that all packets are received in order.

The sender also adds a sequence number to each packet so that they can be reassembled in the correct order if they arrive out of order. In addition, packets can be routed on different paths from sender to receiver, which improves reliability and performance.

For more questions like TCP/IP packets click the link below:

https://brainly.com/question/5632570

#SPJ4


Related Questions

Which broadband access method implements dmt, odfm, qam, over utp?

Answers

Dmt, odfm, qam, and over utp are implemented by the ADSL (Asymmetric Digital Subscriber Line) broadband access technology.

Asymmetric Digital Subscriber Line (ADSL) is a technology that enables high-bandwidth, quick data transfer to homes and businesses over already-existing copper wire telephone lines. In contrast to standard dial-up copper telephone line service, ADSL offers always-on, constantly accessible broadband connections.

There are three primary categories of broadband:

The normal copper cables that transport your phone line are used to bring ADSL straight to your house.

Coaxial and fibre optic cables are used to provide cable.

Fiber, which is supported by bundles of fibre optic cables.

In certain places, especially distant ones, where fibre and cable are still not widely accessible, ADSL may be the sole choice. The ADSL1 and ADSL+ (sometimes known as ADSL2 or ADSL2+) variants of ADSL technology exist. The second iteration, ADSL+, is a little quicker.

Learn more about Broadband here:

https://brainly.com/question/15298311

#SPJ4

What C/C++ constant variable can potentially be modified during the execution?

a. #define x 5
b. const x = 5;
c. Neither (A) nor (B)
d. Both (A) and (B)

Answers

Answer: Const x = 5;

The variable can be modified during the Execution is constant x = 5.

What is programming language?

A computer language used by programmers (developers) to communicate with computers is called a programming language. It is a set of instructions written in any language, including C, C++, Java, and Python, to carry out a particular action.

Assembly language (ASM) is another type of low-level programming language that is made for specific processors. High-level programming language (HLL) is made for making software programs and websites that are easy to use. Low-level programming language is machine-dependent (0s and 1s) programming language. To convert the program into machine language (execute the program), this programming language requires a compiler or interpreter.

Execution in C/C++

The final stage of building a C++ program is execution. The object file is transformed into an executable file with the extension.exe at this point. The program has its own existence once it becomes an executable file. This implies, you can run your application without the assistance of any compiler or IDE.

Therefore, constant x = 5 is the constant variable can potentially be modified during the execution.

Learn more about  programming language;

https://brainly.com/question/23959041

#SPJ12

What are the steps to change an existing macro? use the drop-down menus to complete them. Go to the tab on the ribbon. In the macros group, click. Select the name of the macro you wish to alter. Click , which will open the vba editor. Find and change the code for the macro. From the file drop-down menu, select. Close the vba editor to return to word.

Answers

The Visual Basic Editor will appear. Select Macros in the Tools menu. Choose the project containing the macro you wish to edit from the Macros In the drop-down list in the Macros dialog box.

The name of an existing macro can be changed using which of the following methods?

To open the Macro dialog box, press Alt+F8. Choose the macro you want to rename from the list of macros that are displayed. Select Edit. The selected macro's code can be seen in the VBA Editor, which is shown.

What is the Excel shortcut key for changing the macro?

Click Macros in the Code group under the Developer tab. Click Options in the Macro dialog box. It will display the Macro Options dialog box. Type whatever capital or lowercase letter you wish to use for the shortcut in the Shortcut key box, then click OK to save the changes.

to know more about macro here:

brainly.com/question/2500289

#SPJ4

Answer:

What are the steps to change an existing macro? Use the drop-down menus to complete them.

Go to the

✔ View

tab on the ribbon.

In the Macros group, click

✔ View Macros

.

Select the name of the macro you wish to alter.

Click

✔ Edit

, which will open the VBA Editor.

Find and change the code for the macro.

From the File drop-down menu, select

✔ Save Normal

.

Close the VBA Editor to return to Word.

Explanation:

asymmetric encryption systems use a single key to both encrypt and decrypt a message. group of answer choices true false

Answers

False, asymmetric encryption systems use a single key to both encrypt and decrypt a message.

What is Asymmetric cryptography?

Asymmetric cryptography, sometimes called public-key cryptography, is a method for encrypting and decrypting messages and safeguarding them from unwanted access or use. It uses a pair of linked keys, a public key and a private key.

What is the purpose of asymmetric key encryption?

Asymmetric encryption is used in key exchange, email and web security, as well as other encryption systems that call for key exchange across a public network.

             Public key can be freely communicated without jeopardizing the confidentiality of the private key, which is one of two keys (public and private), which cannot be deduced by the public.

Learn more about asymmetric encryption systems

brainly.com/question/15187715

#SPJ4

Please select the word from the list that best fits the definition.
represents two sets of comparable information
A) pictographB) pie graphC) line graphD) bar graphE) double bar graph

Answers

Double bar graph represents two sets of comparable information.

What is Double bar graph?

When two sets of data must be shown on one graph, a double bar graph is employed.

                 For instance, we might use a double bar graph to display the number of hours that students worked in one month as contrasted to another month. A double bar graph compares two sets of linked data and shows relationships between them.

Does a double bar graph matter?

The most popular way to represent groups of data in graphs is with a double bar graph. It is utilized to display and evaluate data between objects based on two categories.

                               In competitive exams, there are frequently bar graph questions in the data analysis and interpretation segment.

Learn more about Double bar graph

brainly.com/question/16831268

#SPJ4

Which of the following traversals never visits the root?

a) Preorder
b) Inorder
c) Postorder
d) Level-order
e) none of the above.

Answers

The root is never reached by level-order traversals. A traversal known as a level order traversal always proceeds according to the tree's level.

Which of the following best sums up a healthy tree?

All the nodes in a balanced tree are located one level apart from one another. A leaf is a node in a tree that is empty of offspring.

A binary tree may have zero roots?

A free tree with all internal nodes having a degree of exactly three is known as an unrooted binary tree. It may be useful in some applications to distinguish between different kinds of unrooted binary trees. For example, a plane tree can be created by fixing the tree's planar embedding by defining a cyclic ordering for the edges at each vertex.

To know more about traversals visit :-

https://brainly.com/question/29674336

#SPJ4

Is desktop and computer same?

Answers

Not the Same ,Desktop computers are non-portable devices that are typically kept permanently on a table or desk.

What is Computer? A computer is a digital electrical device that may be programmed to carry out several logical or mathematical tasks automatically (computation). Modern computers can perform general collections of operations known as programmes. These programmes enable computers to do a range of jobs. A computer system is a minimally functioning computer that includes the hardware, operating system, and other peripherals (main software) needed for efficient operation. A group of linked computers that function as a single entity, such as a computer network or computer cluster, may also fall under this definition. Numerous industrial and consumer products employ computers as control systems. Included are common special-purpose tools like remote controls and microwaves as well as industrial robots.

To learn more about Computer refer to:

https://brainly.com/question/24540334

#SPJ4

1. which statement is inaccurate? a. the internet is a network system that makes global communication possible. b. internet research strategies include locating reference materials, library catalogs, databases, and files on the web. c. all web pages are required to have one of the following domain suffixes: .edu, , .gov, .org, or .net. d. none of the above.

Answers

Answer: i think c but im not sure

Explanation:

72.7% complete question a government agency is getting rid of older workstations. the agency will donate these workstations, along with other excess computer systems, to nearby schools. management reminds the systems administrators about data sanitization and security concerns. what actions secure the systems prior to donating to the schools?

Answers

There are a few steps that the systems administrators can take to secure the systems prior to donating them to the schools:

Erase all data: It is important to ensure that all data on the systems is erased prior to donating them. This can be done by performing a factory reset on the systems or by using a data erasure tool.Remove any sensitive information: If the systems contain any sensitive information, such as passwords or confidential documents, it is important to remove this information prior to donating the systems.Update the operating system: Make sure that the operating system on the systems is up to date with the latest security patches and updates. This will help to protect against any vulnerabilities that may have been discovered since the systems were last used.

The other steps that the systems administrators can take to secure the systems prior to donating them to the school is shown below:

Disconnect any external storage devices: Any external storage devices, such as hard drives or USB drives, should be disconnected from the systems before they are donated.Remove any proprietary software: If the systems contain any proprietary software, it is important to remove this software prior to donating the systems. This will ensure that the software is not used without the proper license.

Learn more about workstation, here https://brainly.com/question/13085870

#SPJ4

A software developer is the person with the training to design, create, and test computer programs. True False

Answers

"A software developer is a person with the training to design, create, and test computer programs" is true.

What is a software developer?

These are common actions taken by software developers: Consider the demands of the user when designing and developing software. Encourage consumers to update their existing software and systems. Design each component of an application or system, and consider how the components will function as a whole.

The innovative, concoctive brains behind all kinds of computer applications are software developers.

For systems and applications, software engineers - also known as software developers - write software.

"A software developer is a person with the training to design, create, and test computer programs" is true.

More about the software developer link is given below.

https://brainly.com/question/3188992

#SPJ4

A declaration for an enumerated type begins with the ________ key word.

Answers

A declaration for an enumerated type begins with  option D: enum key word.

What is the enum key?

The indexed type query operators are used in TypeScript's keyof enum. Enums in TypeScript have different applications, but one frequent one is the use of string enums to denote a collection of static values that the user can choose from. Most likely, we have to define a type whose elements are the member keys using the keyof operator.

Therefore, one can say that an enumerated (unchangeable) type is declared via the enum keyword. An enum is a unique "class" that symbolizes a collection of constants (unchangeable variables, like final variables).

Learn more about declaration from

https://brainly.com/question/28940033
#SPJ1

See full question below

A declaration for an enumerated type begins with this key word.

enumerated

enum type

ENUM

enum

Why does net neutrality affect internet connections?

Answers

ISPs won't be able to control or restrict what their customers may access, view, or read online thanks to net neutrality laws.

freedom for business and consumer choice. ISPs have the power to compel companies to pay more money by threatening to limit access to specific websites and content. In terms of priority access to data, components, or networks, cyberattacks may try to create a disparity between the attacker and the defender. As a result, the ability of lawful parties to react to harmful activities in cyberspace is constrained by net neutrality. Net neutrality critics have also claimed that the regulations make it simpler for minors to access legal, age-restricted.

Learn more about network here-

https://brainly.com/question/29350844

#SPJ4

What is the term used to describe the process of entering data into a computer via a keyboard?

Answers

Data entry is the process of entering information or data into a computer through the use of input devices such a keyboard.

What is Data entry?Data entry involves entering information or data into a computer utilising input methods as a keyboard, scanner, disc, or voice.A data entry job involves entering information from forms or other non-digital sources into a computer. Many of the available online data entry jobs today call for the worker to input the data into an online database. The act of entering data into a computer is referred to as entering or entering data. To interface with the computer, a variety of tools like keyboards, mice, touch displays, scanners, and more are used. Depending on the need and use of the data, input can be done manually, automatically, or semi-automatically.

To learn more about Data entry refer to:

https://brainly.com/question/22257745

#SPJ4

hw10.3. csr vs dense format consider a matrix of integers. there are nonzero entries, where and the rest of the entries are all 's. this matrix can be stored in two formats 1) dense representation: each entry uses bytes of storage. 2) csr format: each column index, data value and row start pointer uses bytes of storage. what is the largest value of (i.e. the largest number of nonzeros) for which storing in csr format is more memory efficient? largest n

Answers

The Yale format, also known as compressed sparse row (CSR), compressed row storage (CRS), or another name for a matrix M by three  arrays, each of which contains nonzero values as well as information about the extents of rows and column indices.

What is CSR Sparse matrix?Focused on rows.Column indices make up the array indices.Array of nonzero values with corresponding values in the data.In both indices and data, indptr points to row begins.A matrix M by three (one-dimensional) arrays that, respectively, contain nonzero values, the extents of rows, and column indices are represented by the compressed sparse row (CSR), compressed row storage (CRS), or Yale format.The name comes from the fact that it compresses the row indices, unlike COO.Corporate social responsibility is a concept in management that encourages businesses to incorporate social and environmental issues into their everyday operations and relationships with stakeholders.CSR is broken down into five main phases:Corporate Social Trusteeship (CST) is the first CSR, followed by Corporate Social Responsiveness (CSR), Corporate Business Ethics (CBE), Corporate Global Citizenship (CGC), and Toward a Millennial Future (CSR-5).

To learn more about Sparse matrix refer

https://brainly.com/question/15408280

#SPJ4

according to the fda, what are medical mobile apps (mmas)?real-time data collection devices that are or are not wirelessmedical devices that are mobile apps, meet the definition of a medical device, and are an accessory to a regulated medical device or transform a mobile platform into a regulated medical devicecommercial off-the-shelf computing platforms, with or without wireless connectivity, which are handheld in naturenonsignificant risk devices that qualify for exemption from fda oversight

Answers

Medical mobile apps (MMAs) are software programs that meet the criteria for a medical device and are designed for use on a mobile platform, such as a smartphone or tablet.

The term "medical devices" refers to software programs that fit the definition of a medical device and are designed for usage on mobile platforms. Additionally, according to the FDA, MMAs fall under one of two categories: "serious risk devices" or "nonsignificant risk devices."

Learn more about Medical mobile apps (MMAs) here:

https://brainly.com/question/30011881

#SPJ4

when a deadlock occurs, what is the minimum number of database transactions required? zero one two three all above

Answers

In databases, a deadlock is an undesirable situation in which two or more transactions wait indefinitely for each other to release locks.

What is a deadlock and how does it occur in databases?

In databases, a deadlock is a situation in which two or more transactions are waiting for each other's locks. For example, transaction A locks some rows in the Accounts table and needs to update some rows in the Orders table to complete the operation.

How do transaction deadlocks occur?

A deadlock occurs when two transactions (such as A and B) each need exclusive use of a resource (such as a particular record within a record) that is already part of the other transaction. increase. Transaction A is waiting for resources to become available.

What is the minimum number of threads required to deadlock?

The answer depends on the type of lock or locking mechanism. For reentrant locks, at least two threads are required. (Note that primitive Java locks/mutexes are reentrant). With non-reentrant locks, one thread can deadlock itself by trying to acquire a lock that it already holds1.

To know more about deadlock visit;

https://brainly.com/question/29839797

#SPJ4

what is is the intermediary between assembly language and the hardware components of the von neumann machine

Answers

The central processing unit (CPU) is the intermediary between assembly language and the hardware components of the von Neumann machine. The CPU translates assembly language instructions into operations that it can perform and executes those operations using the hardware components of the computer. In this way, the CPU controls the operation of the hardware and executes the tasks specified in assembly language programs.

What should you do before you install a third-party anti-malware program?

Answers

Windows Security can be disabled. a third-party anti-malware product to be installed, what you should do first.

Antimalware software was developed to safeguard computers and information technology (IT) systems from malware, or malicious software. To stop, find, and remove malware, antimalware tools scan a computer system.

The term "malware" refers to software that is intentionally intended to harm data or a computer system. It's a catch-all phrase for software designed to obstruct computer operations, obtain private information, or access public computer systems. Malware frequently infiltrates computer systems through concealed malicious code and is set up without the owner's knowledge or agreement. Email, operating systems, removable media, and the internet are all methods used by malware to spread. Malware commonly takes the form of viruses, spyware, worms, rootkits, and Trojan horses.

Learn more about Antimalware here:

https://brainly.com/question/28025826

#SPJ4

Why is a desktop better than a laptop?

Answers

Spending more money than a desktop is possible if you want a powerful laptop with features like better graphics, greater storage space, faster speed, etc.

Desktop VS Laptop: A vast number of component choices are available for desktops, offering a wide range of pricing, while the entry point is reasonably affordable. In every other respects, desktops are less expensive than laptops. Since the majority of the hardware for desktop PCs is readily available off the shelf at any nearby computer retail outlet, desktop PC repairs are simple. Due to the need to power a monitor, a high wattage power supply, and other internal components, desktop computers consume a lot of power. Documents that are not stored may be lost if the power fails, fluctuates, or is insufficient. Desktop computers are superior to laptops in terms of performance and productivity.

To learn more about desktop refer to:

https://brainly.com/question/7221406

#SPJ4

Which type of database organizes data by measure and feature attributes?

Answers

Multidimensional databases are the most suitable for storing and organizing data with feature and measure attributes.

It is well known that a multidimensional database (MDB) is a particular kind of database tasked with the job of optimizing for data warehouse and online analytical processing (OLAP) tasks. The ideal sort of database to store and organize data with feature and measure attributes is a multidimensional database, but it should be noted that MDBs are typically employed by having them from input that is received from existing relational databases. a set of formally stated tables containing a collection of data items from which data can be accessed or reassembled in a variety of ways without requiring the database tables to be reorganized.

Learn more about database here-

https://brainly.com/question/13275751

#SPJ4

What makes a reliable source reliable?

Answers

A trustworthy source will offer a "thorough, well-reasoned hypothesis, argument, etc. based on substantial evidence," says UGA Libraries.

Which sources are deemed trustworthy?A source is trustworthy if it was written by a subject matter expert, is error-free, and is objective. In this manual, the distinction between reliable, scholarly, and peer-reviewed sources is explained.Unbiased and supported by facts, a reputable source is reliable. A reliable author or organization penned it. There are many sources available, and it can be challenging to distinguish between those that are reliable and those that are not at first glance. An essential information literacy skill is assessing source credibility.A trustworthy source will offer a "thorough, well-reasoned hypothesis, argument, etc. based on substantial evidence," says UGA Libraries. Peer-reviewed academic books and articles are examples of sources that are widely regarded as reliable, articles for trade or industry.      

To learn more about Trustworthy source refer to:

https://brainly.com/question/28970369

#SPJ4

question 2 when working with data from an external source, what can metadata help data analysts do? select all that apply.

Answers

Answer:

1/ Ensure data is clean and reliable

2/ Understand the contents of database

3/ Combine data from more than one source

Explanation:

I remember learning this in Computer class. If I am wrong, I am sorry; it has been a long time since I learned this!

When working with data from an external source, the metadata helps data analysts do is ensure data is clean and reliable, understand the contents of the database, and combine data from more than one source. The correct options are a, b and d.

What is metadata?

Big Data can be meaningfully interpreted by analysts using metadata. The ability to identify, discover, and associate data throughout a business eventually raises the value of an organization's data resources.

Many types of Big Data are useless or difficult to manage without metadata. Understanding the structure, nature, and context of the data is made easier by the metadata.

Therefore, the correct options are

a. Ensure accurate and trustworthy data.

b. Recognize the database's contents.

d. Combine information from many sources.

To learn more about metadata, refer to the link:

https://brainly.com/question/14699161

#SPJ2

The question is incomplete. Your most probably complete question is given below:

a. Ensure accurate and trustworthy data.

b. Recognize the database's contents.

c. The data is not current.

d. Combine information from many sources.

Yehonathan posts an article about web development each day using wordpress. he is _____.

Answers

Answer:

Blogging

Explanation:

Yehonathan posts an article about web development each day using wordpress. He is blogging.

a(n) is a step-by-step direction for performing a specific task, which is written in a language the computer can understand. a. array b. cache c. program d. server

Answers

c. Program is a step-by-step direction for performing a specific task, which is written in a language the computer can understand.

A program is a set of instructions that a computer follows to perform a specific task. It is written in a programming language, which is a set of rules and conventions for writing code that the computer can understand. Programs can be used to perform a wide variety of tasks, such as performing calculations, processing data, displaying information, or controlling other devices. Programs are often written to solve a particular problem or to automate a specific process.

A program is typically composed of one or more code files, which contain the instructions that the computer will execute. These instructions can be written in a high-level programming language, such as Python or Java, or a low-level language, such as assembly or machine code. The instructions in a program are typically organized into functions or modules, which are self-contained blocks of code that perform a specific task or set of tasks.

Learn more about program, here https://brainly.com/question/3224396

#SPJ4

When should you use credit instead of cash?

Answers

Compared to carrying cash, credit cards are more practical and secure.

Why shouldn't I pay with cash instead of a credit card? Compared to carrying cash, using a credit card is more handy and secure.A credit card is a natural and preferable substitute for cash for in-person purchases and a required tool for online transactions as long as you can pay your bill in full.When you wish to purchase protection or a longer warranty.You might be able to quickly handle expensive emergencies with credit.When faced with unforeseen medical problems, house or auto repairs, or both, many people resort to credit.You can hire a car, book a hotel room, or purchase tickets over the phone or online with credit, which is another convenience.When making regular purchases, think about using your debit card since you will immediately see the money deducted from your checking account.Use your credit card for larger purchases like a rental vehicle or hotel stay to build up your savings before you have to make a payment.

To learn more about credit card refer

https://brainly.com/question/26857829

#SPJ4

tom is a software developer who creates code for sale to the public. he would like to assure his users that the code they receive actually came from him. what technique can he use to best provide this assurance?

Answers

Tom can use digital signatures to provide assurance to his users that the code they receive actually came from him.

What is digital signatures?A digital signature is an electronic form of a signature that can be used to authenticate the identity of the sender of a message or the signer of a document, and also ensure that the original content of the message or document that has been sent is unchanged. Digital signatures use a form of encryption to create a unique code that is attached to the message or document to verify its authenticity. Digital signatures are a form of cryptographic security that uses a public and private key combination to sign a piece of data. The signature is unique and verifiable, making it difficult for someone to tamper with or forge the code.

To learn more about software refer to:

https://brainly.com/question/28224061

#SPJ4

the use of generic methods and classes have two primary primary advantages over code that is written to simply use object references for the data type instead. describe these two significant advantages.

Answers

Generics are a vital tool for developers because they help them create more dependable, efficient, and readable code.

What is the use of generic methods ?The first key benefit of utilising generics in coding is that it makes the code more efficient and reliable by enabling the usage of more complicated data types without the requirement for pointless type-casting.Because the compiler can now automatically identify type mismatches, the code is more robust and less likely to produce mistakes. Since the same code can be used for several data types, employing generics also makes the code easier to maintain and reuse.Better readability and clarity is the second benefit of employing generics. Generics make the code more evocative and understandable, which helps engineers spot and troubleshoot issues more quickly.The code is already built to be generic and self-documenting, so this improved readability makes it simpler to adapt it for other data types as needed.Generics are a useful tool for developers, enabling them to create more reliable, effective, and readably structured code. It is a crucial component of creating extensible, future-proof code.

To learn more about the use of generic methods refer to:

https://brainly.com/question/29693442

#SPJ4

(100 points) Which sentences in the passage are true concerning a function?

Which sentences in the passage are true concerning a function?

A spreadsheet function takes values in the form of arguments, performs a calculation, and returns a result. All spreadsheet functions start with the hash sign (#). The arguments go inside angle brackets, < and >, and are always separated by colons (:). Instead of specifying constants as arguments, it generally makes more sense to use cell references. You can even specify a range of cells by using a comma (,) in place of a colon (:).



I wont see this answer so no brainliest, just putting this question here to hopefully help someone in the future who needs a answer. This question is from epic.

Answers

Answer:All spreadsheet functions start with the hash sign (#). .

Explanation:This is the answer it has function

A primary key that consists of more than one field is called a ____ key.
Select one:
a. secondary
b. group
c. composite
d. foreign

Answers

Answer:

c. composite

Explanation:

A primary key that consists of more than one field is called a composite key.

what is an orthotic device? a device that is applied externally to a body part to support or control movement a device that is applied externally to a body part to support or control movement an artificial replacement for a missing body part an artificial replacement for a missing body part a device that makes a part of the body work better a device that makes a part of the body work better all of the above

Answers

Orthotic device is a device that is applied externally to a body part to support or control movement.

What is orthotic device?The braces or devices that assist in supporting the weak muscles when walking are known as orthotic devices, commonly referred to as orthoses. They also aid in slowing the long-term shortening of tendons or muscles that have gotten tensed. Additionally, these gadgets might improve comfort.Ankle braces that enable a person to stand straight are one example of an orthotic. Additionally, orthotic devices include wrist, arm, spinal, and heel casts. They all strive to make it easier for those who experience pain or have trouble performing simple motions to engage in these activities once more.

To learn more about orthotic device refer to:

https://brainly.com/question/28498043

#SPJ4

Other Questions
1/cosx-tanx=3 what is the value of sinx Questionaire image below What is the slope of the line given by the equation 3x 4y =- 12? Which sources would be most useful in exploring the issue of higher education costs?plans of actionOgraphs and chartsO personal storiesopening statementsO past social policies What is the mean of 2 and 12? Are potatoes a perfectly competitive market? see this and pls give me the answers pls How do you find the height of a box when given the volume and base? Unlike business-to-consumer (B2C) e-commerce, business-to-business (B2B) e-commerce: O involves lower sums of money. O requires much less negotiation. O results in long-term supply chain relationships. O uses opt-in email as a primary advertising medium. The Marhall Plan helped European nation:A. Rebuild factorie detroyed during World War II. B. Improve their technology. C. Improve manufacturing technique. D. All of thee choice are correct PLS HELP ASAP!!!!!!!!!! The Cowboys win another game! Let's goooo!!! Their Eyes Were Watching God (Final Assignment)2. How does Hurston's use of dialect affect the storyline? What is thesignificance of the narrator's eloquence as opposed to the characters'speech? How does the use of dialect enhance our understanding ofJanie's journey and way of life? What do the speech patterns revealabout the characters' way of life? Explain.3. The pear trees and the horizon occur in several instances in TheirEyes Were Watching God. Discuss the significance of these symbols inthe storyline. Consider what these might represent. How and why arethese significant to Janie? Protecting information and information systems from unauthorized access, use, disclosure, disruption, modification, perusal, inspection, recording, or destruction best definesA) information security.B) security audit.C) anti-virus protection.D) incident management What is the role of state and local government in education? This extension of one of the meninges covering the spinal cord attaches it to the coccyx.Select one:A. conus medullarisB. filum terminaleC. denticulate ligamentD. dura mater Why is funding important in education? Construct a table and find the indicated limit. If h(x) = square root x + 2/x - 5, then, Complete the table below. The boxplot displays the arm spans for 44 students.Which of the following is not a true statement?O There are no outliers in this distribution.O The shape of the boxplot is fairly symmetric.Arm Spans of StudentsThe range of the distribution is around IS 60 cm.O The center of the distribution is around 180 cm.140 150 160 170 180 190 200 210Arm Span (cm)L What process occurs in sexual reproduction that does not occur in asexual?