1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
MrRa [10]
3 years ago
7

Someone asks you for help with a computer that hangs at odd times. You turn it on and work for about 15 minutes, and then the co

mputer freezes and powers down. What do you do first?
a. Replace the surge protector.
b. Replace the power supply.
c. Wait about 30 minutes for the system to cool down and try again.
d. Install an additional fan
Computers and Technology
1 answer:
d1i1m1o1n [39]3 years ago
8 0

Answer:

C. Wait for about 30 minutes for the system to cool downand try again.

Explanation:

In computer system troubleshooting, there are two areas where problems can arise. They are hardware and software related issues.

software issues are application related like an application not installed properly, malicious software attack, corrupted operating system etc, while hardware has to do with a faulty hardware component in the system.

Example of a hardware related issue, when the active fan is faulty, the computer overheat and eventually shuts down to cool the system. When it cools down, the computer can boot again.

To confirm that the fan is faulty, when it shuts down to cool, wait for some time and try booting the system again. If it comes on, then the fan is bad.

You might be interested in
20.
SpyIntel [72]
2Na hope that helps  ^^;
6 0
3 years ago
Read 2 more answers
What was your first experience with listening to kpop?
Verizon [17]

Answer:

My first experience with kpop was when I was six I just danced to it lol I forgot the name of the song but it was funny watching the video of me.

Explanation:

8 0
3 years ago
Read 2 more answers
The basic commands that a computer performs are ____, and performance of arithmetic and logical operations.
bogdanovich [222]

Answer:

input, output, and storage.

Explanation:

The computer is an electronic device which is getting the input from the user i.e from the keyboard, store the data from the secondary storage such as hard disk, pen drive, etc and giving the output on the screen i.e on the Monitor  

  • All the arithmetical and logical operation are performed by the computer system .    
  • The input, output, and storage are the components of the computer system.
6 0
3 years ago
LAB: Count characters - methods
tangare [24]

Answer:

i hope understand you

mark me brainlist

Explanation:

using namespace std;

#include <iostream>

 

#include <string.h>

#include <stdlib.h>

#include <stdio.h>

 

#define BLANK_CHAR (' ')

 

 

int CountCharacters(char userChar, char * userString)

{

 

int countReturn=0;

 

int n = strlen(userString);

 

for (int iLoop=0; iLoop<n; iLoop++)

{

       if (userString[iLoop]==userChar)

       {

        countReturn++;

 }

}

return(countReturn);

}

 

/******************************************

    Removes white spaces from passed string; returns pointer

     to the string that is stripped of the whitespace chars;

   

  Returns NULL pointer is empty string is passed;  

     Side Effects:

 CALLER MUST FREE THE OUTPUT BUFFER that is returned

 

 **********************************************************/

char * RemoveSpaces(char * userString)

{

 

 char * outbuff = NULL;

 

 if (userString!=NULL)

 {

   int n = strlen(userString);

    outbuff = (char *) malloc(n);

 

   if (outbuff != NULL)

   {

          memset(outbuff,0,n);

          int iIndex=0;

          //copies non-blank chars to outbuff

         for (int iLoop=0; iLoop<n; iLoop++)

         {

           if (userString[iLoop]!=BLANK_CHAR)

          {

           outbuff[iIndex]=userString[iLoop];

           iIndex++;

   }

   

   } //for

         

   }

   

   }

 return(outbuff);

 

}

 

 

int main()

{

 

 char inbuff[255];

 cout << " PLEASE INPUT THE STRING OF WHICH YOU WOULD LIKE TO STRIP WHITESPACE CHARS :>";

 gets(inbuff);

 

 char * outbuff = RemoveSpaces(inbuff);

 if (outbuff !=NULL)

 {

    cout << ">" << outbuff << "<" << endl;

    free(outbuff);

    }

     

   memset(inbuff,0,255);  

   cout << " PLEASE INPUT THE STRING IN WHICH YOU WOULD LIKE TO SEARCH CHAR :>";

gets(inbuff);

 

  char chChar;

 cout << "PLEASE INPUT THE CHARCTER YOU SEEK :>";

 cin >> chChar;

 

 int iCount = CountCharacters(chChar,inbuff);

 cout << " char " << chChar << " appears " << iCount << " time(s) in >" << inbuff << "<" << endl;

 

}

4 0
3 years ago
BUURTAIS
Alisiya [41]

Answer:

what I'm confused ???????

Explanation:

?

4 0
3 years ago
Other questions:
  • We discussed in class the differences between Ruby and a language like Java. Based on our discussions, when do you feel it would
    11·1 answer
  • Radio waves pros and cons
    10·2 answers
  • 1. Explain what is meant by the following data types:
    11·1 answer
  • The date June 10, 1960, is special because when it is written in the following format, the month times the day equals the year:
    6·1 answer
  • What type of monitoring compares network traffic, activities, transactions, or behavior against a database of known attack patte
    9·1 answer
  • HELP ME PLEASE ASAP!!!
    13·2 answers
  • What is the difference between KE an PE
    8·1 answer
  • Write a program that defines an array of integers and a pointer to an integer. Make the pointer point to the beginning of the ar
    12·1 answer
  • Peter has recently bought a media player and a digital camera. He wants to buy a memory card for these devices. Which memory dev
    11·1 answer
  • ____________________ is the use of an algorithm to scramble data into a format that can be read only by reversing the algorithm.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!