Audrey would like to save her document. She should choose the Save command from the _____. folder menu window directory

Answers

Answer 1

Answer:

File folder

Explanation:

Answer 2

Answer:

Windows

Explanation:

Got it right on the test


Related Questions

(TCO 5) A 4-bit full adder, as shown below, has inputs of A4=1, A3=0, A2=0, A1=1, B4=0, B3=1, B2=1, B1=1, and C0=1. What are the values for S4, S3, S2, S1, C4, C3, C2, and C1?

Answers

Answer:

(9+7+1 = 17), S1=1, S2=S3=S4=0, C1=C2=C3=C4=1.

Explanation:

(Note that the image I found of the full adder assignment, has different input values, I hope that's not a typo you made!)

The A inputs form the number 9 (1001) and B is 7 (0111), and then there is the starting carry (1). The result for S is 0001, but then there's carry C4 which acts as the most significant sum bit (S5) if there are no more inputs, so the overall sum is 1+16 = 17. The individual values are in the table.

You would like to enter a formula that subtracts the data in cell B4 from the total of cells B2 and B3. What should the formula look like?

Answers

Answer:

=b2 b3-b4 or something close to that, I hope this helps ^^

Explanation:

Theodor is researching computer programming. He thinks that this career has a great employment outlook, so he'd like to learn if it's a career in which he would excel. What two skills are important for him to have to become a successful computer programmer?

Answers

Answer:

The capability to program for a longtime and not burn out and to know a few coding languages as well as have the ability to learn new languages quickly.

Since Theodore has an interest to become a computer programmer, the two most crucial skills that he needs to develop are computer equipment analytical skills to troubleshoot problems for clients and concentration and focus to be able to study and write computer code.

The computer programmer career path involves working with various computer programming languages to build, troubleshoot, and refine computer programs – thus the aforementioned two skills are important for Theodore to have.

True or false A thesaurus is a brunch of commands grouped together as a single command used to automate task

Answers

False a thesaurus are a list of synonyms or antonyms

The number of pixels that can be displayed on the screen at one time is known as what? screen resolution. viewing angle. color depth. pixel density.

Answers

Answer:

screen resolution

Explanation:

The screen resolution indicates the number of pixels that can be displayed at one time on a given screen. For example, it could be numbers like 1920x1080, 1600x900 and so on.

Viewing angle has nothing with the pixel count, although viewing port would.  Color depth concerns the number of colors you can display at one time.  Pixel density is the concentration of pixels, like in Apple's retina display, that increases the number of pixels in the screen, but that doesn't give you the information on how many there are.

What new information, strategies, or techniques have you learned that will increase your technology skills? Explain why its important to start doing this right away.

Answers

Taking brakes every hour so your eyes don't start to strain.

How to write greater than or equal to in excel if function

Answers

Answer:>=

Explanation:3>=4

I

When using a wireless connection, the process of answer translates data into code so that it is protected?

Answers

Answer:

encryption

Explanation:

of course, data encryption is not unique to wireless connections.

Name two computer viruses that have caused tremendous damage to computer systems.

Answers

Answer:

1. The ILOVEYOU virus is considered one of the most virulent computer virus ever created and it’s not hard to see why. The virus managed to wreck havoc on computer systems all over the world, causing severe damage to computers.

2. ZUES Zeus is a Trojan horse made to infect Windows computers so that it will perform various criminal tasks. The most common of these tasks are usually man-in-the-browser keylogging and form grabbing. The majority of computers were infected either through drive-by downloads or phishing scams.

Answer:

Melissa or Mailissa was a 1999 virus that spread as an email attachment. On opening the attachment, the virus replicated and sent itself to the first 50 mail contacts in the unsuspecting victim’s address book. The virus wiped out information on hard drives and created a major increase in email traffic at that time, forcing many companies to shut down their mail services until the virus was handled.

SQL Slammer or Sapphire was a 2003 web server virus that spread via the Internet. It attacked computer systems, mainly affecting banking and airline servers. It also caused outages to emergency 911 services in some cities.

Explanation:

This is the sample answer for edmentum.

Most shops require the technician to enter a starting and ending time on the repair order to track the actual time the vehicle was in the shop and closed out by the office. This time is referred to as _______ time.

Answers

Answer:

Cycle

Explanation:

What are the three types of programming design?

1.top-down, structured, objectified

2.top-down, structured, object-oriented

3.simple, structured, objectified

4.simple, structured, bottom-up

Answers

Answer:

top-down, structured, object-oriented

Explanation:

Why is because if you ever took notes on the beginning of programming the first three types they introduced you with were top-down, structured, and object-oriented

Top-down, structured, object-oriented are the three types of programming design. Hence, option B is correct.

What is programming design?

Design-oriented programming is the process of creating computer programs that include text, pictures, and style aspects in a single code area. The goal is to improve program writing experiences for software developers, improve accessibility, and reduce eye strain.

The steps a programmer should take before starting to develop the program in a certain language are referred to as the program design. The finished program will be easier for future programmers to maintain when these techniques are well described.

Surprisingly, it can often be distilled down to only three fundamental programming constructs: loops, selections, and sequences. Combining these results in the most basic instructions and algorithms for all types of software.

Thus, option B is correct.

For more information about programming design, click here:

https://brainly.com/question/16850850

#SPJ6

Which of the following is considered a white collar crime?

A. operating an illegal drug lab
B. drug trafficking
C. money laundering
D. elder abuse​

Answers

Answer:

The answer would be C if I am correct

Explanation:

The reason being is because white collar crimes are non-violent and usually are finance related and involves business or government things, so money laundering would make sense, i hope this helps



The Mail Merge Wizard can be found in the drop-down list of the _____ icon.

A. Select Recipients

B. Labels

C. Start Mail Merge

D. To Create Mailing Labels

Answers

It would have to be letter B.

Answer:

The correct answer to the following question will be option B. Labels.

Explanation:

Mail merge is composed of combining letters, mail and mailing labels from form letters to mass mailing. This feature of Microsoft word saves your efforts and time, it is also known as Print merge.

Following are the labels of wizards of mail merge which is given below:

Step 1: Pen the tab of mailing which appears in the menu bar.

Step 2: Click on the start merge

Step 3: Choose the wizard of step by step mail merge.

Step 4: Choose the labels of mail merge and also click on the Next button.

Step 5: Select the starting template and click on the next button.

Step 6: After that write the recipient address and click on the finish button to finish the mail merge.

Which set of variables will make code easier to understand?
a, b, c
sum, price, count
xii, xix, xxi
x, y, z

Answers

Answer:

sum, price, count

Explanation:

Programmers should use significant names for the variables.

Not only it makes it easier for them to remember what kind of information is stored in each variable, but it also makes life simpler for anyone who would read the code later.

Names like sum, price and count are significant names ( assuming they actually hold this kind of data), and will make the re-reading of the program code much easier.

Answer:

B. Sum price count

(GAME DESIGN)



When does a test position event happen? A. When an object is in a specific position on a frame B. When an event is in a specific position in the Event Editor C. When two objects collide D. When the player moves the mouse

Answers

Answer:

A. When an object is in a specific position on a frame

Explanation:

In the testing phase of a new game, the errors of the programming process are corrected and the gameplay is improved as the game is tested. The objective of correcting serious defects and improving fundamental characteristics not contemplated in the design document, detecting minor failures and profiling the user experience.

which part of color theory deals with how colors on a web page relate to each other?

(A) complementation
(B) contrast
(C) matching
(D) vibrancy

Answers

Answer:

A

Explanation:

Why do you think flowers are a popular topic for macro photography? Do you think you’d like to photograph flowers?

Answers

Why do you think flowers are a popular topic for macro photography?

Macro photography is the part of photography that focuses on taking pictures of very small objects (or small parts of larger objects).  Popular subjects are insects, flowers and small mechanical parts.

Flowers are a very popular subject because they always have lots of interesting details no matter how close you zoom in, like insects.  Flowers however tend to be easier to photograph because they move a lot less than insects.

Do you think you’d like to photograph flowers?

Yes, because it's a new way to look at them.

De'Von is graduating from college and wants to create a professional development plan in order to prepare for his future. What is the first question he should ask? What are my areas of improvement? What are my current skills? What are the required skills? What is the job I want?

Answers

1. De'von must first ask himself What is the job I want?

2. A person preparing for his future career must first become aware of what does he actually wants in his life?

3. What kind of job he is well suited for?

4. Where his interest lies?

5. Then he will have to discover what kind of skills he is having in which areas he needs to improve?

6. What are the set of skills he requires for his dream job?

Answer:

D: What is the job I want?

Explanation:

What is an efficient way to ensure that the code is working as per the acceptance criteria/business requirements? (1 correct answer)




1. Through automated functional tests.



2. Through automated regression tests.



3. Through automated unit tests.



4. Through automated smoke tests.

Answers

Answer:

1. through automated functional tests

Explanation:

The answer is quite simple that when you write a code you should check it before give this program to your clients, the best way is to make some functional tests. Option A.

Further Explanation:

When We Write Code:

When someone wrote a code of some lines or some thousand line there should some mistakes remaining but human is a human. Mistake ar made by humans so when we write the code of a program there should be a chance of pressing other keys on keboard or sometimes missing the pressing of some keys.

By mistakenly:

When we write the code the semicolon is left unwritten which is a very important for the language of the programs. When we compile the code compiler also check that the syntax of code should be correct.

By running the code:

After the compilation one programmer should run the program by itself so that he can see that all the functions of program is running correctly and fulfills the needs of the clients. This is a very good habit that programmer runs his programs before giving the program to its client

Answer Details:

Subject: Computer and Technology.

Level: High School

Key Words:

When We Write Code:

By mistakes:

By running the code:

For further Evaluation:

https://brainly.com/question/5144573

https://brainly.com/question/112785

To insert text from a separate file into your Word document,

a. click Text in the Object group, and then click Text from File.

b. click the Object arrow in the Text group, and then click Text from File.

c. click Text Box in the Insert tab.

d. You have to open the file and copy the text, then paste it into the document.

Answers

Answer:

D) You have to open the file and copy the text, then paste it into the document.

Explanation:

What type of printer heats toner to adhere it to the paper? inkjet . impact. 3D. laser.

Answers

Answer:

laser

Explanation:

These are well known printer types now.  Let's review how they work to determine in which does heat plays a role.

inkjet: inkjet printers are printer throwing ink at the paper in the form of little drops.  No heat involved here.

impact: That's the oldest technology, where a printing head is moving left and right to punch a printing ribbon and transfer ink onto the paper.  No heat involved.

3D: 3D printers don't usually use paper... as they use other materials to create a 3D representation of a model.  Heat is involved in the melting of the material before it's placed on the building model.  But no paper involved here.

laser: laser printers are working very much like a photocopier machine... memorizing the pattern to be printed, then transferring it onto paper... using heat.

A laser printer is a type of printer that uses heat to melt and adhere toner to paper, providing high-quality printouts efficiently and cost-effectively.

The type of printer that heats toner to adhere it to the paper is a laser printer. Laser printers operate by taking a dry black powder, known as toner, and applying a negative charge to it. This charged toner is attracted to the positively charged regions of a drum. A piece of paper is then given a greater positive charge than that of the drum in order for it to attract and pull the toner from the drum. Finally, the paper with the electrostatically held toner is passed through heated pressure rollers that melt and permanently adhere the toner to the paper's fibers. Laser printers are known for their high-quality output and are efficient for both home and office use, as they tend to be more cost-effective and operate faster than alternatives such as inkjet printers over the long term.

Which of the following functions automatically counts cells that meet multiple conditions?

a. countif
b. count
c. countifs
d. sumif

Answers

Answer:

c. countifs

Explanation:

The key word in the question is "following functions automatically counts cells".  So, you can already eliminate answer D.

With COUNTIFS, you can specify multiple criteria based on as many range for consideration.

For example, count this cell, if the value in column D is bigger than 23 AND if the date in column E is lower than June 30, 2019.

It gives great power of filter and calculation to your sheet, almost as good as a database.

What is an alignment of text in which the text is evenly aligned on both the left and right margins

Answers

Final answer:

Justified alignment is the arrangement of text so that it's evenly aligned on the left and right margins. It is commonly used in newspapers and textbooks for a formal appearance. Other alignment types include left-aligned, centered, and right-aligned text.

Explanation:

The alignment of text in which the text is evenly aligned on both the left and right margins is known as justified alignment. Justified-aligned text distributes the words across the line so that both edges of the paragraph are flush with the margins, creating a block-like appearance. Justified alignment is often used in settings such as newspaper columns and textbooks where a clean, formal look is desired.

In contrast, left-aligned text is often the default setting in many word processing programs, providing a straight left margin but a ragged right margin. Right-aligned text is flush with the right margin but not the left, and centered text is equidistant from both margins but doesn't align with either side. Adjusting margins and orientation may be necessary to achieve proper page formatting, and this can be done from the Page Setup window in text editors.

A _____ is a web site that allows users to edit and change its content easily and rapidly.

Answers

The web site you are looking for is Wiki, web application that allows users to easily add and edit content on a web page.

Final answer:

A wiki is a website that enables easy and rapid content editing and collaboration among users, as part of the Web 2.0 era's focus on interactivity and user-generated content.

Explanation:

A wiki is a website that allows users to edit and change its content easily and rapidly. Registered users on such a site can create and share pages, or add to existing ones, by writing text, uploading images, or linking to videos and other websites. The process of editing a webpage on a wiki is usually intuitive, involving an edit button that reveals familiar word processing icons for tasks such as creating a link, adding a picture, and inserting a table.

These websites are part of the Web 2.0 era, which focuses on user-generated content and interactivity on the Internet. Social media platforms are also a part of this Web 2.0 trend, allowing users to create and share content, as well as participate in social networking.

While wikis like Wikipedia are great tools for collaboration and information sharing, users should exercise caution as their open nature means they can be edited by anyone, which can sometimes lead to inaccuracies.

A(n) ________ is an item you can individually select and manipulate within a document. style property border object

Answers

Answer:

An object

Explanation:

You can insert objects in Word or on any other Microsoft productivity tools by either linking or embedding them. Once inserted, they can be manipulated to various forms and offer data to support your document’s objectives and create visually pleasing layouts.

When a product owner adds a new feature/idea in the backlog and brings it up for discussion during refinement session, how should a team respond? (1 correct answer)




1. As the Product Owner has come up with the new feature, team must agree to implement it.




2. The team should analyse the feature/idea based on the domain and technical knowledge and suggest improvements/alternatives, if any.




3. The team must analyse only the technical feasibility before accepting the idea.

Answers

Answer:

2 is the correct answer.

Answer is quite simple that there are only one option which is correct that team should analyzes and asked any alternative if any. Option 2 is correct.

Further Explanation:

Explanation:

If the owner of some project brings some new feature or idea and brings it for the discussion in the meeting then the other members should do that they should completely know why the owner brings this change in the project and what is the advantage of bringing this change if there is no change in the project then what is the need to bring this change hop so that team should check this change.

Checked by the team:

If the team is fully grown to know how this is work and they are able to check it according to their knowledge than they should bring and say something about it. If it is advantageous then the whole team should be with the owner and if it is disadvantageous then do not agree with the hear or the owner and ask him t bring this change in any other kind and make it more Advantageous

Answer Details:

Subject: computer and technology.

Level: High school.

Key Words:

Explanation:

Checked by the team:

For further Evaluation:

https://brainly.com/question/6362387

https://brainly.com/question/12938965

What is a slide master ?

A) the placeholder used to insert objects

B) The sequence of the slides in a presentation

C) The difficult design template in a presentation program

D) The formatting tall with a list of common commands

Answers

The answer is. C . It controls fonts layouts etc

Answer:

the answer is c

Explanation:

When an attacker attempts to get credit card numbers using telephone and voice technologies, it's called
a. Vishing
b. Telephishing
c. Phreaking
d. Voicing

Answers

Answer:

A. Vishing

Explanation:

The term 'Vishing' is a combination of  'Voice' and 'Phishing'.

Phishing is to get personal or confidential information (like credit card numbers) by pretending to be a trusted and enticing unsuspected individuals to provide their information, believing they're dealing with a reputable institution.

The question states the hacker is using telephone and voice technologies... so it's a voice version of the phishing.

Corinne is finished using the Internet for the day and will be shutting down the computer. She should _____. click on the close box minimize the window use the scroll bar to scroll down to the bottom of the page click on the back button

Answers

Answer:

left click i think?

Explanation:

Answer:

A) Click on the close box

Explanation:

Corinne is shutting down the computer for the day. Clicking the close box exits out of the program(s) she is using.

In preparing his persuasive presentation, Reza should most likely focus on clearly presenting his




unique ideas.



expert knowledge.



point of view.



visual aids.

Answers

Answer:

Explanation:

his point of view is what draws the audience to his presentation

In preparing his persuasive presentation, Reza should most likely focus on clearly presenting his point of view. The correct option is c.

What is a persuasive presentation?

A speaker attempting to persuade an audience to adopt particular ideas and take action in support of them makes up the core of a persuasive presentation. A persuasive presentation seeks to influence an audience member's perspective on a subject or alter their frame of mind.

It's appropriate to greet everyone and introduce yourself right away. Everyone in the crowd will be curious to learn your identity. Your name, work title, and/or the justification for your subject-matter expertise should be included in your introduction. The more people listen to you, the more respect they have for you.

Therefore, the correct option is c, point of view.

To learn more about the persuasive presentation, refer to the link:

https://brainly.com/question/12618017

#SPJ5

Other Questions
Nosotros corrimos____el partido de basquetbol.a debajob. durante Mrs. Paulson bought chicken wire to enclose a rectangular garden. She is restricted to a width of no more than 30 feet. She would like to use at most 180 feet of chicken wire. This situation can be represented by a system of inequalities, where x = the width of the chicken wire and y = the length of the chicken wire. Identify two possible combinations for the width and length of the chicken wire in order to make her a rectangular garden. Create a system of linear inequalities. Which of the following expressions is equal to ? What would happen if I applied WD40 on my face. I hear it clears buildups so like how would it affect acne? CH4 + 2O2 ? CO2 + 2H2O In the chemical reaction, if 10 moles of H2O are produced, moles of CO2 are also produced. How was physical evidence considered in the witch trials? Can someone help me with this An ordinary Fair die is a cube with the numbers 1 through 6 on the sides represented by painted spots imagine that such a die is rolled twice in succession and that the face values of the two roles are added together the sum is recorded as the outcome of a single trial of the random experiment.Compute the probability of each of the following events: Event A: The sum is greater than 6Event B: The sum is an odd number. HELP ME PLEASE ASAP!!!During the Holocaust, the world saw a major power committing unspeakable atrocities against its own population.Did the International Community HAVE to try and stop this? If they have the power to end this suffering, is it their responsibility to try? What do you think? Why or why not? A car changes speed from 25 m/s to 10 m/s in 240 seconds. Describe its acceleration. 3x-7y=14What is the slope of the line given by the linear equation above?A. 3/7B. -3/7C. 7/3D -7/3 What implications need to be considered when creating environmental policies?1.How much will it cost?2.How will it affect the environment?3.How will it affect people?4.Is the benefit worth the cost?5.How will it reduce tourist activity? Which theme about the pursuit of science would Mary Shelley most likely agree with ? Select the correct answer from each drop-down menu.What is the chemical name of this compound?Na2S: What type of association does the graph show between x and y? (4 points)Linear positive associationNonlinear positive association What can be inferred from the shape of the continents?The continents have always been in their current positionsThe continents were once al one and mass that broke apartThe continents were once much larger before flooded by the oceansThe shape has no pattern from the extreme coasta erosion What electrons are involved in bonding between atoms? (What are they called) PLEASE HELP RIGHT AWAY Read the following speech excerpt and then select the correct answer to the question below: President George W. Bushs speech to the troops on the USS Abraham Lincoln The war on terror is not over, yet it is not endless. We do not know the day of final victory, but we have seen the turning of the tide. No act of the terrorists will change our purpose, or weaken our resolve, or alter their fate. Their cause is lost. Free nations will press on to victory.Which answer is a complete and correct summary of this part of the speech? The United States of America is known as a free nation. The war on terror is nearly coming to an end. There has been a war on terror, and it is still continuing to this day. Though we dont yet know when the war will end, it will end, and we will win. find the midpoint of the segment with the given end points D(5,1) and E(13,11) Steam Workshop Downloader