database access frequencies are estimated from: transaction volumes. user logins security violations. random number generation

Answers

Answer 1

Database access frequencies are estimated from transaction volumes. Option A is the correct answer.

Database access frequencies, which represent how often data is accessed or queried in a database, are typically estimated based on transaction volumes. Transaction volumes refer to the number of interactions or operations performed on the database, such as insertions, updates, and retrievals. By analyzing the transaction volumes, database administrators and analysts can gain insights into the frequency and patterns of data access.

This information is valuable for optimizing database performance, resource allocation, and identifying areas where improvements can be made to enhance overall efficiency.

Option A is the correct answer.

You can learn more about Database at

https://brainly.com/question/518894

#SPJ11


Related Questions

Phase One Start by building an 8-bit ALU using Logisim. This ALU can implement 16 instructions on 8-bit operands. We would suggest the following minimum list of instructions: Arithmetic addition Increment Decrement Comparison (with 3 outputs: one for equals, one for less than and one for greater than) Logic bitwise Not Logic bitwise And Logic bitwise Or Register right logic shift Register left logic shift In addition to these nine instructions, please suggest ve more instructions that the ALU can implement for a total of 14 instructions (we are reserving 2 instructions for branching). Justify the importance of the ve instructions you added in a Word doc to submitted as part of this assignment. Label these instructions as 'Phase One.' After you've suggested and justied your ve suggested instructions, please build at least the nine above-mentioned operations as blocks in Logisim.

Answers

The five additional instructions for the 8-bit ALU are:

Bitwise XOR - For logical operations on binary data.Clear register - To reset a register's value to zero.Load immediate - For loading a constant value into a register directly.Rotate left - Shifts bits to the left and wraps them around.Rotate right - Shifts bits to the right and wraps them around.

Here are five additional instructions that can be implemented in the 8-bit ALU, along with their justifications:

Bitwise XOR (exclusive OR): This instruction is important for performing logical operations on binary data. XOR allows for toggling or flipping specific bits, which is useful in various applications such as data encryption and error detection.Clear register: The clear register instruction resets the value of a register to zero. This is valuable for initializing registers before performing calculations or clearing data when needed, ensuring accurate and predictable results.Load immediate: This instruction enables loading a constant value directly into a register. It eliminates the need for multiple instructions to load immediate values, improving efficiency and reducing program sizeRotate left: The rotate left instruction shifts the bits of a register to the left, moving the leftmost bit to the rightmost position and wrapping the shifted bits around. This operation is beneficial for circular shifting and bitwise rotation in various algorithms and data processing tasks.Rotate right: Similar to the rotate left instruction, rotate right shifts the bits of a register to the right, wrapping the shifted bits from the rightmost position to the leftmost position. This operation is valuable for symmetric bit manipulation and circular shifting.

Implementing these additional instructions enhances the ALU's functionality by providing more operations for data manipulation, initialization, and bitwise rotation, expanding its capabilities in various computational tasks.

For more such question on ALU

https://brainly.com/question/7994884

#SPJ8

A large part of Kelly's job with a software development company is to monitor the servers to ensure that they are not overloaded by the computers that are connected to them. Kelly holds the position of __________ in the organization. Infrastructure Manager Database Administrator Support Analyst Network Administrator

Answers

Kelly holds the position of Network Administrator in the software development company.

As a Network Administrator, Kelly is responsible for monitoring and managing the company's network infrastructure, including the servers. One of Kelly's key responsibilities is to ensure that the servers are not overloaded by the computers connected to them.

In this role, Kelly is tasked with implementing and maintaining network security measures, troubleshooting network issues, and optimizing network performance.

Kelly monitors network traffic and server performance to identify potential bottlenecks or signs of overload. By analyzing network usage patterns and implementing appropriate network management techniques, Kelly ensures that the servers operate smoothly and efficiently.

Furthermore, Kelly collaborates with other IT professionals, such as system administrators and database administrators, to ensure the overall stability and reliability of the company's infrastructure.

Kelly may also participate in the planning and implementation of network upgrades and expansions to support the growing needs of the organization.

Overall, as a Network Administrator, Kelly plays a crucial role in maintaining the stability, performance, and security of the company's network infrastructure, specifically focusing on preventing server overload caused by connected computers.

For more such questions on Network Administrator,click on

https://brainly.com/question/29462344

#SPJ8

why organization keep documents in word format and publish them in pdf format?

Answers

Organizations keep documents in Word format and publish them in PDF format because of the following reasons: Reasons to keep documents in Word format1. Easy to edit: Word documents are designed to be edited. They can be opened, edited, and saved with ease.2.

Formatting: Word documents offer a wide range of formatting options. The formatting options are easier to use than in other formats.3. Collaboration: Word documents can be shared and edited by many people. Multiple authors can work on the document simultaneously. Reasons to publish documents in PDF format1. Preserves formatting: PDF documents preserve the formatting of the original document.

They are designed to ensure that the document appears the same regardless of the device it is viewed on.2. Security: PDF documents can be secured by password or digital signature. This ensures that the document is not altered by unauthorized people.3. Size: PDF documents are smaller in size compared to Word documents. This makes them easier to transfer over the internet.

Learn more about Word format at https://brainly.com/question/31983788

#SPJ11

which configuration file should you edit to enable pluggable authentication modules (pam) to check for a file named /etc/nologin?

Answers

To enable pluggable authentication modules (pam) to check for a file named /etc/nologin, you will need to edit the /etc/pam.d/login configuration file.

This file contains the PAM configuration for the login service. To begin, open the /etc/pam.d/login file in a text editor such as vi or nano. Then, find the line that starts with auth and includes the pam_nologin module. This line should look something like this:
auth required pam_nologin.so
Next, add the following line after the pam_nologin line:
auth required pam_env.so
This will allow the system to check for the /etc/nologin file and prevent users from logging in if it exists.
Save the changes to the file and exit the editor. The PAM configuration should now be updated and the system will be able to check for the /etc/nologin file when a user attempts to log in.
In summary, to enable PAM to check for the /etc/nologin file, you will need to edit the /etc/pam.d/login configuration file and add the pam_env.so module after the pam_nologin line. This will allow the system to prevent users from logging in if the /etc/nologin file exists.

Learn more about PAM :

https://brainly.com/question/29981449

#SPJ11

Amazon.com purchases flat screen computer monitors from HP for $275.59 and sells them for $449.99. What is the amount of markup?

Answers

Answer: 82%

Explanation:

$ 449.99- $ 275.59= % 224.40

$ 224.40/ $ 275.59*100= 81.4253057078

you've finished programming the app! Now your company has to decide whether to use an open source
license or proprietary license. explain which one you would choose and why.​

Answers

Answer:

Proprietary License gives you full ownership and trademark/patent opportunites. Open source allows for code donation and a community based development for your app. Generally speaking, if your a private entity creating an app for a client, you'll need the Proprietary Licence, which will allow you to sell the codebase to your client.

If your creating an app for your company as itself, you go either way, sell the license in licensing agreements, or have your companies community contribute and better your app from the inside.

Its entirely based on the agreements you set for the app.

Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.

Answers

Answer:

I am using normally using conditions it will suit for all programming language

Explanation:

if(minimum){

hours=10

}

What is the purpose of a web server? What is the purpose of a web browser?

Answers

Answer: the purpose of a web browser is to help answer and needed questions, and to get to sites.

Explanation:

Which of the following is administrative metadata for a digital
book?
Copyright information
subjects that are present in a book (e.g.Red pandas)
Page numbers of a book
Locations depicted on a website

Answers

Administrative metadata for a digital subject may include the rights, file format, and creation date of the subject. One example of administrative metadata for a digital subject is the locations depicted on a website. Another example of administrative metadata for a digital subject that is present in a book (e.g. Red pandas) is the ISBN number of the book.

Metadata is information that describes and gives context to other data. Metadata is divided into three categories: administrative metadata, technical metadata, and descriptive metadata.Administrative metadata comprises information regarding the management of the content, such as rights, file format, and creation date. Technical metadata, on the other hand, describes the technical characteristics of the digital material, such as resolution, sampling rate, and data compression. Descriptive metadata describes the characteristics of the digital material that assist with its discovery and use. It includes data like the title, creator, and keywords of the digital material.Administrative metadata for a digital subject that is present in a book (e.g. Red pandas) includes the ISBN number of the book. Meanwhile, for digital subjects on a website, the administrative metadata may include the locations depicted on the website.

Know more about metadata, here:

https://brainly.com/question/31500586

#SPJ11

Select the correct answer.
Pedro has started an online food-ordering website. What should Pedro ask his customers to do to prevent fraudulent actions?
A
B.
Ask customers to opt for cash on delivery only.
Ask customers to avoid uploading anything about his website on social media.
Ask customers to use strong passwords to protect their accounts.
C.
D.
Ask customers to order only for the minimum value.
Reset
Next​

Answers

Answer:

ask customers to use strong passwords to protect their accounts

The answer is B, for sure

what is a spreadsheet​

Answers

a spreadsheet function that indicates the average of a group of numbers in a range.

convert the decimal number 191 into an binary number

Answers

Answer:

Binary: 10111111

Explanation:

You are required to write a program which will convert a date range consisting of two
dates formatted as DD-MM-YYYY into a more readable format. The friendly format should
use the actual month names instead of numbers (eg. February instead of 02) and ordinal
dates instead of cardinal (eg. 3rd instead of 03). For example 12-11-2020 to 12-11-2022
would read: 12th of November 2020 to 12th of November 2022.
Do not display information that is redundant or that could be easily inferred by the
user: if the date range ends in less than a year from when it begins, then it is not
necessary to display the ending year.
Also, if the date range begins in the current year (i.e. it is currently the year 2022) and
ends within one year, then it is not necesary to display the year at the beginning of the
friendly range. If the range ends in the same month that it begins, then do not display
the ending year or month.

Rules:
1. Your program should be able to handle errors such as incomplete data ranges, date
ranges in incorrect order, invalid dates (eg. 13 for month value), or empty values
2. Dates must be readable as how they were entered

Answers

The program which will convert a date range consisting of two dates formatted as DD-MM-YYYY into a more readable format will be:

from datetime import datetime

def convert_date_range(start_date, end_date):

   start_date = datetime.strptime(start_date, '%d-%m-%Y')

   end_date = datetime.strptime(end_date, '%d-%m-%Y')

   return f"{start_date.strftime('%B %d, %Y')} - {end_date.strftime('%B %d, %Y')}"

# Example usage:

start_date = '01-04-2022'

end_date = '30-04-2022'

print(convert_date_range(start_date, end_date))  # Output: April 01, 2022 - April 30, 2022

How to explain the program

In this code example, we first import the datetime module, which provides useful functions for working with dates and times in Python. Then, we define a function called convert_date_range that takes in two arguments, start_date and end_date, which represent the start and end dates of a range.

Inside the function, we use the datetime.strptime() method to parse the input dates into datetime objects, using the %d-%m-%Y format string to specify the expected date format. Then, we use the strftime() method to format the datetime objects into a more readable string format, using the %B %d, %Y format string to produce a string like "April 01, 2022".

Learn more about program on:

https://brainly.com/question/1538272

#SPJ1

Express 42 as a product  of its prime factor​

Answers

The only way to write 42 as the product
of primes.

Except to change the order of the factors is
2 × 3 × 7. We call 2 × 3 × 7 the prime factorization of 42.
The only way to write 42 as the product of primes (except to change the order of the factors) is 2 × 3 × 7. We call 2 × 3 × 7 the prime factorization of 42.

There are some processes that need to be executed. Amount of a load that process causes on a server that runs it, is being represented by a single integer. Total load caused on a server is the sum of the loads of all the processes that run on that server. You have at your disposal two servers, on which mentioned processes can be run, Your goal is to distribute given processes between those two servers in the way that, absolute difference of their loads will be minimized. Write a function: class solution { public int solution(int[] A); } (JAVA) that, given an array of A of N integers, of which represents loads caused by successive processes, the function should return the minimum absolute difference of server loads. For example, given array A such that:


A[0] = 1

A[1] = 2

A[2] = 3

A[3] = 4

A[4] = 5


Your function should return 1. We can distribute the processes with loads 1,2,3,4 to the first server and 3,5 to the second one, so that their total loads will be 7 and 8, respectively, and the difference of their loads will be equal to 1

Answers

The Java code that solves this problem has been written in  the space below

How to write the Java code

public class Solution {

   public int solution(int[] A) {

       int totalLoad = 0;

       for (int load : A) {

           totalLoad += load;

       }

       int server1Load = 0;

       int server2Load = totalLoad;

       int minAbsoluteDifference = Integer.MAX_VALUE;

       for (int i = 0; i < A.length - 1; i++) {

           server1Load += A[i];

           server2Load -= A[i];

           int absoluteDifference = Math.abs(server1Load - server2Load);

           minAbsoluteDifference = Math.min(minAbsoluteDifference, absoluteDifference);

       }

       return minAbsoluteDifference;

   }

}

Read mroe on Java code here https://brainly.com/question/25458754

#SPJ1

Jenny wants to create a network that can be accessed from any room in her house without physically connecting. Which type of network medium should she use?
A. Coaxial
B. Infrared
C. Twisted pair
D. Wireless

Answers

Answer:

D. Wireless

Explanation:

Jenny should opt for the wireless method out of all choices. This is be cause wireless network enables the user to access and use the network from anywhere in radius to the network without a physical connection.

Which of the following methods causes the next slide to be displayed during a slide show? Select all the options that
apply.

A. Click the left mouse button.
B. Press SPACEBAR.
C. Press ESC.
D. Click the right mouse button.

Answers

B (spacebar) and D (right mouse button)

For the next slide to display during a slide show, always click the left mouse button and press spacebar. That is options A and C.

What is a computer slide show?

A computer slide show is a presentation of an information using the application software called power point presentation.

These information are represented as a slide show which is showing a single screen of information.

Input devices such as the keyboard and the mouse are used to navigate through these slides.

Therefore, for the next slide to display during a slide show, always click the left mouse button and press spacebar on the keyboard.

Learn more about keyboards here:

https://brainly.com/question/26152499

how can a robot differentiate between positive or negative product reviews?

Answers

Answer:

Some of the sites have the rating system for example 3 stars, or the bot has a feature that can capture keywords that include a list of possible indicator that it is a negative review. For example if a user review includes a word "bad" or "horrible" the bot will flag that as a negative review.

Please give brainliest.

What is the highest numeral in a binary code?

Answers

Answer:

The highest numeral in binary code is 1

In binary, you can only have 1s and 0s

if you're asking for the biggest number that can be represented, it's 255, which is 11111111. (this is 8 1s)

Explanation:

Is this a trick question? lol

May I have brainliest please? :)

Bayley wants to connect a new external hard drive to his Windows PC. He wants the fastest connection type available because he plans to edit video directly to and from the external hard drive. Which connection type should Bayley use to get the fastest connection possible?
A. USB 3.0.
B. Thunderbolt 3.
C. eSATA v2.
D. Lightning connection.

Answers

Answer:

C

Explanation:

i think

What are two factors that must be considered when choosing a computer case? (Choose two.)
a. the size of the monitor
b. the speed of the memory
c. the number of internal drive locations
d. the size of the motherboard and the power supply
e. the number of LED indicators at the front of the case

Answers

Two factors that must be considered when choosing a computer case are: c. the number of internal drive locations, d. the size of the motherboard and the power supply.

When choosing a computer case, two factors that must be considered are:

c. The number of internal drive locations: This factor determines the capacity and expandability of the computer case to accommodate hard drives, solid-state drives, and other storage devices. It is important to consider the number of drive bays available in the case to ensure sufficient storage options for present and future needs.

d. The size of the motherboard and the power supply: The computer case must be compatible with the size of the motherboard you plan to use. Different form factors, such as ATX, Micro-ATX, or Mini-ITX, require different case sizes. Additionally, the power supply should also fit properly within the case. It is crucial to check the compatibility of the case with the motherboard size and the power supply form factor to ensure a proper fit and functionality.

The other options, a. the size of the monitor and e. the number of LED indicators at the front of the case, are not directly related to the choice of the computer case. The size of the monitor is determined separately based on personal preferences and requirements for the display size. The number of LED indicators is more related to the aesthetics and visual appearance of the case rather than its functionality and compatibility with components.

Know more about the computer case click here:

https://brainly.com/question/28145807

#SPJ11

write a program that accepts as input: the loan amount the interest rate per year the monthly payment. (enter the interest rate as a percentage. for example, if the interest rate is 7.2% per year, then enter 7.2.)

Answers

Below is the program written in Python 3.10 that accepts the following items as inputs: the loan amount, the interest rate per year, and the monthly payment.

the_loan_amount = float(input('Loan amount: '))

the_interest_rate = float(input('The interest rate: '))

the_monthly_payment = float(input('The monthly payment: '))

Input in Python Programming

You can make Python code to accepts input from the user by creating a variable to store the input using this syntax:

the_variable = float(input('Enter the item: ')

When you expect a float number (numbers with points) as input you can use float type. These variables are different from integer type variables which come with syntax 'int'.

Learn more about programming language https://brainly.com/question/16397886

#SPJ4

Select the correct answer.
Linda is making handouts for her upcoming presentation. She wants the handouts to be comprehensible to people who do not attend her
presentation. Which practice should Linda follow to achieve this goal?
OA.
OB.
OC.
OD.
provide a summary of the presentation
make the handouts more image-oriented
speak in detail about each topic
provide onlya printout of the slideshow


Can someone please help me with this class b4 I lose my mind
Amos: xoxo_11n

Answers

Answer:

OA

Explanation:

I took this quiz

Explain how to accept a spelling correction suggested by the Spelling task pane: ​

Answers

Click the correct spelling Suggestions list in the Editor's pane. Hope this helped!

1. What is the difference between operating systems and application software? (1 point)

Answers

The main difference between operating system and application software is that an operating system is a system software that works as the interface between the user and the hardware while the application software is a program that performs a specific task. This software assists the tasks of the system

What can cause camera shock?

Answers

The flash of the camera

describe the process of stp from implementation to convergence.

Answers

Spanning Tree Protocol (STP) is a networking protocol that was created to prevent network loops in a Layer 2 switched network. STP helps in controlling the flood of traffic in a switched network by organizing the network topology. In this regard, the process of STP from implementation to convergence involves a series of steps as described below:

Step 1: STP Implementation

The first step in the process of STP implementation is to enable STP on all switches in the network. This ensures that all switches can participate in the STP process. After enabling STP on all switches, the switches must then be configured with a unique Bridge ID.

Step 2: Root Bridge Election

The next step is to elect a Root Bridge. The Root Bridge is the most important bridge in the STP topology as it provides the basis for the entire network's logical topology. To elect the Root Bridge, the switches compare their Bridge IDs, with the switch with the lowest Bridge ID being elected as the Root Bridge.

Step 3: Calculating Path Costs

The next step is to calculate the path costs from each switch to the Root Bridge. Path costs are calculated by adding the cost of each link between a switch and the Root Bridge.

Step 4: Determining the STP Topology

Using the Root Bridge and the path costs, STP then determines the topology of the network. STP calculates the shortest path from each switch to the Root Bridge, and blocks any redundant links.

Step 5: STP Convergence

After STP has determined the topology of the network, it then begins to converge. During convergence, switches change their port states until all ports are either in the forwarding or blocking state.

In conclusion, STP is an essential protocol for maintaining a stable and efficient network. By following the above process, STP helps prevent network loops and ensures that traffic flows efficiently throughout the network.

To know more about maintaining  visit:

https://brainly.com/question/28341570

#SPJ11

You want to find readymade cards that address typical questions about how users are interacting with your app or website. which section do you go to in order to find this?

Answers

REPORTS

Your website's performance is measured in your report, which includes page views, signups, and the conversion rate for e-mail marketing subscriptions. Use data from your website's report to track traffic and see how users engage with your site.

In addition to providing an overview of site traffic, a report should also include traffic, engagement, and conversion by source. Separate organic search, paid search, display advertising, social media referrals, and other channels based on their volume and success.

General Step to Report

Go to Insights » Reports » Overview to get started. Here you may obtain an overview of your website's traffic and overall performance. Scrolling down will reveal the Device Breakdown report, which indicates which devices your website visitors use to access it.

Learn more about part of the website here:

https://brainly.com/question/19627960

#SPJ4

Q4 - The folder Stock_Data contains stock price information (open, hi, low, close, adj close, volume) on all of the stocks listed in stock_tickers.csv. For each of the stocks listed in this file, we would like to compute the average open price for the first quarter and write these results to new csv called Q1_Results.csv.

a)First read the 20 stock tickers into a list from the file stock_tickers.csv

b) Next, create a dictionary where there is a key for each stock and the values are a list of the opening prices for the first quarter

c)The final step is writing the result to a new csv called Q1_results.csv

Answers

The Python code reads stock tickers from a file, calculates the average opening prices for the first quarter of each stock, and writes the results to "Q1_Results.csv".

Here's an example Python code that accomplishes the tasks mentioned:

```python

import csv

# Step a) Read stock tickers from stock_tickers.csv

tickers = []

with open('stock_tickers.csv', 'r') as ticker_file:

   reader = csv.reader(ticker_file)

   tickers = [row[0] for row in reader]

# Step b) Create a dictionary with opening prices for the first quarter

data = {}

for ticker in tickers:

   filename = f'Stock_Data/{ticker}.csv'

   with open(filename, 'r') as stock_file:

       reader = csv.reader(stock_file)

       prices = [float(row[1]) for row in reader if row[0].startswith('2022-01')]

       data[ticker] = prices

# Step c) Write the results to Q1_Results.csv

with open('Q1_Results.csv', 'w', newline='') as results_file:

   writer = csv.writer(results_file)

   writer.writerow(['Stock', 'Average Open Price'])

   for ticker, prices in data.items():

       average_open_price = sum(prices) / len(prices)

       writer.writerow([ticker, average_open_price])

```

In this code, it assumes that the stock tickers are listed in a file named "stock_tickers.csv" and that the stock data files are stored in a folder named "Stock_Data" with each file named as the respective stock ticker (e.g., "AAPL.csv", "GOOGL.csv").

The code reads the stock tickers into a list, creates a dictionary where each key represents a stock ticker, and the corresponding value is a list of opening prices for the first quarter. Finally, it writes the results to a new CSV file named "Q1_Results.csv", including the stock ticker and the average open price for the first quarter.

Please note that you may need to adjust the code based on the specific format of your stock data CSV files and their location.

To learn more about tickers, Visit:

https://brainly.com/question/13785270

#SPJ11

What is the very first step that should be taken when performing work with a computer?
A. You should back up any important data.
B. You should ground yourself.
C. You should power down the system and unplug it.
D. The components should be removed.

Answers

Answer: A back up data.

Explanation:

Other Questions
even with cause-related marketing, brand marketers must show that their efforts yield sufficient return on investment or meet other objectives to make it worthwhile. question 29 options: true false How many formula units are in 9.8 grams of calcium hydroxide? The Drop down Boxes are Equal and not Equal the nurse is teaching the parent of a 2-year-old about age-appropriate toys. which would be of most interest plus stimulating to the growth and development? g Rhodopsin is most sensitive to light with a vacuum wavelength of 500 nm . Does this light have a higher, lower, or the same frequency as the peak frequency of the vent radiation Find the future value of a $20,000 annual income stream if it is invested immediately as it is received into an account paying 11 % interest compounded continuously for 15 years. BRAINLIEST IF CORRECT: A ferry boat departed from port and traveled at a rate of 10 miles per hour at an angle 30 degrees north of east across a large river.If the current is flowing at a rate of 4 miles per hour straight south, what is the speed and direction of the boat inn the water?____: miles per hour____: degrees north of east factors that may cause tugela river to become periodic Match the names of the microscope parts in column A with the descriptions in column B. Place the letter of your choice in the space provided.Column A Column Ba. Adjustment knob (coarse) _______ 1. Increases or decreases the light intensityb. Arm _______ 2. Platform that supports a microscope slidec. Condenser _______ 3. Concentrates light onto the specimend. Eyepiece (ocular) _______ 4. Causes stage (or objective lens) to move upward or downwarde. Field of view _______ 5. After light passes through the specimen, it next enters this lens systemf. Iris diaphragm _______ 6. Holds a microscope slide in positiong. Nosepiece _______ 7. Contains a lens at the top of the body tubeh. Objective lens system _______ 8. Serves as a handle for carrying the microscopei. Stage _______ 9. Part to which the objective lenses are attachedj. Stage (slide) clip _______ 10. Circular area seen through the eyepiece wind is the horizontal movement of air caused by differences in air pressure | true or false a typical u.s. senator group of answer choices knows at least a little about many different policy issues. knows a lot about one or two policy issues and not much about others. is a policy specialist. is likely to be appointed committee assignments based strictly on politics. Katniss volunteers as tribute for her sister, Prim. Would you volunteer foryour little sister (or brother, or older sibling, or friend)? Why or why not?What does it tell you about Katniss? Your answer should be at least 2paragraphs, with 4-6 sentences for each paragraph. If 2000 mL is infused over 7 days, what is the flow rate (gtts/min)? The calibration of the tubing is 15 gtts/mL. (Round to the nearest hundredth mL with no units!) 10mL/hr1.74gtts/min2.82gtts/min Name the Intersection of the plane P and the line m. A car travelling in a circle has changing velocity because it is .. a. not travelling at a constant speedb. not travelling at constant directionc. travelling slowly to measure its velocityd. travelling in a constant direction at a constant speed Indicate the all of phrase structure rules needed for the following PPs. For example: at the store PPP NPNP Det Na. by car PP- (Det NP)b. to the zoo PP - (Detc. in this old housed. on the table in the corner of the room e. toward the end of the semester A plane flies 220 miles in an hour with the jet stream. The return flight against the jet stream to the the original hangar takes 2hours. Which system of linear equations can be used to find the rate of the jet stream and the speed of the plane?A)x + y - 440x - y - 110B)x + y = 220x-y-1109.x + y = 220x+y=110D)x + y = 220x - y = 220 David needs to sell 15% of his inventory to break even if hr has 350 items how many does he need to sell? need this answer Select the correct answe How do you express a gain of 4 yards in a football game as a rational number? A. 4.5 yards B.+4 yards yards C. D. -yards E. 4 yards A coach buys a uniform and a basketball for each of the 12 players on the team. Each basketball costs $8. The coach spends a total of $288 for uniforms and basketballs. Enter the cost, in dollars, of 1 uniform.