what are the steps to troubleshoot a frozen computer ​

Answers

Answer 1
You could hold the power button down 5-10 seconds.

Related Questions

The Beaufort Wind Scale is used to characterize the strength of winds. The scale uses integer values and goes from a force of 0, which is no wind, up to 12, which is a hurricane. The following script first generates a random force value. Then, it prints a message regarding what type of wind that force represents, using a switch statement. You are to rewrite this switch statement as one nested 150 CHAPTER 4: Selection Statements if-else statement that accomplishes exactly the same thing. You may use else and/or elseif clauses.

ranforce = randi([0, 12]); switch ranforce case 0 disp('There is no wind') case {1,2,3,4,5,6} disp('There is a breeze') case {7,8,9} disp('This is a gale') case {10,11} disp('It is a storm') case 12 disp('Hello, Hurricane!') end

Answers

Answer:

ranforce = randi([0, 12]);

if (ranforce == 0)

     disp('There is no wind')

else  if(ranforce>0 && ranforce <7)

     disp('There is a breeze')

else  if(ranforce>6 && ranforce <10)

     disp('This is a gale')

else  if(ranforce>9 && ranforce <12)

     disp('It is a storm')

else  if(ranforce==12)

     disp('Hello, Hurricane!')

end

Explanation:

Replace all switch case statements with if and else if statements.

An instance is:

case {7,8,9}

is replaced with

else  if(ranforce>9 && ranforce <12)

All other disp statements remain unchanged

Can someone tell me why this code in Java won't run?

if (s.toLowerCase().equals(s.toUpperCase()))
{
System.out.println("*");
}

Answers

Answer:

try typing the following:

String lc = s.toLowerCase();

String uc = s.toUpperCase();

if(lc == uc){

System.out.println("*")

}

Why are floppy disks obsolete ?

Answers

Answer:

they don't have enough space on them to carry useful information, and because most computers no longer have a drive for them. This is true for most legacy items

Assume a 64KB cache with four-word block size (a word is 4 bytes) and a 32-bit address. If a block has 28 tag bits, what is the type of this cache

Answers

Answer:

Fully associative

Explanation:

Fully associative cache is a type of cache in which after retrieving the data from memory, it subsequently allows data to be deposited in the available but unused cache block. This is to ensure that the storage of cache is done without forcing each memory address into one specific block.

Given the following

address = 32 bits,

tag = 28 bits, as a block is 4 words that are, 4x4 bytes,

offset = 4 bits, which equates to index = 0 bits.

Hence, it can be concluded that the type of cache is FULLY ASSOCIATIVE.

Adding a rock or stone looking characteristic to a background is which element of design?

Answers

Answer:

Explanation:

ejhdkl;xs

'

Other Questions
Sharks are often followed by smaller fish that eat some of the scraps from the organisms eaten by the shark. These smaller fish are acting as Which best explains why the North advocated for high protective tariffs in the first half of the 19th century? The symbol E represents a chord with which quality? Diminished seventh Dominant seventh Major Minor Math and science skills Please answer 1.|Predict|2.|Use variables|3.|Plan and conduct investigations|4.Draw conclusions 5.Hypothesize6.Measure 7.Classify and order8.Record and display data9.|Use time and space relationships|10.Use numbers hello my dudes i drew my animals An amusement park charges $20 to enter thepark and an additional fee for each time a guestrides a roller coaster. Emily rode 5 times on aroller coaster. Her total payment was $40.Shaheem rode 7 times on a roller coaster. Whatwas his total payment? In the graph of an inequality, the area above a solid line through the points (5, 2) and (3, 2) is shaded.Which inequality does this graph represent? A. y 2 B. y 2 C. y 2 Makayla plotted two points, (0, 0) and (3, 33), on a coordinate grid. Noah says that she is graphing a proportional relationship. Is Noah correct? Explain. What did Americans mean when they said Millions for defense, but not one cent for tribute? 6.4 x 10 to the power of 17 There have been a great many different kinds of heroes, for in every age and among every people the hero has stood for the qualities that were most admired and sought after by the bravest and best.Paraphrase this passage to explain what a hero stands for. An item is priced at $14.07. If the sales tax is 5%, what does the item cost including sales tax? Please answer correctly !!!!!!!!!!!!!!!!! Will mark brainliest !!!!!!!!!!!!!!!!! A care package is dropped from an airplane flying at 1000 m above sea level with a velocity of 200 m/s to an island. If it takes the package 15s to fall how far away from the island must the package be dropped? given the weekly demand curve of a local wine producer is p= 50-0.1q, and that the total cost function is c= 1500+ 10q, where q bottles are produced each day and sold at a price of $p per unit. a)Express the weekly profit as a function of price.b) at what price must a bottle of wine be sold to realise maximum profit. c) what is the maximum profit that ca be made by the producer Why was the Senate able to sway the decisions consuls made?. Roman government was built to give the Senate final say.B. Consuls were often former members of the Senate.C. Voting assemblies decided this type of power was necessary.D. Their collective wealth and social status gave them influence. Create an array of 10 size and assign 10 random numbers. Now find the sum of the array using for and while loop. When Mike adjusted his bicycle, I thought I was watching a chess game. He would stare at a part for a while before he acted. Then we would wait for his opponent's response. For example, he stared for ten minutes before tightening the rear sprockets. Then he rode the bike for a minute, analyzing the change in the bike's performance. Take notes while you listen to the audio. Then answer the following question.1) Segn el pasaje, cmo se llegan a conocer los chicos y las chicas antes de ser pareja? A. Salen en grupos.B. Almuerzan juntos en la escuela.C. Salen solos.D. Se conocen en la casa de la chica.2) Segn el pasaje, cunto tiempo tiene que pasar antes de que lleguen a ser novios?A. dos semanasB. un mesC. tres mesesD. No hay una cantidad fija de tiempo.3) Segn el pasaje, cul de las siguientes cosas NO fue mencionada como algo que usan los chicos para conocerse mejor actualmente?A. el InternetB. la ayuda de la familiaC. la telefona celularD. las actividades del grupo 4. Landon is cooking soup. He has 15 pinan of vegetable broth, 19 pints of milk, and 14 pints of tomato juice. How many gallons does Landon have, if 1 gallon = 8 pints? 6 gallons.