The * key is used for _____.
addition
subtraction
multiplication
division

Answers

Answer 1
the * key is used for multiplication
Answer 2
The answer is multiplication

Related Questions

What is the text that is entered into a cell used to identify the purpose of the worksheet, columns, and rows?        A. Label   B. Value   C. Date and time   D. Function

Answers

Answer:

A. Label

Explanation:

In a spreadsheet such as Microsoft Excel, a label is text within a cell, that is used to identify the unique purpose of the data in the worksheet rows or columns surrounding it.

simply put, all words describing values/numbers are called labels, e.g. It is like going to a store and seeing a label on an item in a shelf describing the benefits of that item. the label is not the item itself but only a description.

To calculate subtotal for a table, the first step is to use the ____ button on the table tools design tab.

Answers

To calculate subtotal for a table, the first step is to use the convert to range button on the table tools design tab.
 The button is used to stop working with your data in a table without losing any table style formatting that you have applied. It enables converting the data so it will become a part of the worksheet.

In the replace dialog box, clicking what button changes highlighted text

Answers

In the Replace dialog box, clicking on either “replace” or “replace all” button will change the highlighted text and replace it with the new text you have specified in the “replace with” text field. The highlighted text is a result of finding a specific word and the dialog box gives you the option to replace the found word with a new text. It is more appropriately referred to as the “Find and Replace dialog box.”

ANSWER: Replace Button

EXPLANATION: After opening the replace dialog box and putting the desired values in the boxes, we need to click the 'Replace' button to change the highlighted text. If the word which needs to be changed appear multiple times in the document, then clicking on 'Replace All' is advised as it would change all the old words with the new ones.

After you divide the viewfinder appropriately you locate the subject? PLZ ANSWER MY TEST DO BY TONIGHT

A/ along one of the division line

B/ to the left or right of the division if the composition is horizontal

C/ to the above or below the division if the composition is vertical

D/ both b and c

Answers

The Answer is A: along one of the division lines. 

Kerry is working in Outlook 2010. A portion of his computer screen is shown. Which feature of the window is missing?

Answers

The Reading Pane

The reading pane in Outlook can be used to view and work with items that are in the inbox folder. Sometimes, this feature might not visible when working with Outlook. The reading pane can be positioned to the right, bottom, or hidden completely. To unhide it, click the View menu, click the Reading pane and then select the ON option to turn it on

When implementing best practices, you will use external standalone firewalls whenever possible, but you won't go without a built-in or standalone firewall. true false?

Answers

The answer is true

Technically, we have two types of firewall, a one way firewall and a two way. A one-way firewall will protect you from incoming threats. A two-way built-in or standalone firewall will add another layer of protection and thus, it is a must have tool.


Who are the best candidates for members of SkillsUSA? Check all that apply. Adolph wants to be an Elementary School Teacher. Ruby wants to run a farm. Rex wants to build houses. Andrea wants to be an Airline Pilot. Michel wants to be a Police Officer. Louise wants to design and produce products.

Answers

(C) - Rex wants to build houses

(D) - Andrea wants to be a Airline Pilot

(E) - Michel wants be a Police officer

(F) - Louise wants to design and produce products

Edge.

Rex wants to build houses, Andrea wants to be a Airline Pilot, Michel wants be a Police officer and Louise wants to design and produce products are the best candidates for members of SkillsUSA. Hence, option C, D, E and F are correct.

What is the SkillsUSA competition?

Students, teachers, and business partners collaborate via SkillsUSA to guarantee that America has a competent workforce. Each student succeeds thanks to SkillsUSA. In order to enhance career and technical education in the country's classrooms, we offer educational programmes, activities, and contests.

The SkillsUSA Championships are career competition occasions that highlight the best students in the country pursuing career and technical education. Local contests are followed by those at the state and national levels.

Students who fall under the definition of Public Law 105-17, the 1997 Individuals with Disabilities Education Act, are eligible for the competition. Students submit their ideas for an inventive engineering project, accompanied with a display and a working model.

Thus, option C, D, E and F are correct.

For more information about SkillsUSA competition, click here:

https://brainly.com/question/25780530

#SPJ6

Given the code below, how many times would "I love C#" be output to the Console Window?
1
int counter = 10;
2
while (counter>5) {
3
Console.WriteLine("I love C#");
4
counter++;
5
}
C#

0

10

11

Infinite Loop

Answers

The answer is infinite loop the program would continue executing since the statement parameters are met by counter 10 being greater than 5
I'm relatively new to coding but that looks like an infinite loop.

Dani has drawn some shapes in a PowerPoint presentation about ice skating and would like to make it look like the shapes are resting on the ice rink.
What would most likely be the fastest and easiest way for Dani to do this?

A. Dani should copy each shape, paste it below the original, and use the rotate tool to spin it around so that it is a mirror image of the original.
B. Dani should draw under the originals new shapes that are mirror images, and she should make the new shapes brighter colors than the originals.
C. Dani should use the Styles gallery to find a style that makes a shape look like it is resting on glass.
D. Dani should use Shape Effects for each original shape to add a Reflection effect under each one.

Answers

ANSWER: D. Dani should use Shape Effects for each original shape to add a Reflection effect under each one.

EXPLANATION: Dani should use the Shape Effects for the original shapes because that would add a reflection effect under each individual shapes. As Dani wants to portray the shapes as if they are resting on ice rink, it is usual for ice rinks to reflect images on it. The shape reflection that would be added by the Shape effect will be similar to what it should look like if any thing reflects on ice rink.

A. Dani should copy each shape, paste it below the original, and use the rotate tool to spin it around so that it is a mirror image of the original.

PLEASE HELP!
What is Wikipedia's neutrality policy? Why is it important?

Answers

Also known as the NPOV, it is a fundamental principle of Wikipedia and is one of the three core content policies. NPOV which is neutral and unbiased presents fairly and by far all significant views published by reliable sources. Neutral point of view is important in this society since it encourages cooperation among encyclopedias’ contributors.  






Using data from a tal distribution database, define a view named toplevelcust. it consists of the number, name, address, balance and credit limit of all customers with credit limits that are greater than or equal to $10,000.
a. using sql, write the definition for toplevelcust.
b. write an sql query to retrieve the number and name of all customers as well as the difference between their credit limit and balance in the toplevelcust view.
c. convert the query you wrote in question 2b. to the query that the dbms will actually execute.

Answers

a) CREATE TABLE toplevelcust (number INTEGER PRIMARY KEY,  name TEXT, address TEXT, balance DOUBLE, credit DOUBLE);

b) select number, name, credit - balance from toplevelcust

c) This I cannot answer

Answer:

Option- A.

Using sql, write the definition for toplevelcust.                                                            

Explanation:

Using data from a tal distribution database, define a view named toplevelcust. it consists of the number, name, address, balance and credit limit of all customers with credit limits that are greater than or equal to $10,000.It is by using the sql, write the definition for toplevelcust.

Name of the method used to start a thread execution?

Answers

The question has the below multiple choices

A.            start();

B.            init();

C.            run();

D.            resume();


The answer is (A) start();

The start() method causes a thread to start execution and is used to start a thread. The thread then moves from new state to runnable state. The run() will never be invoked until the start() method is called.





A business that subscribes to a specific computing model has its entire system fully functional within a short time. What benefit of cloud computing does this scenario address?

Easy access

Easy collaboration

Economies of scale

Quick deployment

Answers

Its quick development

Quick deployment: When a business opts for cloud computing and subscribes to a specific model, its entire system can be fully functional within a short time—even within a few minutes. The amount of time depends on the kind of technology and the business’s computing needs.


Quick deployment is the benefit of cloud computing does this scenario address. Hence, option D is correct.

What is Quick deployment?

A feature called quick deploy enables the deployment of components to a production environment. Running test classes on the project release date will enable this component deployment to production. Before our release day, successful validation must be completed.

Thus, option D is correct.

For more details about Quick deployment, click here:

https://brainly.com/question/10541233

#SPJ2

what is an icon or animation used to represent a participant in an internet chat referred to as

Answers

An avatar is a visual representation, such as an icon or animation, used to represent a participant in an internet chat, giving a personal touch and embodying the user's persona in the digital realm.

An icon or animation used to represent a participant in an internet chat is commonly referred to as an avatar. These visual representations can range from a simple static image to a complex three-dimensional character. Avatars are used to give a personal touch to the digital communication experience, embodying the user's persona in the virtual realm.

In contrast to religious icons, which are sacred images representing holy figures, an avatar is a secular, digital counterpart widely used in online platforms and gaming environments for identity representation and communication. Moreover, in addition to icons, animations such as emojis or GIFs also serve as participant representations in online chats.

Write a local function named maxvalue that returns the maximum of two inputs numa and numb.

Answers

Final answer:

The task is to write a function called maxvalue which determines the larger of two numbers, numa and numb. This Python function uses an if-else statement to return the greater number.

Explanation:

To write a local function named maxvalue that returns the maximum of two inputs numa and numb, you can use the following code in Python:

def maxvalue(numa, numb):
   if numa > numb:
       return numa
   else:
       return numb

This function takes two parameters, numa and numb, and uses a simple if-else statement to determine which of the two is greater. If numa is greater than numb, it returns numa; otherwise, it returns numb. You can call this function with two numbers to get the maximum value.

3k means about 3 thousand bytes. how would you express five billion bytes?

Answers

Hello!

You would express five billion bytes as 5G.

An empty frame used to reserve space for a picture to be inserted at a later time is known as a _____. shape image picture placeholder picture frame

Answers

An empty frame used to reserve space for a picture to be inserted at a later time is known as a Placeholder

To add a preformatted sidebar to a document, select the _____ icon.

Answers

To add a preformatted sidebar to a document, select the Texbox icon. The icon has an image of a page with the letter "A" on the upper left side. It is found on the drawing toolbar at the bottom or top of the document. The texbox can be used to type text in the box.

Poor language skills can lead to a (an) ______?

Answers

If you are referring to this question:
What kind of block can result from poor language skills?
Poor language skills can lead to a (an) ______

The answer would be a mental block. This is a common occurrence when learning things, but it is notable in language learning. At times, they also call this a plateau of the mind. Poor language skills can impede the train of thought, which can also cause this type of block.

Investments in data networks, ip addresses, routers, and switches are ________ because of their impact on productivity, security, user experiences, and customer service.

Answers

Investments in data networks, IP addresses, routers, and switches are business decisions because of their impact on productivity, security, user experiences, and customer service.
The goal of the business decision is to choose the next step for the  business that will lead to greater success.

Given the code below, what would output to the Console Window?

Think carefully on this one...it is tricky!
C#
1
string a = ”10”;
2
string b = “20”;
3
Console.WriteLine(a+b+5);

Answers

I don't know C# but based on experiences in other OOP languages and languages in general, you get a type error, whatever format that may be for C#. You cannot concatenate "10" and "20" as strings and then attempt to add an integer 5 unless the language has inferred type coercion.

The _____ icon allows the user to improve the brightness, contrast, or sharpness of the picture.

Answers

Answer:

The Corrections icon

Explanation:

In Office 2010, 2013, 2016, you can adjust the brightness, contrast, and the sharpness of a picture. This can be achieved by using the corrections tool. Assuming you already have the picture, click on it and on the Format tab, under the Pictures tools, in the Adjust group, click Corrections. Under the Sharpen/Soften or the Brightness/Contrast, you can click the thumbnails that you want to make adjustments.

This measures how close a biometric reading is to a prerecorded template

Answers

The question above has multiple choices;

a)      Hamming distance

b)      Match percentage

c)       Legacy amount 100.

d)      PDA reading

The answer is a) Hamming distance


Biometric authentications like other technologies are vulnerable to attacks such as spoofing and transmission. Binary template representations in recent research provide significant improvements in efficiency without compromising data accuracy for biometric modalities like iris, fingerprints, and palm prints.

Any binary biometric representation that uses hamming distance and converts it into a privacy preserving secure protocol comparison provides template protection.






Technician a says that the above illustration shows one method used to keep the chain tension tight in an indirect drive camshaft. Technician b says that the chain tensioner compensates for any stretching that the chain experiences as it operates. Who is right?

Answers

both a and b are right read the study guides man

Technician A and B both are right in their opinions related to chain tension.

Who is a technician?

Technician may be electrical or mechanical, who has complete assembly and un-assembly knowledge. He knows the causes or consequences of the failures.

Technician A says that the above illustration shows one method used to keep the chain tension tight in an indirect drive camshaft.

While, Technician B says that the chain tensioner compensates for any stretching that the chain experiences as it operates.

In case of chain, it has self adjusting nature when connected with the cam shaft. There will not be any slack in chain.

Thus, Technician A and B both are right.

Learn more about technician.

https://brainly.com/question/14290207

#SPJ2

An alteration threat violates information integrity.
a. True
b. False

Answers

The answer is True


It intentionally or unintentionally compromises a system by making unauthorized changes to data. As compared to intentional changes which are usually malicious, unintentional changes are normally accidental. Changes and modifications to the system configurations can also compromise integrity. Such modifications might include deleting, changing, and creating information in a network resource. It is best to implement mechanisms on how one can track and audit such changes as they happen




you want to read about Web journals. which keywords would best help you find this information?
bookmark
web Not journal
blogs
web or journal

Answers

The answer is (B) and (D) web or journal, web Not journal


 Keyword is part of search engine optimization. Search engine optimization is not that heard. A keyword in a sentence is that significant word used to find info when doing your research.
Always, pick keywords that indicate main concepts of your topic. When searching, connect your keywords with Boolean values like AND, OR, and NOT





If a user has two texts selected, the Reveal Formatting pane allows the user to

compare the word counts of the two texts.
insert tables into both texts.
spell-check both texts.
compare the fonts of the two texts.

Answers

The answer is (D) compare the fonts of the two texts.

Word has a reveal formatting feature that allows one to see how selected text has been formatted. This feature is important since it allows you to tell at a glance what formatting has been used. To use this tool, press the combination keys shift+f1 and the reveal formatting pane will pop up.






Nous aimons regarder des bonnes émissions à la télé. Nous les aimons regarder. Nous aimons regarder les. Nous l'aimons regarder. Nous aimons les regarder.

Answers

Hi,

Nous aimons regarder des bonnes émissions à la télé.
 Nous aimons les regarder.

When servers need operating system upgrades or patches, administrators take them offline intentionally so they can perform the necessary work without risking malicious attacks?

Answers

The answer is True

Unintentional downtime which is as a result of malicious attacks is less common. Research however indicates that it is growing rapidly. Downtime can be unintentional or intentional. Many times, admins schedule intentional downtime in advance. They try to this so that it has a small impact on the rest of the organization.


William is an Architect in charge of designing a new library for a city. Which tasks will he need to perform to ensure the project’s success?

Answers

Michaelangelo's design contribution to the St. Peter project was the chancel end (the "Easter End") placed on a huge dome at the center of the Basilica.

What was his work that was appreciated?

His work is best appreciated from a distance because he played with geometric patterns that emphasized the design that he created in relation to the design of the lead architects that were also working on the Basilica.

The time management skills is allow us to accomplish the good skills that are related to time management. It is the process of planning the proper management of time to increase the efficiency and the productivity.

The main advantage of the time management skills is that it leads to more successful in the career and helps in focusing by lower the stress level. The architect applies the time management skills so that he can complete or finish the project within the specific time.

Therefore,  Michaelangelo's design contribution to the St. Peter project was the chancel end (the "Easter End") placed on a huge dome at the center of the Basilica.

Learn more about Michaelangelo's design on:

https://brainly.com/question/30751107

#SPJ3

Other Questions
Select the sentence with a clause used as a predicate noun.The man who came here yesterday was selling magazines.We left the performance early because we were tired.The reason he opened the door was that the princess pointed to it. What does the simile like clouds across the skymean Jennifer is interested in finding out more about incunabula. Which statement is an accurate fact about incunabula?A) The three types of incunabula are photographic, xylographic, and typographic.B) The two types of incunabula are xylographic, and typographic.C) An incunabulum is a book, single sheet, or image that was printed after the year 1800.D) Incunabula were the earliest books, copied entirely by hand. When do children begin to understand cognitively that their sounds prompt responses? infancy two years old three years old four years old What does a storyboard look like?typed script of a storyillustrated strip showing camera shot sequenceoutline with notes and scenesschedule of all the different scenes and locations What were the negative consequences of Washingtons point of view according to W.E.B. DuBois? What did he think African Americans should do? Peer pressure is when someone is pressured to do something by members of their social group. It can be a very powerful force that encourages someone to do something that he or she is not comfortable doing. Negative peer pressure may involve drugs, alcohol, tobacco, shoplifting, truancy, academic dishonesty, or sexual activity. If you felt that you were being pressured to do something that you were not comfortable doing, and you felt was wrong, how would you handle the situation? The radius of the circular lens of a magnifying glass is 4 centimeters.What is the area, in square centimeters of the glass? The new pipeline opened in 2006 carries caspian sea oil from baki (baku) to a new terminal in the country of Please help me with questions 5, 6, and 7 The poem "Landscape with the fall of Icarus" includes elements from the painting by Bruegel. Which elements are found in the painting and the poem? A. Repetition B. Foreshadowing C. A giant splash D. The boy drowning 1.-Por que fue aprisionado el ratn?2.-Que quiere decir la FRASE del autor 3.-Cual es la idea principal de la fabula? Which of the following statements MOST accurately describes the plight of U.S. farmers during the 1920s? Which statement BEST describes the role of John Marshall in the early U.S. government? A) the earliest and most powerful leader in the movement to end slavery B) the first Vice President to become President after a presidential assassination C) the official who convinced Thomas Jefferson to purchase the Louisiana Territory D) the Supreme Court Chief justice who helped expand the power of the national government What fossil fuel is responsible for 40% of the United States power generation Ocean currents are caused by all of the following except: underwater landslides surface winds tidal fluctuations density contrasts in seawater Explain what liquid diets fasting and diet pills have in common The Albatross did follow, And every day, for food or play, Came to the mariners hollo! In mist or cloud, on mast or shroud, It perched for vespers nine In Samuel Taylor Coleridges The Rime of the Ancient Mariner, why do the sailors think the Albatross follows the ship?The ship offers a good place to perch.They feed it, and it likes to play with them.It is too misty or cloudy for the bird to fly away.The ships mast and shroud attract it. What is the name of one of the ancient peoples who occupied what is now Colombia? Read the excerpt from The Scarlet Ibis. Doodle was frightened of being left. Dont go leave me, Brother, he cried, and he leaned toward the coffin. His hand, trembling, reached out, and when he touched the casket he screamed. A screech owl flapped out of the box into our faces, scaring us and covering us with Paris green. Doodle was paralyzed, so I put him on my shoulder and carried him down the ladder, and even when we were outside in the bright sunshine, he clung to me, crying, Dont leave me. Dont leave me. What do Doodles repeated pleas of Dont leave me foreshadow? Once the narrator returns to school, he leaves Doodle at home and forgets all of his plans to help him. After Doodle refuses to touch the casket, the narrator refuses to help Doodle and leaves him alone in the loft. Later in the story, the narrator races ahead and leaves Doodle to struggle behind during a terrible storm. When Doodle struggles to learn to walk, the narrator leaves and Doodle is left sitting alone in Old Woman Swamp.