To divide 853 by 16 in a formula in Excel, you would use what math operator?

Question 6 options:

+


%


/


=

Answers

Answer 1
You would need this math operator “/“

Related Questions

When a program runs in a text-based environment, such as a command line interface, what determines the order in which things happen?

Answers

The set of commands will determines the order in which things

________________, _______________ and ___________ are what you see when you open Excel

Question 10 options:

None of these answers


Columns, rows and cells


Columns, rows and charts


Column, rows and formulas

Answers

volume , rows , and cells ! good luck
Columns, rows and cells.

In terms of their eligibility for legal protection, how do ideas differ from song lyrics?


Ideas can be copyrighted, while song lyrics can be trademarked.

Ideas can be copyrighted, while song lyrics cannot be copyrighted or trademarked.

Ideas can be trademarked, while song lyrics can be copyrighted.

Ideas cannot be copyrighted or trademarked, while song lyrics can be copyrighted.

Answers

Answer:

D

Explanation:

Answer:

D. Ideas cannot be copyrighted or trademarked, while song lyrics can be copyrighted.

Copyright protection applies to original works that are fixed in a tangible form, such as being written down or recorded. This means that song lyrics are eligible for copyright protection because they are fixed in a tangible form, like sheet music or a recording. However, ideas by themselves cannot be copyrighted or trademarked because they are not fixed in a tangible form, they are not considered a creative work. Copyright applies to the expression of an idea, not the idea itself. Patents may provide protection to some ideas, but only if they are new, useful and non-obvious.

If you wanted to use the numeric key pad to multiply 33 by 3, you would type _____.
33^3
33*3
33/3
99

Answers

Answer:

If you want to use the numeric key pad to multiply 33 by 3 you would type 33*3 which will give you 99

Explanation:

Which statements describe a peer-to-peer network?

Answers

Answer:

In its simplest form, a peer-to-peer (P2P) network is created when two or more PCs are connected and share resources without going through a separate server computer. A P2P network can be an ad hoc connection—a couple of computers connected via a Universal Serial Bus to transfer files

Explanation:

Hope this helps

Passwords are required to log in to the network, and relatively low cost represents peer-to-peer network.

What is peer-to-peer network?

A peer-to-peer (P2P) network is a type of computer network in which each node (computer) can function as both a client and a server.

In other words, without the need for a centralised server, each node on the network can send and receive data and resources directly from and from other nodes on the network.

There is no single point of failure in a P2P network, and the network nodes are responsible for managing and maintaining the network.

This network type is frequently used for file sharing and collaboration, such as BitTorrent, where users can share large files with one another.

Thus, passwords are required to log in to the network, and the network is relatively inexpensive.

For more details regarding peer-to-peer network, visit:

https://brainly.com/question/10571780

#SPJ2

Your question seems incomplete, the probable complete question is:

Which statements describe a peer-to-peer network?

1. passwords are required to log in to the network

2. provides centralized network security

3. relatively low cost

4. scalable

5. used in organizations with lots of employees

The purpose of a flowchart is similar to the purpose of pseudocode.
True
False

Answers

I would say true. They both exist to provide people with a reference point.

Answer:

True

Explanation:

Pseudocode: In computer science, pseudocode is a plain language description of the steps in an algorithm or another system. Pseudocode often uses structural conventions of a normal programming language, but is intended for human reading rather than machine reading.

Flowchart: A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows.

They are both human-written descriptions of the process or algorithm of a task.

I hope this helpedThanks for your timeJuri Davis

The winning design is typically that which most closely meets the design
brief and which need not necessarily adhere to budget and timescale.
False
True​

Answers

when the when the when the add the when are you is id god his gay for your top off jack dafe cafe read line green red whats the answerAnswer:

when the when the when the add the when are you is id god his gay for your top off jack dafe cafe read line green red whats the answer

Explanation:

Jabria are you smart
A: YESSSSSSS
B: No
C: Duh
D: No u
im giving brainliest for correct answer

Answers

Answer:

A. YESSSSSS

Explanation:

C duh . pop off hahahaha

ERORR, the question you are looking for is not available.

Answers

Answer:

darn

Explanation:

Can someone help me with this

Answers

I’m not sure but I think it belongings.

Information systems include all of these
A) People, Software
B) Hardware, Information
C) Data, Procedures
D) All of the above

Answers

Answer:

D

Explanation:

because you need people to access software through hardware and data through information and procedures.

This component is responsible for the logical order of processing?
A) ALU
B) DATA
C) Control Unit
D) RAM

Answers

Answer:

A) ALU

Explanation:

The arithmetic logic unit (ALU) performs the arithmetic and logical functions that are the work of the computer.

So, the correct option is - A) ALU

Place the following items in the correct order, so that it correctly represents a URL (website address) protocol, path, server, filename

Answers

Answer:

protocol, server, path and filename

1.1 Why is primary goal of software development now shifting from
producing good quality software to good quality maintainable software?​

Answers

is where the term ‘App’ comes from. It is any piece of software that allows us to actually ‘use’ the computer. For example, it may be a word processor, web browser, spreadsheet software or even just a game. Application software relates to the user rather than the hardware

Name an off-line storage device that is read-only, i.e. cannot be written to.

Answers

Answer:

CD-ROMs

Explanation:

Rectangular box formed when each column meet​

Answers

Answer:

If this is a true or false I guess my answer is true?

Explanation:

why are accountablity and trust so important in using emerging technologiess?

Answers

Answer:

improvied accuracy, quality and cost efficiencies

write a method called threeHeads that repeatedly flips a coin until a coin

Answers

Answer:

public void threeHeads() {

Random r = new Random();

int count = 0;

while(count < 3) {

boolean head = r.nextBoolean();

if(head) {

System.out.print("H ");

count++;

} else {

System.out.print("T ");

count = 0;

}

}

System.out.println("\nThree heads in a row!");

}

Explanation:

Use GitHub

The previous Discussions have provided the opportunity to share some elegant solutions to programming challenges, and many of them share one common trait—they all handle multiple objects with ease. Forget, for the moment, about some of the complexity involved. The formulas may seem strange, but do not worry. At this stage of programming, you are not expected to generate such things on your own; very few new programmers can. Instead, stop to consider the ways programs embrace the computer’s true assets.

Machines do not mind doing the same thing over and over again; they never get bored. They are also capable of handling massive amounts of data in an impeccably organized manner. One of your challenges as a programmer is to communicate, through code, in an efficient way that plays to the computer’s strengths.

Consider, for example, having to write a program to manage personnel records for all of the people working for your company. You certainly would not want to have to write a program with a unique variable for each unique person in the company. Every time a new employee was hired, someone would have to modify the program to add a new variable for that employee. Every time an employee left the company, someone would have to modify the program to remove that employee’s variable and data from the program. Clearly, this would be a very tedious way to automate personnel records. Instead, you need a way to manage that collection of personnel information in a more organized manner. In fact, you need a way of representing the collection of individual employees as just that, a single variable that provides access to all of the employees. Then, you can use loops to process the employee data. Fortunately, Java provides the concept of an array (and other similar collections, such as the ArrayList) to manage collections of similar objects.

It takes time to truly grasp how powerful object-oriented programming can be and how you can harness its "objects-first" focus to make your own programs concise and elegant. Unfortunately, some programmers do not invest that time. They rely on brute force—repetitive methods resulting in long programs that are, by nature, hard to review and debug.

Return to the open source repositories you previously explored. Find a program that (A) uses at least one loop and a list effectively or (B) could use a loop and a list to improve the program.

*. Response that summarizes your findings. The post should:

1. Include a copy of the code that either (A) exemplifies concise, generalized code or (B) presents the perfect opportunity to apply loops, arrays, and lists to reduce the length of the program using a more elegant solution. Do not undertake a lengthy program; limit your code to approximately 20 lines.
2. If the code is an exemplar of good coding, explain what leads you to that conclusion. Be specific.
3. If the code needs improvement, include a rewritten version of the code, in which you apply one of the methods described above to improve the program. Explain how your solution better embraces a computer’s strengths as a tool that can perform calculations quickly, perform repetitive tasks, and/or manage data effectively.
4. Add or revise comments in the code to accurately describe the function of the loop and list.
Do not include the entire source code of the program you choose. Select just the portion with the necessary information, such as variable declarations and methods called from outside the class or method.

Answers

Answer:

I can't make out the question

What is the shortcut key to apply /remove the subscript effect?
Ctrl+=

Ctrl-+

Answers

Answer:

Press "Ctrl, "Shift" and "=" on your keyboard to turn off superscript formatting.

Which 3 navigation features are missing in a reports only user view?

Answers

Explanation:

when a user changes his or her view to a Report only view when using QuickBooks online they only see a report list page, without having such features as; Navigation panel, Search box or Quick Create (+) icon.

Answer:

Yes, when a user changes his or her view to a Report only view when using QuickBooks online they only see a report list page, without having such features as; Navigation panel, Search box or Quick Create (+) icon.

Select the correct locations on the image. Adrian wants to delve into database administration. Which certifications would help him along this career path? PMP Oracle DBA PRINCE2 CSPM MCITP
you can pick multiple

Answers

Answer:

Oracle DBA and MCITP

Create the content for your website.

Please help

This has to be written in rough draft

Please answer the create the content for your website

And thank you

Answers

What do you need help with? I’m confused

What is “Fair Use”?

It is the set of concepts that cannot be copyrighted or trademarked.

It is a set of situations that cause existing trademarks to expire.

It is the set of laws that enforce copyrights and trademarks.

It is a set of legal exceptions to copyrights and trademarks.

Answers

uhh I think it’s uh- B

Answer:

C

Explanation:

All of the following are examples of software, expect

Video games

Speakers

web browsers

photo editors

Answers

Answer:

speakers

Explanation:

speakers are tangible objects compared to video games, web browsers, and photo editors, which are programs that run on a computer

A10:A20 Refer to values in

Question 3 options:

Cell A10 and cell A20


The cell in column A and row 10


The range of cells in column A and rows 10 through 20


The range of cells in row 15 and columns B through #

Answers

The range of cells in column A and rows 10 through 20

Help please i will mark brainlist!

Answers

For the simplex data transmission draw an arrow from computer A to computer B.

For the half duplex data transmission draw an arrow from computer A to Computer B.
Draw an arrow from computer B to computer A.

For the Duplex data transmission draw a two sided arrow from computer A to computer B.

How is the Scheduling Assistant useful in creating a shared meeting request? Check all that apply.

*shows free/busy information for recipients inside the organization
*shows free/busy information for recipients outside the organization
*helps you to choose a meeting time that is best for everyone
*identifies requested room availability
*will make reminder phone calls to meeting attendees

Answers

Answer:

a. shows free/busy information for recipients inside the organization

c. helps you to choose a meeting time that is best for everyone

d. identifies requested room availability

Explanation:

just did it on edg2021 :)

Answer:

A, C, and D

Explanation:

I just got it right.

VI. Differentiate between systems SUIwal unu up
vii. How a student can use computer to improve academic performance?
ters in
in a scho
nool library.​

Answers

Answer:

So in a library u might want to get some reading or homework done the way one can use a computer to improve academic preferences is bye one a computer u can type a essay and look for a book

Explanation:

where in system settings can you find which version of Windows is installed on your computer?​

Answers

Answer:

Select the Start button > Settings > System > About . Under Device specifications > System type, see if you're running a 32-bit or 64-bit version of Windows. Under Windows specifications, check which edition and version of Windows your device is running.

Explanation:

brainliest pls

Other Questions
compare the composition of lymph with that of blood plasma in the following two situations:(a) Lymph that has just left a lymph node.(b) Lymph formed in the vicinity of the small intestine. please help asapplease help me at least one of the question Qu elementos encuentras en Mi aula"? Para qu sirven? How did Rome govern the new territories?Rome required people to speak only Latin.Rome allowed local people to elect a governor.Rome divided the new territories into provinces.Rome barred conquered men from serving in the army. The process by which water, ice, wind and gravity remove and transport sediment from one place to anotherA. Chemical weathering B. DepositionC. Physical weathering D. Erosion Max wants to jog around his neighborhood. If one lap around the neighborhood is 1.2 kilometers and he jogs 8 laps, what is the total distance that he would jog? What does the following passage (paragraph __) mainly reveal about the author?Inside the honors building I immediately noticed all the dark skin in the waiting room. Isat on the couch between my parents, wondering whether I should have worn somedream-catcher earrings. My letter had said that this was an interview for a meritscholarship, with no mention of diversity. I worried that the interviewers were going toquiz me about my favorite Indian ceremonies. If they wanted me to speak in my nativetongue, I would have to make something up on the spot. There was a lot of money onthe line.The author no longer wants the scholarship.The author's main focus in life is money.O The author is embarrassed of her heritage.The author wonders if she was selected not because of merit, but because of her heritage. Which statement best describes humanism?It encourages education in math and science.It is a way of thinking that focuses on human needs.It is an artistic technique that shows realistic subjects.It requires people to practice specific religious beliefs. what advantages Africa has enjoyed due to its large areal size? HEY I NEED HELP WITH THIS Y!!!!!Mrs. Boehm's class ordered 16 pans ofbrownies. Each student will get 2 brownies. Exactly how many students canMrs. Boehm feed? 17. Pour manger, Yasmine vacafO A. auxO B. lesC. au Which of the following statements best characterizes the viewpoint of the Founding Fathers on religious practices?They were very intellectual and believed that religious practices were a sign of unintelligence.They believed that religious practices were personal and individual.They believed that religious practices helped individuals make better decisions.They believed that practicing religion strengthened the country. 1. Circle the correct answers:2. Please __________ in your fathers chair!a) Dont sit b) Not sit c) Dont you sit What is -4(5 + (-2)) If you have the fraction 8/25, and you are trying to turn it into a decimal, which of the following would be helpful? 1. Divide 25 by 8 2. Write 8.25 3. Divide 8 by 25 PLEASE HELP WILL MARK BRAINLEST!!!!Which of these elements contributes toward globalization of theeconomy?A. Use of foreign laborB. Import duties and tariffsC. Anti-immigration policiesD. Opportunity costs what is the theoretical yield (in mols) of magnesium when 1.1 x 102 mols of lithium reacts with excess magnesium chloride. Read the passage.(1) In 1751, the Philadelphia Provincial Assembly had a bell made. (2) It was for the new State House. (3) The bell weighed more than 2,000 pounds. (4) The bell was 12 feet in circumference around the bottom. (5) It came to be known as the Liberty Bell because it was inscribed with a motto about liberty. (6) Unfortunately, the Liberty Bell cracked in 1752 during a test ring. (7) To fix the bell, the Philadelphia Assembly had it recast. (8) Some people say the bell cracked again in 1835. (9) It was tolling for John Marshalls funeral. (10) However, that is probably just a legend. (11) It is a fact that on February 22, 1846, the bell cracked again. (12) That crack could not be fixed. (13) The Liberty Bell has had a crack in it ever since.Which is the most effective way to combine sentences 8 and 9?A) Cracked again in 1835, some people say while tolling for John Marshalls funeral.B) Some people say the bell cracked again in 1835 while it was tolling for John Marshalls funeral.C) Some people say the bell cracked again in 1835 and was tolling for John Marshalls funeral.D) Although some people say the bell cracked again in 1835, it was tolling for John Marshalls funeral. topic:maths - algebra pls help ! :-( Solve the given inequality.-x -8 > 2x + 9