Keith has data in row 12. However, he would actually like that row to be empty. Keith should _____. A.) double-click on cell A12 and press Backspace B.) highlight row 12 and press Delete C.) use the arrow keys to move to row 12 and press Enter or Return D.) use the mouse to click row 12 and press the space bar

Answers

Answer 1

Answer:

B.)

Explanation:

In order to have that row, empty Keith should highlight row 12 and press Delete. This would delete all of the data in the row without effectively deleting the formulas. Therefore, allowing you to easily reuse the row if you need to add data to it once again. So this would be the best option for Keith as it easily solves the problem that he is having.


Related Questions

colour statement is used for setting .................... and .................. colors​
(a) screen,Paint (b) line,circle
(c) foregroung,Background
(d) none of these

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct answer to this question is C. i,e, foreground, and background.

First, we need to know what is a color statement.

The purpose of the color statement is to select display colors. It is used to select the foreground and background colors of the display.

So, the correct answer is :

Colour statement is used for setting foreground and background colors.

In general, it allows you to select foreground and background colors for a display. You can use different codes to display and see the effect of the color statement.  

While other options are not correct, because the color statement used to select foreground and background color for the display. It does not use for setting screen and paint color in it. It also does not use for drawing lines and circles etc.

Place the steps in order for placing a section break

Answers

Answer:

choose a break option, select breaks, click the layout tab, change the formatting style, and position the cursor

Explanation:

i could be wrong cause i dont know what its about but this is what makes sense to me

Answer:

position the cursor click the layout tab select breaks choose a break option change the formatting style

Explanation:

Just had this question

(Java) Meadowdale Dairy Farm sells organic brown eggs to local customers. It charges $3.25 for a dozen eggs, or 45 cents for individual eggs that are not part of a dozen. Write a program that prompts a user for the number of eggs in the order and then display the amount owed with a full explanation using the following wording: You ordered 27 eggs. That’s 2 dozen at $3.25 per dozen and 3 loose eggs at 45 cents each for a total of $7.85.

import java.util.Scanner;
class Eggs {
public static void main(String[] args) {
// Write your code here

}
}​

Answers

import java.util.Scanner;

public class Eggs {

   

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       System.out.println("How many eggs?");

       int eggs = scan.nextInt();

       int dozens = eggs / 12, ind = eggs - (dozens*12);

       

       System.out.println("You ordered "+eggs+" eggs. That's "+dozens+" at $3.25 per dozen and "+ind+" loose eggs at 45 cents each for a total of $"+((dozens*3.25)+(ind*0.45))+".");

   }

   

}

I hope this helps!

In this exercise we have to use the knowledge of the JAVA language to write the code, so we have to:

The code is in the attached photo.

So to make it easier the JAVA code can be found at:

import java.util.Scanner;

public class Eggs {

  public static void main(String[] args) {

      Scanner scan = new Scanner(System.in);

      System.out.println("How many eggs?");

      int eggs = scan.nextInt();

      int dozens = eggs / 12, ind = eggs - (dozens*12);

System.out.println("You ordered "+eggs+" eggs. That's "+dozens+" at $3.25 per dozen and "+ind+" loose eggs at 45 cents each for a total of $"+((dozens*3.25)+(ind*0.45))+".");

  }

}

See more about JAVA at brainly.com/question/2266606

what is the main difference between a search bar and a web browser

Answers

Answer:

i think a search is search bar is looking for application and files that are in the system while web browser is for searching things that are not in ur pc or laptop but searching thing i a good example google

3. Shirky describes that the Internet gives us a many-to-many pattern when it comes to networks. How might this be beneficial or detrimental to journalists needing to decide between personal and observational sources?

Answers

Answer:

Find the explanation below.

Explanation:

Many-to-many pattern provided by the internet refers to the ability of the internet to spread information among a wide audience who can access the message at the same time. This feature of the internet would prove beneficial to the journalist in making his choice because;

1. He would then have to resort to the observational sources which also has some advantages which include the following;

a. It is less time-consuming as he can obtain the opinions of people on different subjects in a short space of time.

b. It is easier. The logistics involved in going to obtain information from personal sources can b by-passed.

c. The chances of getting more accurate information is higher as most people are more expressive on the internet.

The detriments of the many-to-many pattern of the internet for this journalist would mean;

1. By-cutting the personal sources of information that are more reliable and authentic.

2. Depending on anonymous sources that cannot be easily referenced.

can anyone help with this?​

Answers

The correct answer is Use hanging indents in the second line

Explanation:

One of the recommendations in the works cited page like the one presented is to use hanging indents. This implies the second, third, etc. line of a citation should be indented, while the first line is not indented. This is required by the MLA (Modern Language Association) because it makes citation to be easy to read. According to this, to improve the sample, hanging indents need to be included in the second line of the first and third citation.

Which careers require completion of secondary education, but little to no postsecondary education? Mathematical Technicians and Mechanical Engineers Sociologists and Electronics Engineering Technicians Food Science Technicians and Zoologists Nondestructive Testing Specialists and Surveying Technicians

Answers

Answer:

Nondestructive Testing Specialists and Surveying Technicians

Explanation:

A nondestructive testing specialist and surveying technician refers to an individual who is saddled with the responsibility of providing services such as the inspection of structures (aeroplane, dam, trains, reactors, bridges), machines or equipments, and raw materials in order to check for problems or any defective part.

Hence, Nondestructive Testing Specialists and Surveying Technicians is a career that requires the completion of secondary education, but little to no postsecondary education because they use equipments mainly to find detects and gather details about any problem.

Answer:

D is correct on test review

What is the quickest way to remove all filters that have been applied to a worksheet?

Click each filter and select Clear Filter.
Click the Filter button in the Sort & Filter group.
Select the worksheet and click Clear Filter.
Select the worksheet and click Delete All Filters.

Answers

Answer:

Select the worksheet and click Delete All Filters.

Explanation:

Answer:

Click the Filter button in the Sort & Filter group

Explanation:

I am not sure if you don't believe my answer go with your gut.

Click "Thanks" if this helped! :)

Which function is used to add a range of cells? =SUM =AVERAGE =MAX =ADD

Answers

Answer:

=SUM

Explanation:

The function used to add a range of cells is =SUM. Thus, option A is correct.

What is a function in excel?

Functions are pre-written formulas that carry out calculations by utilising unique values, referred to as inputs, in a given order, or layout. Calculations of any complex variable can be carried out using functions. the purpose for which a human, thing, or both are created, expressly designed, or employed.

Values are added by the SUM function. Users can include specific values, cell references, specific ranges, or a combination of all three. F

Excel's AutoSum feature makes summing up several items in an quick and simple manner. The Alt+= button makes using the AutoSum command much quicker. It can be found on the Homepage or Formulas tabs.

Therefore, option A is the correct option.

Learn more about Functions , here:

https://brainly.com/question/21145944

#SPJ6

Which list method allows elements in a sequence to be removed and added at either end of the structure?
a) index
b) queue
c) stack
d) deque
PLEASE HURRY

Answers

Answer:

b) queue

Explanation:

Queue is also an abstract data type or a linear data structure, just like stack data structure, in which the first element is inserted from one end called the REAR(also called tail), and the removal of existing element takes place from the other end called as FRONT(also called head).

Answer:

B is right!

Explanation:

A group of friends go on a holiday to the mountains. On the trip, they take a lot of pictures. One of the friends uploads the pictures on his blog. Which image format is best for uploading photos? The image format is best for uploading photos.

Answers

Answer: PNG

Explanation:

PNG stands for Portable Network Graphics, with so-called “lossless” compression.

A group of friends goes on a holiday to the mountains. The image form that is best for uploading photos is PNG. The correct option is B.

What is the PNG format of the image?

To display high-quality digital images, websites frequently use the PNG file format. PNGs, which were developed to outperform GIF files, provide not just lossless compression but also a significantly wider and brighter color spectrum.

Raster image files come in both JPEG and PNG varieties. This indicates that they are composed of a set number of color pixels.

To display high-quality digital images, websites frequently use the PNG file format. PNGs, which were developed to outperform GIF files, provide not just lossless compression but also a significantly wider and brighter color spectrum.

Therefore, the correct option is B. PNG.

To learn more about the PNG format, refer to the link:

https://brainly.com/question/20293277

#SPJ2

The question is incomplete. Your most probably complete question is given below:

PNG

JPG
JPEG

GIF

Sean works for a company that ships hospital equipment. He needs to calculate the weight of the items being shipped. He enters the number of items in cell A1. The weight of each item is 180 pounds, so Sean enters 180 in cell A2. The weight of the packaging for each item also needs to be included. This weighs 10 pounds for each item, so he enters 10 in cell A3. Which formula should Eric use to calculate the total weight?

Answers

Answer:

= A1 * (A2 + A3)

Explanation:

In order to calculate the total weight of the equipment, he would need to first add the total weight of each item. This is done by adding the weight of the item by the weight of the packaging. Once you have this amount you can multiply this value by the total number of items being shipped and that should give you the total weight of the shipment. Using the cells, this can be calculated with the following formula in Excel...

= A1 * (A2 + A3)

Joann wants to save the building block she created for the title of her company.

In which file does she save this building block?

Answers

Answer:

Building Blocks.dotx

Explanation:

Just did it on Edge2020

Question # 4
Multiple Choice
How do you stop a program that is stuck in an infinite loop?

Press the Alt key together with the Q key.

Press the Control key together with the C key.

Press the Control key together with the Q key.

Press the Alt key together with the C key.

Answers

Answer:Control +c

Explanation:yes

Answer: Press the Control key together with the C key.

Explanation: Correct on Edg 2020/2021.

who got houseparty and tryna play uno

Answers

Answer:

awww shiiiii yessss

19 POINTS! (Excel) Use the drop-down menus to complete the steps for opening and using the Format Cells dialog box to change font and basic formatting.
1. Select the cell or range you want to format.

2. (1.Double click 2.single click 3. right click) the selection and click Format Cells to open the Format Cells dialog box.

3. Click the (1.format 2. font 3. cells) tab.

4. Apply the desired formats, and click OK.

Answers

Answer:

c 3

Explanation:

Answer:

Here

Explanation:

Number 1 Right-Click

Number 2 Font

What are the pros and cons for E-trade?

Answers

Answer:

Pros                                            Cons

• Free stock and ETF trading • Higher fees for non-free mutual funds

• Some mutual funds and bonds are free

• Low non-trading fees

Answer:

Pros-Quick, easy purchases, ability to know what's available, access to limitless products.

Cons-Potential to get hacked, get scammed by false advertising, amount of time to receive product

Explanation:

Its not a great list but I really hope this helps

An archiving department is responsible for issuing permissions for use of historical film footage.

Answers

Answer:

true

Explanation:

just finished the assignment.

Which program will have the output shown below?

10
11
12
13

>>> for count in range(14):
print(count)

>>> for count in range(10, 14):
print(count)

>>> for count in range(13):
print(count)

>>> for count in range(10,13):
print(count)

Answers

Answer: >>> for count in range(10, 14):

   print(count)

Explanation:

just took the test on edg

Answer

The answer is A. Hope this helps you out. Have a wonderful day and stay safe.

Explanation:

Chris has received an email that was entirely written using capitalization. He needs to paste this text into another document but also ensure that the capitalization is removed.

What should Chris do?

Use the Paste Special function to paste the text without formatting.
Turn the Caps Lock button on the keyboard to the off position.
Use Shift+F3 to change the case of the desired text.
All of the above steps are correct.

Answers

Answer: D. all of the above

Explanation:

Answer:

D.) All of the steps above are correct

Explanation:

Arrange the numbers 4, 8, 2, 6, 3, 5, 0, 1 into ascending order using the Merge sort algorithm

Answers

Answer:

1 2 3 4 5 6 you are missing seven the 8

Explanation:

When a customer makes an online hotel booking the database is updated by using
A) table
B) form
C) query
D)report

Answers

I think it’s a form,if wrong please don’t be mad

When a customer makes a booking, the database is updated by using a form.

Forms in a database are necessary for the manipulation and the retrieval of data. It helps with entering, editing as well as displaying data.

The form allows you to add data to the already existent table and it can also help one to view already existent information.

A form can also be used to view information from query. When this is the case, it searches and analyzes data.

Read more at https://brainly.com/question/10308705?referrer=searchResults

why is a computer called diligent machine ?​

Answers

Computer is called diligent machine because it can perform the task repeatedly without loosing its speed and accuracy for a long time.

what is the computer?​

Answers

Answer:

an electronic machine that can store, find and

Ask the user to enter a name. If there is an ‘a’ in the name, print the message saying ‘The name contains at least one ‘a.’ If there is no ‘a’ then print “The name does not contain the letter a.”

Answers

name = input("Enter your name: ")

if "a" in name:

   print("There's at least one 'a'")

else:

   print("The name does not contain the letter a.")

I wrote my code in python 3.8. I hope this helps!

AI structure question. Please help
Type the correct answer in the box. Spell all words correctly.


On what structure is an artificial neural network based?


An artificial neural network is based on interconnected _______.

Answers

Answer:

A). An ANN is based on a collection of connected units or nodes called artificial neurons, which loosely model the neurons in a biological brain. Each connection, like the synapses in a biological brain, can transmit a signal to other neurons.

B). Understanding an Artificial Neural Network (ANN)

Artificial neural networks are built like the human brain, with neuron nodes interconnected like a web. The human brain has hundreds of billions of cells called neurons.

Explanation:

Answer:

The answer to this question is Neurons

Explanation:

I took the test on Plato and got a 100%.

Which view would you need to use to make changes to the design theme for the entire presentation?

Answers

Apply a theme to your presentation

Open your presentation.

On the Design tab, you'll find design themes in the Themes group.

To preview how the current slide would look with a particular theme applied, rest your pointer over the thumbnail image of that theme.

To view more themes, on the Design tab, in the Themes group, click More More button at the right end of the gallery.

To select and apply a theme, click the thumbnail image of that theme.

Unless you specify otherwise, PowerPoint applies the theme you select to the entire presentation.

To apply a theme to only one or a few slides, select the slide or slides, right-click the theme you want, and select Apply to Selected Slides.

Answer:

slide master

Explanation:

the answer on edge2020

CORRECT ANSWER GETS BRAINLIEST!!!
Which area of engineering focuses on the study of materials, products, and structures that may cause injury or damage?
forensic engineering
mechanical engineering
biomedical engineering
materials engineering

Answers

Answer:

Forensic engineering

Explanation:

Forensic engineering matches the definition of "a area of engineering that focuses on the study of materials, products, and structures that may cause injury or damage"

If it is 12 am on January 7 in Reykjavík, Iceland (location B), what date and time is it in Galápago Islands,
Ecuador (location E)?

Answers

Answer:

Since the time zone of the Galapagos Islands is UTC -06: 00, while the time zone of Iceland (including its capital, Reykjavik) is UTC 00:00, the time difference between both territories is 6 hours behind in the Islands Galapagos with respect to Iceland.

Thus, since 12:00 AM implies 00:00 hours or the beginning of the day, if it were 12:00 AM on January 7 in Reykjavik, it would be 06:00 PM on January 6 in the Galapagos Islands.

can some one help me i do not now how to give a BRANLEST. if you help i will give you one BRANLEST.

Answers

Answer:

check your questions on your profile ✨

Answer:

Once there are two answers to your question, you look at them, and in the bottom right corner, you will see a crown press that good luck! :D

Other Questions
Which of the following represent the use of formatting to create readable code? Choose all that apply.Line breaks are used to separate every ten lines of code.Line breaks are used to separate segments of code.Indentation is used to create a pattern that is easy to follow.Indentation is used to make it easier to follow the flow of logic in the code. What limited the power of political leaders leaders in the Holy Roman Empire? A. The small numbers of kings and regions united together in Europe. B. The practice of simony C. The selling of indulgencesD. The many different territories and peoples in Western and Central Europe. PLEASE ANSWER ALL 1, Why was free navigation of the Mississippi River something worth fighting over?2. Why did Jefferson have such a problem deciding to purchase Louisiana?3. Why do you suppose it was important for Lewis and Clark to wait in St. Louis for the transfer of Louisiana to the U.S.?4. How do you suppose Lewis and Clarks different skills helped them during th exploration? 5. Excluding anything the book says, what are some possible benefits to traveling through hostile lands with a woman and her baby? (no, she didnt cook for them)6. Describe the three effects of exploration in the west. Three drivers competed in the same fifteen drag races. The mean and standard deviation for the race times of each of the drivers are given.- Driver A had a mean race time of 4.01 seconds and a standard deviation of 0.05 seconds.- Driver B had a mean race time of 3.96 seconds and a standard deviation of 0.12 seconds.- Driver C had a mean race time of 3.99 seconds and a standard deviation of 0.19 seconds.Which driver do you predict will win the next drag race? Support your prediction using the mean and standard deviation. Solve the system by elimination. 2x-5y=8 x-3y=-1 I've been stuck on this question for quite a while now need some help best if I can get an answer with explanation is (7, 3), (8, 6), (9, 9), (10, 12) a function Whats 9 less than the product of 9 and a number Mito de la calabazaEl mito de la calabaza Antes de la llegada del europeo, antes de la llegada de losprimeros tainos a la isla de Boriken, Atabex, madre de todos los dioses, tuvo dos hijosde cabellos lacios y negros y de ojos pequeos rasgados del color de la tierra. Antes deque el mundo fuera como es. Antes de que la Isla fuera verde y llena del sol. Todo eratierra. As, los hijos de Atabex caminaban buscando el sitio prometido por su madre. Lamontaa de la calabaza gigante. Caminaron muchas lunas. Muchas veces el sol seescondi ante sus ojos. Yucah camino hacia el sur, Jurakn hacia el norte. Sealimentaban con una raiz llamada yuca. Yucah tenla la luz en su mirada. La mirada deJurakn era oscura. Yucah era suave como el guama. Jurakn era duro como lamaga. Ambos fuertes como el ausubo.Un dia, desde los extremos del mundo, lavieron. Era la ms grande de su especie. Larodeaban otras de menor tamao queformaban llanos y precipicios profundos,pero ninguna era tan bella como la granmontaa que surgia verde bajo el sol. En lacima de la gran montaa, como un sol rojo,brillando como un gigantesco guanin,grande, inmensamente grande, estaba lacalabaza gigante. Sus hojas y races calancubriendo todas las laderas, penetrandollanos, creando bosques en donde lospjaros hacan sus nidos y el lagarto se escurria. Donde la orqudea se enroscaba enlos troncos de rboles duros como el ausubo y el guayacan. Donde el flamboyanfloreca en copos de sangre cerca del junquillo y el bamb que se abria paso en un marde cohitres multicolores. Alll, pegada a los troncos, la planta araa, tirando sus hijos alvaco junto a un millar de flores de mil colores donde las abejas libaban su miel y lascolumnas de hormigas pasaban cercanas a los interminables tneles por donde elcomejn se ocultaba. Jurakn y Yucah se sintieron paralizados ante tanta belleza. Yesperaron a recobrar sus fuerzas porque la noche comenzaba a cubrirlo todo. Pero lamontaa no dorma, de su cuerpo salan las voces del grillo, la chicharra y el coqui queiniciaban su concierto. El grito ronco del mcaro, el chillido largo del murcilago y loscientos de miles de luces del cucubano. Al amanecer, los despert el vuelo ligero delguatibir que anunciaba la maana con su canto imperioso de guerrero triunfante. Seprepararon para el ascenso. Uno trepo por la izquierda; el otro, por la derecha. When the survey results come back employees indicated that the lighting in the building was too low. They are 50 lights in the building. It will cost $50 to replace the light. The new lights are LED lights that are brighter and more efficient and last 10 years. It can save the company $350 per year in energy cost, plus make a brighter more productive work space making employees happier. How many years will it take for the new lights to pay for themselves? (round to the nearest year) Just look at the picture lol.....The equations of three lines are given below. Line 1: 8x-6y=-2 3 Line 2: y=-x-5 4 Line 3: 4y=-3x+3 For each pair of lines, determine whether they are parallel, perpendicular, or neither. Line 1 and Line 2: Parallel O Perpendicular O Neither Line 1 and Line 3: O Parallel O Perpendicular O Neither Line 2 and Line 3: Parallel O Perpendicular Neither Which of the following are part of the Ten Essentials list?A. PillowB. CharcoalC. MapD. KnifeE. RadioF. Matches Estimate by rounding both numbers to hundreds and then divide.76 57 is approximately algebraic expression for 15 8/9 less than the product of 5 and a number b I need your advice if you were to choose between commerce and accounts what would you choose. I am writing my exams next year A layer of viscous fluid of constant thickness (no velocity perpenducilar to plate) flows steadily down an infinite, inclined plane. Determine, with the Navier Stokes equations, the flowrate per unit width as a function of flow height. 6. Running consumes 700 calories per hour. About how many calories are used in 40 minutes of running? Comente o que possvel aprendermos do carter e do respeito a partir da leitura do grande clssico Robinson Cruso. Cite trechos da narrativa. Jack has a saving account of value $65,550 at the start. The saving account has an interest rate of 3% that is compounded every six months. How long will it take Jack to have $100,000 in his account? Claudia is a person who rides a bike to work every day so that she can stay and remain very fit and really healthy. Which of the following is the most concise way to write this sentence without losing important information? a. Claudia rides a bike to work every day so that she can remain very fit. b. Claudia rides a bikes to work every day to stay fit. c. Claudia is a person who rides a bike to work every day to stay really healthy. d. Claudia likes to ride a bike to work every day.