an attack that relies on altering the burned-in address of a nic to assume the identity of a different network host is known as:

Answers

Answer 1

The term "MAC spoofing" refers to an attack that uses a nic's burned-in address to pretend to be another network host.

What sort of attack includes changing the packet's originating IP address?

Attacks using a spoof IP address. To conceal their genuine identity, an attacker will send IP packets from a spoof IP address in an IP spoofing attack. Attackers typically employ IP address spoofing techniques in DoS attacks, which bombard their victim with network traffic.

What do Layer 3 attacks entail?

DDoS attacks at layers three and four Volumetric DDoS attacks on a network infrastructure include Layer 3 and Layer 4 assaults. Network layer Layer 3 and Layer 4 (transport layer) DDoS attacks use massive amounts of data (floods) to sluggish web server performance, deplete bandwidth, and finally deteriorate.

To know more about network  visit:-

https://brainly.com/question/27186364

#SPJ4


Related Questions

Digital exclusion, also known as the digital divide, separates
O
O
social media users and non-social media users.
those who have Internet access and those who don't.
those who live in poverty and those who don't.
young Internet users from old Internet users.

Answers

those who have Internet access and those who don't.

The show formulas button is a toggle button-it is either on or off.
a. True
b. False

Answers

The four layers that make up the gastrointestinal tract wall are the mucosal, submucosa, fibromuscular propria, and serosa, in that order.

The term "mucosa" also refers to the mucous membranes. Mucosa lines the cavities and internal organs of your body that are exposed to foreign objects. The submucosa is between the muscularis externa and the outside surface of the mucosa. It is made up of connective tissue and a range of different cell types, including fibroblasts, lymphocytes, eosinophils, macrophages, plasma cells, and mast cells. These layers of muscle tissue are used during peristalsis, the process by which food is moved downward through the stomach. The exterior lining of the stomach, as well as of other abdominal, chest, and body compartments also referred to as a serous membrane.

Learn more about Mucous membranes here:

https://brainly.com/question/29987674

#SPJ4

while configuring a new vpn client, which role service needs to be installed for the remote access role on a windows server?

Answers

The Routing and Remote Access Service on the server must first be enabled. Navigate to Control Panel > Administrative Tools > Routing and Remote Access to complete this task.

The VPN server must then be configured to accept incoming VPN connections. Go to IP Routing > General under Routing and Remote Access. Check the box next to "Enable IP Routing." The VPN server must then be set up to assign addresses to clients. Go to IP Routing > Address Pool under Routing and Remote Access. When prompted, specify the address range of 192.168.200.200 to 192.168.200.250 and click the "Create" button. The VPN server must then be configured to use Routing and Remote Access for authentication. Select the "Use Routing and Remote Access" checkbox by going to Routing and Remote Access > Security > Authentication.

Learn more about VPN here:

https://brainly.com/question/29890049

#SPJ4

write an instruction sequence to subtract the 16-bit value stored at program memory 0x1050~0x1051 from the sum of two 16-bit values stored at program memory 0x1060~0x1061 and 0x1070~0x1071. store the result at data memory 0x2000~0x2001.

Answers

Here is a sample code in Assembly language that implements the instruction sequence you described:

; Subtract the value stored at program memory 0x1050~0x1051 from the sum of two values stored at program memory 0x1060~0x1061 and 0x1070~0x1071

; and store the result at data memory 0x2000~0x2001

; Load the first operand from program memory 0x1060~0x1061 into register A

MOV A, [0x1060]

ADD A, [0x1070]

; Load the second operand from program memory 0x1050~0x1051 into register B

MOV B, [0x1050]

; Subtract B from A and store the result in A

SUB A, B

; Store the result at data memory 0x2000~0x2001

MOV [0x2000], A

Coding is the process of using a programming language to create software, applications, or systems that can perform specific tasks or solve specific problems. Coding involves writing code, which is a set of instructions that a computer can understand and execute.

Learn more about coding: brainly.com/question/30434576

#SPJ4

Answer:

sample code uhh i think

Explanation:

pretty sure bro

5) A brick-and-mortar store is an online store that uses an older version of HTML.


True
False

Answers

I’m not sure I think false

using encryption, you make it impossible for attackers to read your messages even if they intercept them. this is .

Answers

Using encryption, you make it impossible for attackers to read your messages even if they intercept them. This is confidentiality

Utmost  licit websites use the encryption protection called “ secure sockets subcaste ”( SSL), which is a form of cracking data that's  transferred to and from a website. This keeps  bushwhackers from  penetrating that data while it's in conveyance.  

What's encryption?  

Data encryption is a way of  rephrasing data from plaintext( unencrypted) to ciphertext( translated). druggies can  pierce translated data with an encryption key and  deciphered data with a decryption key. guarding your data.  

The purpose of encryption is confidentiality — concealing the content of the communication by  rephrasing it into a  law. The purpose of digital autographs is integrity and authenticity — vindicating the sender of a communication and indicating that the content has not been changed.

Learn more about encryption :

brainly.com/question/9979590

#SPJ4

research on the 5th generation of computers stating the advantages and disavantage how such computers were designed,examples of such computers etc​

Answers

The 5th generation of computers, also known as the artificial intelligence (AI) era, was designed to incorporate advanced technologies such as machine learning, natural language processing, and expert systems. These computers were designed to have the ability to learn, reason, and make decisions based on complex data sets.

Advantages of 5th generation computers include:

Improved efficiencyIncreased intelligence: More natural interaction

What are the 5th generation of computers?

The Disadvantages of 5th generation computers include:

High cost: Due to their advanced technologies, 5th generation computers can be quite expensive.Complexity: These computers are often more complex to use and maintain than previous generations of computers, which can be a disadvantage for some users.

Therefore, the Examples of 5th generation computers include:

IBM WatsonGo/ogle AssistantAmazon Alexa

Learn more about computers from

https://brainly.com/question/21474169

#SPJ1

System software cannot handle technical details without user intervention.a. Trueb. False

Answers

System software cannot handle technical aspects without user interaction. when a single physical computer runs a specialised programme called virtualization software.

The system software is it used by the user?

Photo of Without user input, system software cannot handle technical details. The components of a computer system's user interface that enable user interaction. A user interface, sometimes referred to as a human-computer interface, is made up of both hardware and software elements. It manages communications between users and the system.

What do you describe a type of computer application that routinely executes additional tasks without user input while running in the background?

A background process is a computer operation that runs automatically without user involvement. These applications frequently handle activities related to logging, system monitoring, scheduling, and user notification.

To know more about system software visit:-

https://brainly.com/question/12908197

#SPJ4

write a c program (or java program) for hw1 2 that reads input numbers from a user and displays the numbers) in the order of frequencies.

Answers

Program (or Java program) for hw1-2 that displays user-inputted numbers in the order of their frequency distribution are given below:-.

How does Java read a user-provided number?

The nextInt() function is called after creating an instance of the Scanner class in order to read an integer from the user. It is the mechanism that is most frequently used to accept input of primitive kinds. The same is true for the use of nextDouble(), nextLong(), nextFloat(), etc.

import java.util.Scanner;

public class Inputfunctions {

 public static void main(String[] args)

{

  Scanner readme = new Scanner(System.in);

  System.out.println("Enter The Two Numbers (Press Enter after each):");

  //the two variables to hold numbers

  double n1,  n2, n3;

  n1 =  readme.nextDouble();

  n2 =  readme.nextDouble();

  n3 = n1 +  n2;

  System.out.println(" Total = " + n3);

 }

To know more about program  visit:-

https://brainly.com/question/29133726

#SPJ4

if you want to apply styles to all of the li elements within a main element, how do you code the selector?

Answers

If we wish to apply styles to all of the li elements within a main element, use the Main li.

Which selector is used to style a specific set of elements?

The class selector chooses HTML items with the same class property as the selection. The class selector is handy for targeting numerous items, such as cards or pictures with matching styles. You use a to choose an element with a certain class. The contextual selector (space) will choose any element within the element. For example, if you have an ol> with an ul> inside it, choosing with ol li will also pick the items of the ol> since they are contained within the ol>. CSS universal selectors are represented by the asterisk (*). It may be used to pick any and all forms of HTML page components. When used to pick a child object, the asterisk can also be preceded by a selector. When we wish to pick all of the elements on the page, we may use this selector.

Learn more about HTML from here;

https://brainly.com/question/9069928

#SPJ4

if you were 'looking inside' your computer and saw a bit pattern that looked like: 0010 what would that bit pattern be representing? pick the best answer below. some answers may be close, but only one is the best answer.

Answers

One and zero only make up a bit pattern. Any variable just is what it is. And a reference or pointer is. Put that explanation aside and consider it to be stating the obvious.

What amount of bit patterns are there?

N bits have a total of 2N possible patterns. This is important. You will lose a lot of time in this and subsequent courses if you let yourself become confused on it. Computer science frequently uses this number.

What purposes do bit patterns serve?

Number representation is one of the most popular uses of a bit-pattern. Arabic notation in base 10 is how we typically write numbers. We use the ten distinct symbols (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9) in this system.

To know more about bit pattern visit :-

https://brainly.com/question/13014227

#SPJ4

Which question should programmers ask when determining the goals of a
game they are going to develop?

Answers

These questions will help the programmers define the vision and scope of the game project and ensure that the development process is aligned with the game’s goals and desired outcomes.

What are these questions that a programmer should ask?

rogrammers should ask the following questions when determining the goals of a game they are going to develop:

   Who is the target audience?    What is the game’s unique selling point or value proposition?    What is the desired player experience?    What is the objective or end goal of the game?    What are the gameplay mechanics and features?    What is the storyline or narrative?    What are the technical requirements and limitations?    What is the expected revenue model?

To learn more about programmers, visit: https://brainly.com/question/30432240

#SPJ1

Ways of sharing information in traditional mode and u modern mode​

Answers

The traditional ways of sharing information can be through physical acts of communication, which include talking and writing letters or sending and receiving texts in the form of transmitting e-mails.

we no longer actually rely on traditional modes of sharing information but use modern ways as they are faster and involve an active audience participating in the medium. social media and digital marketing are a few examples.

Books, newspapers, magazines, and radio are a few examples of traditional modes of sharing information. Internet, social media and blogging are a few examples of modern information-sharing methods.

To learn more about the topic:

https://brainly.com/question/1347779?referrer=searchResults

Complete questions-

what are the different ways of sharing information in traditional and modern modes?

from hardware design/engineering point of view, why is it better to build several microprocessors (cores) on a single circuit board than several individual faster cores, one per board? (15 pts)

Answers

From a hardware design/engineering point of view, it is better to build several microprocessors (cores) on a single circuit board than several individual faster cores, one per board, due to the following reasons:

Cost savings: Building multiple cores on a single circuit board is significantly cheaper than creating individual faster cores, one per board. Increased reliability: Having multiple cores on a single board increases the reliability of the system since each core is able to work in parallel, thus providing redundancy.Increased performance: Multiple cores on a single board allow for more efficient use of resources, increased speeds, and better power management.Reduced complexity: By having multiple cores on a single board, the complexity of the design is reduced since there is no need to design and build separate boards for each core. More flexibility: Multiple cores on a single board can be easily reconfigured and customized, allowing for more flexibility.

Learn more about microprocessors: https://brainly.com/question/30467115

#SPJ4

a feature in word with which you can see suggestions from linkedin to help you update your resume. is called

Answers

A feature in word with which you can see suggestions from LinkedIn to help you update your resume is called resume assistant.

What is resume assistant?

By offering you content suggestions for your resume, Microsoft Word's Resume Assistant aids in the creation of compelling resumes.

You'll get recommendations for work experience summaries, talents, and other pertinent LinkedIn information based on the career and industry you're interested in.

Sending a cover letter along with your resume gives you the opportunity to elaborate on your qualifications. The letter goes into great detail about your qualifications for the position you're seeking for.

Thus, resume assistant is a feature in word asked.

For more details regarding word processing visit:

https://brainly.com/question/29762855

#SPJ1

which information is not included in a material safty data sheet?

Answers

Answer:

The MSDS lists the hazardous ingredients of a product, its physical and chemical characteristics (e.g. flammability, explosive properties), its effect on human health, the chemicals with which it can adversely react, handling precautions, the types of measures that can be used to control exposure, emergency 

what causes spinning nebula clumps to collapse into flat accretion discs?

Answers

Answer:

Gravity drives the nebular collapse, but conservation of angular momentum cause the nebula to spin faster and faster as mass concentrates toward its center. The balance of gravity and rotation leads to a flattened disk.

kim has a job as a database administrator. one of her employees sent her an e-mail with a spreadsheet attached. the spreadsheet needs to be merged into one of kim's databases. which operation does kim need to perform?

Answers

Kim must carry out the import operation. An Import Operation is a status of the import of a single resource.

Which type of query is used to perform an operation on specific records in a database table, such as updating or deleting data?

An action query or a select query can be used as a database query. A query that pulls data from a database is called a select query. Data manipulation in the form of insertion, updating, deletion, or other types is the subject of an action query.

What does a supervisor of import operations do?

Being an Import/Export Supervisor ensures that every payment transaction is carried out in accordance with specifications. ensures that all documentation is recorded in tracking systems and that it is current. In addition, the Import/Export Supervisor collaborates with shippers, customs officials, and customers to resolve issues and expedite solutions.

To know more about operation visit :-

https://brainly.com/question/15024511

#SPJ4

Commands for adding lessons are present in the

Answers

Commands for adding lessons are present in the d. Text Panel

What is the Commands about?

The specific location of commands for adding lessons can vary depending on the software or application being used. However, in a general sense, it's possible that the commands for adding lessons could be present in:

Note that Text Panel: A text panel is a section of the user interface where text can be entered or displayed. In an educational software, the text panel could contain buttons or menus for adding lessons or other content.

Learn more about Commands  at:

https://brainly.com/question/25808182

#SPJ1

See full question below

Commands for adding lessons are present in the

a. Toolbar b. Navigation Panel c. Title Bar d. Text Panel

off-the-shelf software systems that cannot be modified to meet the specific needs of a particular organization are sometimes called:

Answers

Organizations that create ready-made or off-the-shelf software . These systems, which are referred to as turnkey systems, can't all be adjusted to fit the unique requirements of a company.

Which of the following two factors should you consider while buying off-the-shelf software?

The two most crucial factors to consider when selecting commercial software are functionality and installation simplicity. The terms "functionality" and "necessary, essential, and desired system features" both refer to the tasks the software is capable of carrying out.

What exactly is commercial software?

Software that is available off the shelf is pre-assembled and functional right out of the box. It has several features that, in part or in full, will appeal to the majority of people and is accessible to everyone.

To know more about off-the-shelf software visit :-

https://brainly.com/question/28617772

#SPJ4

james has just inserted his grade for a quiz into a new database table. which operation has james just performed?

Answers

James just completed the operation of adding a record. A record known as an A record links a domain to the computer's actual IP address.

Which kind of query is used to update or delete data from or update specific records in a database table?

An action query or a select query can be used as a database query. A query that pulls data from a database is called a select query. Data manipulation in the form of insertion, updating, deletion, or other types is the subject of an action query.

How do I include an A record in DNS?

Click Add DNS resource record after right-clicking on the zone where you want to add a resource record. The dialog box for adding DNS resource records appears. Select the DNS server where you want to add one or more new resource records by clicking DNS server in the Resource record properties.

To know more about domain visit :-

https://brainly.com/question/10178947

#SPJ4

Is Mei-ying communicating effectively in order to reach her goal of getting the job? Why or why not?

Answers

Communication facilitates cooperation among employees and advances the organization's goals.

What is the Communication?

Giving, receiving, and exchanging information are all parts of communication, which might take the form of talking, writing, listening, or reading. Listen intently, talk or write properly, and appreciate many points of view when communicating.

There are certain points by which communicates effectively in order to reach her goal of getting the job.

Define the goal.Set specific and measurable actions to achieve the goal. Communicate the goal clearly and openly. Predict possible challenges ahead.

Therefore, As a result, communication was very effective in order to reach her goal of getting the job.

Learn more about Communication here:

https://brainly.com/question/22558440

#SPJ1

The processor can decide what to do next based on the results of earlier computations and (blank) from the outside world. What is the missing word?

Answers

Answer:

Input

Explanation:

Information the computer receives from the outside world is called input. Input can be a number of different things: the weather, which buttons are pressed, and so forth. It can come from any place the processor is able to receive information from, such as the user or a web search. The processor makes its decisions based on input.

which malware locks up a users computer and then displays a message that purports to come from a law enforcement agency?

Answers

The dominant architecture used to secure network access today large organizations is the screened subnet.

What is network?

A network consists of two or more computers that are linked in order to share resources (such as printers and CDs), exchange files, or allow electronic communications. The speed computers on a network of the  may be linked through the  cables, telephone lines, radio waves, satellites, or to the  infrared light beams.

TCP/IP is the dominant networking technology today. It is a five-layer architecture. These layers are, from top to bottom, the application layer, the transport layer (TCP), the network layer (IP), the data-link layer, and the physical layer.
To know more about network click-
https://brainly.com/question/28041042
#SPJ4

in command mode, what letter command will have the same effect as hitting the left arrow key?

Answers

In command mode in Vim, the letter command to have the same effect as hitting the left arrow key is "h".

What is Vim?

Vim (Vi IMproved) is a highly configurable, open-source text editor designed to be efficient and highly usable. It is a terminal-based text editor that is widely used by programmers and system administrators for editing code, configuration files, and other text-based documents. Vim is known for its powerful and versatile features, such as syntax highlighting, code indentation, and support for multiple programming languages, as well as its distinctive modal design, which separates the modes for inserting text and executing commands. Vim has a large following of users who swear by its efficiency and speed, and it is widely regarded as one of the best text editors available.

The letter command that will have the same effect as hitting the left arrow key in command mode is 'h'.

In Vim, 'h' stands for "left" or "leftward". So, when you press 'h' in command mode, it will move the cursor one character to the left, just like hitting the left arrow key.

Learn more about Vim click here:

https://brainly.com/question/29649677

#SPJ4

the leadership team is reviewing a computer application that will send a text message to the healthcare provider when a laboratory or diagnostic test result is available to review. which is this application demonstrating? select one:

Answers

Healthcare reform will send a text message to the healthcare provider when a laboratory or diagnostic test result is available to review. In this case option A ids correct.

The majority of health care reform is governmental policy that influences how healthcare is delivered in a specific location. Usually, health care reform aims to:

increase the number of people who are covered for health care by either public insurance programs or private insurance companies

Increase the number of healthcare professionals from which consumers can select

Increasing access to medical specialists

Boost the standard of medical care

Take better care of the populace

Reduce the cost of medical care

The debate over health care reform in the United States touches on issues like the right to health care, access, fairness, sustainability, quality, and the amount of money spent by the government. The mixed public-private health care system in the United States has health care costs that are the highest in the world.

To know more about Healthcare reform here

https://brainly.com/question/1286704

#SPJ4

The leadership team of a large healthcare organization is designing a new strategic plan for an electronic health record system. Which has been most instrumental in mandating strategic planning to achieve organization and population healthcare goals?

Nursing informatics specialist

Internal stakeholders

Community members

Universal Containers (UC) wants to build a mobile application that twill be making calls to the Salesforce REST API. UC's Salesforce implementation relies heavily on custom objects and custom Apex code. UC does not want its users to have to enter credentials every time they use the app. Which two scope values should an Architect recommend to UC

Answers

An app host website is a service provider. You can specify one or more service providers and enable Salesforce as an identity provider.

The IP address of the application has to be added to the list of Trusted IPs in order to limit connections to the employee portal server alone. The IP addresses that are used to identify people and can be easily confirmed are known as trusted IPs. Users whose IP addresses are not on the trusted IP list must confirm their identity by receiving a login code for every transaction. In the aforementioned scenario, we must add the IP address of the employee portal to the trusted IP list to ensure that employee-only access is restricted. Because Salesforce is not a part of the SSO configuration, it is a separate system.

Learn more about The IP address here:

https://brainly.com/question/14331846

#SPJ4

how to identify duplicates in excel without deleting

Answers

The usage of conditional formatting to find and highlight duplicate data. This is the way to review the duplicates and decide if you want to remove the data or not. We need to select the cells you want to check for duplicates. It should be noted that excel cannot highlight the duplicate values area of a PivotTable report.

The easiest way to detect duplicate data in Excel is the use of the COUNTIF function.

Supposing you have a list of items in column B that you want to check for duplicates in data. These can be invoices, product IDs, names, or any other data.

For an instance, Here is a formula to find duplicates in Excel including first occurrences (where B2 is the topmost cell):

=COUNTIF(B:B, B2)>1

Learn more about duplicate data in excel at:

brainly.com/question/7600155

#SPJ4

drag the below statements into the correct column, indicating which are true and which are false, regarding the subclass of anticoagulants known as heparins?

Answers

Heparin injection is a blood thinner. It is used to reduce blood clotting and assist prevent dangerous clots from developing in blood arteries.

Which of the following statements best describes how heparin acts as an anticoagulant?

Heparin increases the activation of antihrombin III, which blocks thrombin activation and fibrinogen conversion to fibrin. As a result, this drug INDIRECTLY suppresses thrombin via antithrombin III. Since the early 1950s, EDTA has been used as an anticoagulant and offers several benefits over other anticoagulants [2]. It prevents blood clots by eliminating or chelating calcium from the circulation. When platelet counts fall considerably (typically to 50% of baseline), heparin should be discontinued promptly, and direct thrombin inhibitors such as lepirudin or argatroban should be begun if anticoagulation is required.

Learn more about blocks  from here;

https://brainly.com/question/7188483

#SPJ4

The Windows CreateFile() system call is used to create a file. What is the equivalent system call in UNIX?

Answers

The Windows Create Process() system call creates a new process. What is the equivalent system call in UNIX: fork()

There are two sub-windows in the Process Explorer display. The information displayed in the bottom window depends on the mode that Process Explorer is in; for example, if it is in handle mode, you will see the handles that the process selected in the top window has opened; if it is in DLL mode, you will see the DLLs and memory-mapped files that the process has loaded.

The top window always displays a list of the currently active processes, along with the names of their owning accounts. Powerful search features in Process Explorer allow you to quickly identify processes that have specific handles opened or DLLs loaded.

Process Explorer is useful for identifying DLL-version issues or handling leaks because of its distinct capabilities, which also offer insight.

To know more about  Windows here

https://brainly.com/question/26420125

#SPJ4

The Windows Create Process() system call creates a new process. What is the equivalent system call in UNIX:

A) NTCreateProcess()

B) process()

C) fork()

D) getpid()

Other Questions
You are Raj Singh, living Raj Singh, living at 161 home street, Mumbai Write a letter to the editor of the newspaper highlighting the problem faced by you because of the loudspeaker In cloud computing, accountability and responsibility for protection of sensitive data resides with the company owning the data.Question 2 options: True False Describe the possible lengths of the third side of the triangle if the lengths of the other two sides are 6 meters and 9 meters. divide the amount 300 in the ratio 1;5 in the correct ratio what is coefficient? draw a structure for each of the isomers possible for c6h14. give the systematic name of each isomer you have drawn. source of unsaturated fats______ source of molecules for short-term energy______source of amino acids ______ Help.. we can learn to do new things, even as adults, because of the concept of Zhihua Yan, a history teacher for many years, has written books attacking his own country and hometown, and as he gets older, he posts on social media more and more extreme and illogical statements, saying he hates China, he hates the United States, saying he's a gang, he beats up opponents, he acts like a maniac, he bites everyone.In the section about China. First, the issue of the Ukrainian biological laboratory in the United States is known to the world, but he continued to criticize China on the issue, saying that China has been threatening the world with biochemical viruses, which is ignoring the facts. Second, it is the height of moral conceit to draw a line in the face of pro-democracy activists who are on the same side as you and say that others have low cognitive abilities. Third, it is a slap in the face for some media organizations to claim that they have fabricated information about China. Not clear, because his ideas and logic are confused. First, Li Yan, a high-end Chinese financial company, was shot by the American police and called the American police a group of bandits. However, the fact is that Li Yan used knives and stabbed the police. According to the American law, it is normal for the police to fight back. Second, they questioned the freedom of speech in the United States and accused the United States of being darker. Third, they spread rumors that the World Health Organization, as the world's largest intergovernmental public health organization, is not performing its duties and that it is corrupt and its staff travel and spend too much money.To sum up, a disease in the body can be cured, a disease in the brain is difficult to cure. Which one of the following above is more soluble in water, ethanol (C2H5OH) or CHBr3 given the following histogram for a set of data, how many values in the data set are greater than 10.5 but less than 12.5? Brainliest or Thanks1. What was the strongest motivation for the Spanish explorers to come to the New World?2. Research two missions in California, Texas, or New Mexico. Write short reports about what youlearn. Include information on the founders, history, activities, and the mission's life.3. How were the French explorers different from the Spanish explorers? Adam ran 2/5 mile. Julie ran 3/8 mile. How many more feet did Adam run more than Julie ( A mile is 5780 feet) Urgent: Pls help we find the right answer:( The ______ ______ system assigns a score to each tax return representing the probability the tax liabilities on the return have been underreported. BF3(g)+NH3(g)F3BNH3(g)For the above reaction, the following data were measured:Experiment [BF3] (M)[NH3] (M)Initial Rate (M/s)1 0.250 0.250 0.21302 0.250 0.125 0.10653 0.200 0.100 0.06824 0.350 0.100 0.11935 0.175 0.100 0.05961. What is the value of the rate constant for the reaction?2. What is the rate when [BF3]=0.160 and [NH3]=0.600? discuss factors affecting how one thinks political. and explain the concept of groupthink and how it impacts american government. give examples You can help reduce your own risk of certain chronic diseases by making lifestyle choices a priority now. The earlier you consider how to modify your own behaviors, the less likely you are to suffer from the chronic diseases that are the leading causes of death in the United States.From the list below, choose the disease that was not one of the more prevalent chronic diseases in the United States in 2014. how did european powers attempt to resist german aggression in the 1930s?