Which term best describes the role of a printer in a network?
O shared resource
O server
O port
O router

Answers

Answer 1

Answer:

Correct answer is Shared Resource.

Explanation:

Answer 2

Answer:

Shared Resource

Explanation: Because multiple clients can use it


Related Questions

Given that an integer variable i and a floating-point variable f have already been declared and given values: Write a statement in C that displays the values of i and f to standard output in the following format: i=value-of-i f=value-of-f

Two Examples:
Example 1: if the values of i and f were 25 and 12.34 respectively, the output would be: i=25 f=12.34
Example 2: if the values of i and f's value were 703 and 3.14159, (respectively) the output would be: i=703 f=3.14159

Answers

Answer:

Follows are the given statement to this question:

printf("i=%d f=%f", i, f);//print value

Explanation:

The full code to the given question:

code:

#include <stdio.h>//defining header file

int main()// main method

{

   int i;//declaring integer variable

   float f;//declaring float variable

   i=25; //assign integer value

   f=12.34;//assign float value

   printf("i=%d f=%f", i, f);//print value

   i=703;//assign integer value

   f=3.14159;//assign float value

   printf("\n");//for line break

   printf("i=%d f=%f", i, f);//print value

   return 0;

}

Output:

i=25 f=12.340000

i=703 f=3.141590

In the above-given code, the two variable "i and f" is declared, that holds integer and floating-point value in its respective variable and use the print method, to print "i and f" variables value.  

11.1.1: Miles to track laps.


One lap around a standard high-school running track is exactly 0.25 miles. Write a program that takes a number of miles as input, and outputs the number of laps.

Ex: If the input is 1.5, the output is:

6.0

Ex: If the input is 2.2, the output is:

8.8

Your program should define and call a function:

Function MilesToLaps(float userMiles) returns float userLaps
i need the code in coral launague

Answers

Answer:

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

Explanation:                

 This program is written in coral language. The code of the program is given below:

.................................................................................................................................

Function MilesToLaps(float usermiles) returns float lap

  lap = usermiles*4

Function Main() returns nothing

  float userMiles

  float laps

  userMiles = Get next input

  laps = MilesToLaps(userMiles)

  Put laps to output

.................................................................................................................................

                                   

Answer:

Coral Language Code

Explanation:

Make sure you input the digits for output:

Ex: If the input is:  1.5  the output is:  6.0

Ex: If the input is:  2.2 the output is:  8.8

Function MilesToLaps(float userMiles) returns float userLaps

  userLaps = userMiles / 0.25

 

Function Main() returns nothing

  float result

  float userMiles

  userMiles = Get next input

  result = MilesToLaps(userMiles)

  Put result to output

Here we have a program which is calling the subtract function to calculate the difference between two numbers. The value from the subtract function is being stored in a variable called answer. Then answer is being displayed.

Code is not executing as expected. Instead of seeing the answer, we are seeing the word "None."
Modify the code within the subtract function so the value for solution is returned when the function is called. When you are finished, the output should Desired Output.

# Define the subtraction function
def subtraction(minuend, subtrahend):
solution = minuend-subtrahend
print(minuend,"minus",subtrahend,"equals",solution)

# Call the subtraction function
subtraction(4, 10)

desired output:

10 minus 4 equals 6

Answers

Answer:

See explanation

Explanation:

Given

The above program that subtracts two numbers and returns the result

Required

Modify the source code to run perfectly

When the given program is tested, it displays

4 minus 10 equals -6

Which is different from the expected output of

10 minus 4 equals 6

Modify

solution = minuend-subtrahend

to

solution = subtrahend  - minuend

And that does it.

pls help I will give brainliest​

Answers

It should be Yes.

This is because most labs use a cloud of some sort for situations like his. So as long as John saved his work to the cloud in use, he should be able to access it after logging in.

Hope this helps, brainliest is appreciated :)

Have a great day!

~Mitsuna

what is the difference between delete and backspace key?​

Answers

they are the same thing

Answer: delete what's in front (right) vs behind (left) of cursor

Explanation:

Delete allows you to remove whats in front of the cursor while backspace allows you to remove whats behind the cursor.

Which one of the following is the most appropriate explanation of photoplethysmography?

Answers

Photoplethysmography a simple optical technique used to detect volumetric changes in blood in the peripheral circulation.

What is photoplethysmography?

Photoplethysmography is a technique used in signal analysis and application.

This instrument is a simple optical technique used to detect volumetric changes in blood in the peripheral circulation.

This technique provides valuable information related to our cardiovascular system

learn more on photoplethysmography here; https://brainly.com/question/25770607

Element of python which is valid syntax patterns

Answers

Answer:

yes

Explanation:

What is the difference between Mac, PC, Tablets, and Cell Phones?

Answers

Answer:

In the strictest definition, a Mac is a PC because PC stands for personal computer. However, in everyday use, the term PC typically refers to a computer running the Windows operating system, not the operating system made by Apple.

Explanation:

Hope this helps !!

difference between mobile and tablet is because the size of the screen and based on its power with different capabilities

To locate a value in an ordered array of 100 items, binary search must examine at most ________ values.

Answers

To locate a value in an ordered array of 100 items, using binary search, requires examining at most _________ values.

7

P a. Write a program to input a side of a square. Calculate and print the area of a square.

Answers

Answer:

INPUT "What is the side of the square"; sidelength

areasquare = sidelength*sidelength

PRINT areasquare

Explanation:

the formula for area of a square is side times side

done in QBASIC programming language!

When would you prefer to use a jump drive over using a hard drive? Choose the most appropriate answer.
when you want to back up your data on the same computer
when you need quick access to the data
when you want to rename your data files on your computer
when you want to carry your data with you while on vacation

Answers

Answer:

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

when you want to carry your data with you while on vacation

Explanation:

The question is when would you prefer to use a jump drive over using a hard drive? Choose the most appropriate answer.

when you want to back up your data on the same computer when you need quick access to the data when you want to rename your data files on your computer when you want to carry your data with you while on vacation

The correct option of this question is 4 i.e you would prefer to use a jump drive over using a hard drive when you want to carry your data with you while on vacation. Because carrying data on a computer while on vacation seems not good, and also handling it becomes difficult. It is good to carry data in a jump drive while you are planning to go on vacation.

What are steps for properly cleaning a PC or Mac laptop fan? Check all boxes that apply.

For a PC laptop, remove the CPU case, locate the fans, and then use compressed air to blow dirt through the internal slits.

For a Mac laptop, visit an Apple Store or take a look at your Apple Care Protection Plan, if applicable.

For PC and Mac laptops, use compressed air on all ports and drives.

For PC and Mac laptops, consider getting an experienced technician to help you.

Answers

Answer: Its   B. For a Mac laptop, visit an Apple Store or take a look at your Apple Care Protection Plan, if applicable.   And  D.  For PC and Mac laptops, consider getting an experienced technician to help you.

Explanation: You have to read to understand and learn.

The recipients title located

Answers

In the inside address....

Answer:

in the Inside Address

Explanation:

13. Population

Write a program that predicts the approximate size of a population of organisms. The

application should use text boxes to allow the user to enter the starting number of organisms,

the average daily population increase (as a percentage), and the number of days the

organisms will be left to multiply. For example, assume the user enters the following values:

Starting number of organisms: 2

Average daily increase: 30%

Number of days to multiply: 10

The program should display the following table of data:

I'm stuck in this problem in python 1 and also can you guys provide me the flow chart

Answers

Answer:    after day one there is  2   2.6   3.3   9.1   27   81   243  729 2,187

6,561

Explanation:

TRUE or FALSE.

2.3 A website contains hyperlinks that link it to other documents and can be a word or sentence, icon,
picture or button.
2.4 SocialMention is a tool that monitors consumer trends on social media platforms by concentrating
on specific industries
2.5 The United States of America is responsible for the creation of Internet 1976.

Answers

Explanation:

TRUE or FALSE.

(T) 2.3 A website contains hyperlinks that link it to other documents and can be a word or sentence, icon,

picture or button.

(T) 2.4 SocialMention is a tool that monitors consumer trends on social media platforms by concentrating

on specific industries

(F) 2.5 The United States of America is responsible for the creation of Internet 1976.

Answer:

all are true except 2.5

Explanation:

this is because the internet was created by Vinh Cerf and Robert Khan

Write a fragment of Java codes to generate the following output, you are required to use the nested for loop. 1 3 5 3 5 7 5 7 7​​

Answers

Answer:

public class fragmentname extends Fragment{

Activity referenceActivity;

View parentHolder;

Button backBtn;

public View onCreateView(LayoutInflater inflater, ViewGroup container,...

Explanation:

Written below is  Java code snippet that uses nested for loops to generate the specified output:  

for (int i = 1; i <= 3; i++) {

   for (int j = i; j <= i + 2; j++) {

       System.out.print(j + " ");

   }

   for (int j = i + 1; j <= i + 2; j++) {

       System.out.print(j + " ");

   }

}

How does this code work?

When you run this code, it will print the desired output: 1 3 5 3 5 7 5 7 7.

The outer loop iterates from 1 to 3, and the inner loops generate the numbers in the required pattern.

The first inner loop prints the increasing numbers, and the second inner loop prints the repeated numbers.

Learn more about Java  at:

https://brainly.com/question/20814969

#SPJ2

PLEASE HURRY!!!!

Fill in the blank in order to convert the user’s response to a number without a decimal point.
>>> answer = input("How many sodas do you want? ")
How many sodas do you want? 5
>>> numberAnswer = (answer)

Answers

Answer:

int

Explanation:

This pretty late from the day you asked but for anyone else that has to take this horrid online class it's int

Answer:

>>> numberAnswer =  int (answer)

Explanation:

After you input this line of code, all you have to do is input the line">>>numberanswer" and you will get the number 5 back

how can i promote netiquette??​

Answers

Answer: Neh - tuh - ket

Explanation:

The above answer is the phonetical pronunciation of the word Netiquette which is an amalgamation of the words, Net and Etiquette and as the term implies, refers to the behavior on the internet that is socially acceptable and good so that other people are not made to feel uncomfortable.

SQL provides all the necessary functionalities for managing and analyzing big data. Group of answer choices True

Answers

SQL provides all the necessary functionalities for managing and analyzing big data is a true statement.

What is the role of SQL?

SQL is known to be a term that connote Structured Query Language (SQL). It is regarded as  a standardized programming language that is often employed to handle relational databases and carry out various operations on the data in them.

It is often used by big firms to access, read, work on , and analyze the data stored in a database and they also help to get useful insights to push an informed decision-making process.

Learn more about SQL from

https://brainly.com/question/25694408

a brief written summary of employment history, education, and other related
information.
essay
bold
resume
font

Answers

Answer:

Heres my answer

Explanation:

Mention your current job title and professional experience. Say how you want to help the employer achieve their goals. Add info on your key achievements to prove you can deliver results when hired. Limit it to 3 or 5 sentences and use numbers whenever possible.

Answer: c. resume

Explanation:

when I turn on my pc using a graphics card, it does give video, and everything is normal, but when I try to turn on my pc with the integrated graphics of the cpu, nothing appears on the screen, could you help me to be able to use the integrated graphics?

Answers

Answer:

Check BIOS

Explanation:

There are many reasons this could occur I highly would recommend checking BIOS to see if anything seems off their under the Graphics and CPU tab, because a common thing amoung lots of people are that their intergrated graphic setting is turned off in BIOS. If this doesnt work try updating BIOS/motherboard to see if there a change.

It is time to practice your skills learned this week. Choose a current event in Science from this week. Write a summary on your event. Download and print your summary and give it to your teacher, make a copy of your story, and email your story to your teacher.

Answers

Answer:

Researchers on March 18 reported that the "black summer" fires in Australia in 2019 and 2020 damaged portions of the Earth's protecting ozone layer. The researchers said the damage was severe enough to be detectable by instruments, but not significant enough to have any immediate effect. However, they warned that the hole could grow larger as greenhouse gas emissions increase over time. They also pointed out that the damage would affect weather patterns around the world for years to come.

The study is being widely reported, including in news sources like USA Today (March 19), ABC News (March 19), National Public Radio (March 20), BBC News (March 21), and others. Some articles discuss how it might even impact climate change predictions.

Explanation:

My original answer.

Which of the following best describes personal responsibility.

Answers

Answer:

Provides the basis for your code of ethics even if no one is watching

Explanation:

The option that best describes personal responsibility is how you act even if no one is watching.

What is Personal responsibility?

This is known to be the ability of  a person to be willing to accept the importance of standards that a society has set up and also live by those standards.

Note therefore that the option that best describes personal responsibility is how you act even if no one is watching as it tells more about what a person can or cannot do.

Learn more about personal responsibility from

https://brainly.com/question/1461386

#SPJ2

whoever answers first gets lots of points

Answers

Firssstttttt ayyyyyyeeeeeeeeeeeee

write the implementation (.cpp file) of the gastank class of the previous exercise. the full specifiction of the class is:

Answers

Answer: (no specifications)

Explanation:

Given that there is nothing listed about the class there would be no specifications for the class. This part of the question will not provide you with enough information to write code.

how can the various templates that are available for new word documents to be accessed?
A opening up an instance of word
B pressing CTRL+N with word open
C clicking file to enter backstage view
D all of the above​

Answers

Answer:

ITS D ALL OF THE ABOVE.

Explanation:

HOPE THIS HELPS?

The various templates that are available for new word documents can be accessed by opening up an instance of word, pressing CTRL+N with word open and clicking file to enter backstage view. The correct option is D.

What is template?

Pre-made designs and documents that can be customized are referred to as design templates.

Templates are frequently designed to meet specific standards or specifications in order to be consistent across users and mediums.

A template is a document format that you can use to create your own. The templates available for new Word documents can be accessed by clicking File and then New.

Here you will find all of the templates available for use as well as the option to search for templates online that can be downloaded.

To access the various templates available for new Word documents, open a new instance of Word, press CTRL+N with Word open, and then click file to enter backstage view.

Thus, the correct option is D.

For more details regarding templates, visit:

https://brainly.com/question/13566912

#SPJ5

In the microsoft powerpoint wiew ribbon. Which presentation wiew enables a user to view one slide at a time in the slide pain?

Answers

Answer:

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

Explanation:

In the Microsoft PowerPoint view ribbon. A normal presentation view enables a user to view one slide at a time in the slide pain.

As we know that there are different views of presentation, such as, normal view, reading view, slider sorter, outline view, and note pages.

Only a Normal view allows you to see one slide at a time in the slide pain.

12 points. Which option represents the location of the Goal Seek function?
Goal tab
Data tab, Forecast group
Formulas tab, Forecast group
Insert tab on the ribbon

Answers

Answer:

goaltab

Explanation:

The represents the location of the Goal Seek function is Data tab, Forecast group. The correct option is (B).

What do you mean by the Goal Seek function?

In Excel, the Goal Seek command may be found in the Forecast command group in the What-If Analysis dropdown menu on the Data tab.

By altering an underlying assumption, the Goal Seek Excel function (also known as What-If-Analysis) allows one to solve for a desired output.

Back-solving is effectively done by the function by feeding in guesses and trying different solutions until it finds the right one.

The formula used for goal seek uses the input value to produce the target value. Then, by altering the formula's input value,

Goal Seek makes an effort to find an answer for the input value. Goal Seek only functions with one input variable value.

Therefore, the  represents the location of the Goal Seek function is Data tab, Forecast group.

To know more about the Goal Seek function, visit:

https://brainly.com/question/21530148

#SPJ2

Trade secrets _____. give a competitive edge give a competitive edge protect owners for 20 years protect owners for 20 years are secret company names are secret company names are products that generate profit

Answers

Trade secrets are confidential business information that give a competitive edge give a competitive edge.

What is a trade secret?

Note that trade secret protection is one that gives people or their owners the right to hinder or stop an information lawfully and it is one that is said to be within their control and this it cannot be disclosed, acquired or used by any other person without their consent.

Conclusively,  confidential business information are said to give an enterprise a competitive edge and it is said to be  unknown to others and thus it is said to be protected as a trade secret.

Learn more about Trade secrets  from

https://brainly.com/question/993315

In this question, you will experimentally verify the sensitivity of using a precise Pi to the accuracy of computing area. You need to perform the following activities with Python program:

a. Compute the area of a circle with radius 10 using Pi from the Python Math Module. Assign the area to a variable, say realA.
b. Now compute the area of the circle using the Pi value with precision 1,2, and 3 points after the decimal place. (i.e., Pi = 3.1, 3.14 & 3.141). Then Print the percentage difference between each of the areas calculated using each of these values of Pi and realA.

Answers

Answer:

Follows are the code to this question:

import math as x #import math package

#option a

radius = 10#defining radius variable  

print("radius = ", radius)#print radius value

realA = x.pi * radius * radius#calculate the area in realA variable

print("\nrealA = ", realA)#print realA value

#option b

a1 = 3.1  * radius * radius#calculate first area in a1 variable  

print("Area 1= ", a1)#print Area

print("Percentage difference= ", ((realA - a1)/realA) * 100) #print difference  

a2 = 3.14  * radius * radius#calculate first area in a2 variable                            

print("Area 2= ", a2)#print Area

print("Percentage difference= ", ((realA - a2)/realA) * 100)#print difference  

a3 = 3.141  * radius * radius#calculate first area in a2 variable                       print("Area 3= ", a3)#print Area

print("Percentage difference= ", ((realA - a3)/realA) * 100) #print difference  

Output:

please find the attached file.

Explanation:

In the given Python code, firstly we import the math package after importing the package a "radius" variable is defined, that holds a value 10, in the next step, a "realA" variable is defined that calculate the area value.

In the next step, the "a1, a2, and a3" variable is used, which holds three values, that is "3.1, 3.14, and 3.141", and use the print method to print its percentage difference value.  

Other Questions
PART A: Which statement best summarizes the central idea of the speech?Group of answer choicesThe best way to honor the sacrifice of the dead Union soldiers is to continue fighting to preserve the nation and its valuesThe influence of the founders on our nation should be limited since the country has changed and endured so much since the American Revolution.The Union soldiers who died in the Battle of Gettysburg were heroes because they guaranteed liberty for all Americans through their sacrificeLincoln believes that the Unions efforts in the Civil War have been courageous and inspiring, but will most likely not lead to victory. Find the measure of x, the missing angle shown below. pls help i don't know the answer Choose the best spanish equivalent to the phrase. My mother hugs me every night. Mi madre me abraza cada noche. Mi madre abraza me cada noche. Mi madre abraza cada noche. Mi madre m abraza cada noche work out the size of angles x, y and z. find 3 ratioss that are equivalent to the given ratio 9 to 15 Photo Necessities produces cameracases. They have found that the cost,c(x), of making x camera cases is aquadratic function in terms of x.The company also discovered that itcosts $16 to produce 2 camera cases, $18to produce 4 camera cases, and $48 toproduce 10 camera cases.Here is the cost function used torepresent this situation in terms of thenumber of camera cases produced:(x) = 0.5x2. 2x + 18Find the total cost of producing 8 camera cases. How is the potential energy effected as a ball lying on top of a 20 m tall building rolls down to the nextbuilding which is 10 m tall Photosynthesis AssignmentUse the diagram below to show the cycle of photosynthesis. Include the Sun or energy, carbon dioxide, chlorophyll, water, oxygen and glucose or carbohydrates. Show what happens to each of the elements in carbon dioxide, oxygen and water. Use arrows to show the movement of the substances and label the arrows. pleaseee need help ASAP A hot air balloon is at an elevation of 100ft. It descends 20ft. Then ascends 10ft. What is the final elevation of the balloon?A. 70ftB. 130ftC. 110ftD. 90ft I need helpHow are Ukrainian civilians involved in the resistance?Please answer with complete sentences. 20 point's and I might give you brainliest. Question 3For a few years after they won their independence, the 13 states acted like small, separate countries.Audio Recording.flv 70 KBAudio Recording.flv 70 KBTrueO False Original price: $10; Markdown: 20% There are 76 milligrams of cholesterol in a 3.1 ounce serving of lobster. How much cholesterol is in 5 ounces of lobster Please help will give Brainliest, 5 star rating, and 17 points. (Please put an explanation) Half a number added to the number gives 240.What is the number? Lucas is taking an algebra class with many detailed steps. Which note-taking method would be best for this class?chartingoutliningmappingmultiplying "The greatest damage to fish stocks has happened in the last fifty years. During this time, large, organized fishing fleets have become weapons of mass marine destruction. These 'giant factory ships' use GPS and sonar to locate large schools of their target fish. These trawlers are equipped with massive nets and long, hooked fishing lines that can catch huge volumes of fish at once. With processing plants right on board, these ships package and freeze tons of fish in one operation. The biggest, fastest, and most technologically advanced fishing trawlers wreak havoc as they float along the oceans surface."Which phrase contains subjective language?"use GPS and sonar to locate""ships package and freeze tons of fish in one operation""biggest, fastest, and most technologically advanced""fishing trawlers wreak havoc" What word best describes the placement of lines in this artwork? (2 points)abstract work of art with scribbly lines The Granger Collection / Universal Images Group /Image Quest 2018 aPlanned bPerpendicular cSpontaneous dVertical