What is a server OS used for?

O Handling requests and supplying responses

O Performing one task, such as in an STM machine

O Running a permanent system, like the timing controls in a washing machine

O Running multiple operating systems on a computer system.​

Answers

Answer 1

Answer:

Handling requests and supplying responses

Server Operating Systems are used to run on servers that operate within a client to handle the requests of the client computers on the network


Related Questions

What is the purpose of the Digital Millennium Copyright Act?

Answers

Answer:

To protect orginal creators of content from the unlawful distrubution of it.

Explanation:

Which statement best defines building blocks?

A. copied shapes that can be reused by a user
B. previously stored styles that can be reused by a user
C. built-in table of contents that can be reused by a user
D. formatted and stored content that can be reused by a user

Answers

Answer:

formatted and stored content that can be reused by a user (methods)

Answer:

D

Explanation:

NEED ANSWER ASAP!!!
Describe common gaming tasks that would make sense to set up as each of the following: a forever loop; a conditional-controlled loop; a count-controlled loop.

Answers

Answer:

a count-controlled loop.

Explanation:

That is my edu guess.

Answer:

Forever loop: a movement the goes on for ever

Count-controlled loop: a g They are so common, most programming

languages have "shorthand" syntax for such loops.

conditional-controlled loop:   repetitive control structures are a way for computer programs to repeat one or more various steps.

Explanation:

I don't have an explanation sorry.

The first device to simulate motion in pictures was the ____.

Answers

The other person is correct...The first device to simulate motion in pictures was the kinetoscope.
brainliest?

A topographical map of the world, with no labels is _____ abstract than a map with the names of all the countries and their capitals.

The blank is either more/less

Answers

Answer:

more

Explanation:

my Brian is so big, some would even go as far as to say its the biggest Brian in America

Pick Two: If the post office delivered mail exactly like the routers deliver messages on the Internet, which of the following statements would be true?
A. One mailman would be responsible for delivering a letter from sender to receiver.
B. The mailman would sometimes take a different path to deliver each letter to your home.
C. Letters would be written on the outside of the envelope for all to read instead of letters put inside envelopes.
D. Your mail could not be delivered if a road your mailman was planning to take were under construction.

Answers

Answer:

B and C.

Explanation:

Routers can be defined as a device that routes the data from LAN to other connections.

If a post office delivery mail look exactly like  the routers then message delivery will look like the mailman will use different paths to deliver letter to your home. Each time the mailman will sometimes use different paths to do so.

Another similarity shared between the router and post office delivery will be that the letters will be written on the outside of the envelope instead of inside the envelopes.

Therefore, the correct options are B and C.

Answer: The answer is b and c

Explanation:

B: The mailman would sometimes take a different path to deliver each letter to your home.

C: Letters would be written on the outside of the envelope for all to read instead of letters put inside envelopes.

THIS IS ACTUALLY FOR HISTORY!!!!!
PLEASE HURRY!!! I WILL MARK BRAINLIEST!!!

When the 1905 Sequoyah Convention ratified their state constitution and submitted it to Congress, Congress chose to ignore it. Do you feel this was the right decision? If you had been a member of Congress in 1905, would you have voted to ratify the Sequoyah Constitution, voted against it, or tried to have it tabled? Defend your choice.

Answers

Answer:

it was certainly a debatable decision, mainly because it was based primarily on political - and not on legal or social - views. since the congress at that time was led by members of the republican party, and the territory that the tribes wanted to turn into an exclusively indian state was predominantly democratic, the proposal (as expressed in the constitution) did not succeed, but the constitution itself proved to be of crucial importance in the creation of the state of oklahoma, and, most importantly, it guaranteed the involvement of representatives of the indian tribes in the government of the future joint state.

as a member of congress, i would have voted to ratify the constitution, or at least to have it tabled. ignoring it was an interested and partial decision.

What is the missing word?
if numA< numB: # line 1
numX = numA # line 2
numA > numB: # line 3
numX = B # line 4

Answers

Answer:

The answer is elif

Explanation:

I got it right in the assignment

The missing word in the given statement is as follows:

if numA< numB: # line 1

        numX = numA # line 2

        elif numA > numB: # line 3

        numX = B # line 4.

What is Elif?

Elif may be characterized as a short "else if" function. It is used when the first if statement is not true, but you want to check for another condition. If the statement pairs up with Elif and the else statement in order to perform a series of checks.

According to the context of this question, if-elif-else statement is used in Python for decision-making i.e the program will evaluate the test expression and will execute the remaining statements only if the given test expression turns out to be true. This allows validation for multiple expressions.

Therefore, The missing word in the given statement is Elif.

To learn more about Elif function in Python, refer to the link:

https://brainly.com/question/866175

#SPJ5

PLEASEEE HELP!!!! 50 POINTSSS!!!!!

Choose all that apply.

Select the reliable sources of information.


a presentation in a college finance class

a personal Web site

an expert on television

financial data from 1978

loan information from your credit union

www.IRS.gov

Answers

Answer:

i belive the 2 one

Explanation:

Select all that apply.

Which of the following groupings are located in the View tab?

Page
View
Layout
Page Design
Window

Answers

Answer:

Layout, Window and View

Explanation:

This is the groupings that was listed above that are located in the View tab.

After the computer process the data, the result is first save in

Answers

Answer:

Answer

Saved In Computer

___ is the process of discovering useful knowledge from a collection of data.
BIG
DATA
THE 3 V’S
KDD

Answers

The KDD process is the overall processing of data collection p

When would you most likely use the Merge and Center option?

A: when you want to add the cell numbers together

B: when you want to know the percentage of an amount

C: when only one cell has data but you want to center that information

D: when you want to multiply all available cells

Answers

Answer:

c

Explanation:

i had this problem and C was the right answer

Answer:

C

Explanation:

What is the missing line of code?
>>> sentence = "Programming is fun!"
>>>
'gr
O sentence[3:6)
O sentence[2:6)
sentence(3:5)
O sentence[2:5)

Answers

Answer:

sentence [3:5]

Explanation:

The missing line of code is sentence(3:5) in the given code which is the correct answer would be an option (C).

What is the programming language?

A programming language is a collection of grammatical rules and a vocabulary for instructing a computer or processing equipment to do assigned duties. High-level languages like as BASIC, C, C++, COBOL, Java, FORTRAN, Ada, and Pascal are commonly referred to as programming languages.

Every programming language has a distinct collection of keywords (words that it recognizes) and a distinct syntax for structuring application programs.

According to the given question,

We have been given the code:

>>> sentence = "Programming is fun!"

>>>

'gr

Here, the missing line of code is sentence(3:5) in the above code.

Therefore, the correct answer would be an option (C).

To learn more about the programming language click here :

https://brainly.com/question/23959041

#SPJ2

what is the full form of www?​

Answers

Answer:

world wide web

Explanation:

Which of the following has had the most profound effect on American newspapers? A.digital media B.syndication C.television D. radio​

Answers

Answer:

Although readership has been declining since the invention of the radio, the Internet has had the most profound effect on the newspaper industry as readers turn to free online sources of information. Financial challenges have led to the rise of ever-growing newspaper chains.

So I'd say Digital Media ?

What is a promotional activity for a film ?

Answers

Answer: Sometimes called the press junket or film junket, film promotion generally includes press releases, advertising campaigns, merchandising, franchising, media and interviews with the key people involved with the making of the film, like actors and directors.

Explanation:

Strings need to be placed in

Answers

Answer:

glue

Explanation:

What does the acronym A PACT help you to remember when you research a topic?

Answers

Answer:

people, activities, context, and technologies

[JAVA] 30 points to write the program

Answers

The text document I added has all the code needed to complete this problem. Best of luck.

What will the outcome look like
(Ignore the answer l put)

Answers

The correct answer is 0123456789.

The for loop initializes the variable i at value 0 and then it increments i by 1 and prints it to the screen while i is less than 10.

I hope this helps!

Why should we care about information being represented digitally? How does this impact you personally?

Answers

Answer:

Information digitally represented shows a level of understanding. For example, it eases the stress of complexity. It is more interpretable.  It has a great impact on users personal since use can use and interpret information well as compared to other forms of representation.

-Astolfo

This is for AP Computer Science and I need help answering this question. If anyone could help it would be very helpful.

Answers

import java.util.Scanner;

public class PosNums {

   public static void main(String[] args) {

       System.out.println("Enter positive numbers (-1 to stop)");

       Scanner myObj = new Scanner(System.in);

       int num = myObj.nextInt();

       int total = 0;

       while (num!=-1){

           if (num < 0 && num!= -1){

               System.out.println("Only positive numbers will be counted toward your total.");

           }

           else if (num >=0){

               total += num;

           }

           num = myObj.nextInt();

       }

       System.out.println("Sum is " + total);

   }

   

}

If you have any other questions, I'll do my best to help. Best of luck.

Liz created this table to show the ratio of red pencils to green pencils in her box. Identify the ratios that are equivalent to the ratio of red pencils to green pencils in Liz’s table


Red Pencils Green Pencils

2 6

4 12

6 18

8 24

Answers

the ratio is 1:3 because when you simplify all of them done you get 1 and 3

What are the possible values you can store in the C# "bool" data type?

Group of answer choices

true or false

1 or 2

more or less

A or B

Answers

Answer:

n

Explanation:

Bool is a boolean and it stores True and False values.


Help I’ll give you brainless

Answers

Answer:

decimal

Explanation:

int, str and float are built in types, decimal isn't.

But... brainless??? ;-)

What is this N mean????? In java

Answers

Answer:

\n is an escape character for strings that are replaced with the new line object. Writing \n in a string that prints out will print out a new line instead of the \n. Java Escape Characters

Explanation:

If that what you meant. But n most of the time is either a string character or no special meaning such as integer that you defined.

N can also mean null

import java.util.Scanner;

import edhesive.testing.Math;

public U2_L8_Activity_One{

   public static void main(String[] args) {

       Scanner myObj = new Scanner(System.in);

       System.out.println("Enter a number.");

       int n = myObj.nextInt();

       for (int i = 0; i < 10; i++){

           System.out.println((int) (Math.random()*n));

       }

   }

}

I hope this helps!

which of the following sentence uses the correct verb tense

Answers

Answer:la 3

la3

Explanation:

Where’s the picture ?

Which keyboard shortcut will create a hyperlink in an Excel document?

A) Ctrl+F
B) Ctrl+H
C) Ctrl+K *
D) Ctrl+End

Answers

Answer:

it is most definatly ctrl+k

Explanation:

Answer:

The awnser is c) Ctrl+K

Explanation:

hope this helps

Which of these is an IPv4 address? Choose the answer
A.2001:0DB8:85A3:0000 0000
B. 8A2F0370.7334
C. //resource:share
D. 202.111.12.170
E. 192.168.0​

Answers

Answer: The Answer is D, 202.111.12.170.

Explanation:

Taking the test.

An IPv4 address is  202.111.12.170. The correct option is D.

What is an IPv4 address?

The IPv4 address is a 32-bit number that uniquely identifies a machine's network interface. An IPv4 address is usually expressed in decimal digits, with four 8-bit fields separated by periods.

Each 8-bit field corresponds to a byte of an IPv4 address. IP addresses (version 4) are 32-bit integers that can be written in hexadecimal notation. The more popular format, known as dotted quad or dotted decimal, is x.x.x.x, with each x ranging from 0 to 255.

IPv4, or Internet Protocol version 4, is a set of rules that allows devices such as computers and phones to communicate over the Internet. An IP address is allocated to each device and domain that connects to the Internet.

Therefore, the correct option is D. 202.111.12.170.

To learn more about IPv4 addresses, refer to the link:

https://brainly.com/question/28565967

#SPJ5

Other Questions
Identify the sentence that best states the theme of The Miracle Worker.All children need discipline and guidance from the adults in their lives.Nothing good comes to people who avoid hard work.People can overcome difficult odds with patience and perseverance.A family is strong, but a teacher is even stronger. What are 4 reasons imperial peoples such as the Persians were able to conquer and maintain vast empires To determine whether equipment meets required standards, look for the NSF mark or the USDA mark.True or false? Which of the following is the first step of the borrowing process?O Applying for a loanO Determining the amount to borrowO Processing the loanO Selecting the right loan program Does the amount of fat a person has affect whether or not something can penetrate their skin?yes or no and explain why The NO INTENSITY training zone for teenagers is defined as any heart rate below how many beats per minute? (Enter the number) Answer: what is occupation Which is the temporary storage tank for urine? O bladder stomach kidney urethra Giant anteaters live in Central and South America. As their name suggests, they eat ants and termites. First, an anteater tears open insect nests with its long claws. Then, it extends its extremely long, sticky tongue into the nest to catch its prey. One anteater eats 35,000 ants and termites in a day.Look at the table showing the Linnaean levels of classification for the giant anteater. Then create the scientific name for this species. Choose the best option for each part of the name. Research a religion and write a 2 paragraph essay on it. Write the essay like you are explaining the religion to someonewho has never ever heard of it before. Gustar worksheet help plz what is the slop of the line that contains the points (-2,7) and (2,3) ? How we can eat healthy? Angie, a sophomore in high school, is visiting her older cousins Anna and Nico. Nico pulls out a bottle of alcohol. Angiehas never had alcohol before.Which statement best explains the value of applying a decision-making process in Angie's situation?o It helps her to evaluate consequences by letting her parents know.o It helps her to define the decision by getting her cousin's advice.O It helps her to take action based on her cousins' knowledge.o It helps her to consider possible alternatives before drinking. What is the quotient in simplest form?StartFraction 8 Over 3 EndFraction divided by two-thirds0StartFraction 9 Over 16 EndFraction1 and StartFraction 7 Over 9 EndFraction4HELPPPP Question 14What was the significance of the Battle of Kettle Creek?It was a major Loyalist victory over the BritishBIt was a major British victory over the Patriots.It increased the morale of the outnumbered Patriots who later took Augusta.DIt led to the creation of the two Georgias" during the Revolutionary War. What Plus -11 gives me 15 HELP OUT ASAP PLEASE! Please help me and example pleaseee!!!! due TODAY! 4. Read this passage. Then, answer the multiple-choice question.In 1993, the Mississippi River overflowed, causing one of the worst floods in its history.Approximately 74,000 people lost their homes, and $15 billion in property was damaged. MarionJohnson, a homeowner in Grafton, Illinois, recalled, "When I woke up and hopped out of bed, Iwas knee-deep in water. I had worked my whole life to buy this homeand now it was all gone,just like that." This passage is an example of a secondary source because the writer did not directly experience the floodprimary source because the writer includes his or her own opinionsprimary source because the writer lost his or her home in the floodsecondary source because the writer uses only secondhand information