Suppose cell C5 contains the formula =B$6+C1.


Match each formula with its respective cell if you copied it.


=A$6+B4 =B$6+C6 =C$6+D2 =D$6+E1


Thank you, have a great week.

Answers

Answer 1

Answer:

=A$6+B4 will be in B8

=B$6+C6 will be in C10

=C$6+D2 will be in D6

=D$6+E1 will be in E5

Explanation:

$ sign is used to lock a certain column or row value, with the $ sign we can create an absolute reference which will remain unchanged as we copy our formula from one cell to another.

As formulars are copied, the references change respectively.

With =B$6+C1 in C5 ; As we move up or down of cell C5, only the row numbers will change that is formula in C6 becomes =B$6+C2.

As we move left and right, the column alphabet will also experience change like the rows did.

Only the absolute reference won't change no matter the direction.

Hence,

=A$6+B4 ; A and B means one move to the left of C5 and 4 signifies, 3 moves downward of C5 that gives B8

=B$6+C6 ; B and C means no horizontal change, 6 means 5 moves downward of C5 which gives C10

=C$6+D2 ; C and D means 1 move to the right and 2 means one move downward of C5 which gives D6

=D$6+E1 ; D and E means 2 moves to the right and 1 means no vertical change from C5 ; which gives E5


Related Questions

David plays racing games on his way to work. He uses the analog stick to navigate his vehicle through other artificial intelligence-controlled
opponents. On what platform is he playing the game?
A.console
В.personal computer
C.mobile
D.handheld

Answers

Answer: David is most likely playing on Handheld.

Explanation: You can infer that he is playing on a handheld due to the fact that he is playing this game on his way to work, and the fact that he is controlling the game using an analog stick. Because of this, you can assume that what he is playing on needs to be portable, making it likely he is using a handheld.

Answer:

d - handheld

Explanation:

PLATO

What is the difference between a crosstab query and a subquery?
A crosstab query is a query within a query, and a subquery summarizes large amounts of data.
A crosstab query summarizes large amounts of data, and a subquery is a query within a query.
A crosstab query transfers large amounts of data to another table, while a subquery is the term for the other table.
A crosstab query connects tables with unrelated data to one another, and a subquery manipulates the data to be error-free.

Answers

Answer:

A crosstab query is a type of select query. ... When you create a crosstab query, you specify which fields contain row headings, which field contains column headings, and which field contains values to summarize. You can use only one field each when you specify column headings and values to summarize.

Explanation:

Answer:

The Answer is B.

Explanation:

A crosstab query summarizes large amounts of data, and a subquery is a query within a query.

4. What is the difference between head tag and heading tag?​

Answers

Answer 515be559d883f8eab00011e5
head is the tag at the top of your page containing your meta-tags, styles, scripts and title. headings are the h1, h2, h3 etc tags that allow you to size your text. a is an anker usable in the url for navigating to other pages or as in-page navigation.

what is a soft ware?

Answers

Software is a collection of instructions and data that tell a computer how to work. This is in contrast to physical hardware, from which the system is built and actually performs the work. In computer science and software engineering, computer software is all information processed by computer systems, including programs and data. Computer software includes computer programs, libraries and related non-executable data, such as online documentation or digital media. Computer hardware and software require each other and neither can be realistically used on its own.

Answer:

it is like some data

Explanation:

What does a computer program use as a means to evaluate a condition as True or False?

Answers

Answer:

true

Explanation:

Answer:

A Boolean expression.

Explanation:

A Boolean expression is a logical statement that is either TRUE or FALSE . Boolean expressions can compare data of any type as long as both parts of the expression have the same basic data type.

JAVA

Write a method that takes 2 parameters: an ArrayList list, and an int numRepeats representing the number of times to repeat each element in the array.


Return a new ArrayList with each element repeated numRepeats times.


For example, if we had an ArrayList list with the values ["hello", "world"]:


repeatElements(list, 3)

Should return a new ArrayList with the elements:


["hello", "hello", "hello", "world", "world", "world"]


public ArrayList repeatElements(ArrayList list, int numRepeats)

{


}

Answers

Answer:

Explanation:

The following Java code creates the repeatElements method as requested and uses the test case shown in the question to test the method. The output can be seen in the attached picture below.

import java.util.ArrayList;

class Brainly {

   public static void main(String[] args) {

       ArrayList list = new ArrayList();

       list.add("Hello");

       list.add("World");

       System.out.println(repeatElements(list, 3));

   }

   public static ArrayList repeatElements(ArrayList list, int numRepeats) {

       ArrayList newList = new ArrayList();

       for (Object x:list) {

           for (int i = 0; i < numRepeats; i++) {

               newList.add(x);

           }

       }  

       return newList;

   }

}

Columns are identified by numbers (1,2,3,4,5....) and Rows are identified by letters (A,B,C,D,E.....) True False

Answers

The answer would be true. Hope this helps you

Posts that you delete _____.

cannot ever be shared

will be released in five years

are still visible to others

may already have been shared

Answers

May have already been shared

Answer: Below

Explanation:

JAVA

Write a method that takes an ArrayList of Strings, and an int numRepeats and returns a new ArrayList with the original ArrayList repeated numRepeats times.


For example if we had an ArrayList list with the values ["a", "b", "c"]:


repeatArrayList(list, 3)

Should return a new ArrayList with the elements:


["a", "b", "c", "a", "b", "c", "a", "b", "c"]


public ArrayList repeatArrayList(ArrayList list, int numRepeats)

{

}

Answers

Answer:

Explanation:

The following code is written in Java. It creates a function that takes in an ArrayList and an int parameter. Then it loops through the array and adds each element into a new array called newList but adds them the number of times that the numRepeats argument states. Output can be seen in the attached image below.

import java.util.ArrayList;

class Brainly{

   public static void main(String[] args) {

       ArrayList list = new ArrayList();

       list.add('a');

       list.add('b');

       list.add('c');

       ArrayList newList = repeatArrayList(list, 3);

       System.out.println(newList);

   }

   public static ArrayList repeatArrayList(ArrayList list, int numRepeats) {

       ArrayList newList = new ArrayList();

       for (int x = 0; x < numRepeats; x++) {

           for (int i = 0; i < list.size(); i++) {

               newList.add(list.get(i));

           }

       }

       return newList;

   }

}

If a citation has a volume, title, and page numbers, it is a:

journal article citation

book citation

website citation

amphlet citation

Answers

Answer:

It has to be Journal Article Citation

Explanation:

When comparison shopping, all of these hint at a good deal EXCEPT_____________________.

Answers

Answer:

lower-priced models offer more features

Explanation:

What is one similarity between low-and high-level programming languages? (5 points)
оа
Both are able to run programs quickly.
Ob
Both are human-friendly and easy for humans to read.
ос
Both are limited to certain types of hardware.
Od
Both are used to communicate commands to a computer.

Answers

Answer:

Both high and low level computer languages are used to communicate directly with a computer, so the answer is D.

Explanation:

Sam is a Windows system administrator responsible for setting up client workstations for different departments. After installing the operating system, Sam manually disables certain programs that aren't needed by that department. Recently, Sam learned a few workstations had been compromised. The security analyst suggests that the disabled applications may have been the target. Going forward, what should Sam change in his process

Answers

Answer:

not disable any programs after installing a new operating system

Explanation:

Sam should simply not disable any programs after installing a new operating system. If the system is working as intended then he should leave it be, as the saying says "Don't fix what isn't broken". When a new operating system is installed, the entire system is usually wiped, meaning that the only programs installed have been installed as defaults by the operating system. Usually, this is for a reason and acts as security measures for the user, the system, and all of the data. Most of these programs interact with each other and work off of each other's data. Removing them from the system can prevent other very important functions of the operating system from performing their duties, which in term can compromise the entire security of the system. Therefore, the best thing to do would be to not remove these default programs.

write a program. in QBAsSIC
a to find product of two numbers
b to calculate sum of two numbers
c to calculate difference between two numbers
computer q qubasic can anybody help me plz​

Answers

Answer:

The program is as follows:

5 INPUT A,B

6 PROD = A * B

7 PRINT PROD

8 TOTAL = A + B

9 PRINT TOTAL

10 DIFF = A - B

11 PRINT DIFF

12 END

Explanation:

This gets input for the two numbers

5 INPUT A,B

This calculates the product

6 PROD = A * B

This prints the calculated product

7 PRINT PROD

This calculates the sum

8 TOTAL = A + B

This prints the calculated sum

9 PRINT TOTAL

This calculates the difference

10 DIFF = A - B

This prints the calculated difference

11 PRINT DIFF

This ends the program

12 END

bakit mahalaga ang pagtutugma ng iyong mga personal na salik sa minimithing karera​

Answers

Answer:

Hi not able to understand your language

what is the expression for the resultant value of three capacitance where C1 connected in parallel​

Answers

Explanation:

Consider three capacitors of capacitance C1, C2, and C3 connected in series with a battery of voltage V as shown in figure (a). As soon as the battery is connected to the capacitors in series, the electrons of charge -Q are transferred from the negative terminal to the right plate of C3 which pushes the electrons of the same amount -Q from a left plate of C3 to the right plate of C2 due to electrostatic induction. Similarly, the left plate of C2 pushes the charges of Q to the right plate of which induces the positive charge +Q on the left plate of C1 At the same time, electrons of charge -Q are transferred from the left plate of C1 to the positive terminal of the battery.

Which print preview of your slide show includes a notes section for your audience?

Answers

Answer:

I would say the one on the left side, have a good day! :)

Explanation:

I hope this helps! :)

You are taking a college class. The textbook costs over $150, but you find a PDF of it online for free. If you download the PDF, you are almost certainly guilty of:

breach of contract.

patent violations.

copyright infringement.

data integrity violations.

Answers

Answer:

Copyright infringement.

Answer:

copyright infringement

Explanation:

Find what the secret message is. Get Brainliest if you are fast and correct.

Answers

Answer:

What does your digital footprint say about you?

Explanation:

Just follow the path from the end to the start, that's how I always get mazes.

Answer:

What does your digital footprint say about you?

Explanation:

A radio and communications security repairer is responsible for both radio and satellite communication systems.

True
False

Answers

i'm almost certain the answer is true

Answer:

The answer is true

Explanation:

I got it correct on the quiz

Low-level programming languages are (5 points)
a
closer to human languages
Ob
less readable by humans
O
C
more readable by humans
Od
written in human languages

Answers

Answer:

Low-level programming languages are essentially written as the computer interprets them (examples would be assembly and machine language), so the answer is B.

Explanation:

A student is writing a research paper about the poetry of the Harlem Renaissance. Which style guidelines will the
student most likely follow when writing about this topic?
-American Chemical Society (ACS)
-Modern Language Association (MLA)
-Council of Science Editors (CSE)
-American Psychological Association (APA)

Answers

Answer:

b

Explanation:

lesssss gooo CLOUWT

The style guidelines that the student is most likely to follow when writing about the poetry of the Harlem Renaissance is Modern Language Association (MLA). The MLA style is commonly used for writing in the humanities, including literature, language, and cultural studies.

What is Modern Language Association (MLA)?

The Modern Language Association (MLA) is a professional organization for scholars of language and literature. It is mainly focused on the study and teaching of languages and literature, particularly in the United States.

The MLA publishes several academic journals, including the flagship journal PMLA (Publications of the Modern Language Association of America), and produces a well-known academic writing style guide called the MLA Handbook for Writers of Research Papers.

This handbook provides guidelines for how to format academic papers and how to properly cite sources in research writing.

To know more about Modern Language Association (MLA):

https://brainly.com/question/2031731

#SPJ2

Which language paradigm interacts well with database systems in business environments that use SQL?

A) logic-based
B) fourth-generation
C) data-oriented
D) aspect-oriented

Answers

The answer is C, can you mark me brain

5.7 AP-Style MC Practice edhessive
In Fantasy Football, participants compete against one another by choosing certain players from different NFL teams that they think will do the best on any particular week. Top Fantasy Football players spend hours every day looking at huge databases of statistics related to the players and the teams often using spreadsheets and software tools to gain new insights and choose the best players. This process could be considered an example of which of the following?
(DATA MINING)

Students are using data collected from a non-profit organization to try to convince the school board that their school should be in session year-round with several week-long breaks as opposed to the usual 9 months on and 3 months off. Information that was collected by this organization was as follows.

The location of the school (city and country)
The number of students at the school
Whether it was year-round or had the normal 3-month summer break
Scores on standardized tests (AP, SAT, ACT, etc)
The student handbook of rules and regulations
Results from a survey from teachers and students about happiness level and motivation level
They decided to make an infographic in order to try to easily display the data they had analyzed. Which of the following would be the best information to put on their infographic to try to convince the school board to change the schedule?

Select two answers.
(Association rules showing links between motivation and happiness levels and the type of schooling students were receiving.)

(A regression analysis of standardized tests scores comparing the two different types of schooling.)

Which of the following terms describes the conversion of data, formatted for human use, to a format that can be more easily used by automated computer processes?

(Screen Scraping

Answers

Answer:

1. Data Mining

2. A regression analysis of standardized tests scores comparing the two different types of schooling. || Association rules showing links between motivation and happiness levels and the type of schooling students were receiving.

3. Screen Scraping

Explanation:

1. The data analyze big data sets to gain insight, which a person can't do, so it is data mining.

2. A regression analysis shows the mathematical relationship between two variables. Association rule mining finds features of data points which determine the results of other features.

3. Screen scraping generally refers to process recordings.

List two examples of following types of communication

Answers

Verbal Communication. Verbal communication occurs when we engage in speaking with others. ...
Non-Verbal Communication. What we do while we speak often says more than the actual words. ...

Answer:

Explanation:

sign language is communication

touch is communication

Games for which of these devices have the lowest graphical quality and computing requirements? ASAPP!!!!!
A. PDAs
B.handheld consoles
C. tablets
D.smartphones
E. feature phones

Answers

Answer: A. PDAs

Explanation:

Personal Digital Assistants (PDAs) allowed for a user to carry out computational tasks such as calendars and planning in the time before smartphones. They were extremely useful to business people.

They did not however, have the best graphics for running games. This meant that any games on a PDS would be of pretty low graphic quality and require low computing requirements as well.

Answer:

A - PDA

Explanation:

PLATO

What are the advantages of a watchtower?

Answers

Answer:

Usually used in securing flanks of other burning types.

Allows fast area ignition.

Crew coordination important.

Use in light to medium fuels.

Knowledge of fire behavior very important.

Explanation:

good luck

please mark me as brainlist

Sasha has just gotten a new job in a nearby city. After
comparison shopping, she found that renting a nice two-
bedroom apartment would cost around $800 per month.
Her utilities would cost about $150 per month.
Sasha has enough money saved for a down payment, and
she found that she can buy a three-bedroom house or
condo with a mortgage payment of $1,000 per month,
including taxes and homeowner's insurance. Her utilities
would cost about $200 per month.
Sasha's new.company has told her that she will be
required to move at her own expense in two years.
What should she consider before making her decision?
The monthly costs of renting and buying
The extra expenses needed for maintenance while
she lives in the house.
The amount of the down payment she will need to
make
The expense of selling the home when she leaves
the city

Answers

where is the question??

Explanation:

Betty set up an account on a popular social networking website. She wants to know whether the privacy policy is effective for her account. Which information should she look for in this document?

Answers

the info needed to log in

-This would show what is protected in the privacy policy and its related to you since it would show personal data.

-A good Privacy Policy depends on understanding these matters - showing that this is not an agreement to take for granted.

Corinne would like to click on the link at the bottom of a Web page but she only sees the top portion of the page. She should _____. A.click twice on the status bar
B.use the scroll bar to scroll down to the bottom of the page
C.click on the back button
D.click on the display window and drag it up

Answers

Answer:

B

Explanation:

from 3dg3

Answer:

D.click on the display window and drag it up

Other Questions
The circumference of the inner circle is 270.04 miles. What is the area of the shaded region? Interest earned on a savings account is _____. FREE PTS! On a scale of 1-10 ow strict are your parents? I would say mine are 8/10 Which list below contains Georgia's five state capitals in the proper chronological order?ASavannah, Atlanta, Louisville, Milledgeville, AugustaBSavannah, Milledgeville, Louisville, Augusta, AtlantaCSavannah, Augusta, Louisville, Milledgeville, AtlantaDSavannah, Athens, Lawrenceville, Milledgeville, Atlanta the area is approximately ___ square ft. use 3.14 for pi So what is 27+22? Is it A 8338B 8282C 8228D 8234 Compare and contrast the goals and approaches of TWO of the following presidents:Harry S TrumanDwight D. EisenhowerJohn F. KennedyLyndon B. Johnson What term means removing the nucleus from a cell? A.enucleation B.disnucleationC. nuclear fissionD. nuclear proliferation Solve for x. Show or explain your work. Then, verify that your solution is correct. 5(2 + 5) = 6 10 Which is the best way to revise the underlined partof sentence 19?(19) The video I had was not a good choice it did not havea variety of exercises.A. was not a good choice, and it did not haveB. was not a good choice, it did not haveC. was not a good choice; it did not haveD. was not a good choice; because it did nothave I need help2 hurry please Which of the following pieces of evidence does not explain how mid-ocean ridges are formed?A. The rocks closer to the ridge are younger than those farther away.B. Mid-ocean ridges are found on the bottom of most oceans.C. The magnetic orientation of rocks is symmetrical on either side of mid-ocean ridges.D. Pictures of ridges show evidence of lava flows. Read the conclusion from a student's rhetoricalanalysis essayWhich sentence could be added to improve thisconclusion?Natalie Wexler effectively argues that reform in civicseducation is needed. She believes that "Instead ofrethinking civics, we need to rethink basic assumptionsabout teaching and learning." She juxtaposes currentteaching methods like "action civics" with new ideaslike the use of journalism. This compels the audience toconsider how reform can help students engage in theircommunities and understand multiple perspectives onissues. She also appeals to authority to make herclaim. She effectively explains why it is more importantto reconsider principles of teaching and learning whenconsidering how to improve civics educationO Wexler blames weaknesses in our educationalsystem for why many students do not know factsabout historyO Wexler cites expert research that current methodsare resulting in a disheartening lack of civicsknowledgeO Wexler cares a great deal about the topic and is anexpert in educational reformO Wexler relies on strong reasoning, but some of herpoints are rooted more in opinion than in fact If a scientist found a beaker of a substance in a lab, which of the following would the scientist most likely use to identify the substance?A. taste, smell, touch and soundB. Melting point, ability to burn, boiling point and densityC. Poking, prodding, pouring and partakingD. Research on Wikipedia . What is the main function of an enzyme?A. They lower the activation energy of a reaction by binding the substrateB. They raise the activation energy of a reaction by binding the substrateC. They lower the amount of energy present in the substrate D. They raise the amount of energy present in the substrate E. They are the main substrates in a biochemical reaction A man collected data on his weight loss while on a diet. He modeled the equation y = 295 - 5x for the line of best fit. Theindependent variable, x, is time in weeks and the dependent variable, y, is weight in pounds. What does the slope mean in thiscontext?A)The man lost 5 additional pounds each week.B)The man lost a total of 5 pounds while on his diet.The man weighed 295 pounds at the start of his diet.D)The man lost a total of 295 pounds while on his diet. HELP ME PLEASE!! ILL MARK BRAINLIEST FOR THE FIRST TO AMSWER ! BUT THE ANSWER AS TI BE RELATED TO THE QUESTION CAUSE IF NOT I WOMT MARK U BRAINLIEST ! As a result of aerobic respiration, the composition of the air that is breathed in and the air that is breathed out changes What kingdoms contain bacteria?Which ones out of this?? If you were going to represent the top view of the figure, state which boxes should be shaded.12.345 6 7 8910 111213141516