At what layer of the OSI model do routers operate?
Base
Network
Physical
Data Link

Answers

Answer 1

Of the OSI Model, the Network Layer A Layer 3 device that is frequently used is the router.A router, which functions at Layer 3, examines the IP & IPX addresses for incoming data packets.

What does Layer 3 mean?

The network layer, or Layer 3, is most frequently referred to as the layer wherein routing occurs.The primary function of a router is to transfer packets between networks.Network-to-network communications are possible thanks to Layer 3 protocols and technology.

What lies in OSI layer 3?

The network layer is located at Layer 3 of the Open Systems Interconnect (OSI) model's seven layers.Forwarding for incoming packets of data of varying duration takes place at Layer 3.The operations and steps that lead to data transfers between connection sites are part of this network layer.

To know more about OSI model visit:

https://brainly.com/question/29693072

#SPJ4


Related Questions

define a function named sortvector that takes a vector of integers as a parameter. function sortvector() modifies the vector parameter by sorting the elements in descending order (highest to lowest). then write a main program that reads a list of integers from input, stores the integers in a vector, calls sortvector(), and outputs the sorted vector. the first input integer indicates how many numbers are in the list. ex: if the input is: 5 10 4 39 12 2 the output is: 39,12,10,4,2,

Answers

An illustration of functions, loops, and vectors or lists is a type of vector program. To better analyze data, sorting is the process of arranging it in meaningful order.

How can a sorting program be written?

A method for rearranging a large number of items in a predetermined order, such as alphabetically, highest to lowest value, or shortest to longest distance, is called a sorting algorithm. Sorting algorithms take lists of items as their input, carry out particular operations on those lists, and then return ordered arrays as their output.

The program  :

#include <iostream>

#include <vector>

#include <algorithm>

template<typename tip>

auto Compare(std::vector<tip>&a, std::vector<tip>&b) {

auto sum_a = 0, sum_b = 0;

for (int i = 0; i < a.size(); i++)

  sum_a += a[i];

for (int i = 0; i < b.size(); i++)

  sum_b += b[i];

return sum_a > sum_b;

}

template <typename tip>

void sort_sum_of_rows(std::vector<std::vector<tip>> &mat) {

std::sort(mat.begin(), mat.end(), Compare);

}

int main() {

std::vector<std::vector<int>> a{{2, 5, 1, 3, 4},

  {9, 8, 9},

  {3, 3, 2, 3},

 {4, 5, 2, 1, 1, 3, 2}};

sort_sum_of_rows(a);

for (auto &v : a) {

  for (int j : v)

    std::cout << j << " ";

  std::cout << std::endl;

}

return 0;

}

Learn more about sort vector function :

brainly.com/question/23671682

#SPJ4

where should ozone be located to help protect from ultraviolet radiation from the sun? in the exosphere in the troposphere below the troposphere in the stratosphere

Answers

The ozone layer, which is extremely important, is found in the stratosphere. The ozone layer shields us from the sun's ultraviolet radiation (UV).

What is radiation?

Radiation is energy that travels through space at the speed of light from a source. This energy is associated with an electric and magnetic field, and it has wave-like properties. Radiation is also known as electromagnetic waves. Radiation is a mutagen that can eventually cause cancer. Radiation can either kill cells or damage their DNA, impairing their ability to reproduce and eventually leading to cancer. High energy particles pass through your body when radiation is present.

Here,

The stratosphere contains the critically important ozone layer. The ozone layer protects us from ultraviolet radiation from the sun (UV).

To know more about radiation,

https://brainly.com/question/25597737

#SPJ4

which components of the microservices arch are compliant to activities when implemented in the spring boot application

Answers

The routing, response formats, and even the system cache are handled by the API gateway. By utilizing API gateway, internal microservices can use several communication protocols.

The service mesh develops a dynamic communications layer in a microservices architecture to streamline communication. Developers don't have to write in inter-process communication when they construct the program because it abstracts the communication layer. The "new normal" is microservice architectures. Small, standalone programs that are ready to launch can give your code more flexibility and durability. The numerous purpose-built capabilities of Spring Boot make it simple to design and manage your microservices in scaled-up production.

Learn more about communication here-

https://brainly.com/question/14809617

#SPJ4

how much did the printer that came with the first univac system cost?

Answers

between $1,250,000 and $1,500,000

that’s your answer

] assuming there is a growth function f(n), what does the value of f(0) represent in terms of an algorithm?

Answers

Assuming a growth function f(n) exists, f(0) denotes the growth function's starting point (n). To put it another way, f(0) stands for the general cost of running the algorithm on an empty input.

What is a growth function in data structures?

Growth functions are used to predict how many steps an algorithm will take as its input increases. The order of growth of an algorithm provides a rough estimate of the amount of time needed to run a computer program as the quantity of the input rises.

The sequence of growth ignores the constant factor required for fixed processes in favor of the operations whose output size grows proportionately. Exponential algorithms are only effective for minor issues since exponential functions expand rapidly.

To learn more about computer program, visit:

https://brainly.com/question/28874085

#SPJ4

which sharing method should you use if you want to configure share and ntfs permissions for a user in a single process?

Answers

Answer:

If you want to configure share and NTFS permissions for a user in a single process, you should use the Security tab in the Properties window for the shared folder.

To access the Security tab:

Right-click on the folder you want to share and select Properties

Click on the Sharing tab and then click on the Advanced Sharing button

Click on the Permissions button to access the share permissions

Click on the Security tab to access the NTFS permissions

By using the Security tab, you can add or remove users and groups, and set their corresponding permissions for both the share and NTFS levels. This allows you to configure both types of permissions in a single process, rather than having to do them separately.

Note that while this method allows you to manage both permissions in one place, it's important to keep in mind that Share and NTFS permissions are different and that the most restrictive permission will always apply. It's important to test and ensure the correct permissions are set up.

question 8 why is it risky if you wanted to make an exception to the application policy to allow file sharing software?

Answers

It is risky if you wanted to make an exception to the application policy to allow file-sharing software because the software could be infected with malware.

What is the application policy?

It's crucial to set up some sort of application policy. These regulations have two objectives.

They not only outline restrictions on which apps are allowed or not, but they also assist in educating users on safer software usage.

Therefore, making an exemption to the application policy to permit file-sharing software is dangerous because the software may be malware-infected.

To learn more about the application policy, refer to the link:

https://brainly.com/question/28528067

#SPJ1

Describe five advantages of using sensors and microprocessors to monitor the temperature in a geyser rather than using manual methods

Answers

The  five advantages of using sensors and microprocessors to monitor the temperature in a geyser rather than using manual methods are:

AutomationReal-time dataRemote monitoringAlarm and notificationData collection and analysis

What are microprocessors?

Automation: Using sensors and microprocessors to monitor the temperature in a geyser eliminates the need for manual monitoring, which can be time-consuming and prone to human error.

Real-time data: Sensors and microprocessors can provide real-time data on the temperature of the geyser, allowing for more efficient and effective adjustments to be made to the system.

Remote monitoring: Sensors and microprocessors can be connected to a network or the internet, allowing for remote monitoring and control of the geyser temperature. This can be useful for monitoring the geyser from a different location, or to monitor multiple geysers at once.

Alarm and notification: Sensors and microprocessors can be programmed to send an alarm or notification when the temperature exceeds a certain threshold. This can help prevent overheating and damage to the geyser.

Lastly, Data collection and analysis: Sensors and microprocessors can collect and store data on the temperature of the geyser over time. This data can be analyzed to identify patterns and trends, which can be used to optimize the performance of the geyser and improve energy efficiency.

Learn more about microprocessors from

https://brainly.com/question/29243062

#SPJ1

how to find margin of error from confidence interval?

Answers

The confidence interval, commonly referred to as the margin error, provides details on how closely your survey results are likely to resemble those of the wider public.

How can I calculate the margin of error using the confidence interval?

Half of the breadth of the total confidence interval is the margin of error. The confidence interval's width is 18.5 – 12.5 = 6. The error margin is equal to the breadth in half, or 6/2 = 3.

Multiplying a key factor (for a specific confidence level) and the population standard deviation yields the calculation for the margin of error. The square root of the sample's observational count is then used to divide the outcome.

To know more about margin error visit:-

https://brainly.com/question/29537987

#SPJ4

NEED HELP ASP WILL GIVE BRAINLIEST

The title screen of Eduardo’s original game features a grayscale cityscape with a bright blue river. What technique is Eduardo using in his title screen? (1 point) Responses

foreshadowing the game’s aesthetics and the environment of the game world

teaching the player how to move the player object

creating the emotion of suspense

splitting the screen to show the pre-game information

Answers

The technique that Eduardo us using in his title screen is A. foreshadowing the game’s aesthetics and the environment of the game world

What is foreshadowing about?

A storyteller uses foreshadowing as a narrative device to give a sneak preview of what will happen later on. A story's opening frequently contains foreshadowing, which aids in shaping or defying the audience's expectations regarding forthcoming events.

In this case, the cityscape and river are depicted in grayscale on Eduardo's original game's title screen.

In conclusion, it should be noted that the correct option is A

Learn more about foreshadowing on:

https://brainly.com/question/96170

#SPJ1

you may be subject to loss or denial of classified access, suspension without pay, termination of employment, discharge from military service, and criminal prosecution if you knowingly, willfully, or negligently disclose classified information or cui to unauthorized persons.T/F

Answers

The claim that if you intentionally, recklessly, or negligently disclose classified information to unauthorized people, you risk losing access to classified information, is true.

Can you be punished for accidentally disclosing sensitive information?

If you unintentionally reveal CUI or classified material to unauthorized people, you could face legal, administrative, or even criminal repercussions.

Of the following, which are reviewed before publication?

Any DoD-related content that is meant for distribution to the general public must go through a prepublication security and policy review. To name a few, but not all of them: Theses, books, and manuscripts. brochures, conference papers, and briefings.

To know more about termination visit:-

brainly.com/question/27349244

#SPJ4

what is a data dictionary useful for? it is a tool for transforming data into a relational database.

Answers

A data dictionary is used to organize and explain the organization and substance of data, and it offers descriptive headings for specifically defined data objects.

What is a database's data dictionary?

In a database, information system, or as a component of a research effort, data components are used or recorded. A data dictionary is a collection of names, definitions, and properties regarding those data elements.

Tools for a data dictionary are what?

The tools used to retrieve data from any repository and access the information stored there are known as data dictionary tools. The term "data dictionary" refers to a certain kind of dictionary that gathers all the information about data, including its meaning, relationships, structure, and uses.

To know more about data dictionary visit :-

https://brainly.com/question/8897251

#SPJ4

question based on the algorithm represented in the flowchart, what value is displayed if j has the initial value 3 and k has the initial value 4 ?

Answers

The practice of deploying bots to gather information and material from a website is known as web scraping.

Web scraping collects the underlying HTML code and, with it, data kept in a database, in contrast to screen scraping, which just scrapes pixels seen onscreen. After that, the scraper can duplicate a whole website's content elsewhere. Data science and machine learning both now heavily rely on web scraping. It's a talent that is continuously developing and getting better because it's how we use data from the internet to access, collect, and apply it in our algorithms and models. The practice of deploying bots to gather information and material from a website is known as web scraping.

Learn more about information here-

https://brainly.com/question/15709585

#SPJ4

What was the first model of the Remington typewriter to include the visible "upstrike" design?Question 2 options:Remington 1 Remington 2 Remington 3 Remington 10

Answers

The first model of the Remington typewriter to include the visible "upstrike" design was the B. Remington 2

What is a Typewriter?

This refers to the term that is used to describe and define the use of a machine that types out words and numbers on a piece of paper and is a primitive printer.

Hence, it can be seen that the Remington No. 2, which was originally sold in 1878, was the first typewriter to achieve commercial success. You must raise the platen to see the lettering since the type-bars strike it from below. It is also known as an upstrike machine or a blind writer.

Read more about typewriters here:

https://brainly.com/question/485590

#SPJ1

11) Email clients, FTP clients, and web browsers are different ways of accessing information on the web.

True

False

Answers

Answer: tech- this is true but..

Explanation:

email clients are a way to send information but it has to access information before it sends information

ftp clients are the same

and the web is, well you know the world wide web the biggest library for information.

hope it helps

last final anwser is Yes Its True

write one line of code that declares an instance field named amount of type int and initializes it with the value 101.

Answers

A variable is a name connected to a piece of computer memory. A value can be stored in computer memory, and that value may change or fluctuate.

In Java, there are two different sorts of variables: object variables, which store a reference to an object of a class, and primitive variables, which store primitive types. A reference can help you locate the thing (like a UPS tracking number helps you find your package)

class Questionz {

   late String questionText;

   late bool questionAnswer;

   Questionz({required String t, required bool a}) {

       questionText = t;

       questionAnswer = a;

   }

}

Learn more about variable here-

https://brainly.com/question/13375207

#SPJ4

tenant sue wanted to install a grab bar in the bathroom to accommodate a handicap. which statement is false?

Answers

According to ADA regulations, grab bars must be installed on the side wall that is closest to the toilet (604.5). Someone who needs assistance sitting, standing, or getting from a wheelchair to the toilet seat can use this. The wall behind the toilet needs to have a grab bar as well.

What distinguishes a towel bar from a grab bar?

Grab bars are genuine safety products that are strong, long-lasting, and designed to support the weight of a falling adult in order to help prevent injury.

How can a person with a disability use a computer?

Another choice for people with disabilities is speech input.

To know more about speech input visit:-

brainly.com/question/22134491

#SPJ4

which type of malware is a fully contained program that self-replicates and spreads through networks?

Answers

A PC worm is a sort of malware whose essential capability is to taint different PCs while staying dynamic on contaminated frameworks. A PC worm copies itself to spread to uninfected PCs.

Is a sort of malware that is connected to a host record and can reproduce?

Worms. Like an infection, a worm can likewise self-reproduce and spread full duplicates and sections of itself by means of organization associations, email connections, and texts. Dissimilar to infections, nonetheless, a worm doesn't need a host program to run, self-recreate, and spread.

What is a sort of malware which is intended to report action on your PC to another party?

Spyware is a particular sort of malware that is intended to gather data about the client or their PC clandestinely. Perhaps of the most widely recognized way spyware is introduced on a PC is through tainted email connections or by tapping on noxious connections.

To know more about frameworks visit :-

https://brainly.com/question/13262553

#SPJ4

a folder contains nencrypted files of which one is a special file. an attacker has access to the folder and withdraws kof these files one at a time. each selection is equally likely to be any one of the remaining files at the time. what is the probability that the intruder withdraws the special file?

Answers

The probability that the intruder withdraws the special file is 1/k.

What is the probability that the intruder withdraws the special file?The probability that the intruder withdraws the special file is dependent on the number of encrypted files in the folder and the number of files the intruder withdraws. If the folder contains n encrypted files and the intruder withdraws k of them one at a time, then the probability of the intruder withdrawing the special file is (1/n)^k. This means that the probability that the intruder withdraws the special file is increasing as the number of files in the folder decreases and the number of files the intruder withdraws increases.For example, if the folder contains 10 encrypted files and the intruder withdraws 5 of them one at a time, then the probability that the intruder withdraws the special file is (1/10)^5 or 0.0009765625. This means that the chances of the intruder withdrawing the special file are quite low, but not impossible.In general, the probability that the intruder withdraws the special file is inversely proportional to the number of encrypted files in the folder and proportional to the number of files the intruder withdraws. Therefore, the more files the intruder withdraws, the higher the probability that the special file will be withdrawn. Conversely, the more files that are in the folder, the lower the probability that the special file will be withdrawn.

To learn more about dividing probability refer to:

https://brainly.com/question/29844780

#SPJ4

short infrared wavelengths are used in what technology_____

Answers

Infrared light waves, which are barely beyond the visible light spectrum, are used by a remote control to change the channel on your TV.

The required details for  short-wave infrared in given paragraph

What is the purpose of short-wave infrared?

A sophisticated method for creating images based on radiation in the portion of the electromagnetic spectrum that is invisible to the human eye is called short-wave infrared imaging (SWIR).

How is infrared used in technology?

Heat sensors, thermal imaging, and night vision gear are some of the most well-known types. Infrared light is employed in wired and wireless activities in communications and networking.

To know more about light visit:-

brainly.com/question/29994598

#SPJ4

in the context of a linux operating system, which command can be used to display the syntax and parameters for a specific command?

Answers

The kernel, system libraries, and system utilities make up the three fundamental components of a Linux system (LOVE, 2018). The kernel controls how hardware and application software communicate, as was already mentioned.

Which of these runs on the Linux OS?

Linux is a free and open-source operating system that is released in accordance with the GNU General Public License (GPL). Anyone may execute, analyze, alter, and redistribute the source code as long as they do it in line with the same license. Even copies of the modified code may be sold.

Which command will display the acceptable syntax and other command options?

The help command in the Command Prompt can be used to provide further information on another command. To find out more, At any moment, use the help command.

To know more about Linux operating system visit:-

https://brainly.com/question/29886037

#SPJ4

true or false? corrective controls are implemented to address a threat in place that does not have a straightforward risk-mitigating solution.

Answers

Answer:

True

Explanation:

Corrective controls are implemented to address a threat in place that does not have a straightforward risk-mitigating solution.

what is the difference between vlookup and hlookup?

Answers

You can use VLOOKUP to perform a vertical data range search. The HLOOKUP function searches through data that has been formatted in rows rather than columns. For business analytics in Excel, LOOKUP and related functions are frequently used to slice and dice data for analysis.

Hlookup or VLOOKUP: Which is superior?

In comparison to the HLookup function, we much prefer the VLookup function. When the data is organised into rows, we use this function. When the data is organised into columns, we use this function.

Why choose Hlookup over VLOOKUP?

Use HLOOKUP if the data table has row headers and you need to search across the rows horizontally for a "match."

To know more about data visit:-

brainly.com/question/21927058

#SPJ4

what hardware and/or operating system support do you think would be needed to protect an application's data structures in memory from being corrupted by other applications?

Answers

It is needed to do fault isolation requires a guard. app memory is guarded by hardware, disk is guarded by the operating system kernel, while spam is harder to prevent. The correct option is C.

What is corrupted memory?

Memory corruption, also known as a violation of memory safety, happens when the contents of a memory location are changed as a result of programmed action that deviates from the original programmer's purpose or from program/language constructs.

A guard is necessary to perform fault isolation. Hardware protects app memory, the operating system kernel protects the disc, but spam is more difficult to stop.

Thus, the correct option is C.

For more details regarding memory corruption, visit:

https://brainly.com/question/2944613

#SPJ1

- Protect an application's data structures in memory from being corrupted by other apps

-Protecting one user's disk files from being accessed or corrupted by another user

-Protecting the network from a virus trying to use your computer to send spam

you install windows on a new ssd that fits in an m.2 socket in a modern high-end motherboard. after installing the os, the system will not boot as expected. what could be the problem?

Answers

The CMOS, a memory chip that stores setting configurations and is powered by the onboard battery, is a real component of the motherboard. In the event that the battery dies, the CMOS is reset and all user settings are lost. The system clock is also reset when the CMOS loses power.

What is CMOS ?

There are several additional names for the complementary metal-oxide semiconductors that make up CMOS, including NVRAM (non-volatile RAM), RTC (real-time clock), and CMOS RAM.

A built-in, battery-operated semiconductor chip called CMOS acts as a data storage device in computers.

The hardware configurations of your machine and the system time and date are included in this data.

The image shows the Panasonic CR 2032 3V coin cell battery, which is the most common type used to power CMOS memory.

The Motorola 146818 chip, the first RTC and CMOS RAM component utilized in early IBM systems, could hold 64 bytes of information. As the system clock only used 14 bytes, the remaining 50 bytes of RAM could be used to store system settings.

Most of the computers in use today have settings built in.

Hence, The CMOS, a memory chip that stores setting configurations and is powered by the onboard battery, is a real component of the motherboard

learn more about CMOS click here:

https://brainly.com/question/14767803

#SPJ4

A vending machine serves chips, fruit, nuts, juice, water, and coffee. The machine owner wants a daily report indicating what items sold that day. Given boolean values (1 or 0) indicating whether or not at least one of each item was sold, output a list for the owner. If all three snacks were sold, output "All snacks" instead of individual snacks. Likewise, output "All drinks" if appropriate. For coding simplicity, output a space after every item, even the last item. Ex: If the input is 0 0 1 1 1 0, output: Nuts Juice Water Ex: If the input is 1 1 1 0 0 1, output: All-snacks Coffee Ex: If the input is 1 1 1 1 1 1, output: All-snacks All-drinks Ex: If the input is 0 0 0 0 0 0, output: No items

Answers

Answer:

bool chipsSold, fruitSold, nutsSold; // Snack items

bool juiceSold, waterSold, coffeeSold; // Drink items

cin >> chipsSold;

cin >> fruitSold;

cin >> nutsSold;

cin >> juiceSold;

cin >> waterSold;

cin >> coffeeSold;

if(chipsSold == 1)

{

cout<<"Chips ";

}

else

{

return 0;

}

if(fruitSold == 1)

{

cout<<"Fruit ";

}

else

{

return 0;

}

if(nutsSold==1)

{

cout<<"Sold ";

}

else

{

return 0;

}

return 0;

}

which of the following is not a valid statement? a. online analytical processing is a set of tools that work together to provide an advanced data analysis environment for retrieving, processing, and modeling data from the data warehouse. b. the data warehouse is a specialized database that stores data in a format optimized for decision support. c. production databases focus primarily on storing historical data and business metrics used exclusively for tactical or strategic decision making. d. a database that is designed primarily to support a company's day-to-day operations is classified as an operational database.

Answers

C. Production databases focus primarily on storing historical data and business metrics used exclusively for tactical or strategic decision making.

What is databases?

A database is a collection of information that is organized for easy access and manipulation. It typically contains data organized in a table, which is a two-dimensional structure with columns and rows. The columns represent the various elements of data, while the rows represent each individual record. Databases can be used to store and retrieve information quickly and securely. They are used in almost every industry and are essential for businesses to keep track of customer information, inventory, and more.

This statement is not valid because production databases are not used exclusively for tactical or strategic decision making. They are used to store the data that is used for day-to-day operations.

To learn more about databases
https://brainly.com/question/518894
#SPJ4

which type of test simulates an insider threat by giving the tester partial information about the network and computer systems?

Answers

Answer:

Penetration test

99) an attacker in an offside position at the moment of the touch by a teammate receives the ball from a deflection by a defender. is this an offside offense?

Answers

YES: A ball deflected by a defender is received by an attacker who is offside at the time of a teammate's touch. This is an offside offense.

Explain the term offside offense?

In plain English, a player gets offside if they're in the offensive half as well as closer to the goal line of the opposing team than the ball and the player after them.

Any part of a player's head, body, or feet that is inside of the opponent's half (outside of the halfway line) or that is closer to the opponent's goal line than both ball and the last opponent are considered to be in an offside position.Example: When the ball is passed, the red attacking player has already passed the final defence. This is against the rules and is not permitted. That blue team will receive the ball after the referee blows his whistle.

Thus, a ball deflected by a defender is received by an attacker who is offside at the time of a teammate's touch. Offside is being violated here.

To know more about the offside offense, here

https://brainly.com/question/14283763

#SPJ4

What type of security incident has occurred when classified data is introduced on an information system not approved for that level of information?

Answers

When classified data is introduced on a system that is not authorized to handle that level of information, a security event of the Spillage happen.

What kind of security event has taken place when classified material is added to an information system that isn't authorized for that degree of protection?

Data spills are the transfers of confidential or sensitive information (CUI) to an information system that is not allowed, not at the required security level, or not equipped with the necessary CUI protection.

The example of a security incident is which of the following?

Several instances of security incidents are systemic computer breach. misuse of systems, software, or data or unauthorized access to them. unauthorized alterations to software, systems, or data.

To know more about Spillage visit :-

https://brainly.com/question/30156504

#SPJ4

Other Questions
Which phenotypic probability below is written correctly? A.) 9/16 Round & Yellow Seed; 3/16 Round & Green Seed; 3/16 Wrinkled & Yellow Seed; 1/16 Wrinkled & Green SeedB.) 4/16 Yellow Seed & Inflated; 8/16 Yellow Seed & Constricted; 4/16 Green Seed & Inflated; 8/16 Green Seed & ConstrictedC.) 8/16 Yellow Seed & Inflated; 8/16 Yellow Seed & Constricted; 4/16 Green Seed & Inflated; 8/16 Green Seed & ConstrictedUse the screenshot to answer this question. Which letter choice is correct? Which of the following is an example of physical geography? A geographer studies the social organization of a small village in Italy. A team of geographers examines the interactions between population groups in Spain. A geographer studies the elevation of mountains in France. A team of geographers publishes a book about life in Germany. besides the transcription factors that you have learned about, what other proteins may be involved with activating a gene to be transcribed? are there any tht may speed up transcription or even repress it? with 7-across, beatles album with a zebra crossing on its cover HELPPPPPPPPPPPP DUE IN 20 MIN the earliest advanced civilization in central mexico they were well known for carving mysterious huge heads and their skillful jade carving work.T/F Garden Tool Company makes chain saws. Hadrian is injured while using a Garden Tool saw and sues the company for product liability based on negligence. To win, Hadrian must show thatA. Garden tool used puffery in its advertisingB. Garden tool did not use due care with respect to the trimmerC. Hadrian was not experienced in the use of trimmersD. Hadrian was in probity with garden tool Cunto tiempo se tarda en llegar el permiso de trabajo? a. in packet tracer, only the server-pt device can act as a server. desktop or laptop pcs cannot act as a server. based on your studies so far, explain the client-server model. Which sentence uses correct punctuation?A. Exercise and diet; these are the keys to living a long life.OB. There are three places I want to visit: Japan, India, and France.C. Mara wished she could visit the stars: she often dreamed of it.D. Dr. Chu has this to say about sugar; "Only eat small amounts." people with private self-consciousness are less likely to suffer from the physical ill effects of stress. group of answer choices false true the average life expectancy after age 65 is soaring, putting pressure on the social security administration's resources. according to the social security trustees, the average life expectancy after age 65 is given by What does the narrator argue about with his aunts and uncles at the end of ""The Horned Toad""? While trying to decipher the madness that is Calc 2, you and your classmates Donald and Joe are discussing a problem. Donald has come up with the following work for the problem.3xsin(x3)dx=x3 du=3x2 dx=x/x3xsin(x3)dx=x/13x2sin(x3)dx=x/1sin(u)du=x1cos(4)+C=xcos(x)3)+CJoe, on the other hand strongly believes Donald is wrong. A heated argument develops about who is correct and why. In your judgement, is Donald's work correct or not? Is there a way to double: check? Be sure to support your thinking. The registered nurse scope of practice is outlined state-to-state in which document? Identify the 4 basic methods of product testing Hannah makes 5 out of 8 attempted free-throws! What is the average waiting time for Hannah to make her first basket, and what is the probability that she will make a basket on or before her last attempt within her average waiting time? Another student writes the following incorrect synthesis reaction of magnesium oxide. Ca + O CaO Describe the error made by the student How many moles of sodium hydroxide are in 38mL of 0.50 mol/L NaOH? premise 1: if 901,223 is divisible by 6, then it is divisible by 3 premise 2: conclusion: 901,223 is not divisible by 6 supply the missing premise that would make this a valid argument. state what valid argument form you used.