What type of scaling is each of these?
horizontal or vertical
adding a server:

adding memory to a server:

Answers

Answer 1

Answer:

Adding a server: Horizontal Adding memory to a server: Vertical

Explanation:

Answer 2

Answer:

adding a server: horizontal

adding memory to a server: vertical

Explanation:

edge 2022


Related Questions

A draft has the following:
Plot
Details
Transition Words
Important events in order

Answers

What do you have to do?

Coding question. Please help me?

Answers

I need this too step by step

Data is a processed in the form of information? ( true or false)​

Answers

Answer:

True ( processed data is called information)

Simple measurement questions, I'm on #5 right now but if you know any other ones that would be helpful (picture)

Answers

Answer:

one inch=25.4

12 meters=13.12

10 quarts=9.46

12 milliliters=0.0004

400 pounds= 181 kg

25 meters/second=82

68F=20C

Explanation:

heres the full ones

one inch=25.4

12 meters=13.1234 yards

10 quarts=9.46353

12 milliliters=0.000405768

400 pounds=181.437

25m/s=82.021f/s

68f=20C

Use the space below to describe the steps you used to change your desktop background a on chromebook

Answers

First minimize all windows, then use two fingers to click mouse pad on the background, next you press choose background, finally choose a pre-made background or upload your own background

PLEASE HELP!!!! You have been hired by the Umbrella Corporation (main office in Texas) to help them set up a facility here in Northern Virginia. The Umbrella Corporation is a government contractor, and they have a variety of contracts that include non-secret information to the most secure.

The parent company has decided to create a subsidiary company called "Triton" which will be housed in this new Northern Virginia facility. This facility will house the following departments:

• Accounting - 2 People - Upper Right Desk Area

• Human Resources - 1 Person- Upper Right Desk Area

• Marketing - 1 Person - Center Desk Area

• Sales - 3 People - Left Right Desk Area

• IT -2 People - Center Desk Area

• Receptionist - 1 Person - Upper Center

• (Note: Not all Space is used - this will leave room for additional employees. The upper left is a conference room.)




Design of the office:

• The inner office has not yet been constructed but the plan is as follows:

o Outer offices have walls that go all the way up to the ceiling.

o Center offices are cubicles.

o The office itself has 4 floors – this facility is on the 3rd floor.

 1 & 2nd floor houses another company.

 4th floor is being rented by this company as well in plans for expansion.

 The floors are concrete and the ceilings are a drop-ceilings.

Strategic Goals:

Management has also asked that your plan is aligned with the strategic goals of the company which are focused on efficiency, security, and growth. Therefore, your network solution will need to be:

• Efficient and capable of supporting streamlined communications

• Secure and require minimum maintenance

• Scalable for future growth

What the company has so far:

• Computers for Each Employee

• Two printers to be shared by all employees

• A single server that handles all the e-mail, files, programs, etc.

This company is planning on serving the Federal Government with a variety of IT - using it's small business status to make end-roads into the various agencies. Its first contract is a contract with the Department of Defense.

Deliverable:

It is with this in mind, that they have asked you to make recommendations to the board about the following:

• Name and describe what type of network (LAN, WAN, BNs, etc.) do you think they should have?

o Why?

• Give the management – two different types of architectures they might be able to use.

o Then give them your recommendation on which one you think they should use.

 Outline the pros and cons of the two alternatives.

 Explain why that one would suit them better in the long-run than the other.

o What media would you suggest the company install in its office and why?

o What kind of Telecommunications would you recommend?

o After reviewing the facility plan:

 How would you recommend potentially reduce errors?

 Speed is a high-priority for this network, what would you recommend the company look at in order to ensure speed efficiency?

The company is in its first steps of creating a design plan and would like you to prepare a power point to explain to the upper management what you believe they will need for this facility.

Answers

Shsvevdhxhxhsbbsvxushsvshxbd dbjdkxiddbdbsj

hurry please
Where is the error, if any, in the following program? Assume numA and numB have values. Also assume the indenting is correct.


if numA = numB: # line 1

numX = numA # line 2

elif numA > numB: # line 3

numX = B # line 4


line 1


line 3


line 2


line 4

Answers

Answer:

Line 1

Explanation:

Just took the assignment. Have a good one!

Answer:

line 1

Explanation:

Complete the function to return the factorial of the parameter.
def factorial(number)
product = 1
while number > 0
product = product * number
number = number - 1
product
strNum = input("Enter a positive integer")
num = int(strNum)
print(factorial(num))

Answers

def factorial(number):

   product = 1

   while number > 0:

       product = product * number

       number = number - 1

   return product

strNum = input("Enter a positive integer")

num = int(strNum)

print(factorial(num))

I hope this helps!

Answer:

Answer in image.

Explanation:

Your manager has requested you keep a timesheet showing how many hours you work each day and what projects you work on during that time. Using spreadsheet software, how can you total your hours at the end of each week to provide a quick and accurate amount? Use the MIN and MAX functions. Use the AVERAGE function. Use the SUM function.

A: Use the MIN and MAX functions.
B: Use the AVERAGE function.
C: Use the SUM function.

Answers

Answer:

I had to use Microsoft Excel for a while when I was working as a dispatcher, inputting pricing and hours and such. C Would be the correct answer.

Explanation:

Average function would just average out the entire week. Though, if the entire week was 8 hours a day, the average would indeed be 8 hours. But it is not the correct answer if one assumes it's not steady like that. Min and Max, depending how it is setup will find the minimum number, and or the maximum number. Making that incorrect as well.

Lionel is a director working on a children's video. He's finding it difficult to manage so many young actors. What should Lionel do to free himself for other creative work?

Answers

Answer:

Explanation:

There are two things that Lionel can do in order to free himself. One of which would be to create a program that automates the management process of the young actors, such as scheduling them, payments, rehearsals, etc. Anything that Lionel would have to spend time on to do that does not require face to face communication can be automated, thus saving him time. The second thing that Lionel can do is to limit his workday with the children, therefore leaving more time in the day to pursue other creative work.

One example of a
is the length of a car.

Answers

Answer:

How long is a typical car?

Average Length of a Car in Meters or Feet

According to research, the mean length of a vehicle is equated to the yardstick length of Audi A4, which is about 15 feet long (4.5 meters). The reason it is average is that some cars are lengthier while some are smaller than this length.

Hope this helps :D Thanks!!!!

numA = 2 while numA < 30: numA = numA * 5 print(numA)

Answers

Answer:

Your print will be

10

50

Explanation:

Answer:

50

Explanation:

24 POINTS!!!
Why are Sequences, Selection, and Iteration building blocks of algorithms?

Answers

Answer:

An algorithm is a step by step process that describes how to solve a problem in a way that always gives a correct answer.

An algorithm is made up of three basic building blocks: sequencing, selection, and iteration.

Sequencing: An algorithm is a step-by-step process, and the order of those steps are crucial to ensuring the correctness of an algorithm.

Selection: Algorithms can use selection to determine a different set of steps to execute based on a Boolean expression.

Iteration: Algorithms often use repetition to execute steps a certain number of times or until a certain condition is met.

Explanation:

If you need to modify a features in a part created using the Mirror tool, you can make the change in the original feature and the feature on the other side of the mirror plane will be modified automatically.
Select Answer

False

True

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct answer to this question is TRUE.

Because when you are designing something and drawing anything and it is symmetric in shape and half of the part is created, then if you use mirror features, then the other half part will get created automatically.

If you need to modify the features in the original part of the drawing or design then the other side of the mirror plane will be modified automatically.

Because whatever you will make changes in the original part of the design, then the other part that is created by using mirror features will get modified automatically.  

how are images encoded?
( don’t copy and paste please)

Answers

Answer:

Images are encoded using binary arrays. Where each Pixel is, an array of RGBA, Red, Green, Blue and Alpha is used to represent that pixels color. Now put that on a screen of 1920x1080, you have to do that 2,073,600 times to get a full image, of which all values are filled.

Explanation:

Digital images are encoded in binary. We can make connections between the amount of data used by the computer to store, transmit and create an image and the file size of different images , the more pixels and more bits to encode the image, the larger the file size
Stay safe !
Please mark me as brainliest

importance of computer​

Answers

Answer:

The computer was a very high advancement in technonogy and with out it civilization wouldnt be the way it is today excluding from are lives the cell phone, game consoles, and much more.

Explanation:

In the program below, what is the scope of strFirst?

def usernameMaker (strFirst, strLast):
return strFirst + strLast[0]

def passwordMaker (strA, numC):
if len(strA) > 4:
answer = dogName[0:3]
return answer + str(numC)
else:
return 'xk&' + str(numC)


options

the function usernameMaker

the function passwordMaker and the main part of the program that calls the function

the function usernameMaker and the main part of the program calling the program

the function passwordMaker

Answers

First, we have to understand what scope is. When variables are declared, they are only available in the code block they're declared in, unless they're global variables (this doesn't apply here).

strFirst is declared in usernameMaker and that is the only place it is available in.

The scope of a variable is the area where the variable can be accessed.

The scope of strFirst is (a) the function usernameMaker

From the program, we have the following function header

def usernameMaker (strFirst, strLast):

The above header implies that:

strFirst is a local variable of the function usernameMaker

This means that, the scope of strFirst is limited to the function usernameMaker

Hence, the correct option is (a)

Read more about scope of variables at:

https://brainly.com/question/20058399

Anybody cop either of the new consoles: PS5 or Xbox Series X?

Answers

I have the Xbox series X, cyber

Answer:

I got a PS5 because of the games

Can someone find out what this binary number thing is. Just find out the message, I'm having a difficult time

Answers

Answer:

Press alt and F4 to see answer

Explanation:

For problems 14 – 21 determine all the roots of the given function.

y
(
t
)
=
40
+
3
t

t
2
f
(
x
)
=
6
x
4

5
x
3

4
x
2
Z
(
p
)
=
6

11
p

p
2
h
(
y
)
=
4
y
6
+
10
y
5
+
y
4
g
(
z
)
=
z
7
+
6
z
4

16
z
f
(
t
)
=
t
1
2

8
t
1
4
+
15
h
(
w
)
=
w
4
w
+
5
+
3
w
w

8

Answers

What’s the problem ?

You listened to a song on your computer. Explain in 3-5 sentences if you used hardware or software.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

When you have listened to music on your computer. You used both computer hardware and software. You used a hard drive as a hardware device that stored your song. And, software such as s media player that you used to play the song.    

I hope this answer helps you.

please help me in this question​

Answers

Answer:

Explanation:

i think operands

Who got social media that is smart in English subject a lot pass it here your social media pls?

Answers

Answer:

I'll help with work for a low price HMU

_kay.sanchez_ Instagram

When moving pictures and graphics around on the slide you can use these to help you line things up on your slide.

Question 3 options:

Smart Guides


Guide Lines


Line Help Tools


Slide Lines

Answers

Answer:

Smart Guides

Explanation:

When moving pictures and graphics around on the slide you can use SMART GUIDES to help you line things up on your slide.

To access Smar Guides, clicking and dragging the object will automatically bring Smart Guides, then a user can align and space the object accordingly.

Other options for aligning and spacing in Microsoft PowerPoint are:

1. Align Object: this can be assessed through the Format tab

2. Gridlines: this can be assessed through View Tab

3. Guides: this can be assessed from View Tab

4. Using keys Arrows to move the object around

Jack's manager asks him to distribute information and an attachment as quickly as possible to all their clients. In one to two sentences, describe what Jack should do.

AND NOT SO LONG PLS:D

Answers

He should forward it to everyone vía email

Which of the following selectors will target this paragraph?

Paragraph 1


a) p
b) #firstP
c) p#firstP
d) all of the above

Answers

aaaaaaaaaaaaaaaaaaaaa

Select the correct answer..
Which type of shot would a photographer use to show the subject's facial expression?
In a
shot, the photographer can show the subject's face and shoulder.

Answers

Answer:

A mid shot or medium shot

Explanation:

please help in this question​

Answers

Answer:

B. 1980's

Explanation:

Python, the programming language, was found in 1980's.

Categorive the given websites based on their possible website structure
company website
bookstore website
computer-based
training modules
single product website
city library website
online in store website
Hierarchical
Sequential
Matrix
Hi

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

There are different website structures such as hierarchical, sequential, and matrix. These websites structure helps the designers to create a meaningful website.

In this question, it is asked to categories the given website into their website structure.

The given websites are:

company website bookstore website computer-based  training modules  single product website city library website online in-store website

Now, we will categorize these websites into their website structure:

Hierarchical website structure:

Bookstore website

city library website

online in-store website

Sequential website structure:

single product website

computer-based training module

Matrix website structure:

Company website.

Here are the categorizations of the given items based on their storyboarding techniques:

Computer-based training modules: Linear

School website: Webbed

Bookstore website: Webbed

Single-product website: Linear

County library website: Webbed

Online gift store website: Linear

Federal government website: Hierarchical

The _____ function is used to acquire data from the user.
Display()
Input()
Print()

Answers

Answer:

The input() function is used to acquire data from the user.

Explanation:

We will explain the purpose of each function one by one.

display() and print() functions are output functions that are used to display outputs in python.

Acquiring data from user means that the user has to give some data as input.

Python provides the input() function with a prompt of string to display a message to take input from user.

Hence,

The input() function is used to acquire data from the user.

Answer:

A. input()

Explanation:

I took the quiz

Other Questions
How many electors are there total in the Electoral College? write the slope-intercept form of the equation of each line. identify the slopes y-intercept. How many ways are there to pick 5 people from a committee be of 9 people? I think its muscle cramps but Im not sure what is 2/3 divdided by 1/6 BOSTON, Massachusetts (Achieve3000, May 30, 2018). The music of Boston's early hip-hop and rap scene is being preserved online. The songs were recorded decades ago. It was well before artists such as Drake and Cardi B topped the charts. But the older songs have been brought back by a university and a public library. Their efforts are part of a movement that has researchers and historians studying hip-hop.The project was led by researchers at the University of Massachusetts Boston (UMass) and the Boston Public Library. They created the Massachusetts Hip-Hop Archive. It was launched online in 2016. Now, it's a collection of more than 400 demo tapes. They were recorded by the city's top hip-hop and rap artists in the 1980s. The collection also includes audio from a Boston radio show. The host of the show discovered many hip-hop acts.Why did UMass create the archive? It was partly to recognize Boston's role in the history of hip-hop. Hip-hop started in New York City in the 1970s. It later spread to Boston. Artists there would record rhymes over danceable beats. Many of the Boston groups or artists in the UMass collection aren't household names. But they're still important. Recordings such as The Almighty RSO and Guru capture a time when artists were seeking a new sound."This collection is a very complete look at a scene that nobody has heard about, at a moment when rap was just exploding," Pacey Foster, a rap historian and UMass professor said. "It will have natural interest for academics."UMass took advantage of that interest in May 2018. Members of Boston's hip-hop community took part in an event called "Show 'Em Whatcha Got." They brought photos and recordings to the Boston Public Library. Staff then digitally added them to the growing archive.Hip-hop collections aren't new, however. There are other schools with hip-hop archives. They include Harvard University in Massachusetts and Cornell University in New York. A library that serves four historically African American colleges in Atlanta, Georgia, has another. It houses the notebooks and letters of rap legend Tupac Shakur.Meanwhile, more U.S. colleges are offering classes on hip-hop. This approach to hip-hop as a scholarly subject is fairly new.UMass offered a course on hip-hop in 2014. That year, New York University's Tisch School of the Arts offered a course called "Sean Combs and Urban Culture." It explores the career of hip-hop giant Sean "Diddy" Combs. Also in 2014, the University of Missouri started a course exploring the work of two rap stars. It's titled "English 2169: Jay-Z and Kanye West."At some colleges, students can take their study of the genre to a more advanced level. Bowie State University is a historically black college in Maryland. Students there can earn a minor in hip-hop studies. In 2012, the University of Arizona offered the very first minor in hip-hop studies. A year later, rapper Nasir Jonesknown as "Nas"established a fund at Harvard University for scholars of hip-hop.The idea of studying and preserving hip-hop history is spreading. University presses have published dozens of textbooks on rap and hip-hop's political and cultural importance.Collections like the Massachusetts Hip-Hop Archive are important. They will allow the history of hip-hop to be studied for generations to come.Please make it two paragraphs. Please help this is due today :) 3. Roger runs 8 miles per hour. He ran for hhours to run 6 miles.Write the equation for this situation overheating of an enzyme means the enzyme has lost its ___ (15pts) Which of the fallowing best describes the profit Emily makes from selling these cards? Choose the best Spanish equivalent to the phrase. Her husband should work more. Su esposo debe trabaja ms. El esposo debe a trabajar ms. Su esposo debe trabajar ms. Un esposo deben trabajar ms If m A 5-foot piece of linen costs $34.80. What is the price per inch? Reread these quotations from the article. Which ones demonstrate that George Washington Bush was a generousleader who protected the people in his community? Check all that apply."He and Michael Simmons built the area's first gristmill and sawmill, and Bush helped finance Simmons loggingcompany.""He divided his crops with needy friends and maintained good relations with neighboring American Indians.""He gave up a comfortable lifestyle, selling his farm and nearly all his possessions, and readied his wife and fivechildren for the journey""Neither wealth nor friends could protect Bush from the Provisional Government's law prohibiting him from settlingin Oregon."O "Along with Mrs. Bush, he nursed Indian people through epidemics of measles and smallpox"Helppppp 5 minus the square a number Stress in our bodies is what type of stress PLZ HELP ME What linear equation is represented by the table?y=2xy=4xy=2x-3y=4x -3 Dont understand how to get the answer PART A:what does the word "concentrate" most closely mean as it is used in paragraph 8 in introduction to the holocaust plss i need help and ty so much