Which of the following modifications should users be able to perform themselves? 100 Points
Changing IP
Installing additional RAM
Changing print orientation
Changing printer settings

Answers

Answer 1

Answer:

Explanation:

d it is


Related Questions

pro scooters or skateboards

Answers

Answer:

pro scooter here.

Explanation:

i growed up with scooters and i thought i was the coolest lol.

im acutally thinking about getting a skate borad but who knows i might die on it

Observa el siguiente dibujo, y sabiendo que el engranaje motriz tiene 14 dientes y gira a 4000 RPM, y el conducido tiene 56 dientes, responde: a) Se trata de una transmisión que aumenta o reduce la velocidad? b) Calcula en número de revoluciones por minuto de la rueda conducida.

Answers

Answer:

A) reduce the velocity

B) 1000 rpm

Explanation:

A) Given that the driven gear wheel has more teeth (56) than the driver gear wheel (14), then the velocity is reduced.

B) Given that:

number of teeth * revolutions per minute = constant

then:

14*4000 = 56000

56*rpm = 56000

rpm = 56000/56

rpm = 1000

Please Help


Brad is exploring Excel’s Sort tool and, in the Options menu, finds an interesting toggle: he can select between a default of Sort top to bottom and Sort left to right. Thinking through what the sort command does and the structure of a spreadsheet, what new trick can Brad perform if he switches to Sort left to right?

Answers

Choose the sort operation's order from the Order list. You can order the data numerically or alphabetically, ascending or descending. This new trick is performed by Brad if he selects Sort left to right.

What kinds of data are sorted?

Data structures support a number of sorting techniques, including bucket sort, heap sort, fast sort, radix sort, and bubble sort.

Excel's SORT function uses columns or rows to rank the contents of an array or range in either ascending or descending order. The class of dynamic array functions includes SORT. One of the most popular sorting algorithms is quicksort since it is also one of the most effective. The first step is to choose a pivot number. This number will divide the data, with smaller numbers to its left and larger numbers to its right.

Learn more about the Excel here: https://brainly.com/question/25863198

#SPJ4

WD9102 Apply a shape style.

Answers

If you want to apply a shape style, you must require to tap on the Format tab followed by clicking the More drop-down arrow in the Shape Styles group.

How to know the actual or real style of shape?

To know the actual or real style of shape, go to the Drawing Tools menu in the ribbon. Then, Click on the Format tab. Observe the Shape Styles grouping of commands. Here, you will see three icons on the right side, they are Shape Fill, Shape Outline, and Shape Effects.

After clicking the More drop-down arrow in the Shape Styles group, a complete menu of styles will appear in front of you on the screen. Choose the style you want to use. The shape will appear in the selected style.

Therefore, the process of applying shape style is well described above.

To learn more about Word Shape styles, refer to the link:

https://brainly.com/question/938171

#SPJ1

Kelly is fond of pebbles, during summer, her favorite past-time is to cellect peblles of the same shape and size

Answers

The java code for the Kelly is fond of pebbles is given below.

What is the java code about?

import java.util.Arrays;

public class PebbleBuckets {

   public static int minBuckets(int numOfPebbles, int[] bucketSizes) {

       // Sort the bucket sizes in ascending order

       Arrays.sort(bucketSizes);

       // Initialize the minimum number of buckets to the maximum integer value

       int minBuckets = Integer.MAX_VALUE;

       // Loop through the bucket sizes and find the minimum number of buckets needed

       for (int i = 0; i < bucketSizes.length; i++) {

           int numBuckets = 0;

           int remainingPebbles = numOfPebbles;

           // Count the number of buckets needed for each size

           while (remainingPebbles > 0) {

               remainingPebbles -= bucketSizes[i];

               numBuckets++;

           }

           // Update the minimum number of buckets if needed

           if (remainingPebbles == 0 && numBuckets < minBuckets) {

               minBuckets = numBuckets;

           }

       }

       // If the minimum number of buckets is still the maximum integer value, return -1

       if (minBuckets == Integer.MAX_VALUE) {

           return -1;

       }

       return minBuckets;

   }

   public static void main(String[] args) {

       // Test the minBuckets function

       int numOfPebbles = 5;

       int[] bucketSizes = {3, 5};

       int minBuckets = minBuckets(numOfPebbles, bucketSizes);

       System.out.println("Minimum number of buckets: " + minBuckets);

   }

}

Learn more about java code from

https://brainly.com/question/18554491

#SPJ1

See full question below

Write a java code for the following Kelly is fond of pebbles. During summer, her favorite past-time is to collect pebbles of same shape and size. To collect these pebbles, she has buckets of different sizes. Every bucket can hold a certain number of pebbles. Given the number of pebbles and a list of bucket sizes, determine the minimum number of buckets required to collect exactly the number of pebbles given, and no more. If there is no combination that covers exactly that number of pebbles, return -1. Example numOfPebbles = 5 bucketSizes = [3, 5] One bucket can cover exactly 5 pebbles, so the function should return 1.

you are given a data.csv file in the /root/customers/ directory containing information about your customers. it has the following columns: id,name,city,country,cperson,emplcnt,contrcnt,contrcost where id: unique id of the customer name: official customer company name city: location city name country: location country name cperson: email of the customer company contact person emplcnt: customer company employees number contrcnt: number of contracts signed with the customer contrcost: total amount of money paid by customer (float in format dollars.cents) read and analyze the data.csv file, and output the answers to these questions: how many total customers are in this data set? how many customers are in each city? how many customers are in each country? which country has the largest number of customers' contracts signed in it? how many contracts does it have?

Answers

Using the knowledge in computational language in python it is possible to write a code that you are given a data.csv file in the /root/customers/ directory containing information about your customers.

Writting the code:

import pandas as pd

# you can replace the path to csv file here as "/root/customers/data.csv"

df = pd.read_csv("data.csv")

print(df,"\n")

country = df.groupby('COUNTRY')['CONTRCNT'].sum()

country = country[country==country.max()]

print(country,"\n")

# Once groupby is used, the particular columns becomes index, so it can be accessed using below statement

print(country.index.values, "\n")

# Index is used as -1 in case there are multiple data with same value, and data is sorted and we will be needing last data value only

print("Country with the largest number of customers' contracts:", country.index.values[-1], "({} contracts)".format(country[-1]))

See more about python at brainly.com/question/18502436

#SPJ1

you are given a data.csv file in the /root/customers/ directory containing information about your customers.

idk just anwser this and get get some points lol

Answers

Answer:

ok thxxxxx :)

Explanation:

Answer:

thank you

Explanation:

The address entered into a web browser (firefox, safari, chrome, ie) is technically called a?

Answers

Answer: Website Bar

Explanation:

You are working in a medical practice that sends out billing electronically but the software does not include a claim scrubber program. what can you, as an administrative medical assistant do?

Answers

When working in a medical practice that does not include a claim scrubber program the result of now no longer having a declare scrubbed previous to submission is that the exercise has a tendency to lose sales.

What is a scrubber software?

A declare scrubber software is referred to as software that facilitates in reviewing claims for coding and billing accuracy of patients. This software is normally protected as a software program whilst billing electronically in hospitals or for coverage purposes.

The results or dangers of now no longer having a declare scrubbed previous to submission is that the exercise has a tendency to lose sales.

Read more about the software:

https://brainly.com/question/1538272

#SPJ1

List some of the icons present in Microsoft Windows 7 desktops.​

Answers

Answer:

Common desktop icons include Computer, your personal folder, Network, the Recycle Bin, Internet Explorer, and Control Panel.

Explanation:

Write a pseudocode to calculate the sum upto the nth term for the following sequence 1,1,2,3,7,22,155,...., 2. Write a pseudocode to find the factorial of even numbers between two numbers.

Answers

1) Pseudocode to calculate the sum up to the nth term for the given sequence is given as follows

function calculateSum(n):

   if n <= 0:

       return 0

   else if n == 1:

       return 1

   else if n == 2:

       return 2

   

   sequence = [1, 1]  # Initialize the sequence with the first two terms

   sum = 2  # Initialize the sum with the value of the second term

   

   for i from 3 to n:

       term = sequence[i - 2] + (i - 1) * sequence[i - 1]  # Calculate the current term

       sequence.append(term)  # Add the current term to the sequence

       sum += term  # Add the current term to the sum

   

   return sum

2) Pseudocode to find the factorial of even numbers between two numbers (start and end)  -

function calculateFactorial(start, end):

   if start % 2 != 0:  # If the start number is odd, increment it to make it even

       start += 1

   

   result = 1  # Initialize the result as 1

   

   for i from start to end step 2:

       result *= i  # Multiply the current number with the result

   

   return result

How do the above work?

1. The first pseudocode calculates the sum of the sequence by iteratively generating each term based on the previous terms. It starts with the initial terms (1, 1), calculates subsequent terms using the given formula, and accumulates their sum.

2. The second pseudocode finds the factorial of even numbers between a given range. It initializes the result as 1 and iteratively multiplies each even number in the range to calculate the final factorial.

Learn more about Pseudocode  at:

https://brainly.com/question/24953880

#SPJ4

which of the following is responsible for installing hardware and servers and troubleshooting

Answers

The person who is responsible for installing hardware and servers and troubleshooting is computer technician.

What  troubleshooting?

Troubleshooting is a type of issue resolution that is frequently used to fix broken items or processes on a machine or system. It is a logical, methodical search for the cause of an issue in order to remedy it and re-establish the product or process. To diagnose the symptoms, troubleshooting is required.

The processes are as follows: identify the problem, develop a hypothesis of probable cause, test the theory, develop a plan (including any consequences of the plan), implement the plan, validate complete system operation, and record everything.

Learn more about computer technician at:

https://brainly.com/question/32099413

#SPJ1

is it important to know the basic foot massage first before giving foot spa treatment? why?​

Answers

Answer:

Just like your neck, back, and shoulders, your feet can also benefit from a regular rubdown. Foot massage improves circulation, stimulates muscles, reduces tension, and often eases pain. It also gives you a chance to check out your feet so you can get a jump on treating blisters, bunions, corns, and toenail problems.A good foot spa session releases the tension formed around the tight muscles and tendons and allows blood to flow and circulate smoothly to your other bodily organs and brain. Sliding into liquid bliss allows knots to unknot and pain for to be gently soothed away.

Hope this helps, have a wonderful day/night, and stay safe!

_______ consists of the programs that control or maintain the operations of the computer and its devices. A. A graphical user interface (GUI) B. A communications device C. System software D. Application software

Answers

The term that consists of the programs that control or maintain the operations of the computer and its devices is system software.

This software controls or maintains the functioning of the computer, its hardware, and its software applications.

It plays a key role in managing the computer's memory, input/output, and processing.

The system software provides a platform for the applications to run on.

It is the bridge between the hardware and the application software.

System software consists of several programs such as an operating system, device drivers, utility programs, and more.

System software includes the following:

Operating system

Device driversUtility programs: Language translatorsFirmwareThe operating system is the most important and essential system software.

The operating system is responsible for managing the hardware resources and providing common services for the application software.

Know more about programs  here:

https://brainly.com/question/30783869

#SPJ11

You defined a shoe data type and created an instance.
class shoe:
size = 0
color = 'blue'
type = 'sandal'
myShoe = shoe()
Which statement assigns a value to the type?
type = 'sneaker'
myShoe.type( 'sneaker')
myShoe.type = 'sneaker'
NEXT QUESTION
ASK FOR HELP

Answers

Answer:

myShoe.type = 'sneaker'

Explanation:

type is a field of the class shoe. The myShoe object which is an instance of the class shoe has the field type also.

To assign a value to type filed of the object myShoe, reference the object then the field as such;

   myShoe.type = "sneaker"

You defined a shoe data type and created an instance. The statement that assigns a value to the type is myShoe.type = 'sneaker'. The correct option is C.

What is data in programming?

A variable's data type and the kinds of mathematical, relational, and logical operations that can be performed on it without producing an error are classified as data types in programming.

An attribute of a piece of data called a "data type" instructs a computer system on how to interpret that data's value.

type is one of the class shoe's fields. The field type is also present in the myShoe object, which is an instance of the class shoe.

Reference the object and the field as such in order to assign a value to the type field of the object myShoe;

Therefore, the correct option is C. sneaker" in myShoe.type.

To learn more about data in programming, refer to the link:

https://brainly.com/question/14581918

#SPJ2

How can you tell if an email has an attachment? How do you download it? What folder does it download to?

Answers

Well the folder you get to pick on which one and it’ll basically have a this

what aspect of the movie industry does digital technology affect?group of answer choicesexhibitionproductiondistributionall of these

Answers

Digital technology affects all aspects of the movie industry, including exhibition, production, and distribution. In exhibition, digital technology has enabled movie theaters to upgrade from traditional film projectors to digital projection systems, enhancing the visual and audio experience for audiences.

Moreover, the rise of streaming platforms has made it easier for people to watch movies and TV shows online, significantly changing how movies are consumed.In production, digital technology has revolutionized the way movies are made. Digital cameras have replaced traditional film cameras, allowing filmmakers to experiment with new techniques and capture higher quality footage. Additionally, advancements in computer-generated imagery (CGI) and visual effects have expanded creative possibilities, enabling the creation of realistic and visually stunning scenes that were previously impossible to achieve.Finally, digital technology has transformed movie distribution. Instead of physical film reels, movies are now distributed in digital formats, making it easier and more cost-effective to transport and store. The rise of online streaming platforms has also made it possible for films to reach a global audience faster than ever before, providing filmmakers with new opportunities for exposure and revenue.Overall, digital technology has had a significant impact on the movie industry, reshaping how films are exhibited, produced, and distributed, and providing new opportunities for both filmmakers and audiences alike.

Learn more about technology here

https://brainly.com/question/7788080

#SPJ11

what steps can teens take to be more deliberate cosumers to socail media​

Answers

Answer:

obviously avoid going to School

they can stay on their phones all day

Social media platform can provide valuable opportunities for teenager for developing their skils and their knowladge. Have a look on many benifits that a teenager get from social media.

                                                                              Teenagers can learn diffrent perspectives and build their knowladge on a various subjects. there are many apps on social media that will help to genarate earnings .  

2 Essential steps that  will help a teenager  to creating a wonerfull carrer :-

1. Identify goals 2. Choose the best platfrorm.

The selection sort algorithm sorts a list of values by repeatedly putting a particular value into its final, sorted position. 1) True 2) False

Answers

True. The selection sort algorithm is a simple sorting algorithm that sorts an array by repeatedly finding the minimum element from the unsorted part of the array and putting it at the beginning.

The algorithm maintains two subarrays in a given array: the sorted subarray and the unsorted subarray. Initially, the sorted subarray is empty, and the unsorted subarray contains all the elements of the array.The algorithm works by repeatedly selecting the minimum element from the unsorted subarray and swapping it with the first element of the unsorted subarray. This places the minimum element in its final, sorted position in the array. The algorithm then moves the boundary between the sorted and unsorted subarrays one element to the right and repeats the process until the entire array is sorted.Therefore, the statement "The selection sort algorithm sorts a list of values by repeatedly putting a particular value into its final, sorted position" is true.

To know more about sorting click the link below:

brainly.com/question/31064897

#SPJ11

What is the recommended way to create a new PivotTable style that is close to an existing style?
Select an answer:
Duplicate the existing style and then Modify the new style.
Apply the existing style to your PivotTable and then change the PivotTable cells' formatting.
Write down the existing style's settings and use them as the base for the new style.
Modify the existing style.

Answers

Anything in the pivot table can be clicked to display the pivot table tools on the ribbon. The PivotTable Styles gallery will open after clicking Design; click the More button to view all of the designs. Choose your preferred look. You can develop your own style if one is missing from the list.

What makes it a pivot table?A pivot table is a table of grouped values that groups the discrete components of a larger table into one or more categories. This summary may contain sums, averages, or other data, which the pivot table aggregates using an aggregation function of choice that is applied to the grouped values. The PivotTable Tools, including analyse and design Tabs, will be located in the worksheet that has a PivotTable on the Ribbon. You can study the data in the pivot table using a number of the commands available on the analyse tab. The format of the data summary is typically set up and modified by the user using a pivot table's graphical drag-and-drop functionality. The notion is named after this "rotation" or pivoting of the summary table.

To learn more about pivot table, refer to:

https://brainly.com/question/27813971

The recommended way to create a new PivotTable style that is close to an existing style is to duplicate the existing style and then modify the new style.

Here are the steps:
1. Select any cell within the PivotTable.
2. Go to the 'PivotTable Design' tab in the Ribbon.
3. Click the 'More' button in the PivotTable Styles gallery.
4. Right-click on the existing style you want to duplicate.
5. Choose 'Duplicate' from the context menu.
6. A new style will be created with a name like "Custom 1".
7. Right-click on the new style and select 'Modify'.
8. In the 'Modify PivotTable Quick Style' dialog, you can make changes to the new style as needed.
9. Click 'OK' to apply the changes and close the dialog.
10. Apply the new style to your PivotTable by selecting it from the Styles gallery. The recommended way to create a new PivotTable style that is close to an existing style is to duplicate the existing style and then modify the new style.

Learn more about PivotTable visit:

https://brainly.com/question/29817099

#SPJ11

define the function findlargestnum() with no parameters that reads integers from input until a negative integer is read. the function returns the largest of the integers read. ex: if the input is 90 75 50 -55 -40, then the output is:

Answers

To define the function findlargestnum() with no parameters, the output will be 90.

Create the function findlargestnum() with no parameters.

Initialize a variable 'largest' to store the largest integer found.

Create a loop to read integers from the input until a negative integer is encountered.

Inside the loop, compare each integer with the 'largest' variable. If the integer is greater than the current value 'largest', update the 'largest' variable with that integer.

After encountering a negative integer, exit the loop and return the value of the 'largest' variable.

For example, if the input is 90 75 50 -55 -40, the function will iterate through the numbers, updating the 'largest' variable as needed.

When it encounters the first negative integer (-55), the loop will exit, and the function will return the current value of the 'largest' variable, which is 90. So, the output will be 90.

To know more about  findlargestnum:https://brainly.com/question/27250114

#SPJ11

You are creating a program for the school's
upcoming theater production. You would like to
include a picture of the cast on the cover of the
program. Which of the following factors do you
need to consider? Choose all that apply.

•image compression

•image file format

•image resolution

•image scalability

Answers

Answer:

Image file format

Image resolution

Image scalability

Explanation:

Answer:

Image File Format

Image resolution

Image Scalability

The next answer is BMP !

Explanation:

The Monte Carlo method uses ___________ for computer simulations

Answers

The Monte Carlo method uses repeated random sampling for computer simulations.

What do you mean by Monte Carlo method?

The Monte Carlo Method, sometimes referred to as the Monte Carlo Simulation or a multiple probability simulation, is a statistical method for predicting the outcomes of an uncertain event.

It is possible to think of Monte Carlo methods as a group of computer approaches that rely heavily on random sampling in order to solve mathematical issues in a (often approximate) manner. Within this paradigm, integration and optimization are the two categories of statistical issues that are most frequently addressed.

Since their inception, Monte Carlo Simulations have evaluated how risk affects a variety of real-world situations, including artificial intelligence, stock markets, sales forecasting, project management, and pricing.

To learn more about statistical methods refer to:

https://brainly.com/question/14441578

#SPJ1

. Imagine that you were programming without an IDE. What problems might you encounter?​

Answers

Answer:

Can't run the program, Can't see syntax error

Explanation:

If you are doing programming without IDE you can see 2 major problems. They are:

1: Can't run it: If you do not have any IDE and doing programming you will able be able to run it. Means you can't see its output.

2: Can't see syntax error: If you do programming without any IDE you can't see its errors. I mean you will not be able to see that where you have made errors.

According to me, these are the 2 major problems you will face when you do programming without any IDE.

Programming without an Integrated Development Environment (IDE) can present various challenges compared to using one.

Programming without an Integrated Development Environment (IDE) can present several challenges.

Without an IDE, developers might face difficulties in code organization and navigation, as they won't have features like code autocompletion, syntax highlighting, or code analysis to assist them.

This can lead to more time spent manually finding and fixing errors, which can slow down the development process.

Additionally, debugging may be more cumbersome without the support of a dedicated debug ger.

Overall, working without an IDE may reduce productivity and increase the likelihood of errors due to the absence of various productivity-enhancing tools available in modern development environments.

Learn more about Programming click;

https://brainly.com/question/14368396

#SPJ3

_____ is human thinking and problem-solving by a machine, including learning, reasoning, and self-correction.

Moore’s law
Moore’s law

cloud computing
cloud computing

biocomputing
biocomputing

artificial intelligence.
(Answer is artificial intelligence.)

Answers

yea, artificial intelligence :/

Answer:

It artificial intelligence / AI

Explanation:

I just took the test
EDG 2022

when should the insurance specialist update the encounter form?

Answers

The insurance specialist should update the encounter form after verifying the eligibility and coverage of the patient with the insurance provider.

The encounter form is a medical billing document that outlines the details of a patient's visit to a healthcare provider. This document contains data such as the patient's name, medical condition, and the services that were provided, as well as any accompanying insurance information, including the policy number, insurer, and the patient's insurance coverage for each service provided.

The insurance specialist should verify the eligibility and coverage of the patient with the insurance provider to ensure that the details on the encounter form are up to date and accurate.

After verifying the eligibility and coverage of the patient, the insurance specialist should update the encounter form with any new insurance information, including the policy number and the insurer.

The encounter form should also be updated after any changes are made to the patient's insurance coverage, including changes in the policy number, insurer, or coverage level.

Additionally, if the patient's insurance information is updated during the course of their treatment, the insurance specialist should ensure that the encounter form reflects these changes in a timely and accurate manner.

Thus, the insurance specialist should update the encounter form after verifying the eligibility and coverage of the patient with the insurance provider.

To learn more about insurance: https://brainly.com/question/25855858

#SPJ11

How long would an equipment owner or operator have to retrofit or retire an appliance that has exceeded the threshold leak rate if the replacement appliance uses 50 pounds or more of an exempt refrigerant

Answers

An equipment owner or operator would have five years to retrofit or retire an appliance that has exceeded the threshold leak rate if the replacement appliance uses 50 pounds or more of an exempt refrigerant.

If an appliance owned or operated by someone exceeds the threshold leak rate and they plan to replace it with a new appliance that uses 50 pounds or more of an exempt refrigerant, they would have a grace period of five years to retrofit or retire the non-compliant appliance. This means that they would have a significant amount of time to either repair the existing appliance to fix the leak or replace it altogether.

This provision is put in place to allow equipment owners or operators to make the necessary adjustments without facing immediate penalties or the need for abrupt replacements. It recognizes that retrofitting or retiring an appliance can be a time-consuming and costly process, and thus grants a reasonable window to ensure compliance with the regulations.

During the five-year period, it is essential for the equipment owner or operator to take appropriate action to address the issue. This can involve working with technicians to repair the leak, exploring retrofit options to reduce or eliminate the use of high-GWP (Global Warming Potential) refrigerants, or replacing the appliance with a newer model that meets the required standards. It is important to note that the specific guidelines and regulations may vary depending on the jurisdiction, so it is advisable to consult the relevant authorities or industry experts for accurate and up-to-date information.

Learn more about Appliance replacement

brainly.com/question/29220763

#SPJ11

what is main function of processing unit?

Answers

Answer:

to control the operation of all part of the computer.

hope it helps.

Answer:

to control the operations of the computer

Explanation:

hope it's help you have a great day keep smiling be happy stay safe ☺

what features allows the user to insert individual names in a primary document​

Answers

I believe its copying, pasting, moving and deleting text within a document. Formatting text such as font type, bolding, underlining or italicizing.

in 100 word, tell me who is a significant public figure who has the job profile as a "set designer" and explain why

Answers

A significant public figure who holds the job profile of a set designer is Sarah Jones.

Sarah Jones is a highly regarded and influential public figure in the field of set design. With her exceptional talent and creativity, she has made a significant impact on the world of film and theater. As a set designer, Sarah Jones is responsible for conceptualizing and creating the visual environment of a production. She collaborates closely with directors, producers, and other members of the production team to bring their vision to life. Sarah's expertise lies in her ability to transform abstract ideas into tangible and captivating sets that enhance the overall storytelling experience.

Sarah Jones' work is characterized by her meticulous attention to detail and her ability to capture the essence of a story through her designs. She carefully considers the mood, time period, and thematic elements of the production, ensuring that the set not only complements the performances but also adds depth and authenticity to the narrative. Sarah's portfolio includes a diverse range of projects, from period dramas to futuristic sci-fi films, each demonstrating her versatility and artistic vision.

In addition to her creative talents, Sarah Jones is known for her professionalism and effective communication skills. She understands the importance of collaboration and works closely with the entire production team to ensure a seamless integration of the set design with other elements such as lighting, costumes, and sound. Her ability to effectively translate ideas into practical designs, coupled with her strong organizational skills, makes her an invaluable asset to any production.

Learn more about job profile

brainly.com/question/884776

#SPJ11

Other Questions
63% of what number is 252 To find listings and charts of biochemical tests that can be used to identify unknown bacteria, you could use _______. draw the structure of the organic product of the reaction between benzoic acid and ethanol. Drag the dot to graph-4 -3 -243-21-2-3-4-39123C23324X Rahan is on holiday in the USA. He has $200 to spend on clothes. Rehan buys. 1 pair of trainers costing $60. 3T. shirts costing $25 each.He also wants to buy a jacket costing $80Has Rehan got enough money to buy the jacket Why do lakes, rivers, and streams most likely require more treatment than groundwater?A.They are classified as surface water resourcesB.They experience fewer governmental regulationsC.They are exposed to a greater variety of contaminants Please help me with this it's my last question on my homework :) Question 15 of 40For which sample size (n) and sample proportion () can a normal curve beused to approximate the sampling distribution?O A. n = 28; = 0.3O B. n = 28; p = 0.9O c. n = 32; p = 0.4O D. n = 32; p = 0.2 Work out the volume and surface area of each prism: nike developed the new source selection process to help determine whether to a new factory by evaluating, selecting, and monitoring suppliers according to sustainability criteria. What is an archetype? a character or plot based on an actual person or event from history an element that recurs in stories from many times and cultures a character who is the main focus of a short story an example of figurative or descriptive language in a text In today's world, storage devices have greater storage capacity and are physically larger. true false According to the Reverse Sig Suplex, what does this mean? "Eid lla ew lliw nehw?" 10.A second-order autoregressive model for average mortgage rate is:Ratei = -2.0 + 1.8 (Rate)i-1 - 0.5 (Rate)i-2.If the average mortgage rate in 2012 was 7.0, and in 2011 was 6.4, the forecast for 2013 is ________.11.Microsoft Excel was used to obtain the following quadratic trend equation:Sales = 100 - 10X + 15X2.The data used was from 2001 through 2010 coded 0 to 9. The forecast for 2011 is ________. which of the following best defines systemic risk? the idea that in a financial transaction, one party has more information than the other party the id? A. Origin Savings and Loan Association originate thousands of subprime mortgages that are then sold to commercial banks, securities firms, and other savings institutions B.Smallwood Bank, which is a fictional bank with only 100 deposit accounts among its members, fails one day and is unable to meet its obligations C. The Financial Reform Act was passed in 2010 to provide stability to the financial system, and it mandated that financial institutions granting mortgages must conduct more thorough financial checks on tendees in an attempt to improve on standards that caused the credit crisis of 2008-2009 D. The Federal Deposit Insurance Corporation (FDIC) was created in 1933 to provide stability to the banking system, and it prevents widespread Investor panic that could cause things like runs on the banks. What is the GCF of 18x^2, 6x Auditors have a responsibility to report on all FASB-required supplementary information for publicly-traded companies. Group of answer choices true false y=5x-4y = 5 x 4y=-x+2 How to Attempt? Caesar Cipher Caesar Cipher Encryption is done by replacing each letter with the letter at 3 positions to the left. e.g. ' \( a \) ' is replaced with ' \( x \) ', ' \( b \) ' with ' \( Determine the equations for the internal shear force and bending moment as functions of the location x along the beam. Draw free body diagrams and show equations of equilibrium for each section. -Draw the shear and moment diagrams for the beam. Note: a couple moment at point C, a concentrated force at point C, and a distributed load on AB.