Your _______ can help block inappropriate content online.
1. web browser
2. Password

Answers

Answer 1

Answer:

web browser.

Explanation:

yea let me go post my password to block content (sarcasm)


Related Questions

You use a Windows system that is a member of a domain. The computer is used by several different users belonging to different groups. You have a custom application on the computer, and you want to configure the firewall as follows: Allow a specific port used by the application. Open the port only for members of the Sales group. Using Windows Firewall with Advanced Security, what should you do to configure the firewall with the least effort possible

Answers

Answer:

Explanation:

Windows Firewall with Advanced Security (WFAS) is a management tool in windows which allows for precise confiuration and control of the Windows Firewall System. It allows for certain rules to be created and modified which dictate to the firewall how it must run.

The easiest way to configure the WFAS to achieve the goal stated in the question is to open the app and use the New Rule function.

To do this, one must:

Calling up the Windows Firewall with Advanced Security (WFAS) Click on the inbound rules on the top left corner of the interfaceRight clickon the rule and modify accordingly

Cheers

Which of the following cloud features is represented by leveraging remote monitoring and system tuning services?

Reliability

Performance

Utilization

Maintenance

Answers

Answer:

Reliability

Explanation:

Using a trick or fraud to steal personal information is called (5 points)
A. hacking
B. identity theft
C. netiquette
D. scamming

Answers

-D. Scamming- like when a telemarketer called you and tries to get you to give personal information

Answer:

its D

Explanation:

ive done this before i remeber i got d

For this exercise, you will complete the TicTacToe Board that we started in the 2D Arrays Lesson.

We will add a couple of methods to the TicTacToe class.

To track whose turn it is, we will use a counter turn. This is already declared as a private instance variable.

Create a getTurn method that returns the value of turn.

Other methods to implement:

printBoard()- This method should print the TicTacToe array onto the console. The board should include numbers that can help the user figure out which row and which column they are viewing at any given time. Sample output for this would be:

0 1 2
0 - - -
1 - - -
2 - - -
pickLocation(int row, int col)- This method returns a boolean value that determines if the spot a user picks to put their piece is valid. A valid space is one where the row and column are within the size of the board, and there are no X or O values currently present.
takeTurn(int row, int col)- This method adds an X or O to the array at position row,col depending on whose turn it is. If it’s an even turn, X should be added to the array, if it’s odd, O should be added. It also adds one to the value of turn.
checkWin()- This method returns a boolean that determines if a user has won the game. This method uses three methods to make that check:

checkCol- This checks if a player has three X or O values in a single column, and returns true if that’s the case.
checkRow - This checks if a player has three X or O values in a single row.
checkDiag - This checks if a player has three X or O values diagonally.
checkWin() only returns true if one of these three checks is true.

public class TicTacToeTester
{
public static void main(String[] args)
{
//This is to help you test your methods. Feel free to add code at the end to check
//to see if your checkWin method works!
TicTacToe game = new TicTacToe();
System.out.println("Initial Game Board:");
game.printBoard();

//Prints the first row of turns taken
for(int row = 0; row < 3; row++)
{
if(game.pickLocation(0, row))
{
game.takeTurn(0, row);
}
}
System.out.println("\nAfter three turns:");
game.printBoard();



}
}

public class TicTacToe
{

private int turn;
private String[][] board = new String[3][3];

public TicTacToe()
{
for(int i = 0; i < 3; i++)
{
for(int j = 0; j < 3; j++)
{
board[i][j] = "-";
}
}
}

//this method returns the current turn
public int getTurn()
{
return turn;
}

/*This method prints out the board array on to the console
*/
public void printBoard()
{

}

//This method returns true if space row, col is a valid space
public boolean pickLocation(int row, int col)
{
return true;
}

//This method places an X or O at location row,col based on the int turn
public void takeTurn(int row, int col)
{

}

//This method returns a boolean that returns true if a row has three X or O's in a row
public boolean checkRow()
{
return true;
}

//This method returns a boolean that returns true if a col has three X or O's
public boolean checkCol()
{
return true;
}

//This method returns a boolean that returns true if either diagonal has three X or O's
public boolean checkDiag()
{
return true;
}

//This method returns a boolean that checks if someone has won the game
public boolean checkWin()
{
return true;
}

}

Answers

ndjdjdbzkdkekkdjdjdkodododofiifidididiidieiekeieidid

help Which of the following triangles can be proven similar through AA?
Question 1 options:

A)

image

B)

image

Answers

A as in Ate my food ya know

will give brainliest

The height or amplitude of a wave is related to the input of ________

a. energy
b.matter
c.energy and matter

Answers

Answer:

a. energy

Explanation:

The higher the amplitude, the higher the energy. To summarise, waves carry energy. The amount of energy they carry is related to their frequency and their amplitude. The higher the frequency, the more energy, and the higher the amplitude, the more energy.

Hope this helped!!!

The process of editing includes which of the following?
(A) Transferring photos to a computer
(B) Combining media
(C) Naming Files
(D) Keeping files secure

Answers

The answer should be

(B) combining media
Other Questions
Many young children have ________ waistbands on their clothing because they grow so quickly. a. adjustment b.adjustablec.readjust The evidence presented in this excerpt best supports the authors claim that McDonalds is the leader in fast food innovation. fast food restaurants use technology designed to reduce the need for skilled labor. technology has helped improve the fast food industry. the workers limited skills have forced fast food employers to rely on machines instead of people. Large Stock Dividend and Forward Stock Split Low Corporation has 50,000 shares of $40 par value common stock outstanding and retained earnings of $1,500,000. The company declares a 100 percent stock dividend. The market price at the declaration date is $40 per share. a. Prepare the journal entries for (1) the declaration of the dividend and (2) the issuance of the dividend. are these correct??? A retiree invests $7,000 in a savings plan that pays 7% per year. What will the account balance be atthe end of the first year? With a partner, identify trvo or three revolutions that occurred more than ten years ago. What circumstances, if any, do these revolutions have in common? What sorts of goals were the revolutionaries seeking to accomplish? In retrospect were the revolutions successful? Right will be marked brainlist The characteristics of metallic bonds fit nicley into a predictable pattern. True or False? Explain why soils have different level of consistency. PLZZZ help with this its pretty simple! HELP ME I HAVE 3 MINUTES LEFT What does sentir mean in English?to feelto killto orderto drinkhurry please PLEASE HELP ME ASAP Plz help! Due tonight!During halftime of a football game, a slingshot launches T-shirts at the crowd. A T-shirt is launched from a height of 4 feet with an initial upward velocity of 80 feet per second. The T-shirt is caught 41 feet above the field. How long will it take the T-shirt to reach its maximum height? What is the maximum height? What is the range of the function that models the height of the T-shirt over time? 5. The title of Passage 1 says Bessie Coleman broke barriers as first African American female to fly. Fill in the circle before the sentence that best supports that statement. (RI 3.8) A She spent her savings learning French and headed to Paris in 1920. B She became famous for her ability to do complex stunts in the air. C Coleman said she knew there were no African-American pilots. D She also knew her race needed to be represented in flying. E So I thought it my duty to risk my life to learn aviation and to encourage flying among men and women of our race," she said.6. Which two sentences should be included in a summary of Passage 1? (RI 1.2) A Bessie Coleman was born January 26, 1892. B Bessie Coleman persevered to become the first African American female pilot in the United States. C The Wright Brothers were the first to build a flying airplane. D Bessie Coleman was mistreated because of her race and gender. E Segregation refers to the separation of specific people groups. 7. What does the word credited mean as it is used in paragraph 3? (RI 2.4) She was inspired by World War I stories and the famous Wright brothers. They are credited with building and flying the world's first airplane. A known as the ones that first built an airplane B given money for building the first plane C told to build the first plane D overlooked as the first ones that built the plane 8. What role does paragraph 2 have in Passage 1? (RI 2.5) A explains why Coleman wanted to become a pilot B describes ways that Coleman showed bravery C compares Coleman to the Wright Brothers D explains how others honor Coleman and her legacy9. This question has two parts. First, answer Part A. Then, answer Part B. (RI 3.8) Part A Which sentence gives a point made by the author of Passage 2? (RI 3.8)A Dorothy Vaughn was a successful mathematician. B Dorothy Vaughn struggled to fly spacecraft. C Dorothy Vaughn was the first female to travel to space. D Dorothy Vaughn relied on other women to help her achieve her goals. Part B Which sentence from Passage 2 provides evidence for the answer in Part A? A She also became a dedicated advocate for female employees who deserved promotions or raises, often supporting white women as well. B ...Vaughan became the manager of her division and its first black supervisor. C ...Vaughan was part of a team that did mathematical calculations to help launch satellites and later humansinto space. D ...she learned computer programming and worked on the program that launched John Glenn and other astronauts into space for the first time.10. How does the image contribute to your understanding of Passage 2? (RI 3.7) A by showing how complex space shuttles are during a launch B by showing how much smoke a space shuttle launch has C by showing the math calculations Vaughan has to complete D by showing that they launch space shuttles during the day Now answer Number 11 based on Queen Bessie and Dorothy Johnson Vaughan. 11. Based on the information in Passages 1 and 2, which claim is supported in both texts? (RI 3.8) A People risk their lives to learn aviation. B Scientists break barriers to make changes in their profession. C People overcome challenges to become successful in their careers. D Pilots become famous by navigating complex stunts What type of fallacy or faulty reasoning is used in this passage? x ad populum O begging the claim O genetic fallacy O hasty generalization Stock MarketCrashThe DustBowlBankHolidayWhat is an appropriate title for this graphic organizer? Can we depend on nonrenewable energy resources for our energy needs? (d) State any two(2) properties of a semiconductor material. A principal was buying T-shirts for his school's chess club and found that the total costin dollars could be found by the function f(x) = 9x + 19, where x is the number ofmembers in the club. If there are at least 8 members on the team but not more than11, then which of the following statements describes the function?A. The value of x must be a whole number between 8 and 11 and the value of f(x) mustbe a whole number between 72 and 99.B. The value of x must be a whole number between 8 and 11 and the value of f(x) mustbe a whole number between 91 and 118.C. The values of x and f(x) must both be whole numbers between 91 and 118.D. The values of x and f(x) must both be whole numbers between 9 and 19.