you are attempting to determine how available your linux systems are, and need to find the current system uptime. what command should you use?

Answers

Answer 1

The command to be used is uptime.

Why is uptime used?

Uptime is a metric that measures system reliability and stability. It's represented as the percentage of time that a system remains continuously operational and is available to use. If a system's uptime is high, it indicates that it's more reliable and stable.

Where is the uptime command in Linux?

Both Linux and Unix-like systems come with various commands to find out server uptime commands. Under Linux file /proc/uptime has uptime information and file/var/run/utmp has information about who is currently logged on

Why do We Use the uptime command in Linux?

Uptime Command In Linux: It is used to find out how long the system is active (running). This command returns a set of values that involve, the current time, the amount of time the system is in a running state, the number of users currently logged in, and the load time for the past 1, 5, and 15 minutes respectively.

Thus, the correct answer is uptime.

To know more about uptime command:

https://brainly.com/question/28318932

#SPJ4


Related Questions

When should you not get a patent?

Answers

You should not get a patent if you do not have an invention that is eligible for a patent. This means that the invention must be new and non-obvious and must be able to be produced or used in some type of industry. Additionally, a patent can be expensive and time-consuming to obtain, so you may want to consider other forms of protection such as trade secrets or copyrights before investing in a patent.

1. If your invention is not novel, meaning it has already been invented or is obvious to someone with ordinary skill in that area, then you should not get a patent. For example, if you invent a new type of chair but someone has already invented a similar chair, then getting a patent would be fruitless.

2. If your invention does not meet the criteria of patentability, such as it is not useful, novel, or non-obvious, then you should not get a patent. For example, if your invention is something that does not have a practical purpose, like a perpetual motion machine, then it would not meet the criteria for patentability and you should not get a patent.

3. If the cost of getting a patent is higher than the potential value of the invention, then you should not get a patent. For example, if you invent a new type of mousetrap but the cost of patenting it is very high, then you would be better off not getting a patent.

4. If the invention is not patentable subject matter, then you should not get a patent. For example, if you invent a new type of business model, then it would not be patentable subject


The first person to invent a claimed invention—even if a later inventor beats the first inventor to the patent office.A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. To get a patent, technical information about the invention must be disclosed to the public in a patent application.

To learn more about PATENT Visit here : https://brainly.com/question/28943800

#SPJ4


Write a program that reads a list of words. Then, the program outputs those words and their frequencies (case insensitive).

Answers

The program str= input (''Enter a sentence: reads a list of words. The program then outputs those words and their frequencies

Example Input: hey Hi Mark hi mark

Example Output: hey

1

Hi 2

Mark 2

hi 2

Mark 2

PROGRAM

1

str=input("Enter a sentence:

")

2

3

4

#conver the string to lower case

str_cpy=str.lower

5

6

words-str_cpy.splitO

7

8

9

#dictionary to store the frequency

freq-{z

10

11 for word in words:

12

if word in freq:

13

freg word]=freg word]+1

14

else:

15

freq[word]=1

16

17 #split the original string

18 original=str. splitO

19 for i in range(len(original)):

20

print("% %d"%(original[i],freq[wordsLi]]))

To learn more about the program

https://brainly.com/question/14368396

#SPJ4

What are the 4 types of system integration?

Answers

The point-to-point integration is one of the four forms. Integrating vertically Integrating the stars. Integration on the Horizon.

Data Integration (DI), Electronic Document Integration/Interchange (EDI), and Enterprise Application Integration (EAI) (EDI). functional evaluation. They are Klynveld Peat Marwick Goerdeler, PricewaterhouseCoopers (PwC), and Deloitte, Ernst & Young (EY), and (KPMG). The Big Four also provide tax, strategy and management consulting, valuation, market research, assurance, and legal advising services in addition to auditing. Data Integration (DI), Electronic Document Integration/Interchange (EDI), and Enterprise Application Integration (EAI) (EDI). This kind of testing is feature-focused and determines whether each feature complies with the specifications.

Learn more about integration here-

https://brainly.com/question/29643445

#SPJ4

An academic plan is a set of challenges relating to the things you don't want to accomplish while you are on a job.
TRUE
OR
FALSE

Answers

An academic plan is a set of challenges relating to the things you don't want to accomplish while you are on a job is false.

What exactly is a course of study?

The fields of study within a program, including majors, minors, streams, and strands, as well as the study location, are referred to as the "Academic Plan" or "Plan." Samples 1 and 2 The term "academic plan" refers to a summary of the program credit requirements for finishing a certain program of study.

Therefore, student's desired course schedule for the following semester or for several semesters is outlined in an academic plan. A platform for academic planning ought to offer guidelines and boundaries based on students' major and degree requirements, upcoming course availability, and speed of degree completion.

Learn more about academic plan fromhttps://brainly.com/question/21300074
#SPJ1

which three layers of the osi model provide similar network services to those provided by the application layer of the tcp/ip model? (choose three.)

Answers

OSI uses three layers -- application, presentation and session -- to provide similar network services to those provided by the application layer of the tcp/ip model.

What is the OSI model?

The International Organization for Standardization (ISO), which was founded in the late 1970s, created the seven-layer Open System Interconnection (OSI) Model. The Open Systems Interconnection model, which is a conceptual framework, "provides a common basis for the coordination of [ISO] standards development for the purpose of systems interconnection."

The OSI reference model's goals are to promote a clear framework that explains the functions of an operational networking or telecommunications system and to provide direction to technology vendors and developers to ensure that the digital communications products and software programs they develop can interoperate.

To learn more about an OSI model, use the link given
https://brainly.com/question/13041596
#SPJ4

if i am using all features of my dataset and i achieve 100% accuracy on my training set but 70% on my testing set, what should i be correcting?

Answers

If i am using all features of my dataset and i achieve 100% accuracy on my training set but 70% on my testing set, I would be correcting Model overfit

What does high training accuracy mean?

Training accuracy means that identical images are used for both training and testing, and test accuracy means that the trained model identifies independent images that have not been used in training.

What is data overfitting?

Overfitting occurs when a model fails to generalize and instead fits the training dataset tightly. Overfitting occurs for several reasons, including: The training data size is too small and does not contain enough data samples to accurately represent all possible input data values.

Does overfitting mean better accuracy?

The high level of accuracy measured on the training set is the result of overfitting. Overfitting occurs when a machine learning model tries to cover all data points in a given database or beyond the required data points.

Learn more about overfitting data :

brainly.com/question/29382846

#SPJ4

7. after the disk partition is first formatted, the beginning of a free space bitmap looks like this: 1000 0000 0000 0000 (the first block is used by the root directory). as we discussed during the lecture, the system always searches for free blocks starting at the lowest numbered block, so after writing file a, which uses six blocks, the bitmap would change to 1111 1110 0000 0000... . show the bitmap after each of the following actions: a) file b is written, using five blocks; b) file a is deleted; c) file c is written, using eight blocks; d) file b is deleted. (5 points)

Answers

File B is written, using five blocks 1111 1111 1111 0000 is the disk partition is first formatted, the beginning of a free space bitmap.

What is free space bitmap?

Free space bitmap is defined as one technique some file systems employ to keep track of allocated sectors. The bitmap's key benefit is that it can quickly and accurately locate both the initial free block and subsequent free blocks on the disk.

File A is deleted 1000 0001 1111 0000

File C is written, using eight blocks 1111 1111 1111 1100

File B is deleted. 1111 1110 0000 1100

Thus, file B is written, using five blocks 1111 1111 1111 0000 is the disk partition is first formatted, the beginning of a free space bitmap.

To learn more about free space bitmap, refer to the link below:

https://brainly.com/question/23910641

#SPJ1

a standard user attempting to install software or make changes without sufficient permissions places the os in secure desktop mode. what do they need to continue?

Answers

It is to be noted that a standard user attempting to install software or make changes without sufficient permissions places the OS (Operating System) in secure desktop mode. In order to continue, they must enter a User Account Control Password.

What are windows permissions?

When you configure permissions, you tell people what they can and cannot do within a folder, such as save and remove files or create new folders. You are not restricted to one of the normal permissions settings (Full Control, Modify, Read & Execute, List Folder Contents, Read, or Write)

User Account Control (UAC) assists enterprises in deploying a better-managed desktop by preventing malware from destroying a PC. Unless an administrator explicitly grants administrator-level access to the system, UAC programs and tasks always execute in the security context of a non-administrator account.

To disable Windows 10 UAC, just turn it off. Note that this technique puts your ecosystem in danger.

Learn more about Windows Permissions:
https://brainly.com/question/29219075?
#SPJ1

What property of virtualization allows entire virtual machines to be saved as file that can moved or copied like any other file?
a) Isolationb) Hardware Independencec) Partitioningd) Encapsulation

Answers

The property of virtualization that allows entire virtual machines to be saved as files that can move or be copied like any other file is encapsulation. The correct option is d.

What is encapsulation?

Encapsulation is a technique for preventing direct user access to some object components, preventing users from seeing the state values for all of an object's variables.


Because of this, VMs are highly manageable and portable. Like any other software file, a virtual machine (VM) can be copied from one place to another and saved on any storage medium, including storage area networks (SANs) and regular USB flash drives.

Therefore, the correct option is d) Encapsulation.

To learn more about encapsulation, refer to the link:

https://brainly.com/question/29563804

#SPJ1

what are some challenges to software parallelism? (check all that apply) group of answer choices hardware parallelism is not well developed. algorithms must be analyzed to determine parallelizability. interconnection network overhead may outweigh the benefits of implementing parallelism.

Answers

The costs of the interconnection network may outweigh the advantages of using parallelism. To establish if an algorithm is parallelizable, it must be examined.

What kind of algorithm would that be?

The process to do laundry, the way we solve a widely used for solving problem, the ingredients for making a cake, and the operation of a search service are all instances of algorithms.

What is an algorithm's straightforward definition?

An algorithm is the method used to carry out a computation or solve a problem. In either hardware-based or software-based routines, algorithms function as a detailed sequence of instructions that carry out predetermined operations sequentially. All facets of data tech utilise algorithms extensively.

To know more about Algorithm visit :

https://brainly.com/question/15393908

#SPJ4

Of the following similar-sounding items, which one would you likely find on your keyboard?

Answers

Of the following similar-sounding items, which one would you likely find on your keyboard is Caps Lock.

What is a keyboard?

One of the main entry points for a computer is a keyboard. Similar to an electronic typewriter, a keyboard is made up of buttons that can be used to produce letters, numbers, and symbols as well as carry out other tasks. More detailed information and responses to some frequently asked questions concerning the keyboard are provided in the following sections.

More than just typing is possible with a computer keyboard. There are a few more things you can do with a keyboard that is listed below.

Fill either a command line or another CLI with your commands (command-line interface).To complete activities more rapidly, use keyboard shortcuts. As an illustration, press Ctrl+C to copy text and Ctrl+V to paste it somewhere else.

To learn more about a keyboard, use the link given
https://brainly.com/question/26632484
#SPJ4

Complete Question
Of the following similar-sounding items, which one would you likely find on your keyboard?
A. Caps Lock
B. Cap Lock
C. Clip Lock
D. Clap Lock

if jose is using routing on his network, he must assign this address to all of the hosts on the network?

Answers

Jose must assign an IP address to each host on the network. This address should be unique and not conflict with any other addresses on the network. The IP address should also be within the same subnet as the router itself.

What is IP address?
An Internet Protocol address (Ip) is indeed a numerical label that identifies a computer network that employs the Internet communication protocol. An example of such an IP address is 192.0.2.1. Identification of the network interface and location addressing are the two primary purposes of an IP address.

A 32-bit number is what the Internet Protocol Version 4 (IPv4) characterises as an IP address. However, a latest version of IP (IPv6), utilising 128 bits for such IP address, was standardised in 1998 in response to the expansion of the Internet and the exhaustion of IPv4 addresses. Deployment of IPv6 has been ongoing that since middle of the 2000s. Human-readable notations are used to write and display IP addresses, such as 192.0.2.1 for IPv4 and 2001:db8:0:1234:0:567:8:1 for IPv6.

To learn more about IP address
https://brainly.com/question/14219853
#SPJ4

How many possible combinations are there for a 3 digit lock?

Answers

The list of available combinations for this 3-dial lock, which has 3 functions having numbers 0-9 on all, is 1,000.

If repetition is forbidden, the numerals 1, 2, 3, 4, 5, 6, 7, 8, and 9 could be converted into 504 separate three - digit values. Remarkably, the multiplying concept can also be applied to the solution of this query. Seven different values can be assigned to the initial number of a three-digit number: 1, 2, 3, 4, 5, 7, and 9. There are a total of 777=343 possible variations of integers as duplication is permissible. The second figure can possibly incorporate 7 different possibilities, and also the final can have 7 different value systems as well.

Though all 3 digit figures are something that you're seeking, users got Ten possibilities on the first, Ten alternatives for such second, and 10 options for the third, bringing you a total of 10x10x10 = 1000.

To learn more about 3 DIGIT NUMBERS visit here :
https://brainly.com/question/6073713
#SPJ4

you have a computer that runs windows 10. you use windows backup and restore to create a backup image. you need to perform a complete restore of the computer. what are the possible ways to begin the restore?

Answers

Select Control Panel > System and Maintenance > Backup and Restore by performing a right-click on the Start button. Select Create a system image in the left pane, and then go through the wizard's instructions.

A system image backup on Windows 10 is a dated feature that enables you to make a "full backup" to a USB drive. In other words, a full backup is a copy of the entire system disk and secondary drives (if appropriate), which includes all of the files and settings necessary for the installation of Windows as well as all apps, settings, and files. You can restore Windows 10 in the event of a hard drive failure by using the System Image Recovery tool from the Recovery Drive.

Learn more about system here-

https://brainly.com/question/14253652

#SPJ4

There is no ability to check or monitor if your email address was found on the dark web.
a. True
b. False

Answers

The statement " There is no ability to check or monitor if your email address was found on the dark web" is True.

What is the web?

The World Wide Web, or simply "the Web," is an information system that enables users to access papers and other web resources over the Internet. Through web servers, which can be accessed by software like web browsers, documents and downloadable media are made available to the network. Not just scientists had access to the internet before the advent of the world wide web. It unified the globe in a way that facilitated communication, sharing, and information access for everyone. The World Wide Web, sometimes known as the Web, the WWW, or just the Web, is a network of open websites that may be accessed online. The Web is not synonymous with the Internet: it is one of many applications created on top of the Internet.

To learn more about the web, use the link given
https://brainly.com/question/13211964
#SPJ4

in the e-r model, if each entity in a set s can be associated with two or more entities in set t, but each entity in t can be associated with only one entity in s, then the binary relationship from s to t is called

Answers

Binary relationships involve two participants and are defined as such. The number of instances of an entity from a connection that can be linked to the relation is measured by its cardinality.

There may be various numbers of entities on each side of a relationship. For instance, any number of consumers can purchase any number of products, and any number of customers can purchase any number of products. A many-to-many relationship is what this is. A weak entity set connects to other (supporting) entity sets through one or more many-one relationships. By omitting the entity set (DbSet attribute) for the joining table in the CSDL and visual designer, Entity Framework displays many-to-many relationships. Instead, it uses mapping to control this.

Learn more about binary here-

https://brainly.com/question/18502436

#SPJ4

a user has two files open in microsoft word; one is named salary.docx and the other is named pay.docx. when the user makes a change to salary.docx, the pay.docx window updates with the change that was just made to salary.docx. why does this happen?

Answers

Note that where a user has two files open in Microsoft word; one is named salary.docx and the other is named pay.docx. Where the user makes a change to salary.docx, the pay.docx window updates with the change that was just made to salary.docx. This happened because "The pay.docx file is hard linked to the salary.docx file."

What does it mean for two files to be hard-linked?

A hard link is a file system representation of a file in which many paths lead to the same file in the same drive.

The ls -li command is the true litmus test. The inode for each of the two files will be shown by this command. If the inodes match, the files are truly hard links, sharing disk space as well as the inode structure that holds their metadata (owner, permissions, etc.).

rm is the command used to remove a hard link. Remove (unlink) the FILE, according to the rm man page (s). Save this response.

Learn mroe about hard linking:
https://brainly.com/question/14100302
#SPJ1

In what ways can the different forms of communication be enhanced with the aid of technology.

Answers

Technology can enhance the communication by making it faster.

How technology affects communication?

Technology has changed everything in modern society. The way we communicate has been revolutionized by the advancement of new innovations in the telecommunications industry. Easily connecting with others is more possible in today's world, and that's because of the speed.

Centuries ago, books and newspapers reigned as the only choice of communication. Later, innovators brought radio and television before innovation took off with the arrival of the personal computer. With each new innovation, reliance on books as a means of mass communication continues to decrease. Over time, human culture has come to understand the forces and mechanisms involved in technology and invention. In today's world, information has permeated cycles of change and development.

Learn more about technology in communication https://brainly.com/question/18680753

#SPJ4

A website that relies heavily on word of mouth might consider including what element on its website.

Answers

A website that relies heavily on word of mouth might consider including link to social media accounts on its website.

What is website?

A website is a collection of web pages and related content that are identified by a common domain name and published on at least one web server. All publicly accessible web pages together form the World Wide Web. There are also private websites that can only be accessed on a private network, such as the company's internal website for its employees.

Websites are often dedicated to a specific topic or purpose, such as news, education, business, entertainment, or social networking. Hyperlinks between web pages guide website navigation, usually starting with the home page. Users can access websites on a variety of devices, including desktops, laptops, tablets, and smartphones. The application used on these devices is called a web browser.

Learn more about website https://brainly.com/question/28431103

#SPJ4

________ uses a dedicated connection between two points with the connection remaining active for the duration of the transmission.

Answers

Circuit switching uses a dedicated connection between two points with the connection remaining active for the duration of the transmission.

What is circuit switching?

Circuit switching is is a network that allocates a dedicated circuit between nodes and terminals for users to communicate with.

Dedicated circuits cannot be used by other users until they are disconnected, and new connections can be made. Even if no communication takes place on a dedicated circuit, the channel remains unusable by other users. The channel that can be used for new telephone connections is called the idle channel.

Learn more about network here:

brainly.com/question/29514444

#SPJ4

bill has parkinson's disease and often experiences uncontrollable shaking. bill's lack of control over his motor movements is caused by low levels of the neurotransmitter:

Answers

Bill's lack of control over his motor movements is caused by low levels of the neurotransmitter dopamine.

What is Parkinson's disease?

Parkinson's or Parkinsonism is brought on by a decline in dopamine levels in the brain. The most noticeable Parkinson's disease signs and symptoms are when the nerve cells in the basal ganglia of the brain, which control movement, are damaged or killed.

The brain cells that produce dopamine slowly deteriorate because, without it, the cells that regulate movement cannot properly communicate with the muscles.

Therefore, low levels of the neurotransmitter dopamine are the root cause of Bill's inability to control his motor actions.

To learn more about Parkinson's disease, refer to the link:

https://brainly.com/question/13508690

#SPJ1

Question 1 of 20
"Once a business operations analysis is completed and change needs to
occur, many businesses will create a _________ that includes information
technology. A__________ is a long-term plan of action created to achieve a
certain goal." Which of the following answers fits into both blanks?
A. communication plan
B. business strategy
C. scheduling plan
D. technology strategy

Answers

Answer:

B.Business strategy

Explanation:

The lesson separates all conflicts into three different categories. From the following list, select the three categories of conflict as defined in the lesson.

Answers

Task conflict, interpersonal conflict, and process conflict are the three different types of conflict. Conflict that arises between two groups—intergroup and intragroup conflict—is referred to as dyadic conflict.

What lesson separates all conflicts into three different?

Conflict can come in three main forms: task conflict, interpersonal conflict, and process conflict. The phrase “dyadic conflict” refers to disagreement that occurs between two groups, also known as “intergroup and intergroup conflict.”

Conflict provides the intensity that all stories require. Conflict also advances the plot. It is frequently used to highlight the goals, motivations, and character faults of characters while also shedding light on the deeper meaning of a narrative.

Learn more about Conflict here:

https://brainly.com/question/17085630

#SPJ1

Answer:

Based on the information provided, the three categories of conflict as defined in the lesson are:

Differences in opinion as to what the project should be about

Differences in opinion surrounding who is in charge

Differences in goals or expectations

which of the following actions occur at the beginning of an iteration of the data step? a. the automatic variables n and error are incremented by one. b. the values of variables created in programming statements are re-set to missing in the program data vector.

Answers

Answer:

Option (A)

Explanation:

The DATA step begins with a DATA statement. Each time the DATA statement executes, a new iteration of the DATA step begins, and the _N_ automatic variable is incremented by 1. SAS sets the newly created program variables to missing in the program data vector (PDV).

What property of virtualization allows entire virtual machines to be saved as file that can moved or copied like any other file?
Isolation
Hardware Independence
Partitioning
Encapsulation

Answers

Property of virtualization that allows entire virtual machines to be saved as file that can moved or copied like any other file is known as encapsulation

What is encapsulation?

Encapsulation describes the concept of ​​encapsulating information and the strategies that perform on that information right into a single unit, like a class in Java. This idea is likewise frequently used to cover the internal representation or state of an object from the outside. This is called information hiding.

The general concept of ​​this mechanism is simple. For example, you've a property that is not visible from outside an object. You bind it to methods that provide read or write access. Encapsulation lets in you to hide specific information and control access to an object's internal state.

Lean more about encapsulation https://brainly.com/question/29107336

#SPJ4

How do you expand a small window?

Answers

Answer: Get a new one...

Explanation: Use your brain...

risc architectures generally have fewer, simpler instructions that run faster than cisc instruction. group of answer choices true false

Answers

Yes, it's true, RISC architectures generally have fewer, simpler instructions that run faster than CISC instructions  Due to their streamlined instruction set, RISC computers frequently perform two to four times better than CISC processors.

Also due to a smaller instruction set, this design requires less chip area. Although CISC uses less memory and a compiler, the more complicated hardware needed to implement the complex instructions makes it more expensive. The processor's instruction set is condensed in RISC architecture to speed up execution. It uses a limited number of highly optimized instructions, most of which are register-to-register operations. A reduced number of instructions is used, which speeds up the execution.

This executes any instruction using the pipeline mechanism. The fetch, decode, and execute steps of instruction can all be completed by the processor at once thanks to the pipelining technique. The graphic below demonstrates how to use the pipelining approach as instructed.

To learn more about RISC click here:

brainly.com/question/12947404

#SPJ4

alice would like to send a message to bob using a digital signature. what cryptographic key does alice use to create the digital signature?

Answers

When a cybersecurity resilience Mary Alice is asked to assist in creating an outline of steps to be taken in the case of a large it incident or an occurrence that directly affects it, disaster recovery is being planned.

An organization's comprehensive disaster recovery (DR) strategy outlines in great detail how to deal with unanticipated events including natural disasters, power outages, cyberattacks, and other disruptive occurrences. The strategy includes tactics for reducing disaster consequences so that an organization can carry on with its operations or swiftly resume critical ones.

Disruptions can result in lost sales, harm to a company's reputation, and disgruntled clients; the longer it takes to recover, the more detrimental the effect on the company's bottom line. Consequently, a good catastrophe. Therefore, regardless of the cause of the disruption, a strong disaster recovery strategy should enable quick recovery.

To learn more about cybersecurity click here:

brainly.com/question/27560386

#SPJ4

you are having problems with your windows 10 computer. you decide to start the computer by using the enable boot logging option on the advanced boot options menu. where can you find the log file that is created?

Answers

Utilize the System Image Recovery tool after starting the machine from the Windows 10 DVD.

When using Windows 10, you cannot start the operating system in safe mode by using the F8 key, in contrast to Windows 7 and Windows XP. In Windows 10, there are additional methods to launch safe mode and other startup settings. Use the media creation tool from Microsoft. You can make a bootable USB drive using Microsoft's dedicated tool and download the Windows 10 system image, often known as an ISO. Windows 10's Task Manager is a sophisticated tool that offers a number of tabs that let you keep an eye on the programs, processes, and services that are currently running on your computer.

Learn more about system here-

https://brainly.com/question/14253652

#SPJ4

______ is a technique in which data are gathered about individuals and used to serve up personalized messages to prospective voters.

Answers

In the process of microtargeting, information about specific people is acquired and utilized to provide tailored messages to potential voters.

What happens to deleted texts?

Text messages are stored by the operating system for Android there in phone's ram, so if they are erased, there is no way to get them back. However, you may download a text backups program from the Play store and use it to restore any lost texts.

Why are my mails failing to send?

Typical causes of SMS message failures include the following: Unable to contact the intended handset. Text is really not allowed by the destination phone number. The Text message is longer than the allotted 160 characters.

To know more about Messages visit:

https://brainly.com/question/26928820

#SPJ4

Other Questions
how do p waves and s waves from an earthquake reach new, distant locations around earths surface roy cohn refuses to be known as someone with aids. he threatens his doctor by saying that he is going to tell everyone he has what instead? if a customer chooses not to keep a defective shipment of garments or shoes, at best you may be able to negotiate a quick replacement. at worst, you receive a canceled order. if procurement is able to keep track of the loss gross margins that defective product returns has on profitability, this is an example of how purchasing affects which value dimension? innovation agility quality delivery In what 4 ways did Islam spread? What is the product of the reaction of bromoethane with each of the following nucleophiles? a. CH3CH2CH2O b. CH3CC- c. (CH3)3N d. CH3CH2S- Because his 1903 film, The Great Train Robbery, tells a narrative story, this directoris commonly referred to as "the father of the story film." Who is he? to calculate the expected risk premium on a stock, one must subtract the ________ from the stocks expected return. 13. Here is the motive:What variation technique is used to develop the motive in measures 17 - 20? C. The use of the budget is a major component of American domestic policy.War powers is a major component of American foreign policy. Use thefollowing concepts to offer insight into both American foreign and domesticpolicy: fiscal policy and AUMF.Please please answer this question and I will rate you and like it please try to write at least 2 paragraph. Thanks a.) consider an n x n matrix A with the property that the row sums all equal the same number s. show that s is an eigenvalue of A. (hint: find an eigenvector)b.) consider n x n matrix A with the property that the columns sums all equal th same number s. show that s is an eigenvalue of A. In the united states, the opportunistic infection most often seen in people with hiv infection is? a steady current i flows down a long cylindrical wire of radius a. (a) find the magnetic field, both inside and outside the wire, if all the current is uniformly distributed over the outside surface of the wire only. (b) find the magnetic field, both inside and outside the wire, if the current is distributed in such a way that the current density j is proportional to Two in-phase speakers 2.0 m apart in a plane are emitting 1800 Hz sound waves into a room where the speed of sound is 340m/s . Is the point 4.0m in front of one of the speakers, perpendicular to the plane of the speakers, a point of maximum constructive interference, perfect destructive interference, or something in between? pick one of those 3 and say why: 1) This is the point of maximum constructive interference. 2) This is the point of perfect destructive interference.3) This point is something between maximum constructive interference and perfect destructive interference. Pedro has a balance of $5810 on a credit card with an APR of 16.2%. Payingoff his balance in which of these lengths of time will result in him paying theleast amount of interest?O 1 Month2 Months3 Months4 Months a certain star is 3.6 x 10^2 light years from the earth. one light year is about 5.9 x 10^12 miles how far from the earth in miles is the star PLEASE HELP MEEEEEEE, GIVING 30 POINTS IF YOU SOLVE (MY THRID TIME REPOSTING THIS) A rental car company charges $40.50 per day to rent a car and $0.15 for every mile driven. Elizabeth wants to rent a car, knowing that: She plans to drive 125 miles. She has at most $210 to spend. Write and solve an inequality which can be used to determine x, the number of days Elizabeth can afford to rent while staying within her budget. A majority of economists believe that in the long run, real economic variables and nominal economic variables behave independently of one another. For example, an increase in the money supply, a nominal variable, will cause the price level, a nominal variable, to increase but will have no long-run effect on the quantity of goods and services the economy can produce, a nominal variable. The distinction between real variables and nominal variables is known as ______ Bernard and Elaine Zapatha (Zapathas) entered into a franchise agreement with Dairy Mart, Inc. (Dairy Mart). The agreement described the responsibilities of both Dairy Mart and the Zapathas to the franchise. The agreement also contained a franchise termination provision. The termination provision allowed either party, after twelve months, to terminate the agreement without cause on ninety days written notice. The Zapathas understood the contract terms and declined the opportunity to have a lawyer review it before signing. A few years later, Dairy Mart presented a new contract to the Zapathas for execution. Some of the terms were less favorable to the Zapatas when compared with the earlier agreement. The Zapathas declined to sign the new agreement. Dairy Mart then gave written notice to the Zapathas that their contract would be terminated in ninety days pursuant to the agreement both parties signed. The Zapathas sued Dairy Mary to prevent termination of the franchise agreement, alleging that Dairy Mart acted in bad faith and the termination contract provision should not be enforced. a school show had ticket sales of $1345 the first night and $935 the second night. 180 student tickets were sold and 110 adult tickets were sold on the first night. 100 student tickets were sold and 90 adult tickets were sold. find the price of a student ticket.: * a) $5.75 b) $8.75 c) $6.50 d) $3.50 e) $7.50 explain how an increase in u.s. and canadian intraindustry trade altered the level of productivity in the affected canadian sector. what were canada's motives for proposing and signing the canadian-u.s. free trade agreement?