Windows, mac os, and which other operating system constitute three desktop operating systems?.

Answers

Answer 1
Linux is the correct answer. I am 100% certain of this.

Related Questions

Which device allows users to directly hear data from a computer

Answers

Output Device are known to be device that allows users to directly hear data from a computer.

What is an output device?

This is known to be any piece of computer hardware tools that helps in changing of information into a human perceptible ways such as graphics, tactile, audio, etc.

Therefore, Output Device are known to be device that allows users to directly hear data from a computer.

Learn more about Output Device from

https://brainly.com/question/13014449

#SPJ1

What is a system of access control that allows only limited use of material that has been legally purchased?

Answers

DRM is a system of access control that allows only limited use of any material or resource that has been legally purchased by an end user.

What is DRM?

DRM is an acronym for digital rights management and it can be defined as a system of access control that is designed and developed to control and manage access to copyrighted digital materials or contents, especially through the use of technology.

This ultimately implies that, digital rights management (DRM) is a system of access control that allows only limited use of any material or resource that has been legally purchased by an end user.

Read more on DRM here: https://brainly.com/question/19865636

#SPJ12

types of computer analogue, digital, hybrid computer

Answers

Explanation:

Analog computers:

An Analog computer is a computing device that works on a continuous range of values. The results given by the analog computers will only be approximate since they deal with quantities that vary continuously. It generally deals with physical variables such as voltage, pressure, temperature, speed, etc. Results generated by these computers are not complete, there may be any fractions values involve with the results of these computers, wall clocks are the main example of this computer.

Digital computer:

On the other hand, a digital computer operates on digital data such as numbers. It uses binary number system in which there are only two digits 0 and 1 each one is called a bit.

The digital computer is designed using digital circuits in which there are two levels for an input or output signal. These two levels are known as logic 0 and logic 1. Digital computers can give more accurate and faster results. A digital computer is well suited for solving complex problems in engineering and technology. Hence digital computers have increasing use in the field of design research and data processing. Based on the purpose, digital computers can be further classified into two main categories

General purpose computers

Special purpose computers

Hybrid computer:

A hybrid computer combines the desirable features of analog and digital computers. It is mostly used for automatic operations of complicated physical processes and machines. Now a day’s analog to digital and digital to analog converters are used for transforming the data into suitable form for either type of computation

For example, in hospital ICU analog devices might measure the patients temperature, blood pressure, and other vital signs. These measurements which are in analog might then be converted into numbers and supplied to digital components. In the system these components are used to monitor the patients vital sign and send signals if any abnormal readings are detected, hybrid computers are mainly used for specialized tasks.

Describe the fundamental security policies outlined by PCI DSS, FISMA, and COBIT. In a subsequent paragraph, identify at least 2 types of industries (e.g., Internet service providers, health care, education) and describe which of the latter standard(s) should be considered in that industry. Defend your response.

Answers

PCI policies are known to be a kind of security policy that is said to covers how an organization look into or see the 12 requirements of the Payment Card Industry Data Security Standard (PCI DSS).

What are the areas that PCI DSS covers?The fundamental security policies of PCI DSS Requirement  covers:Processors and Backup serversThird parties that store or handle PAN.The Outsourced management of systems or equipment and others

Therefore,  PCI policies are known to be a kind of security policy that is said to covers how an organization look into or see the 12 requirements of the Payment Card Industry Data Security Standard (PCI DSS).

Learn more about policies from

https://brainly.com/question/1578160

#SPJ1

how memory and storage space are managed in gaming application

Answers

Answer:

it depends on which type of game you play like GTA series consume 68 GB ! normal games like poker . and all this sh*t

Which native windows application allows you to access basic pc settings and controls such as system information, controlling user accounts, and uninstalling programs?.

Answers

Answer:

Control Panel

Explanation:

The Control Panel allows you to access system information and change PC settings, as well as uninstall programs not downloaded from the Microsoft Store.

Which term refers to a shorthand method for identifying network and host bits in an ip address?

Answers

A CIDR Notation is known as the term that refers to a shorthand method for identifying network and host bits in an ip address.

What is CIDR Notation?

This is known to be a term that was devised in 1993 by the IETF. The  CIDR is said to be a  shorthand method for knowing network and host bits in an IP address.

Therefore, one can say that A CIDR Notation is known as the term that refers to a shorthand method for identifying network and host bits in an ip address.

Learn more about CIDR Notation from

https://brainly.com/question/14985928

#SPJ12

Type the correct answer in the box. Spell all words correctly. Photographers can compress files in different formats. One of the formats ensures that the quality and details of the image are not lost when the photographer saves the file. Which file format is this? The file format ensures that images don’t lose their quality and details when photographers save them.

Answers

Explain the basic components of a computer system control unit

Answer: Lossless

Explanation: just took the test

Asynchronous software enables team members to work together at _____

Answers

Asynchronous software enables team members to work together at different times.

What is asynchronous software?

An asynchronous operation is known to be the process that operates on its own of other processes.

Therefore, Asynchronous software enables team members to work together at different times.

See full question below

Asynchronous software enables team members to work together at _____.

a. a location in which a server computer is present

b. the same time

c. different times

d. an agreed-upon location

Learn more about Asynchronous software from

https://brainly.com/question/13172436

#SPJ12

Sara is asked to create a controller for light sensors. When the light falls on the sensor, it needs to indicate when a particular object is moved from its original position. For this, she needs a credit card-sized motherboard with a microcontroller on it. Which option should she select?

Answers

Answer:

Arduino

Explanation:

Arduino is a free and open-source electronics platform with simple hardware and software. Arduino boards can read inputs, turn on a sensor and transform it into an output, activate a motor, and turn on an LED. Sara may direct her board by sending a series of instructions to the board's microcontroller. To accomplish so, she used the Arduino programming language and the Arduino Software (IDE), both of which are founded on Processing.

which is the base class in the following statement? class car : public vehicle

Answers

The base class in the following statements is the vehicle class.

What is a base class?

A base class is also known as a parent class.

A parent class is the existing class from which the other classes are determined and properties are inherited.

The class car is the child class. The child class inherit the properties of the parent class or the base class.

Therefore, the base class is the vehicle class.

learn more on class here; https://brainly.com/question/14293976

#SPJ11

Identify a true statement of array.find(callback [, thisArg]) method. It tests whether the condition returned by the callback function holds for all items in array. It returns the value of the first element in the array that passes a test in the callback function. It tests whether the condition returned by the callback function holds for at least one item in array. It returns the index of the first element in the array that passes a test in the callback function.

Answers

The true statement of the array is that C. It tests whether the condition returned by the callback function holds for at least one item in array.

What is an array?

It should be noted that an array means a data structure that can store a fixed size collection of elements.

In this case, the true statement of the array is that it tests whether the condition returned by the callback function holds for at least one item in array.

Learn more about array on:

brainly.com/question/26104158

#SPJ12

A variable, usually a bool or an int, that signals when a condition exists is known as a(n):

Answers

A variable, usually a bool or an integer, that signals when a condition exists is a flag.

What is a variable?

Generally, variables are containers for storing values.

A variable is a memory location where you store a value.

The value that you have stored may change in the future according to the specifications.

Therefore, a a variable usually a bool or an integer, that signals when a condition exists is a flag

learn more on variable here: https://brainly.com/question/14500181

#SPJ2

a vpn is used primarily for which purpose?

Answers

The primary purpose of VPN is to establish a protected network connection when using public networks.

What is VPN?

The full meaning of VPN is virtual private network.

Therefore, it  describes the opportunity to establish a protected network connection when using public networks.

The Virtual private network allows you to send or receive data across a public network with protection

The benefits of a Virtual private network include increases in functionality, security, and management of the private network

learn more on VPN here: https://brainly.com/question/15711083

#SPJ11

Network latency issues are often caused by selinux or apparmor restrictions. True or false?

Answers

Network latency issues are not often caused by selinux or apparmor restrictions. Therefore, it's false.

What is network latency?

It should bm be noted that latency simply means the time taken for a data packet to travel from a point to another.

In this case, network latency issues are not often caused by selinux or apparmor restrictions. Therefore, it's false.

Learn more about latency on:

brainly.com/question/27013190

#SPJ12

With _____ technology, a web server delivers information to users, who have signed up for the service, instead of waiting for them to request the information be sent to them

Answers

With the use of Push technology, a web server delivers information to users, who have signed up for the service.

What is  push technology?

This is known to be Software that automatically send information to users. via a Web browser, e-mail, or others.

Note that in the case above, With the use of Push technology, a web server delivers information to users, who have signed up for the service.

Learn more about Push technology from

https://brainly.com/question/9165574

#SPJ12

What are 2 ways to send a message to your client when signed in as an accountant user?.

Answers

Answer:

The use of Ask client and request are 2 ways to send a message to your client when signed in as an accountant user.

A field identified in a record as holding the unique identifier for that record is called the::

Answers

A field identified in a record as holding the unique identifier for that record is called the; key field

What is a key field in computer?

A field in computer is a record that holds unique data which identifies that record from all the other records in the file or database

Finally, the correct answer is a key field because it is a field in a record of a data table that contains unique data and separates that record from all other records in the database.

Typical key fields include account number, product code and customer name.

Read more about key field at; https://brainly.com/question/14577288

#SPJ12

How many accelerometers are there in an IRS system?

Answers

The number of accelerometers that are in an IRS system are three (3).

What is an IRS system?

IRS system is an abbreviation for inertial reference system (IRS) and it can be defined as a navigation system that is designed and developed to provide inertial navigation data to various user systems, especially by using a ring-laser gyro.

In the Aviation and Engineering filed, he number of accelerometers that are in an inertial reference system (IRS) system are three (3).

Read more on navigation system here: https://brainly.com/question/26052911

#SPJ12

which addresses represent valid local loopback addresses? check all that apply.

Answers

The addresses that represent valid local loopback addresses is 127.0. 0.1 as it is often used as the local loopback address.

What is the IP address 127.0 0.0 used for?

This is known to be a loopback address.  The IP address is one that ranges from 127.0. 0.0 to 127.255. 255.255 and it is known to be often reserved for loopback.

Therefore, The addresses that represent valid local loopback addresses is 127.0. 0.1 as it is often used as the local loopback address.

Learn more about loopback address from

https://brainly.com/question/2718542

#SPJ11

Angela is considering buying stock in a popular computer software company whose price has dropped significantly in the last year. Why might this be a wise move for angela to make?

Answers

Th right decision for Angela to make is that It is better to buy when prices are low and then she sell when prices are high.

What is the decision about?

In the case above, it is better that Angela made a better decision because  it is easy and good in terms of profit that she will earn for her to buy when prices are low and then sell when prices are high.

Therefore, Th right decision for Angela to make is that It is better to buy when prices are low and then she sell when prices are high.

See full question below

Angela is considering buying stock in a popular computer software company whose price has dropped significantly in the last year. Why might this be a wise move for Angela to make? because it is smart to buy when prices are high and sell when prices are low because it is smart to buy when prices are low and sell when prices are high because her investment will be guaranteed by the government if the company fails because the company will rebound because she likes to use the products they sell

Learn more about stock from

https://brainly.com/question/13928270

#SPJ12

According to the rules of precedence which operator will be evaluated first?

Answers

Based on the rules of precedence the operator that will be evaluated first is AND.

What Does Precedence Mean?

Precedence, in C#, is known to be a kind of rule that tells the order in which a specific operations need to be carry out in an expression.

Note that Based on the rules of precedence the operator that will be evaluated first is AND.

Learn more about precedence from

https://brainly.com/question/1964725

#SPJ12

setting a starting value for a variable is called _____________.

Answers

Setting a starting value for a variable is called initializing.

Setting a starting value for a variable is called:

InitializingWhat is Initializing?

Initializing is the act of assigning a value to a given piece of information classified as a variable.

Most times in programming, the starting value of 0 is often assigned to the first value. So, the correct answer is, Initializing.

Learn more about initializing here:

https://brainly.com/question/27230187

#SPJ11

Suppose that you have declared a numeric array named numbers, and two of its elements are numbers[1] and numbers[4]. You know that _________.

Answers

Answer:

there are exactly two elements between those two elements

An automation script fails to connect to an internal server exactly 1 out of 2 times it is executed. This behavior is seen from different clients. Which networking device must be at fault

Answers

The networking device that must be at fault is the switch network.

What is a networking device?

It should be noted that a networking device means an individual component of the network that's participates at different protocol layers.

Here, the automation script fails to connect to an internal server exactly 1 out of 2 times it is executed. This behavior is seen from different clients. This is the fault of the switch.

Learn more about network on:

brainly.com/question/1637942

#SPJ12

you are troubleshooting physical layer issues with the gi0/1 interface in a router. you need to view and analyze the number of collisions detected on the interface. which command should you use?

Answers

A command which you should use to view and analyze the number of collisions is show interfaces gi0/1.

What is a command?

A command is the set of instructions that is used to configure a network device such as a router, in order to make it active on a computer network and enable it perform certain tasks automatically during network communication.

In this scenario, show interfaces gi0/1 is a command which you should use to view and analyze the number of collisions.

Read more on commands here: brainly.com/question/17147683

#SPJ11

What is the relationship between a product owner (po) and product management (pm)

Answers

A product owner (po) is a designated title to an individual assigned to make decisions for the product as a whole.

Product owner

There are a lot of responsibilities attached to this role, such as detailed planning and assigning tasks to capable team members. It also involves setting task deadlines and then reviewing the task when they're completed.
However, product management is not a designated work title like product owner, it is a term that simply describes the set of activities performed by the product owner as well as other authorized members of the team. But is important to note that when it comes to decisions about the whole direction of the product, the product owner alone bears this responsibility.

You can learn more about the product owner here https://brainly.com/question/16412628

#SPJ9

What is an advantage of using a dynamic hard drive in a vm?

Answers

The advantage of using a dynamic hard drive in a vm is that the space on the physical computer hard drive us used only when it's needed.

What is a virtual machine?

It should be noted that a virtual machine simply means a machine that allows one to run an operating system on your desktop.

The advantage of using a dynamic hard drive in a virtual machine is that the space on the physical computer hard drive us used only when it's needed.

Learn more about virtual machine on;

brainly.com/question/19743226

#SPJ12

Part B
Select a student organization belonging to the Career and Technical Student Organizations (CTSO) of your choice in which you would like to
participate. You should choose a CTSO related to the field of computers. Research online and create a brief report on the mission of the
organization, and state the reason why you want to participate in this organization.
You roay use online resources to find information about the organization

Answers

My choice of the  student organization that is belonging to the Career and Technical Student Organizations (CTSO) is DECA.

What is DECA about?

DECA is known to be a type of CTSO that is said to allow or aid students to be able to create college and career readiness form of skills.

Note that DECA is based  on helping students to be very prepared for careers in in areas of:

Business Management and AdministrationFinanceHospitality & TourismMarketing

Learn more about CTSO from

https://brainly.com/question/10917703

#SPJ1

30 POINTS FOR THE ANSWER

Rico is about to send his first professional design project to a printer and he wants to make sure he has not forgotten any of the steps. He decides to do some research on how the colors will look on paper compared to his monitor. After he completes his research, he realizes that having a checklist for each job would help him remember all the steps.


For this discussion, do some research on how printed colors will look compared to colors on your monitor. What possible solutions may work for you to help increase the likelihood that the printed colors will match the monitor colors? After doing that research, create a checklist of the steps involved with preparing a file for printing. Make sure to include items learned in this lesson and what you learned in your research.

Answers

The possible solutions are:

Ask for a printed or click on proof to get the  right color match.One can use Pantone colors as it aids with color matching.

How do one do the above?

Computers is known to often use the same data and it often uses it to bring up clarity or light up pixels on its screen.

Therefore to get the result above, one need to check system preference system setting to get different brightness and color settings.

Therefore, The possible solutions are:

Ask for a printed or click on proof to get the  right color match.One can use Pantone colors as it aids with color matching.

Learn more about printed colors from

https://brainly.com/question/1548113

#SPJ1

Other Questions
which of the following is a rational number a.5b.c.1/2d.(77) Which of the following is using chemical potential energy?O A. An apple hanging on a treeB. A water wheel turning in a streamOC. A hiker eating an energy barOD. A petal falling from a flower On 1st January 2014, a company purchased Machinery for $200,000. Depreciation was charged under the straight-line method 10% p.a. At the end of 2016, the company has decided to change the depreciation method straight line to diminishing balance 15% p.a. effective from the very beginning. The accounts are closed on 31 December each year.Required: Machinery account from 2014 to 2016 periodic health claim payments must be made at least For her job, natasha spent a total of n minutes processing id card applications and driver's license applications. it takes natasha 15 minutes to process and id card aplication and 20 minutes to process a driver's license application. what is the value of n How did the Columbian Exchange affect the African people? Help me with this piecewise function! Prove the expression below: " Hard work opens all doors " State five reasons why the above expression is true. (Using examples) Why did America annex Hawaii?(own words) What topic level do herbivores occupy in a food chain What are the domain and range of the function below?A. Domain: (-4,0)Range: [-2,)B. Domain: (-3,0)Range: [-2,)C. Domain: (-,)Range: [-2,)D. Domain:Range: (-,)PS don't mind that dot on the graph, didn't mean to put it there. Describe the steps involved in the release of neurotransmitter into a synaptic cleft to bind to its receptor. Which equation represents a side that is perpendicular to side d? O y = 2x+5 Oy=-2x+5 NG 0 Y=2x-5/2 OY--12-12 = Which equation represents a side that is perpendicular to side d ? O y = 2x + 5 Oy = -2x + 5 NG 0 Y = 2x - 5 / 2 OY -- 12-12 = How much is the bill for a person who used 700 kWh in a month? Jacobo, por favor, _[blank]__ leche y pan del supermercado.Chicos, _[blank] a ver televisin.Raquel y Sara, _[blank] los platos a la cocina.Julia, [blank] y ayude a poner la mesa.vengan Traiga ComprenVengaLlevenVayan helpp im timed Part AFill a clear glass or resealable plastic bag three-fourths full with water. Place the pencil in the water, and hold it vertically without spilling. Look at the pencil from the side. Describe what you see.Part BTilt the pencil from side to side while continuing to look at it from the side. Describe what you see. Which of the following best describes the set of complex numbers?OA. The set of all numbers of the form a+bi, where a and bare anyreal numbers and i equals -1B. The set of all numbers of the form abi, where a and bare any realnumbers and i equals 1C. The set of all numbers of the form a+bi, where a and b are anyreal numbers and i equals -1OD. The set of all numbers of the form abi, where a and b are any realnumbers and / equals -1 Unas deportivas cuestan $600 he visto que hay una rebaja del 20% cunto dinero rebajado las reporteras Please answer both questions math Social phobias usually begin in: