_____ are fields that are used to personalize a mail merge document
A. rows of a spreadsheet data source
B. Excel workbooks
C. columns of the spreadsheet data source
D. cells

Answers

Answer 1

Answer:

The answer is A; rows of a spreadsheet data source.

Explanation:


Related Questions

why is color important for all objects drawn ?​

Answers

Technically, drawing in colored pencil is simply layering semitransparent colors on paper to create vivid paintings. Every color has three qualities

If a flowchart has a diamond with the words “yes” and “no” to the sides of it, then it is representing a program that is a sequence.
Group of answer choices

True

False

Answers

Answer:

true

Explanation:

hope it help

In Super Mario Bros., you become Mario and your friend is Mario’s younger brother Luigi. Your job is to race through Mushroom Kingdom to save Princess Toadstool and avoid the enemy, Bowser. You can jump from and to different objects, picking up coins and other items to help you on your journey through the levels. What game genre (or combination of genres) best describes this game?

A.
strategy simulation
B.
action adventure
C.
RPG
D.
sports action

Answers

B action adventure ——————

What is this on googel documents and how do I fix it

Answers

Answer:

if you're trying to take off the words on the side, when you hover over it, an "X" will appear and you can delete it

Explanation:

anyone please help me with his I keep on getting confused

Answers

Answer:

InDesign- Desktop publishing software

Illustrator- Enterprise software

DreamWeaver- Web development software

Photoshop- Graphic design software

Hope this helps!

PLEASE ANSWER (CODING IN PYTHON)


Ask what kind of pet the user has. If they enter cat, print “Too bad...”, if they enter

dog, print “Lucky you!" (You can change the messages if you like). Once this works,

add other pets. (Iguana, Pig, Rabbit...)

Answers

Answer:

Explanation:

a = input("what kind of pet the user has")

if a == 'cat':

  print("Too bad")

elif a == 'dog':

   print("Lucky you!")

The program based on the information is given below.

What's the program about?

def main():

   pet = input("What kind of pet do you have? ").lower()

   if pet == "cat":

       print("Too bad...")

   elif pet == "dog":

       print("Lucky you!")

   elif pet == "iguana":

       print("That's interesting!")

   elif pet == "pig":

       print("Oink oink!")

   elif pet == "rabbit":

       print("Hop hop!")

   else:

       print("I'm not familiar with that pet.")

if __name__ == "__main__":

   main()

Learn more about program

https://brainly.com/question/26642771

#SPJ2

Why there should be laws against using phones and

driving?

Answers

Answer:

There should be laws against using phones & driving because you can get into an accident & you are not paying attention to the road & it's surroundings.

Explanation:

It is for your safety & other peoples safety around you.

In 1981, Ian Murphy broke into the AT&T online computer system and changed their clocks, allowing people to make calls during the day at a discounted rate. Based on the list of defining factors for computer crimes, what best describes Murphy's crime?

A.
intentionally disrupting, degrading, or destroying information or services on a computer

B.
disclosing any data or information obtained through illegal online activity

C.
knowingly receiving or holding onto any data or information obtained through illegal online activity

D.
intentionally or recklessly tampering with, taking, transferring, concealing, altering, or damaging physical computer equipment

Answers

a. intentionally or recklessly disrupt, degrade, or destroy information or services on the computer

Digital cameras often have trouble with auto white balance, which can result in unattractive blue, orange, or green casts.

A: true

B: false

Answers

The statement about digital cameras often having trouble with auto white balance which can result in unattractive blue, orange or green casts is; A: True.

Let us first define white balance(WB).

White balance is defined as the process of removing unrealistic color casts, in a way that will make the objects that appear to be white in person to also be appear white in the photo.

Now, for a camera to have the right white balance, it will have to consider the "color temperature" of a light source i.e the relative warmth of white light.

Finally humans eyes are very good at judging which is white under different light intensities or sources, but that is not the case with digital cameras because they struggle with auto white balance and that could lead to different colors like unattractive blue, orange, or even green color casts.

Read more about Camera pictures at; https://brainly.com/question/22862481

Why are graphs and charts important to analyze data?

Answers

Answer:

Graphs and chart provide the GUI representation they provide the analysis in form of summary that is easy to understand and they provide good comparision.

Explanation:

Summary

Comparision

Quick to understand

Whats wrong with this and how do I fix it?

Answers

Answer:

this happened to me before.. there isn't anything wrong you just have to wait a little

Explanation:

16. If a user can make modifications to database objects, what permission has that
user been assigned?
A. Update
B. Alter
C. Create
D. Select

Answers

B

Explanation:

The Alter command is used when we want to modify a database or object contain in database.

Help to draw in turtle. Python

Answers

Answer:

a basic piece of code:

from turtle import *

color('red', 'yellow')

begin_fill()

while True:

   forward(200)

   left(170)

   if abs(pos()) < 1:

       break

end_fill()

done()

Explanation:

What its doing is The TurtleScreen class defines graphics windows as a playground for the drawing turtles. Its constructor needs a tkinter.Canvas or a ScrolledCanvas as argument. It should be used when turtle is used as part of some application.

The function Screen() returns a singleton object of a TurtleScreen subclass. This function should be used when turtle is used as a standalone tool for doing graphics. As a singleton object, inheriting from its class is not possible.

All methods of TurtleScreen/Screen also exist as functions, i.e. as part of the procedure-oriented interface.

RawTurtle (alias: RawPen) defines Turtle objects which draw on a TurtleScreen. Its constructor needs a Canvas, ScrolledCanvas or TurtleScreen as argument, so the RawTurtle objects know where to draw.

Derived from RawTurtle is the subclass Turtle (alias: Pen), which draws on “the” Screen instance which is automatically created, if not already present.

All methods of RawTurtle/Turtle also exist as functions, i.e. part of the procedure-oriented interface.

EASY 15 POINTS IF YOU CAN HELP
What is the value of the variable named result after this code is executed?

numA = 3

numB = 2

result = numA ** numB

A. 5
B. 9
C. an error has occurred
D. 6

Answers

Answer:9

Explanation:

The value of the variable named result after this code is executed "numA = 3 numB = 2 result = numA ** numB  is 9.

What does value mean?

The value of an output is known to be the sum or the monetary worth of that thing.

Note that looking at the  variable of the code that is executed "numA = 3 numB = 2 result = numA ** numB, we can say that the output is 9.as one can ger it when 3 multiplied itself twice.

Learn more about value from

https://brainly.com/question/843074

#SPJ2

What is an example of an outcome for a game?

A. trying to save the world from an evil wizard
B. rescuing Princess Peach from Bowser
C. playing an ocarina to teleport across the land
D. pressing Up, Up, Down, Down, Left, Right, Left, Right, Start on a controller as a “cheat code” to gain extra lives

Answers

Answer:

B

Explanation: I play alot of ####### NIntendo games!!!!!!

Answer:

b

Explanation:

A computer has __ IP address(es).


A. Many
B. One

Answers

Answer:

A computer has one IP address(es).

One

Explanation:

Have a great day!

is a virtue by which you need to secure information by limiting computer access to authorized personnel only.

Answers

Answer:

ummmmmmmmm

Explanation:

Confidentiality is a virtue which states that you need to secure information by limiting computer access to authorized personnel only.

Keeping confidential data is crucial especially if your business deals with very important information about a person and his security.

Trust is built between a company and a client. The client trusts the company to keep his information secure and confidential from outside parties. Once the confidentiality of the company is compromised, the business will suffer because clients will no longer trust the company to keep their data secure.


[tex]{\huge{\underline{\bf{\pink{Question}}}}}[/tex]

: Given a matrix, we need to count all paths from top left to bottom right of MxN matrix. You can either move down or right.​

Answers

Answer:

[1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.

Based on the information given, the correct option will be [1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.

A matrix simply means a set of numbers that are laid out on rows and columns. The numbers in matrix can represent either data or mathematical equations

It should also be noted that matrix can be used as way of providing quick approximation of calculations.

In conclusion, the correct option is [1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.

Learn more about matrix on:

https://brainly.com/question/1821869

What is the maximum possible value of num after the code has been run?

Answers

Answer:

the maximum value from the first line is 20 - 0 = 20

and from the second 20-5 and 20+5 so the maximum is 25

Write a program to print sum on first 10 natural numbers.
#include
int main()
{
int i, sum;
for(i=1;i<=10;++i);
{
sum =sum + i;
}
printf("The sum is = %d",sum);
}

Answers

A program that prints the sum on the first 10 natural numbers is:

int sum=0;int i=1;for(i=1; i <= 10 ; i++) // the value of i will be from 1 to 10{sum=sum+i; //each number will get added to the variable ‘sum’}System.out.println(sum); //

What is a program?

A computer program in a programming language is a set of instructions and commands written in a language that a computer can execute or understand. 

Using the For Loop program, the variables of the first 10 natural numbers can be written as:

int sum=0;int i=1;for(i=1; i <= 10 ; i++) // the value of i will be from 1 to 10{sum=sum+i; //each number will get added to the variable ‘sum’}System.out.println(sum); //

Learn more about writing a program here:

https://brainly.com/question/23275071

Write steps of the following operations.
a. applying borders and spacing
b. create a folder​

Answers

Answer:

b

Explanation:

first right click on an empty space

click on new from the pop up menu

finally click on new folder

For Internet Protocol (IP) v6 traffic to travel on an IP v4 network, which two technologies are used? Check all that apply.

Answers

The two (2) technologies that must be used in order to allow Internet Protocol version 6 (IPv6) traffic travel on an Internet protocol version 4 (IPv4) network are:

1. Datagram

2. IPv6 tunneling

An IP address is an abbreviation for internet protocol address and it can be defined as a unique number that is assigned to a computer or other network devices, so as to differentiate them from one another in an active network system.

In Computer networking, the internet protocol (IP) address comprises two (2) main versions and these include;

Internet protocol version 4 (IPv4)Internet protocol version 6 (IPv6)

IPv6 is the modified (latest) version and it was developed and introduced to replace the IPv4 address system because it can accommodate more addresses or nodes. An example of an IPv6 is 2001:db8:1234:1:0:567:8:1.

Furthermore, the two (2) technologies that must be used in order to allow Internet Protocol version 6 (IPv6) traffic travel on an Internet protocol version 4 (IPv4) network are:

1. Datagram

2. IPv6 tunneling

Read more on IPv6 here: https://brainly.com/question/11874164

Which CPU characteristic when enabled, doubles the number
of instructions which can be processed at once?

Answers

Answer:

A central processing unit (CPU) is the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic arithmetic, logical, control and input/output (I/O) operations specified by the instructions. The term has been used in the computer industry at least since the early 1960s. Traditionally, the term “CPU” refers to a processor, more specifically to its processing unit and control unit (CU), distinguishing these core elements of a computer from external components such as main memory and I/O circuitry.

The form, design and implementation of CPUs have changed over the course of their history, but their fundamental operation remains almost unchanged. Principal components of a CPU include the arithmetic logic unit (ALU) that performs arithmetic and logic operations, processor registers that supply operands to the ALU and store the results of ALU operations, and a control unit that fetches instructions from memory and “executes” them by directing the coordinated operations of the ALU, registers and other components.

Most modern CPUs are microprocessors, meaning they are contained on a single integrated circuit (IC) chip. An IC that contains a CPU may also contain memory, peripheral interfaces, and other components of a computer; such integrated devices are variously calledmicrocontrollers or systems on a chip (SoC). Some computers employ a multi-core processor, which is a single chip containing two or more CPUs called “cores”; in that context, single chips are sometimes referred to as “sockets”. Array processors or vector processors have multiple processors that operate in parallel, with no unit considered central.

how to connect apple pencil 2 to ipad 8th generation?

Answers

Answer:

That pencil doesn't adjust to that ipad because those two aren't compatible

Explanation:

what is the full form of Blog​

Answers

The term “Blog” is a shortened form for “web log”. Individual articles on a blog are referred to as “post”, the person who created the blog post is often called a “blogger” and the activity of keeping a blog is known as “blogging”.

What is the correct method to reset the contents of the CMOS NVRAM on HP Desktop / Workstation computers after the AC power has been disconnected

Answers

It should be noted that in order to reset the content of the CMOS NVRAM on HP Desktop, one can turn off the power and turn it back on while the person is holding the shift key.

It should be noted that the non-volatile RAM simply means a complementary metal-oxide-semiconductor chip that can be found inside computers which is vital for storing information.

To reset the content of the CMOS NVRAM on HP Desktop, one can turn off the power and turn it back on while the person is holding the shift key.

Learn more about computers on:

https://brainly.com/question/24540334

One of the Windows workstations you manage has four user accounts defined on it. Two of the users are limited users while the third (your account) is an administrative user. The fourth account is the Guest user account, which has been enabled to allow management employees convenient workstation access. Each limited and administrative user has been assigned a strong password. File and folder permissions have been assigned to prevent users from accessing each other's files. Autorun has been disabled on the system.

Required:
What actions is MOST likely to increase the security of this system?

Answers

Answer:

All users on a Windows workstation are limited users except for one user who is responsible for maintaining the system.Explanation:

Even though it would be convenient to build a network with only one transmission medium, why wouldn't it be practical for big corporations?

A.
because they have far too many hackers breaching their security on a daily basis for only one transmission medium

B.
because they prefer a fancier network to match their elite reputation

C.
because they require a combination of transmission media types to function properly

D.
because with such large user-bases, they couldn't afford to build a network with only one medium

Answers

The reason why it wouldn't be practical for big corporations to build a network with only one (1) transmission medium is: C.  because they require a combination of transmission media types to function properly.

A big corporation can be defined as a corporate organization that has facilities and owns (controls) assets that are used for the manufacturing of goods and services in at least one (1) country, other than its headquarter (home office) located in its home country.

This ultimately implies that, a big corporation is a corporate organization that owns (controls) its business operations in two or more countries.

In light of the above, a big corporation require a combination of multiple transmission medium or transmission media types such as the following, in order for them to function properly, effectively, and efficiently:

Fiber-optic cableTwisted pairDigitalAnalogue

Read more on transmission media here: https://brainly.com/question/7120023

Think about a career you would like to have 10 years from now.

What role does technology play into this career?

Why is technology beneficial?




Will mark brainliest

Answers

Answer: Scientist

Explanation: Scientists use technology to record data, as well as using technology to study different things, for example scientists use computers to track DNA.

a program is under development to keep track of a clubs members

Answers

Answer:

Keep a chart with you

Explanation:

You could right something along the lines of:

To keep track of the members in the club, I'll(we'll) have them write their names down on a chart so we don't forget. I(we) could also just do a thing where I(we) plan everything out beforehand and I(we) have been keeping track of the members.

You could right something along the lines of:

Since the program is under development, I(we) could tell everyone in the club to put their names on a spreadsheet and I(we) could start developing the program further that way.

Other Questions
F(x)=-2x+4 g(x)= -2x^3 -3find f(4) and g(-3)simplify as much as possible Help help help help help At 11:00 A.M. the temperature was 37 F. At 11:00 P.M. the temperature was -6 F.What was the change in temperature between 11:00 A.M. and 11:00 P.M.? X= Y=Find the values of X and Y In the United States during the late 1800's, a major population trend was the Dwayne plans to add a railing parallel to a flight of stairs that goes down to the basement in his house. The stairs have the dimensions shown in the sketch. Landing 7.5 in 9.5 in 7.5 95 9.5 What will be the length of the railing from Point A to Point B? Show or explain how you got your answer. aproxima a las unidades de mil y obtn los resultados estimados a (x^2-n/m)= a^2/b make x subject im stuck , helppls Giving Brainlyiest An airplane is traveling from North Africa to England. Which arrow correctly shows the direction gravity pulls the plane?A 1 B 2C 3 D 4 Leo's hair is longer than Wes's hair. Wes's hair is longer than Ella's hair. Whose hair is longer Alison finds the total mass of a sample of baking soda, a balloon, and a glass container with vinegar in it. She adds the baking soda to the vinegar and immediately places the balloon over the mouth of the container. After the reaction is complete, she again finds the total mass of the system. Which statement is true:1. The mass does not change because chemical changes observe the law of conservation of mass.2. Mass is gained during the reaction because a chemical change is taking place.3. Mass is lost during the reaction because the gas is less dense than the baking soda or vinegar.4. Mass is lost during the reaction because the gas can change in volume but baking soda and vinegar cannot. What are the outliers for 7,1,9,9,12,25,9,7,7, Which formula represents a molecule having a nonpolar covalent bond?. PLS RATE MY PARAGRAPH The community in the giver was not successful in creating a perfect world all with terrible things hiding in the community resurfaced. Chapter 14: this memory, though the hill seemed to be a different one, steeper, and the snow was not falling as thickly as it had before. Jonas pulled at the rope, trying to steer, but the steepness and speed took control from his hands and he was no longer enjoying the feeling of freedom but instead, terrified, was at the mercy of the wild acceleration downward over the ice. Chapter 15: But the noise continued all around: the cries of the wounded men, the cries begging for water and for Mother and for death. Horses lying on the ground shrieked, raised their heads, and stabbed randomly toward the sky with their hooves. From the distance, Jonas could hear the thud of cannons. Overwhelmed by pain, he lay there in the fearsome stench for hours, listened to the men and animals die, and learned what warfare meant. This displays memories of a time when society was not as utopian as people believe. Jonas experienced a new set of emotions: fear and anxiety. As Rule #5 states No one is supposed to have strong feelings. Jonas is not accustomed to these new feelings. A paradox is something that sounds impossible but is actually true. Explain the meaning behind this paradox: This was the Ghetto: where children grew down instead of up. HELP ME ASAP Question 4(Multiple Choice Worth 5 points)(MC)Read the excerpt below. Which of the following statements best summarizes the main idea of the excerpt?Gertrude Belle Elion was born on Jan. 23, 1918, in New York City. She graduated from Hunter College in New York City with a degree in biochemistry in 1937. Unable to obtain a graduate research position because she was a woman, she took a series of jobs, including lab assistant, chemistry and physics teacher in New York City high schools, and research chemist. During this time she also took classes at New York University, where she earned a master's degree in 1941. Because she could not devote herself to full-time studies, Elion never received a doctorate. Elion was never able to earn a doctorate degree even though she was brilliant. After waiting for years, Elion finally earned her master's degree in 1941. Elion was determined to do everything she could in order to practice chemistry. Elion was angry that she could not have a research position because she was a woman. The United States of America went through two industrial revolutions. True or false? Which of these is a possible translation of "montevideo"?. 3. Why are black holes important to our universe?