Hi! I'll mark brainliest if you can help me with my problem!
What do I do if I have a computer stuck in a automatic repair loop/boot loop? Please help asap

Answers

Answer 1

Answer:

1. Click Repair your computer at the bottom.

2. Choose Troubleshoot>Advanced Options>Command Prompt.

3. Type chkdsk /f /r C: and then press Enter.

4. Type exit and press Enter.

5. Restart your PC to see if the problem is fixed or not.

Answer 2

Answer:

So first you would try shutting it off or restarting it then if it doesn't work press automatic restart.

Explanation:

If this doesn't help contact a person at best buy wor whatever. Im sorry if this sounds rude in anyway. :(


Related Questions

A Loop of 3 within a loop of 4 will yield _____ iterations.

Answers

Answer:

12

Explanation:

The loop of 3 will be executed 4 times, hence the multiplication 3*4.



6) Sometimes it is difficult to read a piece of code and understand what the code will do. For this reason, you may want to add notes to yourself (or to someone else that may read the code) that show up in the code, but not when you run the program. What are these notes called and what symbol do you use to write them

Answers

Answer:

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

Explanation:

The notes that are used in a piece of code to understand the difficulty of coding or for others to read it is called comments.

Comments in code help in understanding the code, they help others to read the code and understand the logic written behind it. Comments also help the programmer to read his code himself for understanding purposes. Comments in coding used for understanding the purpose of code and what the code will do. The comments written in the program cannot execute or shown when you run the program.

Comments in coding/program can be used in two ways in almost all programming languages. You can use comments on a single line and in multiple lines.

To show a comment on a single line, you can use the double backslash "//" .

To make a comment on a single line. for example

//here the calculation start or some other understandable comments.

if the comments are more than one line then you can use "/*    */" symbols to write comments on multiple lines

for example:

/* this is the code

that calculate the sum and average of students grades

it also displays the grade in letter

*/

What is the definition of a noob? Please help. Define it in your own words but in an appropriate way, thank you very much!

Answers

Answer:

A person that is different from others by the way they look, act, ect.

Tim is trying to explain to his aunt how her computer works, but she does not understand what a CPU does. Which description will most likely help Tim’s aunt understand the CPU’s role?

Answers

Answer:

CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer.

Explanation:

Answer:

The CPU processes commands from software.

Explanation:

Learned on edge

Write the code for an if statement that adds 5 to the variable num1 if the value stored in the variable testA equals 25. Otherwise subtract 5 from num1.

Answers

In python

if testA == 25:

    num1 += 5

else:

    num1 -= 5

I hope this helps!

Which devices typically generate computer output? monitor, printer, speaker, projector, keyboard mouse, printer, speaker, projector, Braille embosser monitor, webcam, speaker, projector, 3D printer monitor, printer, speaker, projector, Braille embosser

Answers

The devices are monitor, printer, speaker, projector, Braille embosser. The correct option is 4.

What are output devices?

Any piece of computer hardware that converts information into a human-perceptible form or, historically, into a physical machine-readable form for use with other non-computerized equipment is considered an output device. Text, graphics, tactile, audio, or video can all be used.

A monitor displays visual output, such as text and images, on a screen.A printer creates physical output on paper or other media, such as text and images.Music, sound effects, and spoken words are all produced by a speaker.A projector projects visual information onto a screen or other flat surface.A Braille embosser generates output in Braille format, which people who are blind or visually impaired can read.

Thus, the correct option is 4.

For more details regarding output devices, visit:

https://brainly.com/question/13014449

#SPJ1

Your question seems incomplete, the probable complete question is:

Which devices typically generate computer output?

monitor, printer, speaker, projector, keyboard mouse, printer, speaker, projector, Braille embosser monitor, speaker, projector, 3D printer monitor, printer, speaker, projector, Braille embosser

Ask the user to enter a number. Display whether the number is odd or even. computer science answers
Can you please give me the answers like how you can write it in a python program

Answers

Answer:

Write a C program to check whether a number is even or odd using if else. How to check whether a number is even or odd using if else in C program. C Program to input a number from user and check whether the given number is even or odd. Logic to check even and odd number using if...else in C programming.

Explanation:

What key allows you to move to the next line

Answers

Answer:

enter

Explanation:

press tab or enter and you will get what u need

Computer coding is unnecessary for aspiring multimedia designers to learn. True or False? HURRY!!!

Answers

Answer:

True

Explanation:

A publication created by a business or individual that is distributed on a regular basis - Weekly, monthly, or quarterly. Used to
provide informational updates to a specific club, group, organization, agency, or business

Answers

Newsletter

Hope this helps!

how many microprocessers will a small computer have

Answers

Answer:

for what i know its one hope that helps

URGENT PLEASE HELP!!!!!
Which rule of composition gives an illusion of movement or context?
A. the rule of odds
B. the rule of three
C. the rule of space
D. simplification

Answers

Answer:

The answer is NOT D. simplification. I took the test and got this wrong, my next guess of what it could be would be C. the rule of space. I hope that this was helpful to you! :)

Which of these functions may be used with positional arguments? Select four options
•AVERAGE
•COUNTIF
•COUNT
•SUM
•MAX​

Answers

Answer:

its A

    C

    D

    E  

Explanation:

Answer:

Average

Count

Sum

Max

on edg 2021

Explanation:

3.4 Code Practice: Question 2

Answers

Answer:

n = float(input("Enter the Numerator: "))

d = float (input("Enter the Denominator: "))

if (d != 0):

  print ("Decimal: " + str(n/d))

else:

  print("Error - cannot divide by zero.")

Jack follows the steps below.
Step 1: He clicks the Design tab on the ribbon.
Step 2: He navigates to the Document Formatting command group.
Step 3: He clicks the Themes icon.
Step 4: He clicks the Office Theme option in the themes gallery.

Which task is Jack trying to do?
A. He is sharing the Office theme with others.
B. He is creating a new theme for his document.
C. He is saving an existing theme to the themes gallery.
D. He is applying an existing theme to his document.

Answers

Answer:

D is my answer to this question.

Answer:

D, He is applying an existing theme to his document.

Explanation:

got the answer correct on edge.

Sending or receiving information between two
more person
.technical term​

Answers

Two-Way Communication

Question #1 Math Formula The code below is repetitious. What is the output of this program? num = = 3 num = num + 1 num = num + 1 num = num + 1 print(num) Output:​

Answers

Answer:

6.0

Explanation:

what aspect should you consider before adding pictures to documents

Answers

Answer:

make sure you have the correct picture

Explanation:

it might vary to what document your working on

discuss two basic types of monitors CRT and LCD give me in short ​

Answers

Difference Between CRT Monitor and LCD Monitor is that CRT monitor is a desktop monitor that contains a cathode-ray tube. ... While An LCD monitor is a desktop monitorthat uses a liquid crystal display to produce images. These monitorsproduce sharp, flicker-free images

WILL MARK FIRST ANSWER BRAINLIEST!!
Manny has drafted an email message and configured a delivery option "Do not deliver before: 5:00 P.M. and today's date." He shuts down his computer and leaves for the day at 4:30 p.m. What will happen at 5 p.m.?

The message will be delivered from the server.
The message will be delivered from Manny’s computer.
The message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.
The message will remain in Manny’s outbox until the computer is started, and he will be prompted to send.

Answers

Answer:

The message will remain in Manny's outbox until the computer is started and the Outlook program is started the next day.

Explanation:

Answer:

it is c

Explanation:

Create a summary of no less than 125 words of a show that would NOT go over well with television producers because it is targeted to people in the least desirable groups. Include the title of the show, the main characters, and a description of the show's premise. Explain why this show would NOT go over well with television producers.

Answers

Answer:

Follows are the solution to this question:

Explanation:

Its Mid is also an American drama about a Kentucky-based middle-class family who've been struggling to live in an impoverished house, home and earn children on even a daily basis. Mike and Frankie, both live in Orson, Indiana, were mid-aging adults. Users got three kids named Axl, Sue, and Brick. Michael was its owner of a local quarry as well as Frankie, the seller of a motorcycle. It was great for Scriptwriters since it is related to America's many households, a middle and upper-class family. Despicable is an American dramedy about an impoverished and unstable Chicago family.

It among participants is Frank, Gallagher's dad, but Fiona, their household's oldest son, as she actual mom Monica goes up and down as she likes. The other five children of Gallagher are Lips, Yan, Debbie, Lori, and Liam.

Frank is an alcoholic, but Fiona works very hard and provides for her sisters and brothers. It is not used for scriptwriters, because it is related to the poor and victims of abuse of drugs, which aren't considered "wanted." Since that concerns an "unwanted" listeners, its show was indeed a success.

4.5 Code Practice


Write a loop that inputs words until the user enters STOP. After each input, the program should number each entry and print in this format:

#1: You entered _____
When STOP is entered, the total number of words entered should be printed in this format:

All done. __ words entered.

Sample Run
Please enter the next word: cat
#1: You entered cat
Please enter the next word: iguana
#2: You entered iguana
Please enter the next word: zebra
#3: You entered zebra
Please enter the next word: dolphin
#4: You entered dolphin
Please enter the next word: STOP
All done. 4 words entered.

Answers

In python 3:

i = 0

while True:

   word = input("Please enter the next word: ")

   if word == "STOP":

       break

   i += 1

   print("#{}: You entered {}".format(i, word))

print("All done. {} word(s) entered.".format(i))

I hope this helps!

The program is an illustration of loops.

Loops are used to perform repetitive operations.

The program in Python, where comments are used to explain each line is as follows:

#This gets input for the first word

word = input("Please enter the next word: ")

#This initializes count to 0

count = 0

#The following iteration is repeated until the user enters "STOP"

while word != "STOP":

   #This prints the word entered

   print("You entered",word)

   #This increments count by 1

   count += 1

   #This gets input for the next words

   word = input("Please enter the next word: ")

   

   

#This prints the count of all words

print("All",count,"words entered!")

At the end of the program, the number of valid inputs is printed.

Read more about similar programs at:

https://brainly.com/question/18283451

match each sentence to the type of context clue it represents.

Answers

Answer: was willing to help but there isn’t any picture of anything about what each sentence says

What does Joann need to change in her outline?
Check all that apply.
O She needs to remove Step 1.
O She needs to add "Highlight the content" as Step 2.
O She needs to change the name of the icon in Step
3.
O She needs to revise Step 4.

Answers

where’s the outline?

Answer:

its D

Explanation:

I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.
Use this option to view your presentation as your audience will see it.

File menu
Play button
Slide Show button
Tools menu

Answers

You would need to use the slide show button.

Answer:

It's either slide show button or the play button

Explanation:

I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.

To add artwork to a slide, the slide must contain a placeholder.

True
False

Answers

Answer:

The answer is false

Explanation:

Please give me brainliest so I can post my artwork

You are going to send a document to a client, and you want to be absolutely sure that none of the
formatting is lost. Which of these document formats would be best?
DOC
DOCX
HTML
O PDF

Answers

Answer:

PDF

Explanation:

PDFs are not an easily modifiable format unless converted into a different type. It preserves all formatting, and no formatting details are lost depending on what program a user decides to open the file with.

Send the document to the client as a

PDF

format! Not only is it secure, but it also prevents the material from being changed by the receipiants

If you can’t see the Assets panel, which of these three buttons do you press?

A) Plugins
B) Assets
c) Layers

Answers

Answer: B

Explanation:

The answer is B


Explanation

I did it

How do you activate the Slicer Tools contextual tab?
Select a PivotTable and it will appear.
Select a slicer and it will appear.
Click Slicer and then Options.
It is found under the PivotTable commands.

Answers

Answer:

Select a slicer and it will appear.

Explanation:

i did it

You can activate the Slicer Tools contextual tab by selecting a slicer and it will appear. Thus, the correct option for this question is B.

What do you mean by the Slicer tool?

The Slicer tool may be characterized as a type of tool that significantly provides buttons that you can click to filter tables or PivotTables. In addition to quick filtering, slicers also indicate the current filtering state, which makes it easy to understand what exactly is currently displayed.

According to the context of this question, if you want to use the slicer tool in excel, select Insert > Slicer. After selecting a slicer it will automatically appear on the computer screen followed by selecting the fields you'd like to filter.

Therefore, you can activate the Slicer Tools contextual tab by selecting a slicer and it will appear. Thus, the correct option for this question is B.

To learn more about Slicer tools, refer to the link:

https://brainly.com/question/19717692

#SPJ5

URGENT PLEASE HELP!!!!!
Which rule of composition gives an illusion of movement or context?
A. the rule of odds
B. the rule of three
C. the rule of space
D. simplification

Answers

Answer:

Answer:

C. the rule of space

Answer:

The answer is NOT D. simplification. I took the test and got this wrong, my next guess of what it could be would be C. the rule of space.

I hope that this was helpful to you! :)

Other Questions
Triangle XYZ is rotated to create the image triangle X'Y'Z'.On a coordinate plane, 2 triangles are shown. The first triangle has points X (negative 2, 2), Y (1, 2), Z (0, 4). The second triangle has points X prime (2, negative 2), Y prime (negative 1, negative 1), Z prime (0, negative 4).Which rules could describe the rotation? Select two options.R0, 90R0, 180R0, 270(x, y) (y, x)(x, y) (x, y) What value is equivalent to (3^6)^3? How many kids would you like to have in the future? Click to review the online content. Then answer the question(s) below, using complete sentences. Scroll down to view additional questions Online Content Site 1Name three methods a person can take to protect their skin from the sun Karl Marx had an economic and political theory ofwhere thegovernment or public owned all land and means of production?A.SocialismB.CapitalismC.Communism Pls help pls pls pls pls Which products do not have scientific studies supporting their claims to be beneficial when used?A. Cofactors and coenzymes to support enzyme functionB. Lactase enzymes used in milk sugar digestionC. Enzyme that aids in the digestion of oligosaccharidesD. Enzymes to promote immune system function Who led the Patriots to victory in the Battle of Trenton? George Washington Button Gwinnett Austin Dabney John Adams Which occurs during both DNA replication and protein production?RNA leaves the nucleus. DNA leaves the nucleus. RNA unzips. DNA unzips. In Beaten by a Hair, over 30 hairs were removed from Laura Houghteling hairbrush. What did they discover when examining the sample under the microscope? Be specific. Deciding that she was thirsty, Ms. Smith decided to mix up some lemonade using 2 tablespoons of lemonade, and 2 cups of water. What is the solute and solvent? 1. How can you tell the difference between the pre-image and image when only given the coordinates or a picture? Please help Asap!Directions: Write a recursive rule and an explicit rule for each arithmetic sequence.86, 101, 116, 131, 146,...112, 110, 108, 106, 104,... if 1 mile is 5280 feet, and it is 2 miles from Ellie's house to the school, about how many feet is it from ellie's house to the school? A Discalculia um tipo de transtorno de aprendizagem caracterizada por uma inabilidade ou incapacidade de pensar, refletir, avaliar ou raciocinar processos ou tarefas que envolvam nmeros ou conceitos matemticos. Entre as principais caractersticas da discalculia INCORRETO afirmar. What similar challenges did the Spanish, English, and French settlers face during early European colonization of theAmericas?O starvation, disease, and conflicts with Native AmericansOdisease, political issues, and determinationO starvation, knowledge of the land, and reasonable expectationsO cold weather, darkness, and starvation Identify at least three external conflicts in the play. Then describe the internal conflict that Proctor faces. How could Proctor's conflict relate to a broader conflict in the playbetween public appearance and private reality? Explain your answers using specific examples from the play. Mrs. Williams shops at a store that has an annual membership fee of $30. Today she paid her annual membership and bought several fruit baskets costing $15 each as gifts for her coworkers. Her total was $105. Write and solve the equation to find the number of fruit baskets Mrs. Williams purchased. Use the drop-down menus to complete the sentences.According to the graph, by the yearthe number of estimated Christians would have been more than half ofthe world's estimated 60 million population. According to the graph, the largest increase occurred betweven In which organelle does the food making process in plants take place?