what is part of computer

Answers

Answer 1
Answer:

CPU, GPU, SSD or HDD, Cooler for CPU, RAM, and power supply.


If i missed something please let me know
Answer 2

Answer:

The parts of a computer are listed below;

MonitorCPU (computer processing unit)KeyboardMouseSpeaker.


Related Questions

(just basic coding I can't wrap my around :L) Which of the following shows the assignment of a string to a variable? Select 3 options.

answer = input("How old are you? ")

answer = "23"

answer = (23)

answer = '23'

answer = 23

Answers

Answer:

The answer is A, B, D.

Explanation:

I hope this helps. Have a great day and be safe.

Carly is part of a community of developers. In her free time, she works on code to improve this open-source operating system. The OS she's working on is most likely _____.

Answers

Answer:

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

Explanation

Carly is part of a community of developers. In her free time, she works on code to improve this open-source operating system. The OS she's working on is most likely are:

Linux OpenBSD FreeBSD NetBSD AROS Tock FreeDOS Dragonfly BSD Qubes OS Haiku Redox ReactOS Subgraph OS osv.io ToaruOS Mezzano House Minoca OS SOS PowerNex Interim OS KolibriOS MINIX HelenOS Sculpt Harvey illumos GeckOS/A65 V2.0 Serenity GNU Hurd Plan 9 AquilaOS Biscuit Xv6

These are the different opensource operating systems.

Computers represent color by combining the sub-colors red, green, and blue (rgb). Each sub-color's value can range from 0 to 255. Thus (255, 0, 0) is bright red, (130, 0, 130) is a medium purple, (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (In other words, equal amounts of red, green, blue yield gray).

Answers

Answer:

Follows are the code to this question:

#include <iostream>//defining a header file

using namespace std; //using namespace

int main() //defining main method

{

int red,green,blue,s; //defining integer variable

cout<<"Enter value: \n ";//print message

cin>>red>>green>>blue; //input value

if(red<green && red<blue)//defining if block that checks red value

s=red;//store red variable value to s variable

else if(green<blue)//defining else if block that checks green value less then blue

s=green;//store green variable value in s variable

else//defining else block

s=blue; //store blue variable value in s variable

//calculating red, green, blue value

red=red-s;//store red value

green=green-s;//store green value

blue=blue-s;//store blue value

cout<<red<<" "<<green<<" "<<blue;

}

Output:

Enter value:

130  

50

130

80 0 80

Explanation:

In the above code, inside the Main method, four integer variable "red, green, blue, and s" is defined, in which "red, green, and blue" is used for input the value from the user end.

In the next step, a conditional statement is used, that checks the red variable value, if the condition is true, it will store its value in the "s" variable, otherwise, it will go to else if block.In this block, the green variable checks its value less than then blue variable value, if the condition is true, it will store the green value in the "s" variable, otherwise, it will goto else block.In this block, it will store the blue variable value in the "s" variable, and subtract the value of "red, green, and blue" value from "s" and store its value, and at the last, it will print its value.    

Which term is used to describe a software application that is secretly placed on a user system to gather information and relay it to outside parties usually for advertising purposes?

Answers

Answer: Spyware?

Explanation:

How do many corporations most likely manage the health and safety of their employees and the workplace?
Ο Ο
with guidelines provided by the EEO
only by following OSHA's rules and regulations
O by consulting workers' labor unions
with an internal office of health and safety

Answers

Answer:

The answer to this question is given below in the explanation section. However the correct option is only by following OSHA's rules and regulation.

Explanation:

Corporations most likely manage the health and safety of their emoployees and workplace only by following the OSHA's rules and regulations.

Because this is standard law that requires employers to provide their employees with working conditions that are free of known dangers. The OSH Act created the Occupational Safety and Health Administration (OSHA), which sets and enforces protective workplace safety and health standards for employees.

However, other options are not correct because these options do not cover the employees' protective workplace safety and health.

Answer:

it's b

Explanation:

Give me atleast 10 common shorcut keys that is often use while working in computer​

Answers

Answer:

1. Ctrl T = opens a new tab

2. Ctrl W = closes a tab

3. Ctrl P = print you screen

4. (for Microsoft users^^) Windows + G = for the Xbox Game Bar

5. Windows + Alt + R = to start recording and to end recording

6. (my personal fav <3) Ctrl + Shift + N = incognito

7. Ctrl Z = undo

8. Ctrl X = cut

9. Ctrl C = copy

10. Ctrl V = paste

Hope This Helps

Barry-

The 10 common shortcut keys that are often used while working on the computer​ are as follows:

Alt + F: File menu options in the current program.Alt + E: Edits options in the current program.F1: Universal help (for any sort of program).Ctrl + A: Selects all text.Ctrl + P: Print the document. Ctrl + X: Cuts the selected item.Ctrl + Del: Cut selected item.Ctrl + C: Copy the selected item.Ctrl + V: Paste the selected item. Alt + Tab: Switch between open apps.

What is the significance of shortcut keys?

The significance of shortcut keys is determined by the fact that they are used to perform a menu function or other common functions in a program or operating system at a very fast and rapid speed. It makes the process easier and faster.

Keyboard shortcuts are generally used to expedite common operations by reducing input sequences to a few keystrokes, hence the term "shortcut". They make the entire process more efficient and productive.

To differentiate from general keyboard input, most keyboard shortcuts require the user to press and hold several keys simultaneously or a sequence of keys one after the other.

Therefore, the 10 common shortcut keys that are often used while working on the computer​ are well mentioned above.

To learn more about Shortcut keys, refer to the link:

https://brainly.com/question/28959274

#SPJ2

pictures that you can click on to tell your computer what to do.

Answers

what do you mean ? I’m confused..
You might need to add picture so we can see what you need

Omar’s teacher has asked him to send her a PDF copy of his presentation via email.

Which tab in the Backstage view should Omar use to create a PDF document?

Which option in the opened pane should Omar click?

Which option in the Publish dialog box should he mark?

How should he exit the dialog box?

Answers

Answer:

1. Export

2. Create PDF/XPS document

3. Standard

4. Click Publish

Explanation:

I got wrong on edg and found the correct answer

Answer:

1. Export

2. Create PDF/XPS document

3. Standard

4. Click Publish

Explanation:

What is a SCSI-1? What is it's function?

Answers

Answer:

The Small Computer Systems Interface (SCSI) is a local I/O bus that is used to connect up to seven peripherals to a host computer. A wide variety of peripherals can be connected including, hard drives, tape drives, CD-ROMs, scanners, etc. The SCSI-1 Hard Drive Interface is a Single ended data bus transmitting data referenced to ground [unbalanced]. SCSI-1 may be call narrow SCSI [or just SCSI] when the 8-bit data path is implemented, or Wide SCSI when operating with a 16-bit data bus. ... A total of 7 devices may be connected on the bus.

classify the situation example​

Answers

The situation is wrong and the example is right

What is BM(of KARD)'s favorite color,I'm making a Powerpoint about K-Pop because my teacher asked me to,and for me to give them some song reccomendations(I have that covered though UwU).
Thanks!

Answers

Answer:

I don't even know but hey fellow K-Pop stannnnn

if you download a virus onto ur computer which is the best way to get rid of it

A Throw ur computer on the flow when u get hacked
B immediately shut it down
C uninstall that app u just installed
D take your computer for a swim

Answers

I would think u would uninstall it

“Computers are really just simple _______________ that perform __________________ actions through many layers of abstraction.”

Answers

Answer:

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

Explanation:

This question is a type of fill in the blank. So the correct options to fill in the blanks are machines and complex.

       

Computers are really just simple machines that perform complex actions through many layers of abstraction.

give differensess between Container element and empty element in computer please give answer Help​
Brain

Answers

Answer:

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

Explanation:

There are containers and empty elements or tags in computer discipline such as in HTML language.  

Empty element:

These are the elements are the tags that have no content inside them and these elements or tags do not have end tags. for example the break tag in HTML such as <br> etc.

Container elements or tags:

These elements or tags have content inside them, they have opening and closing tags, unlike empty tags. for example paragraph tag, bold tag, and italic tag. These tags have opening and as well as closing tags. and between them, there is some content inside them.

the example of container tags is given below:

<html> html code / html contents</html><p>this is a<b>pargraph</b>container</p>

What is the binary equivalent of the decimal number 138?

Answers

Answer:

10001010

Explanation:

What are the three primary colors found on the color wheel?

Answers

Answer:

The three primary colors are red, yellow, and blue.

Jake really works well with numbers and is skilled with computers but doesn't work well with others. Which of the jobs discussed in this unit might be best for Jake? Why?

Answers

Answer:

Repair Technician (this is a guess, since im also on this)

Explanation:

A repair technician work alone most of the time and since he is good with computers, he can fix computers and not have to worry about working with others if he is too good at it, since he will satisfy so many customers and make alot of money if it is based on fixing a problem on a Computer. Since he is good with numbers, he will be able to count the fee from him having to work and fix something based on what it is.

Why is Internet fraud becoming increasingly common?

Answers

The internet has billions of users, and is gaining more everyday. As people gain more and more technological resources, it becomes easier for them to steal people’s information.

Sandra is writing a technical paper on Graphics Design. She needs to illustrate this paper with a few images to depict certain concepts. She browses the web and comes across images she can use. However, the images she finds are copyrighted. How should she use these images?

A. She can use the image as it is
B. She can modify the image and use it
C. She needs permission from the owner
D. She will not add the image at all

Answers

Answer:

The answer to this question is given below in the explantation section. The correct option is C

Explanation:

Sandra is writing a technical paper on Graphics Design. She needs to illustrate this paper with a few images to depict certain concepts. She browses the web and comes across images she can use. However, the images she finds are copyrighted. How should she use these images?

A. She can use the image as it is

B. She can modify the image and use it

C. She needs permission from the owner

D. She will not add the image at all

Because you can not use the copyrighted items in your research without taking permission from its author(s).

If you will use without taking permission from the author, then you may face legal issues and fines etc.

Answer:

shr needs premishion from the owner

Explanation:

edmentum/plato

Select the correct answer
Which graphic file format is useful for deploying images on websites?
СА.
PNG
OB.
TIFF
OC. JPEG
D.
GIF

Answers

Answer:

The answer is TIFF

Explanation:

I just put that answer and it was right

Answer:

The answer D. Gif

Explanation: Bro if your doing this on plato the tutorial literally say Gif do not listen to the guy above or u will fail that test

Which of the following is NOT something a user account tells Windows®?

The user’s personal preferences

The way Windows® powers on

The files a user can access

The changes a user can make to the computer

Answers

Answer:

The way Windows® powers on (B)

Explanation:

took test

The one that is not something a user account tells Windows is the way Windows powers on. The correct option is B.

What is Windows?

"Wide Interactive Network Development for Office Work Solution" is what WINDOWS stands for.

In a system that permits numerous viewing areas as part of a graphical user interface, a window is a discrete viewing area on a computer display screen ( GUI ).

As a component of a windowing system, windows are handled by a windows manager. Typically, a user can change the size of a window.

System software includes programmes like Windows, macOS, Android, and iOS. When a device starts up, operating systems are loaded into RAM and given access to the hard drive.

The manner Windows starts up is the only one that a user account does not inform Windows of.

Thus, the correct option is B.

For more details regarding windows, visit:

https://brainly.com/question/13502522

#SPJ6

Example of hard ware that computers on a network can share are he operating and the web browser? True or false

Answers

this is false........,.......,...

Answer:

your answer would be false

Explanation:

hope this helped!

What is the internet ?



Answers

Answer:

internet is the connection of computers worldwide

Answer:

Explanation:

The internet is the wider network that allows computer networks around the world run by companies, governments, universities and other organizations to talk to one another.

What is the value of the variable result after these lines of code are executed?

>>> a = 2
>>> b = -3
>>> c = 4
>>> result = (a - b) * c

The value of result is ______.

Answers

Answer:

5 i just found the answer

like the profile from dagunrapa 3 killing harmony kokichi oma

Answer:

5

Explanation:

The concept of "space" on a computer usually refers to the _____.

amount of total primary memory

amount of software loaded

number of slots open on the motherboard

storage available on the hard drive

Answers

Answer:

Storage available on the hard drive

Explanation:

Edge 2021

The concept of "space" on a computer usually refers to the storage available on the hard drive. Then the correct option is D.

What is the concept of space in computers?

Desktop space is usually denoted by the term "storage capacity." It could be used, for instance, in the sentence "I ran out of storage space on computer hard disc." It refers to a chamber used for stable or non-volatile information storage in this application.

Commonly referred to as "Space," unoccupied or vacant space in a hard drive is identical to unrestricted or unoccupied space in a hard disc. Space refers to disc space when describing the capacity or accessible place of a hard disk and other such storage devices.

On a system, "space" often refers to the storage capacity of the hard disc. Then the correct option is D.

More about the concept of space in computers link is given below.

https://brainly.com/question/17269610

#SPJ2

Keyshia wants to add movement to her PowerPoint presentation. Which tab should she use to complete this task?

Animations
Design
Format
Transition

Answers

Answer:

A on edg

Explanation:

Answer:

Animations

Explanation:

In what types of publications might you see a chart?

newspaper magazines web pages or books with only text

Answers

Answer:

The answer to this question is given below in the explanation section. however, the correct answer is newspapers, magazines, and webpages.

Explanation:

This question is about what types of publications might have a chart(s).

The correct answer is newspapers, magazines and, webpages might have charts to show data in visual form.

For example, some business newspapers, periodically magazines, web pages, or online blogs may publish charts that show or represent data in visual form for the reader to understand data easily.

Which of the following statements best compares and contrasts the role of story writers and script writers

Answers

Answer:

Both script and story writers must use the elements of plot to develop their work; however, script writers must also include the use of stage and camera descriptions.

Explanation:

Answer:

Both script and story writers must use the elements of plot to develop their work; however, script writers must also include the use of stage and camera descriptions.

Props to the other answer.

What does it mean to clear a setting in a dialog box?
A) To print it
B) To turn it off
C) To delete it
D) turn it on

Answers

it would be c because you clean in it up

When Creating a FPS game what basic rules would you add?

Answers

Answer:

We should add:

Explanation:

Anything red must explode if shot. Fixed mounted guns must always face away from any potential flash points and be pretty much useless. Never bring a gun to a knife fight. Never run into a room that you have just thrown a flash bang into as the grenade only effects you.. Create a world that invites, encourages, and rewards smart thinking.The game world is the real world.packages are the best way to draw out campers, pop one out into open areas and pick people off as they inevitably try to steal it from you, then when they are all dead still in and claim your UAV (or ammo crate more often than not).The only thing you can ever rely on your team to do is, give away your position, run into your line of fire and friendly flash you.If you pick up the sniper or any other power weapon someone on your team will always teamkill you for it then miss with every shot they fire using it.

Other Questions
What is the midpoint of a line segment with the endpoints of (-4, -4) and (6, 14)(10, 18)(2, 10)(-1, 4)(1, 5) according to lao tradition, how are the stories of their history passed on? what is 2400000 in standard form Which explorer(s) helped lead settlement acrossthe Appalachian Mountains?Zebulon PikeLewis and ClarkDaniel Boone Shop Mart bought 47 crates of cereal. In each crate, there are a dozen boxes of cereal. How many boxes of cereal did Shop Mart buy? Answer the question below and remember to label your answer! Because the bodies of animals contain carbon molecules, the animal kingdom stores huge amounts of carbon. Which of the following processes returns carbon from this vast reservoir to the active carbon cycle? What is it called when a species adapts to changing environments, food sources, predators,etc., and survives to reproduce future generations?A) Natural AdaptationB) Natural SelectionC) Selective AdaptationsD) Natural Cooperation Given:QT bisects SP, SP bisects QTProve: QRS=SRT i need helppppp really fast I just need you to check my answer please Read the sentence from Barrio Boy by Ernesto Galarza.Jos bought us two cardboard suitcases and one for himself, and an alarm clock like the one we used to try to win in the lottery tent in Mazatlan.Which word has a connotative meaning in the sentence?cardboardsuitcasesalarmtent 711010 in word form Luis can do 78 up downs in 4 minutes. At this rate, how manyminutes will it take him to do 156 updowns? At a little-known vacation spot, taxi fares are a bargain. A 12-mile taxi ride takes 18 minutes and costs $7.20. You want to find the cost of a 46-mile taxi ride. What unit price do you need? The idea that the court should play a more active role in creating national policies and answering questions of conflict in society is the best definition for________________.Question options:A. checks and balancesB. judicial activismC. separation of powersD. judicial restraint I'll give you 100 points if you answer this correctly!! Make a table of ordered pairs for the equation. y=1/3x+4Then plot two points to graph the equation. On a coordinate plane, a line with positive slope goes through points (negative 6, negative 4) and (0, 6). A point is at (4, negative 6).Use the given line and the point not on the line to answer the question.What is the point on the line perpendicular to the given line, passing through the given point that is also on the y-axis? (3.6, 0) (2, 0)(0, 3.6)(0, 2) It costs Ruth $12.50 a week to wash and dry her clothes at the laundromat. If awasher and dryer cost a total of $940, how many weeks will it take for Ruth's laundrycost to equal the cost of the washer and dryer? an object starts from rest and accelerates at a rate of 4 m/s^2 for 3 seconds. What is its displacement from the start position? Emotional support needed... What is the current status of DDT use around the world?It is one of 12 common pesticides still widely used in the United States.It has been shown to be less toxic to birds than it used to be.It is banned in so many countries that it is no longer being produced.Its use is now limited to tropical regions, where it helps control malaria.