Gwen is starting a blog about vegetable gardening. What information should she include on the blog's home page

Answers

Answer 1

Answer:

The correct answer is "List of posts with the most recent ones at the top".

Explanation:

A website that includes someone else's thoughts, insights, views, etc. about a writer or community of authors and that also has photographs as well as searching the web.It indicates that perhaps the blog should distinguish between different articles about the site because then customers who frequent the site will observe and experience the articles on everyone's blogs.

So that the above would be the appropriate one.


Related Questions

Cloud computing gives you the ability to expand and reduce resources according to your specific service requirement.

a. True
b. False

Answers

Answer:

a. True

Explanation:

Cloud computing can be defined as a type of computing that requires shared computing resources such as cloud storage (data storage), servers, computer power, and software over the internet rather than local servers and hard drives.

Generally, cloud computing offers individuals and businesses a fast, effective and efficient way of providing services.

In Computer science, one of the most essential characteristics or advantages of cloud computing is rapid elasticity.

By rapid elasticity, it simply means that cloud computing gives you the ability to expand and reduce resources according to your specific service requirement because resources such as servers can be used to execute a particular task and after completion, these resources can then be released or reduced.

Some of the examples of cloud computing are Google Slides, Google Drive, Dropbox, OneDrive etc.

Write a method named coinFlip that accepts as its parameter a string holding a file name, opens that file and reads its contents as a sequence of whitespace-separated tokens. Assume that the input file data represents results of sets of coin flips. A coin flip is either the letter H or T, or the word Heads or Tails, in either upper or lower case, separated by at least one space. You should read the sequence of coin flips and output to the console the number of heads and the percentage of heads in that line, rounded to the nearest whole number. If this percentage is 50% or greater, you should print a "You win!" message; otherwise, print "You lose!". For example, consider the following input file: H T H H T Tails taIlS tAILs TailS heads HEAds hEadS For the input above, your method should produce the following output: 6 heads (50%) You win!

Answers

Answer:

Here is the JAVA program:

import java.io.*;

import java.util.*;

public class Main {

public static void main(String[] args) throws FileNotFoundException{ //the start of main() function body, it throws an exception that indicates a failed  attempt to open the file

Scanner input = new Scanner(new File("file.txt")); //creates a Scanner object and a File object to open and scan through the file.txt    

coinFlip(input);    } //calls coinFlip method

public static void coinFlip(Scanner input) { //coinFlip method that accepts as its parameter a string input holding a file name

while(input.hasNextLine()) { //iterates through the input file checking if there is another line in the input file

Scanner scan = new Scanner(input.nextLine()); //creates a Scanner object

int head = 0; // stores count of number of heads

int count = 0; //stores count of  total number of tokens

while(scan.hasNext()) { //iterates through the sequence checking if there is another sequence in the input file

String token= scan.next(); // checks and returns the next token

if (token.equalsIgnoreCase("H")||token.equalsIgnoreCase("Heads")) { //compares H or Heads with the tokens in file ignoring lower case and upper case differences

           head++;                } //if a token i.e. any form of heads in file matches with the H or Heads then add 1 to the number of heads

           count++;            } //increment to 1 to compute total number of counts

double result = Percentage(head, count); //calls Percentage method passing number of heads and total counts to compute the percentage of heads

System.out.println(head + " heads " + "(" + result +"%)"); // prints the number of heads

if(result >= 50.00) { //if the percentage is greater or equal to 50

System.out.println("You win!");} //displays this message if above if condition is true

else //if the percentage is less than 50

{System.out.println("You lose!");}  }    } //displays this message if above if condition is false

public static double Percentage(int h, int total) { //method to compute the percentage of heads

double p = (double)h/total* 100; // divide number of heads with the total count and multiply the result by 100 to compute percentage

return p;    } } //returns result

Explanation:

The program is well explained in the comments mentioned with each line of the above code. I will explain how the method coinFlip  works.

Method coinFlip accepts a string holding a file name as its parameter. It opens that file and reads its contents as a sequence of tokens. Then it reads and scans through each token and the if condition statement:

if (token.equalsIgnoreCase("H")||token.equalsIgnoreCase("Heads"))

checks if the each token in the sequence stored in the file is equal to the H or Heads regardless of the case of the token. For example if the first token in the sequence is H then this if condition evaluates to true. Then the head++ statement increments the count of head by 1. After scanning each token in the sequence the variable count is also increased to 1.

If the token of the sequence is HeAds then this if condition evaluates to true because the lower or upper case difference is ignored due to equalsIgnoreCase method. Each time a head is found in the sequence the variable head is incremented to 1.

However if the token in the sequence is Tails then this if condition evaluates to false. Then the value of head variable is not incremented to 1. Next the count variable is incremented to 1 because this variable value is always incremented to 1 each time a token is scanned because count returns the total number of tokens and head returns total number of heads in the tokens.

Percentage method is used to return the percentage of the number of heads in the sequence. It takes head and count as parameters (h and total). Computes the percentage by this formula h/total* 100. If the result of this is greater than or equal to 50 then the message  You win is displayed otherwise message You lose! is displayed in output.

What is the quick key to highlighting a column?
Ctrl + down arrow
Ctrl + Shift + down arrow
Right-click + down arrow
Ctrl + Windows + down arrow

Answers

The quick key to highlighting a column is the Ctrl + Shift + down arrow. Thus, option (b) is correct.

What is column?

The term column refers to how data is organized vertically from top to bottom. Columns are groups of cells that are arranged vertically and run from top to bottom. A column is a group of cells in a table that are vertically aligned. The column is the used in the excel worksheet.

The quick key for highlighting a column is Ctrl + Shift + down arrow. To select downward, press Ctrl-Shift-Down Arrow. To pick anything, use Ctrl-Shift-Right Arrow, then Ctrl-Shift-Down Arrow. In the Move/Highlight Cells, the was employed. The majority of the time, the excel worksheet was used.

As a result, the quick key to highlighting a column is the Ctrl + Shift + down arrow. Therefore, option (b) is correct.

Learn more about the column, here:

https://brainly.com/question/3642260

#SPJ6

Answer:

its (B) ctrl+shift+down arrow

hope this helps <3

Explanation:

A machine on a 10 Mbps network is regulated by a token bucket algorithm with a fill rate of 3 Mbps. The bucket is initially filled to capacity at 3MB. How long can the machine transmit at the full 10 Mbps capacity

Answers

2+4= this gbhfchgcjdxbhdch is correct
Other Questions
Compute the flux of the vector field LaTeX: \vec{F}=F =< y + z , x + z , x + y > though the unit cubed centered at origin. Use the method of cylindrical shells to find the volume V generated by rotating the region bounded by the given curves about the specified axis.y = 6x x2, y = 8; about x = 2 PLEASE HELPFind the area and the perimeter of the shaded regions below. Give your answer as a completely simplified exact value in terms of (no approximations). The figures below are based on semicircles or quarter circles and problems b), c), and d) are involving portions of a square. Perhaps you wanted pizza for dinner, but were out voted by the rest of the family who wanted chili. This is similar to what happens in a community. One person has to give up a right for the good of the group. Sometimes citizens' duties and rights conflict with each other. A good example is a public protest. People have the right to meet in groups and share ideas. However, a protest can disrupt traffic or other normal activities. A city must provide extra police protection to keep people safe. Therefore, the city has the right to require permission in advance for a protest. Government must make laws to balance the rights of individuals and different groups of people. To what is a family compared to in this paragraph? Voting Community Public protest Laws and rights 1. Suzette ran and biked for a total of 80 miles in 9 hours. Her average running speed was 5 miles per hour (mph) and her average biking speed was 12 mph. Let x = total hours Suzette ran. Let y = total hours Suzette biked. Use substitution to solve for x and y. Show your work. Check your solution. (a) How many hours did Suzette run? (b) How many hours did she bike? how do you solve 2m-10=44+8m A machine on a 10 Mbps network is regulated by a token bucket algorithm with a fill rate of 3 Mbps. The bucket is initially filled to capacity at 3MB. How long can the machine transmit at the full 10 Mbps capacity Drag each object to show whether distance is proportional to time in the situation represented. Represents the solution to the inequality -9=2/3x-7 How have Georgias rivers, such as the Savannah and the Chattahoochee, contributed to the states development? Check all that apply. They provide a source of hydroelectric power. They allow navigation from the coast up into the Blue Ridge and Appalachian Mountains. They provide water for agriculture. They were an important site for the development of trading cities, such as Augusta. They allowed settlers to travel from the coast inland more easily. They are rich in coal deposits, providing mining opportunities. Plzz help Ill mark brainliest help pls:Find all the missing elements Find the doubling time of an investment earning 3% interest if interest is compounded continuously? Samanthas college runs on a trimester schedule so she receives a bill 3 times a year for tuition. Each trimester costs $1,450, and Samantha must complete 2 years of college to receive her degree. The average cost for books each trimester is $350. Approximately what will be the total cost for Samantha to get her degree? Type your response in the box. Think about the emotion and theme you plan to write about in your poem. Explain the type of poem you would like to write and three possible tones you may consider when writing. Remember, the tone of your poem should match its style and subject. The generic version was basedOn the brand name and was 2/3 the size of the brand name. If the generic television set is 12 inches by 24 inches what are the dimensions of the brand name television HELP ASAP ROCKY!!! will get branliest. On July 1, 20Y7, Pat Glenn established Half Moon Realty. Pat completed the following transactions during the month of July:A.Opened a business bank account with a deposit of $25,000 from personal funds.B.Purchased office supplies on account, $1,850.C.Paid creditor on account, $1,200.D.Earned sales commissions, receiving cash, $41,500.E.Paid rent on office and equipment for the month, $3,600.F.Withdrew cash for personal use, $4,000.G.Paid automobile expenses (including rental charge) for the month, $3,050, and miscellaneous expenses, $1,600.H.Paid office salaries, $5,000.I.Determined that the cost of supplies on hand was $950; therefore, the cost of supplies used was $900.What would the Financial Statement look like? A bagel company bakes a specialty bagel that it sells by the dozen every day. These specialty bagels can only be baked early in the morning before the store opens for business. The company estimates that the daily demand (in dozens) for its specialty bagel is distributed as follows: Specialty bagels arc sold by the dozen only at a cost of $9.00 per dozen. The cost to make one bagel is $0.50. Leftover specialty bagels arc sold by the dozen the next day for a 50% discount. The optimal number of specialty bagels that should be baked tomorrow (in dozens) is:________ a) 5 dozen. b) 4 dozen. c) 3 dozen. d) 2 dozen. Jemma has 24 balls. Out of the 24 balls, 12 are yellow, 4 are pink, and the rest are red. What is the ratio of the number of red balls to the number of balls that are either yellow or pink? arrowRight