I'm having trouble changing my google account password

I tried to contact Google account recovery for can't change my password I tried to verify Google with my phone I used phone password and my fingerprint to let google verify me and keep making same pages both ways didn't work but I really need this account well its actually my school account and I keep reveive this message:contact your domain for your help and only option had is learn more or go back
only way to fix this problem is create account ,contact google account recovery ,delete my school account but deleting my school account requires to enter my google account password what should I do please help me !!!!!!​

Answers

Answer 1

contact your school and see what they can do


Related Questions

Ergonomics is defined as
O the affordability of office equipment
O the décor in a workplace
O the design and arrangement of items for efficiency and safety
Othe economic benefit of home workspaces

Answers

Answer:

B. The design and arrangement of items for efficiency and safety.  

Explanation:

Ergonomics is defined as the design and arrangement of items for efficiency and safety.  

What is a workspace?

Being a human being, there are various facilities that are required by any person at the time of performing any kind of task. While performing any kind of duty or task, there is a place at which that particular work is done.

This place can be termed a workspace, which is a combination of two terms - one is work, and the second is space. It can be defined as a space in which work is performed by an individual with full efficiency and efficacy.

There are various types of designs and arrangements made so that the efficiency and safety of the workspace items can be maintained, as well as for the convenience of the workers as well.

Thus, Ergonomics is defined as the design and arrangement of items for efficiency and safety.  

Learn more about workspace from here;

brainly.com/question/24946752

#SPJ2

Even closed systems are never perfectly closed.
true false​

Answers

Answer:

True

Explanation:

You can learn through many different textbooks that a closed system is always closed.

Do the binary numbers “0011” and “000011” have the same value or different values?

Answers

Answer:

Yes, they have the same value.

Explanation:

The leading zeros do not change the number at all. So 0011 and 000011 are the same as 11.

What can you do to manually exclude an individual from a recipient list?
O Add a new source list to the document without the recipient.
O Filter the recipients using a specific city or a specific ZIP code.
O Remove the check mark next to the person in Mail Merge Recipients.
O Delete the placeholder address block on the document's preview page.

Answers

Answer:

Remove the check mark next to the person in Mail Merge Recipients

Answer:

Option three/letter C.

Explanation:

A goal a student plans to achieve by tomorrow is described as a(n) A. extended goal. B. short-term goal. C. normative goal. D. long-term goal.

Answers

Answer:

I believe is B

Explanation:

its a short term goal-

Answer:

b

Explanation:

How do device drivers vary in complexity?​

Answers

i wanna know so bad i can’t wait till someone answers

What is Chromolithography and did it help logo design?

Answers

Answer:

Yes, Chromolithography help logo design. The further explanation is given below.

Explanation:

Chromolithography would be a process by which multi-color designs or prints are made. This style of color printing originated from those in the lithography procedure, and now it encompasses a variety of color-printed lithography. A printing technology procedure that uses completely separate printing utensils to add each color of the components.

And the above response is the right one.

I don't understand how to write code for this in Java using nested for loops only. The official question is: write a program that produces the following hourglass figure using nested for loops?

Answers

Answer:

public class Triangle

{

public static void main( String[] args )

{

show( 5 );

}

public static void show( int n )

{

int i,j,k;

for (i = 0; i < n - 1; i++ )

{

for (j = 0; j < i; j++ )

{

System.out.print( " " );

}

for (k = n - i; k > 0; k-- )

{

System.out.print( "* " );

}

System.out.println();

}

for (i = 0; i < n; i++ )

{

for (j = n - i; j > 1; j-- )

{

System.out.print( " " );

}

for (k = 0; k < i + 1; k++ )

{

System.out.print( "* " );

}

System.out.println();

}

Which is an example of an incremental approach to solving a problem?

Answers

Explanation:

One of the things I’ve been writing and talking about a lot lately is the fact that solving problems collaboratively is an incremental process. In fact, in my book, Lost at School, I made mention of the fact that the model could just as easily have been called Incremental Problem Solving or Progressive Problem Solving. I thought the collaborative aspect of the model was the most important to emphasize, but that doesn’t mean that the incremental component isn’t almost as crucial. Often people who are new to the model enter the process of resolving a problem as if it’s a one-shot deal. If you have experience in using Plan B, you already know that most problems require more than one visit to Plan B to resolve. In other words, longstanding, complicated problems aren’t likely to be resolved the first time you try to discuss them. There’s a lot of information to be processed before a given problem can be solved. You need to gather information so as to achieve the clearest possible understanding of the kid’s concern or perspective on the problem (for the unfamiliar, that’s called the Empathy step). Then, you need to be clear about and articulate your own concern (that’s the Define the Problem step). Then, you’ll want to brainstorm with the kid so as to consider the array of potential solutions that could be applied to the problem and consider whether each solution truly addresses the concerns of both parties (that’s the Invitation). There’s a good chance you won’t even make it through all three steps of Plan B in the first attempt on a given unsolved problem (nor should you necessarily even try). If Plan B were a “technique,” then disappointment over not making it through all three steps in one conversation would be understandable. But Plan B is not a technique, it’s a process. As I’ve often emphasized, if you only make it through the Empathy step in the first attempt at Plan B on a given problem but you emerge with a clear sense of a kid’s concern or perspective on a problem that’s been causing significant angst or conflict, that’s quite an accomplishment. You’ll get back to the remaining steps at your earliest opportunity. There’s also an excellent chance the first solution you and the kid agree on won’t solve the problem durably. As you may know, this is usually because the original solution wasn’t as realistic and mutually satisfactory as the two parties first thought. But it could also be because the concerns weren’t as clear or simple as it first seemed. If a solution doesn’t stand the test of time, your goal is to figure out why, which means gathering additional information about the concerns of the two parties and why the solution may not be working so well. Plan B should always conclude with both parties agreeing to return to the problem if the solution being agreed upon doesn’t solve the problem durably. So if your enthusiasm for Plan B waned because your first solution didn’t stand the test of time, take heart: that’s not unusual. Many people enter Plan B with great hope, eager to see their new approach to helping a challenging kid pay quick dividends. In fact, Plan B may well pay quick dividends…not necessarily because the problem is yet durably solved, but because of the relationship- and communication-enhancing that occurs. And while the occasional problem – often simple ones – can be resolved with one visit to Plan B, now you know that several repetitions of Plan B may be necessary on each unsolved problem. Thanks for reading.

write down
the three part of a computer

Answers

Answer:

monitor motherboard keyboard

Explanation:

:) look with you eyes

Sometimes when a baby is born they need to be kept in an incubator for a period of time. A manufacturer would like to design a new baby alarm to be used in the incubator. This alarm should only sound if it is switched on AND when the temperature becomes too cold OR the baby starts crying. Using the following: S = alarm switch T = temperature C = baby crying A = alarm a) Draw a truth table from these conditions to show when the alarm sounds. b) From your table produce a Boolean expression to represent the baby alarm c) Build a logic circuit on logic that is capable of carrying out the expression. Screen shot the final circuit.

Answers

A Ahfbcb

Explanation:

3.
The process of displaying the information from the table is called
a. Query
Form
b. Report
. d Wizard
00​

Answers

Explanation:

the process of displaying the information from the table is called query

hey friend your answer is here I hope it will be helpful you please mark as brainiest answer thank you

n macOS, what launch point provides access to almost all the settings needed to administer a macOS system?

Answers

Answer:

System preferences.

Explanation:

MacOS is the primary operating system designed and developed for Apple computers (MacBook).

In macOS, system preferences is a launch point that provides access to almost all the settings needed to administer a macOS system. The system preferences allow users to change various settings on their Mac computers such as changing the desktop layout, desktop picture (wallpaper), size and location of the dock, font size, appearance, energy saver etc.

Match the following.A. URL B. Web browserC. Web hostingD. Web pageE. World Wide Web1. A subset of the Internet where Web pages written using HTML can link together and can be displayed by a Web browser.2. A type of software that is capable of searching and retrieving web pages through the World Wide Web on the Internet.3. Uniform Resource Locator; an identifier that combines the domain name and the server location to tell the Web browser where the specific web page is located.4. A service where server stores all the information for a Web page and makes it available for other computers to access.5. A document that is create in Hypertext Markup Language or Extensible Hyper Text Markup Language that can be located by a Web browser and accessed through the World Wide Web.

Answers

Answer:

The answer to this question can be defined as follows:

A =  3

B= 2

C= 4

D= 5

E=  1

Explanation:

In this question, the matched point is defined in the attached file. please find it.

What's a possible sign of
malware?
A. Lots of popups
B. Being redirected in search engines
C. Computer running slowly
D. All of the above

Answers

Answer:

All of the above

Explanation:

I got a 100% on everfi ignition :) hope you do too

Lots of popups, being directed in search engines, and the computer running slowly are possible signs of malware. Thus, option D is correct.

What is malware?

Malware is a type of malicious software that is designed to infiltrate computer systems, networks, and devices with the intent of causing harm, stealing data, or disrupting normal operations. Malware can take many forms, including viruses, worms, Trojan horses, ransomware, spyware, adware, and other types of malicious code.

Malware can be spread through a variety of methods, including email attachments, infected websites, malicious software downloads, social engineering, and other types of cyber attacks.

Once a system is infected with malware, it can be used to steal personal information, log keystrokes, control devices remotely, send spam, and launch attacks on other systems. Hence, option D is correct.

Learn more about malware, here:

https://brainly.com/question/22185332

#SPJ2

When looking to ensure your website is easily accessible by mobile users, what should you focus on doing first

Answers

Answer:

There are may steps in this procedure but there few steps that do first to access your mobile with your website.

Explanation:

When we are looking in our website and easily accessed by the mobile users, It is easy for them.

There are certain steps that should do first.

First step is that you have to redesign the website color schemeTo optimize your websiteTo create the mobile appNow to shorten the content in website.

Which of the following is true of how the Internet has responded to the increasing number of devices now using the network? a) The Internet protocols are changed every year to adapt to the new devices that have been connected to the network b) While the number of devices connected to the Internet has grown, the network itself has not grown c) The protocols of the Internet were designed to scale as new devices are added d) The protocols of the Internet are no longer necessary thanks to the large number of devices now connected to the network

Answers

Answer:

Its C, they were designed to scale as new devices are added,

Explanation:

The internet has responded to the increasing number of devices by designing the protocols of the internet to scale as new devices are added. Option c is correct.

Internet protocols are rules that enables routing and addresses data packets in such a way that they have the ability to move across various networks and get to their right destinations.

Read more on https://brainly.com/question/23230754?referrer=searchResults

Generally, a business should consider insuring against an event when the risk value is _____.

Answers

Answer:high

Explanation:apex

Answer:

Generally, a business should consider insuring against an event when the risk value is High.

A _____ is a group of two or more devices/computers connected together to allow for the exchange and information and for the sharing of resources such as printers.

Answers

Answer:

Network

Explanation:

When you have devices connected together to pass, share and exchange information; this connection is regarded as network.

Take for instance. you need to get a file from your friend's mobile phone; when you connect your phone to your friend's phone via Bluetooth, Xender or via whatever convenient means of connection; that is a network.

Another instance is when you connect multiple systems in a CBT examination; this connection is also regarded as a network.

Answer:

network

Explanation:

Which of the following lists contains the five essential elements of a computer?

Answers

Answer:

The five essential elements of an (industrial) computer are chassis, motherboard, durability, longevity, and peripherals.

Help Pleaseeee? Which tool is used to create the World Wide Web? A. HTML B. Web Coder C. Application Software D. JavaScript

Answers

The correct answer would be A, I did it and A was right. :)

Select the correct answer.
Which finger would you use to type the letter t in the word Wait?
A right-hand little finger
B.left-hand thumb finger
C. right-hand index finger
D. left-hand index finger

Answers

Answer: D

Explanation:

Answer:

D

Explanation:

100+100+100+4/6+15+20=

Answers

The answer is 324.6 I hope that it helps if not I am so sorry ❤️

Answer:

335.7

Explanation:

you would get this 100 + 100 + 100 + (4 / 6) + 15 + 20 =  

335.666666667 so then you have this 335.66 and the 6 is higher than 5 so the other 6 will be a 7 so you get 335.7

Where is the quick access toolbar located?

Answers

Answer - The Quick Access Toolbar, is located above the Ribbon (top-left) and provides access to commonly used features and commands, such as Save and Undo/Redo. Both the Ribbon and the Quick Access Toolbar can be customized.

What is the difference between the two worlds of video games identified in the video as Core video games and casual video game?

Answers

Answer:

Core videogames are more explicit.

Casual videogames are less explicit.

Answer:

The core is a lot of money

The casual is less of money

pretty sure

Explanation:

What is a step by step procedure written to carry out a task?

Answers

Answer:

A. Algorithm

Explanation:

A computer uses algorithm (a well-defined procedure ) to solve a problem.

i need random facts about bill gates.

Answers

He is the co founder of Microsoft

The greater the profit motive in an economic system , the greater the likelihood of a.Innovation b.Equity c.Security d.Government controlling the factors of production

Answers

Answer:

d. Government controlling the factors of production.

Explanation:

Businesses exist to make profit. There is requirement to provide value for money to the customers in order for a business to achieve success. When a business fails to provide good customer service and exists only to make profits they might fail. In such situation government intervenes to stop the monopoly and save the consumers from the mercy of business.

When designing a user interface, you can choose between the _______ or ______ layout Group of answer choices

Answers

Answer:

command line interface, graphical user interface

Explanation:

User interface design, commonly known as UI design may be referred to a visual layout of the elements which a user  interacts with in using a particular website, or some technological product.

It mainly focuses on what the user might need to operate or use the webpage  or a product and it ensures that the it has easy accessing elements to control and use the product.

There are two common  type of designs of the user interface. They are :

-- command line interface which contains only text

-- graphical user interface containing images and graphics

Which features of Word are used to separate numbers and text into columns? Check all that apply.
ruler
Tab key
left tab
right tab
decimal tab

Answers

Answer:

ruler and decimal tab

Explanation:

The features of Word are used to separate numbers and text into columns are the ruler and the decimal tab.

In order to split text into columns, the following processes are required:

The user has to open the document.Then, one will select the page layout tab.The user will click on columns command in the page setup group.Then, there is a list of options that's used in splitting the text into columns.Then, the user will select the desired option.

In conclusion, the correct options are A and E.

Read related link on:

https://brainly.com/question/8950542

Other Questions
Explain ONE cause of European Migration to the "New World" ? What was the significance and lasting impact of the Junto, Benjamin Franklins discussion group?What is the traditional interpretation of why the French Revolution started dipa said that he would go to the following day change into direct 2. Which question word must agree with the noun it is asking about in number and gender?quinqucundocunto What is the equation of the line that passes through the point (8,3) and has a slopeof 1/4? What is the area of a rhombus whose diagonals have lengths D1=12 inches and D2=14 inches? Show your work. Solve for x in the diagram below BAKED GOODS Mary sells giant chocolate chip and peanut butter cookies for$1.25 and $1.00, respectively, at a local bake shop. She wants to make at least$25 a daya. Write and graph an inequality that represents the number of cookies Maryneeds to sell each day. All scientific discoveries are made in alaboratory.TrueFalse pls helppp A student is writing about the cultural differences in Barrio Boy. Which line from the text shows evidence that Ernesto and his family had to adjust to a new economic system? - 3x = 18 answer = m = - 6 answer = 3 4 + y = 0 answer = 2x = - 6 answer = h=2 answer = 5 d = 1 answer = - 8 6 + x = 2 answer = - 7y = 21 answer = - 9w = 0 answer = Kirima is building a wall for her snow fort. She first makes a firm base out of snow, and then piles uniformly sized blocks of snow in a brick-like pattern. She has a maximum height for this wall in mind, and she wants to figure out how many blocks can be stacked vertically in her wall while remaining below this maximum. So, she constructs the expression 0.4x + 0.6 to measure the height of her wall, where all constants represent measurements in meters. Which of the following statements are true? Select all that apply. 0.4 represents the height of the wall. 0.4 represents the height of the base. 0.4 represents the height of each block. 0.6 represents the height of the wall. 0.6 represents the height of the base. 0.6 represents the height of each block. implies that leaders are appointed by God to rule a land. A. Rule of law B. Rule of man C. Divine right of kings D. Aristocracy Which term describes Vincent Van Gogh's Portrait of Mme. Ginoux (L'Arlesienne)? A computer has $245 and his commuter savings account. This account changes by -$15 each week he buys a ticket. In one time period The account changes by -$240. For how many weeks did the computer buy tickets? Which of the following statements is true regarding Bell Labs? Select 3 options. Researchers from Bell Labs are responsible for the invention of the transistor. They were responsible for developing the first mechanical computer, called the Analytical Engine. They developed the first cross country network to connect academic institutions. Work from their researchers resulted in nine Nobel prizes. They are credited with creating the Unix operating system and solar cells. The amount of water in a bottle is reduced by 15% to 119 milliliters. How much water was originally in the bottle? ________ ml Evaluate the numerical expression. 30 - [(9 X 2) - (3 X 4)] If Daniel ate 36 Snicker bars, what does he have now? Diabetes??? 4x + 2y = 12 put into y intercept form