What are the 7 basic components found in a computer tower

Answers

Answer 1
Answer: 1. Motherboard (you plug all other components to it)
2. Processor (CPU)
3. Memory (RAM)
4. Graphics card
5. Sound card (sometimes integrated with motherboard)
6. Hard Disk Drive (HDD)
7. Power supply unit
Answer 2
Answer: 1.CPU(central processing unit) this is the brain of the computer
2.Ram( Random Acess Memory) this determines how much memory your computer can process at one time
3.Motherboard(this holds almost all the major computer componets and transfers all the info
4.Hard drive this holds all your programs, info etc.
5. Power Source, provides power to the whole computer
6 Graphics/Video card.(Optional) this helps with video games
7.disk drive optional if you want to upload a computer base
8. cooling system, if you want your computer to last. a long time it is vital to have a cooling system
9.A frame ,hold all the parts. together.

Related Questions

How do u change the wallpaper on an Apple Watch
Riser cards on some proprietary systems plug into a unique socket or slot on the motherboard. These are also called________
When you press the ____ key without entering any text after the automatic bullet character, Word turns off the automatic bullets feature.?
The word part attached to the beginning of a word root in order to modify its meaning is called a(n): A. Suffix B. Prefix C. Combining Form D. Infix
What is the exact number of bits in a memory that contains (a. 96k bits (b. 640m bits, and (c. 4g bits?

What is the output of the following code? 1 public class Test { 2 public static void main(String[] args) { 3 int list[] = {1, 2, 3, 4, 5, 6}; 4 for (int i = 1; i < ; i++) 5 list[i] = list[i - 1]; 6 7 for (int i = 0; i < ; i++) 8 System (list[i] + " "); 9 } 10 }

Answers

Answer:

The output of the above code will be '3 3 4 4 5 5'

Explanation:

Line 1: Declares a class Test

Line 2: Declares the main method of the program which is the entry point of the program

Line 3: Declares an array of Integers

Line 4: Starts the for loop, with the initial value of i as 1 and the end value being blank, i.e. it will keep on iterating for ever.

Line 5: Assigns the value of i-1 to the value at the index i of the array list

Line 6: Declares another for loop to print the array values

Line 7: Starts the for loop, with the initial value of i as 0 and the end value being blank, i.e. it will keep on iterating for ever.

Line 8: prints the value of list[i]

Line 9. Closes the for loop

The output of this program will be the value of list[i] which is '3 3 4 4 5 5' which is the final value of the array after the inner loop terminates.

What is the full form of VPN?​

Answers

Answer:

verstile point nero

Explanation:

other country data

Virtual private network

Which part of the software hierarchy is working behind the scenes allowing programs to perform tasks?Current machine instruction
Currently dispatched threads
Dispatchable threads
Waiting handlers

Answers

The right answer for the question that is being asked and shown above is that: "Currently dispatched threads." The  part of the software hierarchy is working behind the scenes allowing programs to perform tasks is that Currently dispatched threads

Which of the following options would you use when saving a document with a new filename? *

Answers

I would say save as I beleieve
Save As, or Save A Copy.

There is only one safe solution that can be used to clean photostimulable phosphor plates. Which one is it?

Answers

Answer:

The answer is "Anhydrous ethyl alcohol".

Explanation:

To clean photostimulable phosphor plates we use "Anhydrous ethyl alcohol". It is a chemical, that is an additive to automotive petroleum. It is a mixture of gasohol, ethanol is a synthesis of other organic chemicals.  

  • It is used as an ingredient in many alcoholic drinks, such as beer, wine, and spirits that are distilled.
  • It is very light weighted content, that's why it is used to clean phosphor plates.

A router is a peripheral that may need troubleshooting if the network goes down.True
False

Answers

true, you should always check the router if the network goes down.
Hey there

The statement " a router is a peripheral that may need troubleshooting if the network goes down " is true.