Keisha wants to change the default printer before printing an e-mail. Which steps will accomplish this task?
on the Home tab, clicking Print and choosing the desired printer from the Printer drop-down list
O on the File tab, clicking Print and choosing the desired printer from the Printer drop-down list
O on the Home tab, clicking Open and choosing the desired printer from the Printer drop-down list
O on the File tab, clicking Open and choosing the desired printer from the Printer drop-down list
lol

Answers

Answer 1

Answer:

The steps that will accomplish the task are;

On the File tab, clicking Print and choosing the desired printer from the Printer drop-down list

Explanation:

In steps required to change the default printer on Microsoft Outlook before printing as e-mail are as follows;

1) Select the File tab on the Menu bar

2) Click on the Print option on the File's Menu

3) From the Print window displayed under the File Menu in Microsoft Outlook select the desired printer from the Printer options drop-down list

The steps that will accomplish the task are On the File tab, clicking Print and choosing the desired printer from the Printer drop-down list.


Related Questions

write an algorithm to calculate the simple interest using the formula​

Answers

Answer:

step 1:- start

step 2:-read principal amount, rate and time

step 3:- calculate interest using formula sI=((amount*rate*time)/100)

step 4:- print simple interest

step 5:- //CPP program to find compound interest for. //given values

what is the missing term

Answers

Answer:

location

Explanation:

Because it is referenced in the classes init method.

Greg wants to check the amount of requests his website receives. What test can he use?
A
functionality test
B.
user test
C.
performance test
D.
website load test
Help ASAP

Answers

Answer:

D - Website load test

Explanation:

Just got it right

PLEASE HELP
Ok so I am totally dead because I fell behind in my school and it is hard for me to catch up. Does anyone have any tips. I will still give you brainily if you help. Thanks

Answers

Girl this happened to me too but all I did was try to look up info on things or examples to know how to do the work and stuff

Answer:

yes I do so first of all number #1 rule sometimes you can feel lazy and just want to give up and play video games for the rest of the day don't do that because the work that was doe that day will just keep piling up and that can make you Overwhelmed.

Are you able to connect a VPN to a Spectrum Internet modem or do you need a Router for that. Are routers better than modems?

Answers

Answer:

Yes

Explanation:

Spectrum Internet modems work very wells with VPNs.

50 POINTSSS!!! Select the various storage management tools.

Disk Cleanup
Cleaning a desktop
Check Disk
Checking for errors
Disk Defragmenter
Cleaning a keyboard
Windows Update

THERE ARE MULTIPLE

Answers

Explanation:

cleaning a desktop

and cleaning a keyboard

Answer:

The answer above me is wrong and Cleaning a desktop and Cleaning a keyboard have nothing to do with storage management tools.

The correct answers are:

Disk Defragmenter

Check Disk

Checking for errors

Disk Cleanup

what is a filter in excel (please keep your answer brief)

Answers

Answer:

The Excel FILTER function "filters" a range of data based on supplied criteria. The result is an array of matching values the original range. When this array is the final result (i.e. the results are not handed off to another function) matching results will "spill" on to the worksheet.

Explanation:

E-governance is the only solution against corruption. justify the statement in context of nepal​

Answers

Answer:

Following are the solution to this question:

Explanation:

The E-government implies use as part of the government systems to offer SMART, which is used to manage smart governance, ethics or accountability, sensitivity, and transparency. It is the research teams, that also shown that policies were progressing in India's creation of information technology. It is also argued against reducing the risk of bribery through improved public official surveillance and reducing its need for citizen engagement with porters with key services.

E-government involves against the utilization of Intelligent as the impact of government way of managing practice evidence, accountability as well as traceability, responsiveness.

It's often stated that decreasing the possibility of bribery thru enhanced government employee supervision and minimizing the necessity for civilian involvement with employees delivering critical services reduces the chance of corruption.

Thus the response above is right.

Learn more about corruption here:

https://brainly.com/question/24673177

A video conference on the topic: "The internet solves more problems than it causes". You will then be asked to discuss this question and your results will be marked!

What do you think about this topic

Answers

Answer:

Internet help us in daily life. i save our time, also it let us to connect with our friends and family, faster with no time

Explanation:

Hi, that what do i know

HURRY

I ONLY HAVE 4 DAYS LEFT

In a multiplayer game, you are part of a team that consists of players from all over the world. You are a warrior and prefer to carry weapons with you. Another member in the team takes on the role of the team medic, and carries regenerative potions. Whenever you are injured, you can access the medic’s inventory to swap your weapons with potions. What kind of interaction has been described here?

A.
player-to-game interaction
B.
cooperative player-to-player interaction
C.
direct player-to-player interaction
D.
competitive player-to-player interaction
E.
player-to-platform interaction

Answers

Your answer is B: cooperative player-to-player interaction

If you have a spectrum modem can you connect it to a VPN without a Router. Is it possible to do?

Answers

Answer:

From the internet itself, not sure if this will help, but if does, great.

Explanation:

Charter Spectrum Internet works with VPNs very well. You can install it on your device or have it set up on the router. In the latter case, the VPN automatically turns on when you use the Internet from any device be it a smartphone, PC, or tablet.

what key do you have to press i order to send your finish information to the CPU​

Answers

Answer:

Enter key.

Explanation:

The key you have to press in order to send your finish information to the central processing unit (CPU) is the Enter key.

In Computer science, the Enter key found on all keyboards serves a similar purpose (function) as the OK button and it is typically used to end or finish an entry and sequel to that, starts the processing of the information entered into the computer system.

This ultimately implies that, when a computer user wishes to enter or send a finished information to the central processing unit (CPU), he or she is required to hit the Enter key.

Give four advantages for ssd compared to hdd

Answers

Answer:

Explanation:

SSD is not affected by magnets

SSD is more reliable because it uses flash technology instead of platters and arms.

SSD has no moving parts so it has less chance of breaking down

SSD makes no noise because it has no moving parts.

Because SSDs don't have moving parts, they're more reliable and more shock-resistant than traditional hard drives. They're also more resistant to common drops, accidents, and wear and tear because they don't have the small, damage-susceptible parts of traditional hard drives.

PYTHON 7.1.6: Sandwich Sandwiches (codehs)

In this exercise, write a function called sandwich which takes a 3 letter string. Your function should return the letters that are at the beginning and end of the string.

For example,

sandwich("pbj")
# => "pj"
sandwich("blt")
# => "bt"

Answers

I've included my code below. Best of luck.

Following are the Python program to calculate the string value:

Program Explanation:

Defining a method "sandwich" that takes string variable "x" in parameter.Inside the method, a return keyword is used that removes the middle string value.Outside the method, a print method is used that calls the "sandwich" method which accepts a string value in it and prints its return value.

Program:

def sandwich(x):#defining a method sandwich that takes string variable x in parameter

return x[0]+ x[-1]#using return keyword that remove middle string value

print(sandwich("pbj"))#calling method and print its return value

print(sandwich("blt"))#calling method and print its return value

Output:

Please find the attached file.

Learn more:

brainly.com/question/8647085

How has music changed with the use of technology?


Musicians can now share their music on the World Wide Web.

Music can easily be created and edited with different applications.

Developers can include music in the background of their websites.

all of the above

please help

Answers

Answer: All of the above

Explanation:

Music like most other things, has been changed by its interaction with technology. Music for instance can now be shared on the internet to people far away from each other with services like Apple music and Tidal benefitting from this.

Different applications have also been created that can help make music from being able to create instrumentals to changing the voices of singers.

Developers are now even able to include their music in their website background as way to market their product, proof of another way music has changed due to technology.

Answer:

all of the above

Explanation:

18. The Physical Model is derived from the Logical Model. True or False?
True
False

Answers

True is the correct answer

It specifies how a system must be implemented and is not database-specific. Business analysts and data architects are the users who typically construct LDMs. Thus, it is true.

What Physical Model is derived from the Logical Model?

A logical model includes depictions of entities, properties, relationships, special identifiers, subtypes, and super types, as well as restrictions on how relationships can be formed. A logical model may also reference one or more domain or glossary models or include objects from a domain model.

The physical model, which describes how data is physically stored in a database, is developed from a logical model and is specific to a given vendor's data storage technology.

Therefore, it is true that The Physical Model is derived from the Logical Model.

Learn more about Logical Model here:

https://brainly.com/question/29322169

#SPJ2

Which statement describe the advantages of using XML? more than one answer can be correct

A-it saves file space
B-it allows for data storage in a separate file
C-it is hardware dependent
D-it is software independent
E-it facilitates the transport of data

Answers

Answer:

The statements that describe the advantages of using XML are;

B-It allows for data storage in a separate file

D-It is software independent

E-It facilitates the transport of data

Explanation:

XML data can be stored in separate file such that the layout and display can designed in HTML whereby the data in the XML file can be changed without changing the HTML

XML is both software and hardware independent thereby it is possible to use the same XML to carry information to different computers and software

XML is used for data transport.

What is a sequence of graphic illustrations which represent the planned scenes for a video or animation?
A. Animation
B. Production
C. Multimedia projects
D. Storyboard

Answers

Answer:

D. Storyboard

that is the answer

story board, D...........:)

HURRY

I ONLY HAVE 4 DAYS LEFT

Select the correct answer.

A game design company develops a game in which players run a grocery store and need to keep tabs on the dollar amount of goods sold and received each day. Which statement best describes this game?

A.
It is an educational game that teaches economics.
B.
It is an educational game that teaches algebra.
C.
It is an educational game about health sciences.
D.
It is an inventory-management game.
E.
It is an educational game that teaches accounting.

Answers

E. It is an educational game that teaches accounting

how do i choose a most brainlyist

Answers

Answer:

They’ll have to be 2 answers first, when 2 answers are given, you can choose which is branlyis. If there are no 2 answers, you can’t choose.

Answer:

When you have a question, you can mark Brainliest only when there are two answers. When there are two answers, in the bottom right corner there is a yellow crown. Click the crown to mark that person as the Brainliest. Choose carefully, because you can't undo it!

Complete the output for the following program?
for num in range(4):
print (num * 4)
OUTPUT:
First: ___
Second: ___
Third: ___
Fourth: 12

Answers

Answer:

First: 0

Second: 4

Third:8

Fourth: 12

Explanation:

The for loop will generate numbers from 0 to 3 (one before 4), and theier product with 4 will be shown on screen.

The technique helps you explore possible risks by providing access to risk areas identified in the past. It also provides the solutions that were used and along with the outcomes.

Answers

Answer:

The technique helps you explore possible risks by providing access to risk areas identified in the past is explained below in details.

Explanation:

Risk administration commences with the system of classifying risks. In this method, we examine future developments or circumstances that may influence our understanding and capacity to accomplish our aims. Risk identification incorporates estimating out where, when, how, and why such situations may happen.

Is the app scener safe? its a chrome webstore app on computer.​

Answers

Answer:

Maybe

Explanation:

If you are unsure if a website is safe look for signs. If its asking you to allow advertisement then no. I suggest you download a VPN before going to the website just to be safe

Which of these tools can best be used as a self assessment for career planning purposes?
a personality test
an asset analysis
a self-directed learning experience
a goal development checklist

Answers


a self-directed is the correct answer

Answer:

C. would be your answer

Explanation:

just took the test

mention five internet services​

Answers

1 ) cable internet 2) DSL internet 3) sattalite internet4) mobile internet5) BSNL

please mark me as brainlist

answer(s)

communication services,

informational retrieval services,

web services,

world wide web,

& video conferencing.

what is the use of functions in Ms excel

Answers

Answer:

To perform or carry out calculation

Explanation:

Function is a special command or set out the formula in Microsoft Excel, that accomplishes calculations using specific values in a specific arrangement.

For example, in Microsoft Excel, Function can be applied to rapidly deliver or calculate outcomes such as total sum, average, count, main value, and least value for a range of cells.

Hence, in this case, the correct answer is "To perform or carry out the calculation.".

_____ is the process by which the visual cortex combines the differing neural signals caused by binocular disparity, resulting in the perception of depth.

Answers

Answer:

Stereopsis

Explanation:

Stereopsis is the process by which the visual cortex combines the differing neural signals caused by binocular disparity, resulting in the perception of depth.

A website wants to gives out detailed information to viewers about its upcoming conference and also provides a feature for searching the
website's internal content. Which planning tool addresses these aspects based on prioritization of text?
OA page description diagrams
ОВ.
wireframe
OC.
sitemap
OD.
navigation

Answers

The planning tool that addresses these aspects based on prioritization of text is wireframe.

What is website?

A website is described as a composition of web pages and linked content that is seen by a common domain name and then they are published on any web server.

Note that a wireframe is said to be a two-dimensional depiction of a page's interface that is known to be based on space allocation and prioritization of content, etc.

Learn more about website  from

https://brainly.com/question/13171394

describe how there has been a reduction of employment in offices, as workers' jobs have been
replaced by computers in a number of fields (e.g. payroll workers, typing pools, car production
workers)

Answers

Answer:

Automation is the term you are looking for. When we automate things in a business, it can reduce the amount of manual input needed to complete tasks. With the reduced need of manual input, this leads to many jobs being unnecessary. Furthermore, automation can be significantly more efficient in handling repetative tasks.

One major example of this is a stock brokerage room. In the 1980's, you'd see many people with phones, calling and making trades with other brokers. It would be loud, cluttered and a mess. However, nowadays all of these trades are done at incredibly fast speeds by computers with relatively small input from humans.

Choose the assistive technology that best completes each sentence.

A __ provides a magnification of a chosen area of the screen, without reference to other parts of the
screen.

A __ provides magnification of a portion of the screen in relation to the rest of the screen, much like a
physical magnifying glass.

Answers

A zoom feature provides a magnification of a chosen area of the screen, without reference to other parts of the screen.

A  screen magnifier provides magnification of a portion of the screen in relation to the rest of the screen, much like a physical magnifying glass.

What does a screen magnifier do?

A screen magnifier enables persons with vision impairment who can still see to access and interact with digital content, such as websites and papers.

Note that A screen's magnification function involves zooming in on specific areas of the screen or the entire screen to simulate using a magnifying glass.

Therefore, too zoom in and out is to make something or someone appear much larger as well as closer, or much smaller and farther away through using a camera or computer.

Learn more about magnifier from

https://brainly.com/question/27173427
#SPJ1

Other Questions
HELP I WILL GIVE BRAINLIEST Which excerpt from "Home Place Retold" best reflects the central idea that Watonwan will never be forgotten?Today, Paul Kramers paintings, which hang in a Minnesota museum, highlight the connection between the towns past and its future.This custom disappeared as the community grew, but the seasonal rhythm of country life remained in place.As the children grew, they went to school, and in time, left to make homes of their own.Although she was born in The States in the 1890s, her parents had only left Europe a decade before her birth. Which theory helped shape our government? which statement describes the effects of forces on an object 3. When does Mr. Rochester promise to explain everything to Jane?when they return from their honeymoonwhen they have been married a yearwhen he figures it out himselfwhen they have been married a year and a day what is y=6x^2 +96x +388 in vertex form?please show work Find an equation for the perpendicular bisector of the line segment whose endpointsare (-1,-5) and ( 7,7). Write the exponent for the expression. 1/9 x 1/9 x 1/9=? HELP FAST plz Find the sale price of the item. Round to two decimal places if necessary.Original price: $233.70Markdown: 76%The sale price is $ 35. The work function ofCaesium is 2.14 e V. Thethreshold frequency forCaesium is* c) Which of these numbers is a square numberA4 x 10^5B9 x 10^4C4 x 10^3D9 x 10^3 RNA is adenine equal to thymine and guanine equal to uracil which should I choose Carter works at a company where he earns 12.5% commission on his total sales. What is Carters commission if his total sales are $1,250?URGENT!!! An observer recorded the times of three successive high tides at one Earth location as: 7:12a.m., 7:38pm., 8:04 a.m. What is the time of the next high tide?1)8:12 p.m.2)8:38 p.m.3)8:30 p.m.4)9:04 p.m.pls help If someone has experience related to your topic but isn't a scientist or professional, what should you do before using details they provide? will pay give cash appChange some key details in their story.Make sure any facts they provide are true.Ask someone else if their story makes sense. Find the value of X (please answer i need alot of help) Explain three ways classification is helpful. Whose ability to use fossils in stratigraphy was identified as a major breakthrough insequencing rock layers?Carl Gilbert and Willard LibbyGeorges Cuvier and William SmithJames Hutton and Nicholas StenoStephen Calvert and Charles Lyell Which of the following has the most momentum? proton (m=1.67 x 10-27 kg) moving at 2.0 x 104 m/s,an electron (m=9.11 x 10-31 kg) moving at 2.0 x 106 m/s, a common house fly (m=12 mg) moving at 2.0 m/s, North American tectonic plate (m5x1022 kg) moving at 3.0x10-10 m/s (about 1cm/yr) density of iron is 8000kg/m cube .calculate the mass of iron is 8000kg/m cube .calculate the mass of iron contained by 5m cube of iron block