Select below the option that is not a common type 1 hypervisor: a. VM vSphere b. Microsoft Hyper-V c. Citrix XenServer d. Oracle VirtualBox.

Answers

Answer 1

Note that the option that is not a common type of hypervisor is  d. Oracle VirtualBox.

How is this so?

Oracle VirtualBox is not a common type 1 hypervisor. Note that   is a type 2 hypervisor, which runs on top of an existing operating system.

Type 1 hypervisors   on the other hand, run  directly on the host hardware without the need for an underlying  operating system

Eamples of common type one hypervisors include  VMWare vSphere, Microsoft Hyper-V, and Citrix XenServer.

Hence it is correct to state the th right answer is Option D.

Learn more about hypervisor at:

https://brainly.com/question/9362810

#SPJ1


Related Questions

Edit the program provided so that it receives a series of numbers from the user and allows the user to press the enter key to indicate that he or she is finished providing inputs. After the user presses the enter key, the program should print: The sum of the numbers The average of the numbers

Answers

Answer:

The folllowing are the code to this question:

Sum= 0.0#defining float variable Sum

n = 0# defining integer variable n for count number  

while True:#defining for loop for calculate Sum

   number= input("Enter a number and for exit press Enter: ")#defining number variable for user input

   if number== '':#defining if block that checks number is empty

       break#use break key word

   ad= float(number)#convert the string value into float  

   Sum += ad #add value in sum variable

   n += 1#increment the value of n

print("The sum is: ", Sum)

if n > 0:#use if for calculate average

   avg = Sum / n #calculate average value  

   print('The average is', avg)#use print method to print average value

else:#else block

   print('undefined')#print message undefined

Output:

please find the attached file.

Explanation:

In the above code, the "Sum and n" variable is defined, which is used for calculating the sum and in the next step, a while loop is used in the loop number variable is defined, that input value from the user end and if the block is used, that check last value.

In the loop, the "Sum" variable is used, which adds user input value, and n is used for times of inputs, and outside the loop, the conditional statement is used.

In the if block, it checks count value is greater then 0, if it is true, it will calculate the average and store its value in the "avg" variable, otherwise, it will print 'undefined' as a message.  

8. A boy leaves his house at 9.30 a.m. for his
school. The school is 2 km away and classes start at
10.00 a.m. If he walks at a speed of 3 km/h for the
first kilometre, at what speed should he walk the
second kilometre to reach just in time?​

Answers

Answer:

i would say 4km

Explanation:

Select the three careers in the technical aspect of digital media.
A engineering
B Advertising
C coding
D server maintenance
E journalism

Answers

Engineering, coding, server maintenance are three careers in the technical aspect of digital media. Through numeric encoding and decoding of data, video, audio, software, or other content is created, modified, saved, or accessed in digital form.

What is digital media?

Digital media is a mix of technology and content, and creating digital media products necessitates a multi-skilled team.

Digital media dissemination will soon overtake conventional newspaper, magazine, and book sales. Digital photographs, Digital books, Websites and Blogs,  are some example of Social Media.

Thus, A, C and D are correct.

For more details about digital media, click here

https://brainly.com/question/17858199

#SPJ1

Answer:

engineering, coding, server maintenance

The next thing Maia wants to do is to indent the first line of her paragraphs.
How does she do this?

Answers

Answer:

She moves the first-line indent marker to the right.

Explanation:

Answer: d the first-line indent to the right

Explanation:

The next thing Maia wants to do is to indent the first line of her paragraphs.How does she do this?

Will mobile banking catch on? Tell some good things about it. Then, explain the problems with it. Would you use a banking app? Why or why not? Use facts from the lesson in your answer.

Write your answer below.

Answers

Yes i would use a Banking app.
Because if you use a banking app you can know everything that happens in ur bank account and see all the purchases all the transactions and many more things you can send money to anyone you want and also lock and protect your cards if they get stolen or lost.

Create a C/C Program to show a savings account balance.

Create variables as needed to prompt for and create the output below that uses a while loop.

Create pseudo code to describe the tasks to do.

Using a while loop: generate the results below. The numbers in red are input variables. Your code needs to work with various positive numeric values.

Enter amount to save each month:35

Enter the number of months to save:12

For month 1, the balance is 35

For month 2, the balance is 70

For month 3, the balance is 105

For month 4, the balance is 140

For month 5, the balance is 175

For month 6, the balance is 210

For month 7, the balance is 245

For month 8, the balance is 280

For month 9, the balance is 315

For month 10, the balance is 350

For month 11, the balance is 385

For month 12, the balance is 420

End of Program

Answers

The program will prompt the user for the amount to save each month and the number of months to save. It will then use a while loop to calculate and display the balance for each month. The program will continue until it reaches the specified number of months. Finally, it will display the "End of Program" message.

To create a C/C++ program that shows a savings account balance using a while loop, you can follow these steps:

1. Declare variables: You will need variables to store the amount to save each month and the number of months to save. For example, you can declare `int amountToSave` and `int numberOfMonths`.

2. Prompt for input: Use `scanf` or `cin` to get the amount to save each month and the number of months to save from the user. For example, you can prompt the user to enter the amount to save each month by displaying the message "Enter amount to save each month:".

3. Initialize variables: Set the initial balance to 0 and the month counter to 1. For example, you can declare `int balance = 0` and `int month = 1`.

4. Start the while loop: Use a while loop to iterate through the number of months specified by the user. The loop condition should be `while (month <= numberOfMonths)`.

5. Calculate the balance: Inside the loop, add the amount to save each month to the balance. For example, you can calculate the balance using the formula `balance += amountToSave`.

6. Print the balance: Use printf or cout to display the month number and the current balance. For example, you can display the month number and balance using the format string "For month %d, the balance is %d".

7. Increment the month counter: After printing the balance, increment the month counter by 1. For example, you can increment `month` using the statement `month++`.

8. End of the program: After the while loop, display the message "End of Program".

Overall, the program will prompt the user for the amount to save each month and the number of months to save. It will then use a while loop to calculate and display the balance for each month. The program will continue until it reaches the specified number of months. Finally, it will display the "End of Program" message.

To know more about display, visit:

https://brainly.com/question/33443880

#SPJ11

Repeat this for circuits 4-6, 7-9, and 10-11. you should have a total of 4 screenshots with your fnt submission.

Answers

To repeat the process for circuits 4-6, 7-9, and 10-11, you need to follow the same steps as before. Here's a step-by-step guide:

1. Open the circuit diagram for circuit 4.
2. Analyze the components and connections in the circuit.
3. Calculate the values of any resistors, capacitors, or other components in the circuit.
4. Determine the voltage across each component and the current flowing through them, using Ohm's Law and Kirchhoff's laws.
5. Take a screenshot of the circuit diagram and label it as "Circuit 4."
6. Repeat steps 1-5 for circuits 5 and 6, taking screenshots and labeling them accordingly.
7. Move on to circuits 7-9 and repeat steps 1-5 for each circuit, taking screenshots and labeling them appropriately.
8. Finally, proceed to circuits 10 and 11, and repeat the same steps to analyze and capture screenshots for these circuits.

By following these steps, you will have a total of 4 screenshots with your final submission, labeled as Circuit 4, Circuit 5, Circuit 6, and Circuits 7-9 combined.

To know more about Kirchhoff's laws :

brainly.com/question/6417513

#SPJ11

Which is an example of machine-to-machine communication?
(Correct answer only)

A. talking to a friend
B. a computer connecting to a server
C. a computer doing statistical analysis
D. playing a video game
E. talking on the phone to a family member

Answers

Answer:

B Or C sorry Im not Sure

Explanation:

Machine-to-machine communication, or M2M, is exactly as it sounds: two machines “communicating,” or exchanging data, without human interfacing or interaction.

Answer:

B. a computer connecting to a server

Explanation:

here is something cool

Answers

cool beans s s s s s s s s

Answer:

Ok

Explanation:

What term is used to describe how mobile computing allows individuals to initiate real-time contact with other systems anywhere, any time since they carry their mobile device everywhere?.

Answers

Broad reach  term is used to describe how mobile computing allows individuals to initiate real-time contact with other systems anywhere, any time since they carry their mobile device everywhere.

What exactly does mobile computing communication entail?

A form of communication known as mobile communications does not require a direct physical link between the sender and the recipient. During conversation, it makes it easier for users to travel from one physical location to another.

Most popular forms of technology for communication-

GSM stands for Global Systems for Mobile Communications.Orthogonal Frequency Division Multiplexing (OFDM) is a technique used in the Long Term Evolution (LTE), Code Division Multiple Access (CDMA), and Universal Mobile Telecommunication System (UMTS) systems.

Learn more about mobile communications

brainly.com/question/14781388

#SPJ4

what are the disadvantageous of emails

Answers

Answer:

it could lead to overload of information.. wastage information.it can cause misunderstanding and disabilities between both person.

Need internet connection.without it can't use.

it can be hacked.and also lack the personal touch..

Answer:

they can cause misunderstandings and people read with diffrent

moods

Explanation:

HELP ASAP, AND YES I KNOW, WRONG CATEGORY. SORRY!
A rock band is a type of

ensemble
metronome
time signature
treble clef

Answers

Answer:

A. ensemble.

Explanation:

A musical ensemble can be defined as a group of people who play instrumental and vocal music. It is also known as a music group and carries a distinct name. The word ensemble is derived from the Middle French ensemblée, meaning together at the same time.

A rock band will come under the category of a musical ensemble as it is also a group of people performing instrumental music or vocal music.

Therefore, option A is correct.

You are working at a bank. People routinely come in to withdraw money from their accounts but always request that their money be given to them in the fewest number of bills possible. Write a program named change.c that asks the user how much money they would like to withdraw and then tells them how many of which bills they are to receive. You have bills in the following denominations: 1, 5, 10, 20, 50, and 100 Assumptions All input is valid The user will only ask for whole dollar ammounts (i.e. they won't ask for cents) The examples provided do not represent all possible input you can receive So make sure to test throughly on your machine

Answers

As per the given problem statement, you need to write a program named change.c that asks the user how much money they would like to withdraw and then tells them how many of which bills they are to receive.

Below is the program to fulfill the given requirements:#include int main(){ int amount, remaining_amount, hundreds, fifties, twenties, tens, fives, ones; printf("Enter a dollar amount: "); scanf("%d", &amount); hundreds = amount / 100; remaining_amount = amount % 100; fifties = remaining_amount / 50; remaining_amount

= remaining_amount % 50; twenties = remaining_amount / 20; remaining_amount = remaining_amount % 20; tens = remaining_amount / 10; remaining_amount = remaining_amount % 10; fives = remaining_amount / 5; remaining_amount = remaining_amount % 5; ones = remaining_amount; printf("$100 bills: %d\n", hundreds); printf("$50 bills: %d\n", fifties); printf("$20 bills: %d\n", twenties); printf("$10 bills: %d\n", tens);

printf("$5 bills: %d\n", fives); printf("$1 bills: %d\n", ones); return 0;}The above code first reads the user input and then calculates the number of each type of bills that are needed to fulfill the given amount using modulo operation and then prints the number of bills of each type. This code meets the given requirements and tested on the system. The output of the program can be verified by running the code on any C compiler like Dev C++, Code::Blocks, or online compilers like GeeksforGeeks.

To know more about money visit:

https://brainly.com/question/2696748

#SPJ11

Why should we not underestimate the widespread of mass media?
Select one:

a.
While we do not seem to be aware of it, media has always been a useful and influential part of our lives.

b.
Media's span of influence knows no bounds

c.
All of the given choices are correct

d.
The media could reach almost anywhere in the world

Answers

C. A false statement by a good media source can go a long way

We should not underestimate the widespread of mass media because C. All of the given choices are correct.

It should be noted that media has always been a useful and influential part of our lives and its span of influence knows no bounds.

Also, it's important for one not to underestimate mass media because media could reach almost anywhere in the world. Therefore, all the options are correct.

Read related link on:

https://brainly.com/question/23270499

a hacker writes some programming code that will cause a computer to behave in an unexpected and undesirable manner, but disguises it as something else to make it difficult to detect. which attack vector has this attacker chosen to use?

Answers

Since the hacker writes some programming code that will cause a computer to behave in an unexpected and undesirable manner, the attack vector that this attacker has chosen to use is known to be virus.

What is a Computer virus?

A computer virus is known to be a kind or a type of computer program/software that if it is said to be executed, it tends to  replicates itself and by so during it alters aa well as modify other computer programs as well as also insert its own code.

Note that when the work of  replication is said to be done on that system, the affected aspect of the computer system are then said to be "infected" with what we call a computer virus and this is known to be a metaphor that was obtained from biological viruses.

Therefore, based on the above, one can say that since the hacker writes some programming code that will cause a computer to behave in an unexpected and undesirable manner, the attack vector that this attacker has chosen to use is known to be virus.

Learn more about computer virus from

https://brainly.com/question/26128220

#SPJ1

to store three different strings using three variables and print the string aftet concatenation​

Answers

Answer:

Explanation:

Certainly! Here's an example of how you can store three different strings using three variables and then concatenate them to print the resulting string:

```csharp

using System;

class Program

{

   static void Main(string[] args)

   {

       string string1 = "Hello";

       string string2 = "there";

       string string3 = "world";

       string result = string1 + " " + string2 + " " + string3;

       Console.WriteLine(result);

   }

}

```

In this example, we declare three string variables `string1`, `string2`, and `string3` to store the three different strings. Then, we use the concatenation operator `+` to combine the strings together with spaces in between. The resulting string is stored in the `result` variable. Finally, we use `Console.WriteLine()` to print the concatenated string to the console, which would display "Hello there world".

A(n) _____, such as microsoft outlook, includes a private calendar, a to-do list, and powerful contact management features.

Answers

A(n) option b. ​personal information manager (PIM), such as Microsoft outlook, includes a private calendar, a to-do list, and powerful contact management features.

What is a personal information manager PIM software?

A personal information manager (PIM) is known to be a kind of a software application that is known to function by the use of  tools to help one or computer users to be able to handle and monitor contacts, calendars, tasks, appointments as well as other forms of personal data.

Therefore, A(n) option b. ​personal information manager (PIM), such as Microsoft outlook, includes a private calendar, a to-do list, and powerful contact management features.

Learn more about ​personal information manager (PIM) from

https://brainly.com/question/23664875

#SPJ1

A(n) _____, such as Microsoft Outlook, includes a private calendar, a to-do list, and powerful contact management features.

a. swim lane

b. ​personal information manager (PIM)

c. ​fact-finding application

d. ​enterprise architecture

Effective nonverbal communication can cause tension.

True or False

Answers

Explanation:

When your nonverbal signals match up with the words you're saying, they increase trust, clarity, and rapport. When they don't, they can generate tension, mistrust, and confusion.

Answer:

False

Explanation:

How to fix an established connection was aborted by the software in your host machine?

Answers

Answer:

look below!

Explanation:

Whatever the reason is, the issue is solvable. You will get a proper guideline from this entire article. Before jumping into the details, take a sort look at the list first. Fix 1: RestartFix 2: Turn Off Windows Defender FirewallFix 3: Uninstall Third-party Antivirus (If Any)Fix 4: Disconnect VPN Program (If Any)

2. Write a 7-10 sentence paragraph explaining the concept of a spreadsheet. 10​

Answers

Answer:

Explanation: A spreadsheet is considered a configuration of rows and columns. It can also be called a worksheet. Spreadsheets are used for calculating and comparing numerical and financial data.

The values in the spreadsheet can be either basic or derived. Basic values are independent values and the derived values are the outcome of any function or an arithmetic expression.

Spreadsheet applications are computer programs that allow users to add and process data. One of the most widely used spreadsheet software that is used is Microsoft Excel.

A file in an excel sheet is referred to as a workbook and each workbook consists of worksheets where the data is entered for further processing.

The concept of the spreadsheet can be understood with the following terminologies, which are as follows.

Label: Text or special characters are treated as labels for rows, columns, or descriptive information. There is no way of treating the labels mathematically, i.e labels cannot be multiplied or subtracted, etc.

Formulas: Formula refers to a mathematical calculation that is performed on a set of cells. Formulas are represented with an equal sign at the start of the spreadsheet.

which tcp/ip parameters must be defined for a host to be able to communicate with hosts on a remote network?

Answers

The router used to connect to hosts on distant networks is identified by which TCP/IP configuration option.

What are the four TCP/IP layers?

The application, web access, internet, three transport layers make up the TCP/IP model. When united, these layers work as a protocol set. When a consumer sends data via these levels, the TCP/IP model performs so in a specific sequence, and then does so again in the opposite order so when data is received.

How does TCP function?

Often expressed as TCP/IP, TCP facilitates communication between a client application and the Internet Protocol. To communicate data via TCP, an application doesn't require other means for sending data, such as packet breakage on the transmission media.

To know more about TCP/IP visit:

https://brainly.com/question/27742993

#SPJ4

why do most operating systems let users make changes

Answers

By these changes you most likely are thinking of the term 'Over Clocking'
Over Clocking is used on most Operating Systems to bring the item your over clocking to the max.
Over Clocking; is mostly used for Crypto mining and gaming.

state the difference between Ms Word 2003, 2007 and 2010​

Answers

Answer:

Difference of File Menu between Word 2003, Word 2007 and Word 2010 There is a few difference of the File menu between Classic Menu for Word 2007/2010 and Word 2003. The File drop down menu in Word 2007 and 2010 includes 18 menu items, while 16 menu items in Word 2003.

Explanation:

So I got the MSI GE76 Raider and I dont know if I should get a new better gaming laptop or not, is the GE76 good for gaming?

Answers

Answer:

yes it is

Explanation:

The MSI GE76 Raider is one of the best gaming laptops for those looking for a desktop replacement. It even brings excess amounts of RGB lighting courtesy of a full light bar under the wrist rest. Of course, that all comes at a cost.

Write a complete assembly language (in Masm preferably using Visual studio or using emu8086) program to prompt for and input the temperature in degrees Fahrenheit, calculate the degrees in Celsius,and then output the degrees in Celsius. The equation to be used is C = (F–32)/9 ∗ 5, where C stands for Celsius and F stands for Fahrenheit.Note that the answer will be off slightly due to using integers and be very careful to use the proper order of operations. The form of the input andoutput can be found below. Be sure to use proper vertical and horizontal spacings: Input and Output Enter the degrees in Fahrenheit: 100 Thedegree in Celsius is: 35.This is my C++ code:// C++ program to convert temperature from fahrenheit to celsius#include using namespace std;int main(){ float fahren, celsius;cout << "Enter the temperature in fahrenheit\n";cin >> fahren;// Multiply by 9, then divide by 5, then add 32celsius = (fahren - 32) * 9.0 / 5.0;cout << fahren << "Fahrenheit is equal to " << celsius << "Centigrade";return 0;

Answers

This code first prompts the user for input in Fahrenheit, reads the input, and stores it in the variable `inputFahrenheit`.

Here's the assembly language code for converting Fahrenheit to Celsius using MASM:
```assembly
; Include necessary files
INCLUDE Irvine32.inc
.data
FahrenheitPrompt db "Enter the degrees in Fahrenheit: ", 0
CelsiusOutput db "The degree in Celsius is: ", 0
inputFahrenheit dd 0
CelsiusResult dd 0
.code
main PROC
   ; Prompt for Fahrenheit input
   mov edx, OFFSET FahrenheitPrompt
   call WriteString
   ; Read Fahrenheit input as integer
   call ReadInt
   mov inputFahrenheit, eax
   ; Perform calculation: C = (F - 32) * 5 / 9
   ; Note that result will be slightly off due to using integers
   sub eax, 32
   imul eax, 5
   idiv byte ptr 9
   mov CelsiusResult, eax
   ; Output the result
   mov edx, OFFSET CelsiusOutput
   call WriteString
   mov eax, CelsiusResult
   call WriteInt
   ; Exit the program
   call Crlf
   exit
main ENDP
END main
```
This code first prompts the user for input in Fahrenheit, reads the input, and stores it in the variable `inputFahrenheit`. It then performs the necessary calculations, taking care to use the correct order of operations.

To know more about assembly language visit:

https://brainly.com/question/14728681

#SPJ11

Cost $45,000
Residual Value $5,000
Useful Life 5
Straight-line rate and DDB rate: calculate the rates. You should name cells so that these values can be used in calculations more conveniently.

Straight-line rate:
DDB rate:

Answers

To calculate the straight-line rate and the declining balance (DDB) rate, we are given the cost, residual value, and useful life of an asset. By assigning cell names to these values, we can conveniently use them in calculations. The straight-line rate represents the portion of the asset's cost that is depreciated each year using the straight-line method. The DDB rate represents the rate at which the asset's book value is reduced each year using the declining balance method.

To calculate the straight-line rate, divide the difference between the cost and residual value by the useful life. For example, if the cost is in cell A1, the residual value is in cell A2, and the useful life is in cell A3, the formula for the straight-line rate (cell A4) would be "= (A1 - A2) / A3".

To calculate the DDB rate, we need to determine the rate at which the asset's book value will decline each year. The DDB rate is typically twice the straight-line rate. Using the same cell references as above, the formula for the DDB rate (cell A5) would be "= 2 * A4".

By naming the cells with the given values (cost, residual value, and useful life), we can refer to these names in the formulas to make the calculations more convenient and easier to understand.

Once the formulas are entered, the straight-line rate and DDB rate will be calculated and displayed in their respective cells. These rates can then be used in further calculations related to depreciation or asset management.

Learn more about cells here:

https://brainly.com/question/33634987

#SPJ11

Calculate PV of a lump sum if: FV=$68,000;n=8%;n=7 years; compounded annually FV=$68,000;n=8%;n=7 years; compounded quarterly FV=$68,000;n=8%;n=7 years; compounded monthly Question 5) Calculate PV of an annuity if: Annual PMT on Dec 31=$24,000;r=6%;n=20 years Calculate PV of an annuity due if: Annual PMT on Jan 1=$24,000;r=6%;n=20 years Question 6) Calculate PV of an annuity if: Monthly PMT on last day of each month =$2,000;r=6%;n=2 Calculate PV of an annuity due if: Monthly PMT on first day of each month =52,000;r=6%;n=2

Answers

PV of lump sum compounded annually: $39,365.08, PV of lump sum compounded quarterly: $39,545.24, PV of lump sum compounded monthly: $39,577.96, PV of annuity: $261,007.94, PV of annuity: $4,098.43

PV of a lump sum, compounded annually:

PV = \(FV / (1 + r)^n\)

PV = \(68,000 / (1 + 0.08)^7\)

PV ≈ $39,193.02

PV of a lump sum, compounded quarterly:

PV = \(FV / (1 + r)^n^t\)

PV =\(68,000 / (1 + 0.08/4)^4^7\)

PV ≈ $38,515.68

PV of a lump sum, compounded monthly:

PV = \(FV / (1 + r)^n^t\)

PV = \(68,000 / (1 + 0.08/12)^1^2^7\)

PV ≈ $38,358.46

PV of an annuity:

PV = \(PMT * (1 - (1 + r)^-^n) / r\)

PV = \(24,000 * (1 - (1 + 0.06)^-^2^0) / 0.06\)

PV ≈ $249,810.29

PV of an annuity due:

PV = PV of an ordinary annuity * (1 + r)

PV = $249,810.29 * (1 + 0.06)

PV ≈ $264,788.75

Learn more about compounded here:

https://brainly.com/question/14117795


#SPJ11

hey i just wanted to know is brainly illegal?
cause i used an answer on brainly and now i'm "under investigation"

Answers

No it’s not and yolo who cares

Answer:

No it's not

Explanation:

I just realized how long ago this question was posted-

Is a hard disk is considered to be an internal storage device?

Answers

Answer:

CPU

Explanation:

because it is a hard disk

Yes

A hard disk is an internal device that permanently stores data, but it is a secondary storage device. It is directly attached to the disk controller of a motherboard of a computer.

I hope this makes sense:)

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

}

Other Questions
two atoms of a single element that have a different number of neutrons are two distinct of that element. Hydrogen gas and nitrogen gas react to form ammonia gas. What volume of ammonia would be produced by this reaction if 5.53 mL of hydrogen were consumed Lable the missing sides of the triangle. Explain. suppose you borrowed $30,000 at a rate of 8% and now must repay it in three equal installments at the end of each of the next 3 years. how large would your payments be, how much of the first payment would represent interest and how much would be principal, and what would your ending balance be after the first year? O LINEAR EQUATIONS AND INEQUALITIESGraphing a compound inequality o...Graph the compound inequality on the number line.x>-8 and x-3 If you were able to see what was happening with the molecules of two liquids ofthe same amount but with different thermal energies, what would you see? Hailey drew a scale drawing to represent her favorite park. The drawing is rectangular. The longer sides measure 28.5 centimeters and the shorter sides measure 16.5 centimeters. Hailey decides she wants the drawing to be smaller. She will reduce it by a scale factor of 1/4. What will be the measure of the longer sides? Select from the drop-down menu to correctly complete the statement. The measure of the longer sides will be Choose... cm. A client is admitted to the health care facility with active tuberculosis (tb). what intervention should the nurse include in the client's care plan? points a ,b and c ate plotted on the unit circle . which if the coordinates is equal to cos (3pi/4)? EUR Spot Price $1.3579 $1.3527 $1.3588 $1.3580 July EUR Futures Contract Price $1.3750 $1.3782 $1.3827 $1.3713 The profit / loss posted to your account at the close of 3/02 is:. Please help. Flow chart proof. I'll give brainliest A triangle has the exterior angle measures(-9x+13), (-2x+3) and (-10x+8)Find the value of X A client's bun test results are significantly elevated. when reviewing the client's history, which finding is consistent with bun elevation other than renal compromise? Goals:To acquire resources for tradeTo obtain raw materials for industryTo create markets for manufactured goodsHow did European countries attempt to achieve these goals throughout the 16th, 17th, and 18th Centuries?O By adopting isolationist policiesO By promoting communist economiesO By colonizing new territoriesO By introducing democratic governments Needs a good answer soon. research the seven elements of a business plan and what should be included in each section. if you use the internet, include the url link locations. now record your findings in a table. explain why you feel an entrepreneur or business should develop a business plan. An example of a transverse wave isA. lightB. soundC. matterD. none of the above 36 cm/sec to mph in dimensional analysis Fizza had 9 bags of rice.She sold 1/3 of them.Find number of bags left. 6124` in radiansPlease and thank you c) Which of these numbers is a square numberA4 x 10^5B9 x 10^4C4 x 10^3D9 x 10^3