Which term refers to the portion of the hard drive where print jobs are stored before going to the print device

Answers

Answer 1

Answer:

Print Queue.

Explanation:

I majored in Technology

Answer 2

Printer spoolers, which queue print jobs and send them one at a time to a printer, should not be confused with printer drivers.

What print jobs are stored before going to the print device?

In order to enable control of print queue actions like stopping, restarting, or canceling tasks, a print queue provides users with printer management features. Some print queues let users rearrange the queue's order and assign print jobs a higher priority.

Messages that need to be printed are gathered in print queues. An Unspecific print queue can be started or canceled.

Applications can print with the help of printer drivers without having to be aware of the specific technical specifications of each printer model.

Therefore, The area of the hard disk where print jobs are kept before being sent to the printer is referred to as the print queue.

Learn more about print device here:

https://brainly.com/question/4005823

#SPJ6


Related Questions

Two light bulbs are connected in a series circuit. You add a third bulb in a series. All three bulbs are identical. Which of the following will happen?

Answers

Answer:

The bulbs would becom dim

Explanation:

The 3rd bulb adds too much resistance that the other bulbs go dim

anybody wanna be friends?

Answers

i wouldn't mind......

yes Avacado?????????????????????

. In this project, how many times will the [Drive] block be repeated?
a
It will be repeated forever
It will repeat 100 times.
It will repeat 90 times.
It will repeat once.
c

Answers

Answer: wait is a multiple answers to it or

Because I think it’ll be forever

Explanation:

help plz (will give brainliest)

Answers

Answer:

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

Explanation:

This is the python program in the question that is:

def sum(n1,n2):

n=n1+n2

return n

The question is: write a function CALL that displays the return value on the screen.

So, the correct program is written below:

*********************************************************************  

def sum(n1,n2):# it is function that define sum

 n=n1+n2 # variable n that store the result of n1 and n2

 return n # return the result

print(sum(3,5))# call the sum function with parameter 3 and 5 , it will print 8

print(sum(4,101))

# call the sum function with parameter 4 and 101 it will print 105

********************************************************************************

you can also store the sum result into another variable, because this function return the sum. So, you can store that return value into another vairable and using the print function, to print the value of this variable such as:

*****************************************************************************

def sum(n1,n2):# it is function that define sum

n=n1+n2 # variable n that store the result of n1 and n2

return n # return the result

result= sum(6,9) # store the sum result into another variable i.e result

print(result)# print the result variable value

*****************************************************************************

What kinds of circumstances would lead you to writing a function versus using a loop? please explain in simple terms

Answers

Answer:

1. You want to use parameters

2. You don't want your program to run multiple times

3. You want to call that snippet of code throughout your program

hope this helped :D

Which of these purchases is most likely to be paid for with a credit card
A. Soda
B. Lotto ticket
C. Parking fee
D. Plane ticket

Answers

Answer:

plane ticket?

Explanation:

Describe the history of computer in Nepal.​

Answers

Answer:

The first computer brought in Nepal was IBM 1401 which was brought by the government in lease for the population census of 1972 (2028 BS). Later in 1975 (2031 BS)YantrikSarinikaran Kendra (Electronic Data Processing Centre) was established which was later called as National Computer Centre ( NCC )

Answer:

The first computer brought in Nepal was IBM 1401 which was brought by the government in lease for the population census of 1972 (2028 BS). Later in 1975 (2031 BS)YantrikSarinikaran Kendra (Electronic Data Processing Centre) was established which was later called as National Computer Centre ( NCC )

Explanation:

if this answer is correct please make as brainlelist

You’ve been tossed into an insane asylum. What do you tell the people there to prove to them that you don’t belong inside?

Answers

Was this a question on an assignment or are you in an asylum right now

An asylum is for crazy people. I'm crazy. Crazy people don't realize they're crazy. If I realize I'm crazy, then I'm not crazy. Therefore, I do not belong here.

Grades are numbers or ________ that show how a student performed in a course.

Answers

It’s either letters or percentages

Submit a paragraph about how people earn income online.

Answers

Answer:

Selling services or products, generating traffic for ad revenue or investing in different types of products / companies.

Explanation:

Why would it be useful to split up the coding for creating an app between multiple programmers? Select 2 options.

greater innovation

greater control over the code.

faster development.

greater consistency between sections of code.

Answers

Answer: c

Explanation:

Answer:

I'd be willing to wager it is A and D but not 100% sure.

Explanation:

What is the answer to 4.9 Code Practice: Question 2

Answers

Answer:

sum = 0

for i in range(20, 100, 10):

sum = sum + i

Print(sum)

Explanation:

The answer to 4.9 Code Practice: Question 2 is 200  of the total output.

What is the output?

An output record that a laptop sends. Computers best paintings with virtual information. Any entry that a laptop gets have to be digitised. Often records must be transformed and returned to an analogue layout whilst it is output, as an instance the sound from a laptop's speakers.

The answer to 4.9 Code Practice: Question 2 is 200 output of all the total outputs this is the answer.

Read more about the Code :

https://brainly.com/question/3653791

#SPJ2

Select four Microsoft programs.
a. Serrer
b. Visio
C. Office
d. Windows 7
e. Red Hat

Answers

Answer:

Windows, office serrear and Visio

Explanation:

Categorize each memory card as based on new or old technology. PLEASE HELP.

Answers

Answer:

SD Cards and XDQ Cards are new XD Cards and CF Cards are old.

Explanation:

Hope this helps.

hey plz help, and thanks

Answers

Answer:D im pretty sure

Explanation:im sorry if get it wrong So sorry ok just sorry

D maybe??? Sorry if it’s wrong

Soft skills are more likely to be transferable than hard skills?

True or false

Answers

Answer:

The correct answer is true.

Explanation:

Examples of Soft skills are

Communication TeamworkPositive Attitude etc.                              

These skill can be applied to any job. That is why we have said that soft skill are transferrable.

Now let look at hard skill,

Hard skill like programming in python. Making the architecture of computer. These skill can not be transferred to a new job like authoring a book.

so, hard skills are not easily transferrable.

The type of medium used to hide data in steganography is referred to as __________. This may be a photo, video, sound file, or Voice over IP, for example.

Answers

Answer:

:L

Explanation:

Answer:

symmetric cryptography

Explanation:

"Jan23" can be stored using which data type? O an alphanumeric string O a boolean operator o characters floating point numbers​

Answers

Answer:

Alphanumeric string

Explanation:

Answer:

a. an alphanumeric string

Explanation:

got it right on edge

Can you please help me with the AP Computer Science Fill in the blank. What goes on number 5 8 and 18. I don’t understand this I need help programming.

Answers

Answer:

you can probably just delete them. what programming language is this?

Which statements are true? Select 4 options.

A class variable can be a different type of class.

A class variable can be a list of instances of a different class.

An instance of a class cannot be changed after it is created.

Functions defined in a class are called methods.

Variables defined in the constructor of a class can be accessed by the main program that uses instances of the class.

Answers

Answer: All of the answers are correct EXCEPT "An instance of a class cannot be changed after it is created.

Explanation: I've done the problem. Also, if you have an instance of a class, you can no longer change it. It is frozen in time as that one instance. If had a class defining pets and you made an instance dogA where the pet was a brown medium sized dog, dogA would always be a brown medium sized dog. I think, at least.

Answer: A class variable can be a different type of class.

A class variable can be a list of instances of a different class.

Functions defined in a class are called methods.

Variables defined in the constructor of a class can be accessed by the main program that uses instances of the class.

Explanation:

got it right on edgen

Write 5-7 sentences about your own personal observations in which you have been part of a "filter". You might have experienced this is in your Twitter feed, specific advertisements, or your search engine results. Be specific.

Answers

Answer:

Answered below.

Explanation:

I made a search for a product on an online grocery store. The search results came in and I bought the product. On subsequent visits to the grocery store website or on browsing other sites, I had special advertisements pop up. These advertisements were suggesting products to me similar to the one I bought on the grocery store. It was a targeted advertisement that had been sent based on my recent searches and purchases on the site. So I knew that was a filter.

can some one please help

Answers

Answer: It probably will cost a lot of money

Explanation:

Define watcher block

Answers

Answer:

Happens when you are watching a series / film / drama / etc. but can not retain the attention span to watch for long periods of time. As well as the shortened viewing time, the ability to retain what has been viewed is impaired.

Explanation:

The Block Watcher puts the power of a microprocessor to work analyzing the current feed to the rails. This detector has been designed to eliminate many of the installation problems associated with the installation of signal systems. ... Then connect the detector output switch to your signal system.


8.10 Code Practice Question 1

Write code that takes in two words from user input and stores them in the variables x and y respectively. Then, the programs the values in x and y, and print x and y).

Note: The variable names x and y are required for this question

Answers

x = input("Enter a word: ")

y = input("Enter a word: ")

x,y = y, x

print(x)

print(y)

I hope this helps

Since we need to perform some coding functions such as:

Asking for the input of a numberStoring them as individual variablesPrinting/Displaying the values independently.

First thing we need to do is to declare the unknown variables as x and y

Next would be to write the input this way:

x= input ("Put a word:")

y= input ("Put a second word:")

x,y = y, x

Print(x0

Print(Y)

Read more about programming here:

https://brainly.com/question/18900609

9. What will help you determine the kinds of tools, equipment and utensil you will assemble, sanitize, inspect or check?
a. the kind of product to be produced
b. the method of food processing to be done
c. the raw materials to be processed
d. the availability of tools, equipment and utensils​

Answers

Explanation:

b. the method of food processing to be done

how do you take a picture on an apple computers

Answers

Answer:

You go to the launcher, then find Photo Booth. Photo Booth allows you to take photos. You can only take photos on the side where the screen is, since there isn't a camera on the back. I recommend taking a picture with a phone instead. For a screenshot, press command-shift-3.

Hope this helps!

what does the windows update feature allow you to do?
a. scan email attachments
b. install important patches
c. scan for viruses
d. block pop-ups

Answers

The answer is D
Explanation: none

Answer:

B

Explanation:

The purpose of Windows Update, is to bring feature updates and hotfixes to your Windows PC, it also allows for updating services such as the Windows Defender virus definitions. However, Windows Update does not block popups, but instead installs important updates for your PC.

Choose the term that completes the sentence.
A bubble (sort/function/search) starts by comparing the first item in the list to the rest of the items.

If the first one is greater than a later item, the items are swapped.

Answers

Answer: BUBBLE SORT

I hope I've been helpful to you.

Answer:

Sort

Explanation:

I Answered this in Edge.nuity and it was correct

WHY DOES THIS HAPPEN!?!??!?

Answers

Answer:

whats the qeustain?

Explanation:

What is the highest numeral in a decimal code?

A. 9
B. 5
C. 2
D. 1

Answers

Answer:

9

Explanation:

1.8, 1.9, 2.

~theLocoCoco

Other Questions
I need help with this ASAP! Examine the picture below. What is your answer?Explain how you determined your answer. Sallie smith 42 years old is newly diagnosed with type 2 diabetes during patient education the patient asks the nurse what should i do if i am sick and can't eat should i still take my medicine for the diabetes Discussion TopicElements of a persons culture include language, location, food, traditions, modes of transportation, architecture, and clothing. What do you treasure about your own culture? How has your culture shaped your values? Write a brief description of your culture as if you were explaining it to someone from a different background. Be as creative as you like. A dog drank quart of water from a birdbath. The birdbath now has quart of water. How much water was in the birdbath before the dogs drink? Drugs used to treat ADHD and depression which boost attention and energy are called? Why does kazakhstan have so many un-populated areas? WHOEVER ANSWERS CORRECT ILL GIVE BRAINLIST!! You spend 3 hours every day practicing the piano. What fraction of the day do you spend practicing the piano? Give your answer in simplest form. A student said, To find the value of 109.26, I can divide 1,092 by 60.Do you agree with this statement? Explain your reasoning.Calculate the quotient of 109.26 using any method of your choice.Should I do what can 6 go into 1,10,109? or just do the whole thing? (But not the 2 yet) Where did the 45% come from. It states 55% in question Comprensin - contesta las preguntas segun la lectura. #7 tiene 3 respuestas, #8 tiene 2 respuestas, #10 tiene 3 respuestas.Lectura - una oportunidad de oro (golden)El seor Alberto, el padre de Javier, es msico y es el propietario de una de las salas de conciertos ms importantes de Bogot. Javier y sus amigos estn encantados porque pueden ir a todos los conciertos gratis y no tienen que comprar entradas. A Javier le gusta mucho la guitarra acstica y este ao est practicando con dos amigos, Alex y Amaya. Alex toca la batera y Amaya canta. Hace un tiempo que ellos vienen diciendo que quieren ir a estudiar msica a los Estados Unidos; es por eso que la oportunidad que tienen es de oro. Este martes pasado lleg a Bogot el grupo de Matt Gallon, un guitarrista de Nashville muy famoso que estudi con el padre de Javier en la Universidad de Berkeley. l y su grupo van a dar un concierto el jueves por la noche. Javier y sus amigos quieren tocar para ellos y, por eso, pasaron horas preparando un pequeo concierto.Todos estn en la sala de conciertos porque Matt Gallon est practicando para su concierto del jueves. Javier y sus amigos, aprovechando que Matt Gallon se baja del escenario un momento, comienzan a tocar su msica. Matt Gallon y Alberto se quedan sorprendidos al escuchar al grupo de Javier.Matt Gallon: Eso est muy bien, chicos. Me parece que tienen futuro.Javier: T crees, pap?Alberto: Que si lo creo? Estoy muy sorprendido. Suena muy bien.Alex y Amaya: Creen que podremos ir a tocar a Nashville el prximo verano?Matt Gallon: Bueno, no veo por qu no pueden pasar unos meses en mi casa.Item at position 773 pointsQu hace Alberto?Es padre de Javier.Es msicoCompra entradasEs propietarioItem at position 882 pointsPor qu estn encantados Javier y sus amigos?Tienen que comprar las entradasPueden ir a los conciertos gratisNo compran entradasPueden tocar la guitarraItem at position 991 pointQu le gusta tocar a Javier?la guitarra acsticaLa bateriaEl pianoEl violin 3x^ 2 +6x+9=factor what is the value of x in the eqation 3 [2x+5]=3x+4x Mrs. Lodge is having new floor tiles installed in her kitchen. She is paying the flooring company $170.25 for the tiles and an installation fee of $3.78 per square foot. She receives a total bill of $586.05 for the job.Which equation could be used to find the number of square feet (x) of tile Mrs. Lodge is having installed? A. 170.25 3.78x = 586.05 B. 170.25 + 3.78x = 586.05 C. 170.25x + 3.78 = 586.05 D. 170.25x 3.78 = 586.05 what is 8 1 + 3 0.1 + 9 0.01 in standard form Please help, Brainliest! USING SPECIFIC EXAMPLES, compare the interactions of Christianity with native society in Ming and Qing China to its relative success and fate in Tokugawa Japan Which quotation from Matilda by Roald Dahl shows Miss Honeys commitment to teaching? Please help me with this question!Raoul rode an elevator up e floors. He entered the elevator on the 5th floor and exited on the 34th floor. Which equation shows an equality between two different ways of expressing the floor Raoul exited?A.) 34 = 5 + eB.) 34 = e - 5C.) 34 = 5 - eD.) 34 = 5eThank you for your time!~Lots of love for you~ Is cobalt magnetic? pls help Two spheres have a scale factor of 1:3. The smaller sphere has a surface area of 16 ft2. Find the surface area of the larger sphere.