Software that allows the application software to interact with the computer is called __________.

Answers

Answer 1
Operating system software or OS for short.
Answer 2

Final answer:

The operating system software is the software that allows application software to interact with the computer, managing hardware resources and supporting user tasks. Microsoft Windows is an example of such software, providing an environment for other software like Microsoft Office to function.

Explanation:

Software that allows the application software to interact with the computer is called operating system software. The operating system (OS) is a vital component of the computer system because it manages the hardware resources, and provides an environment where application software can run. The OS includes human-software interactions in complex automated systems and supports the decision-making processes of workers.

Examples of operating systems include Microsoft Windows, which is one of the most prevalent in personal and office computing environments. Complementary software such as Microsoft Office, which includes programs like Word, Excel, and PowerPoint, is part of the office suite software category that works in conjunction with an operating system to enable productivity tasks. Database, email, and other utilitarian software like Microsoft Access and Email software enhance the functionality and user interaction with the computer system further.


Related Questions

You can select a noncontiguous range of cells by pressing and holding the ________ key when using it in combination with other navigation keys and/or the mouse

Answers

Hey there!

I believe your answer will be the "Shift" key. You can hold down Shift and select a cell from your current cell position to select everything between the original position and the cell you clicked on without having to drag your mouse across the cells. If you were to hold down the Ctrl or Command key, you would only have your original selection and your new selection highlighted. 

Your answer will be Shift. 

Hope this helped you out! :-)

What kind of device is a cpu input or output?

Answers

Correct answer: Neither

The CPU is also known as the processor or microprocessor. The CPU is responsible for executing a sequence of stored instructions called a program. This program will take inputs from an input device, process the input in some way and output the results to an output device. It is neither an input nor an output device, but it is usually connected to both kinds of devices.

Output devices like your monitor, speaker, and printer does not process anything fo it to be categorized as a processing device like your CPU and so as input devices like your mouse, microphone, and keyboard.

For security reasons a network administrator needs to ensure that local computers cannot ping each other. which settings can accomplish this task?

Answers

The administrator of the network can access the admin settings on the network's primary DNS servers. From there, there are hundreds of various settings and changes to make. There is one, however, that is able to disable pings. This will prevent computers from responding to ping requests. This can help to ensure internal security and reduce internal network traffic.

Final answer:

To prevent local computers from pinging each other, a network administrator can adjust the firewall settings to block ICMP Echo Requests, either on individual computers or network devices.

Explanation:

To prevent local computers from pinging each other on a network, a network administrator can configure the firewall settings on each computer. By setting up inbound and outbound rules, they can block Internet Control Message Protocol (ICMP) requests, which are used by the ping command. Specifically, the administrator would need to block ICMP Echo Requests to stop computers from responding to pings. Depending on the network's complexity, this can be done either individually on each computer, through a group policy in a Windows domain environment, or on a central network device like a router or firewall that governs the local network traffic. By implementing these firewall settings, local computers will not be able to ping each other, thus enhancing security on the network.

A virtual meeting is the same thing as a/an A. online meeting. B. VoIP. C. seminar. D. convention.

Answers

Answer:

a developer forum

Explanation:

The interface should communicate the status of any activity initiated by the user is what type of interface design principle?

Answers

Answer: User-friendly

Ep-34 where should you aim a fire extinguisher's stream when extinguishing a fire?

Answers

When extinguishing a fire, the extinguisher's stream should be aimed at the base of the flame using a sweeping motion. This will allow one to kill the fire from the source. This will quickly put out the fire faster applying the extinguisher from the upside.

Answer:

towards the base of the fire.

Explanation:

Aim the nozzle or outlet towards the base of the fire. Squeeze the handles together to discharge the extinguishing agent inside. To stop discharge, release the handles. Sweep the nozzle from side to side as you approach the fire, directing the extinguishing agent at the base of the flames.

When entering a formula or function into a cell, most spreadsheet programs require that you begin with some type of symbol, usually the asterisk character (*)?

Answers

This is a false statement, if that's the question.

In a ________ network, data collisions can occur fairly easily because the network is essentially composed of a single cable.

Answers

2.4GHz Wireless Network

The technology (software) that automatically downloads website information to your computer is called ________.'

Answers

a malicious program that repeatedly copies itself into a computer's memory .... the authoring language used to create documents on the World Wide Web. ... an interconnected system of internet computers(called servers) that support specially ..... software that automatically downloads information to personal computers.

____ is an authentication service commonly used on unix devices that communicates by forwarding user authentication information to a centralized server.

Answers

TACAS or Terminal Access Controller Access Control System would be the missing word here.

Which version of windows server 2008 must computer be running to create a failover cluster?

Answers

windows 7 had this problem

The means by which an operating system or any other program interacts with the user is called th

Answers

Networking capabilities of a computer

Which type of security threat installs to a computer without the user's knowledge and then monitors all computer activity?

Answers

That would be what is known as Spyware, a common form of this is known as a "Trojan Horse". This type of malware is typically latched on and hidden within files, such as when downloading a pirated version of a song, game, art-work, etc...
This is called spyware, so I'd say it would be a Trojan Horse, since those can install without alerting anything really.

To connect her external hard drive where her music files are stored to the computer, jess needs to use the

Answers

USB port would work? Modem is wi-fi related, serial is something else, and I wouldn't know other than that.

20. Which one of the following oscilloscope controls is used to move the trace up and down the screen vertically? A. Focus B. Sweep speed C. Intensity D. Position

Answers

b. is the answer to this question 

Answer:sweep speed

Explanation:

Liz will use a CD-R compact disk to write to more than once. Carlo will use a CD-RW compact disk to write to more than once. Who is using the correct disk for its purpose? 

       A. Only Carlo is correct.   B. Neither Carlo nor Liz is correct.   C. Both Carlo and Liz are correct.   D. Only Liz is correct.

Answers

A. Only Carlo is correct.

CD-R drives once burned cannot be reused, however CD-RW can be rewritten for up to 1000 times.

Horizontal scaling of client/server architecture means _____.

Answers

Horizontal scaling of client/server architecture means that more machines or more client workstation are added in the network. The impact on the network should be small and negligible. 
Vertical scaling on the other hand means that more power (processing units) are added in the network. 

Inkjet printers and laser printers are examples of ________ printers.

Answers

inkjet printers and laser printers are examples of NON-IMPACT printers.

âwhat service uses a private cloud in conjunction with a web browser or downloaded client software to access desktop software?

Answers

The answer should be: Virtual Desktop Infrastructure

What is the name of the interface that uses graphics as compared to a command-driven interface?

Answers

Answer = GUI (Graphical User Interface)

Find an element inside a div using javascript

Answers

You want to find it based on what? Here's a solution if you want to find it based on id:

function GetElementInsideContainer(containerID, childID) {
   var elm = document.getElementById(childID);
   var parent = elm ? elm.parentNode : {};
   return (parent.id && parent.id === containerID) ? elm : {};
}

If a webpage utilizes two css files - style.css and media-queries.css, which should be linked last in the head section?

Answers

media-queries.css should be linked last, the same as if your media queries were in the same file (always go last)

What computer system was the first to run the unix operating system?

Answers

The Digital Equipment Corporation PDP-7 system was the first to run Unix as an operating system in 1969. Ken Thompson wrote the operating system on this computer. The PDP-7 is an 18-bit mini computer, first developed in 1965. This computer was considered inexpensive yet powerful at its time of development.

Many computer users, especially beginners, find ________ interfaces difficult to use.

Answers

Many computer users, especially beginners, find Command Line Interfaces difficult to use.

The word Command Line will come in the blank. Other names for Command line interface (CLI) are console user interface and character user interface (CUI). It is a user interface to a computers operating system. 

Widely spaced isobars often indicate ________.

Answers

light winds is the correct answer

Widely spaced isobars often indicate calm weather conditions. The correct option is A.

On a weather map, isobars are lines that link regions with the same atmospheric pressure. A weak pressure gradient, or minimal change in pressure over a specific distance, is shown by widely spaced isobars.

The wind flow in these circumstances is typically light and mild. Isobars that are widely separated suggest weak pressure gradients, which leads to calm or mild breezes.

Usually, this results in stable weather with few atmospheric disturbances, mild breezes, and calm weather patterns.

Isobars alone might not give a complete picture of weather conditions, so it's crucial to keep in mind that other meteorological aspects should also be taken into account while assessing conditions.

Thus, the correct option is A.

For more details regarding Isobars, visit:

https://brainly.com/question/17447073

#SPJ6

Your question seems incomplete, the probable complete question is:

Widely spaced isobars often indicate ________.

A) Calm weather conditions

B) Strong winds

C) Heavy rainfall

D) High humidity levels

How does the network layer use the mtu value?

Answers

The MTU is passed to the network layer by the data link layer. The standard Ethernet MTU value is 1500 bytes.

Give one advantage and two disadvantages of using a wireless network

Answers

an advantage would be that you wouldn't  have to try to get cables from everywhere but the disadvantages are that you would loose internet while walking and you would have unstable internet. I'm sorry if I'm wrong

To extend the bottom border of a hyperlink across the complete width of a navigation list, change the ____ property of each hyperlink to block.

Answers

Change the display property of each hyperlink to block.

In which format is information stored on a hard drive?

Answers

The answer is binary

Why might you want to use a raid 0 disk configuration?

Answers

Using a RAID 0 Disk Configuration, improves the overall disk performance of your computer. RAID 0 is commonly referred to as a stripe set or striped volume. RAID 0 splits the data equally through two or more disks, deprived of equivalent information, excess, or fault tolerance.

Answer:

a. Improve overall disk performance

Explanation:

Other Questions
The world health organization (who) estimates that about _____ percent of all food is lost to food spoilage. True or False: You should not try to put out a gasoline or diesel out with water. What is Thomas Edison often mistakenly credited for inventing? If 7 is added to twice a number and this sum is multiplied by 5 , the result is the same as if the number is multiplied by 6 and 11 is added to the product. what is the number? write a description of the rule (x,y) (x-2,y-7) Susana: pues, yo tengo mi libro. voy a leer pablo: yo voy a mirar la _____________ que tienen en el vuelo. julio: yo no. yo voy a _____________! PLEASE HELP ME!!!!!Read the excerpt from "Song of Myself" by Walt Whitman and complete the sentence that follows. What has become of the young and old men? And what has become of the women and children? They are alive and well somewhere, The smallest sprout shows there is really no death, And if ever there was it led forward life, and does not wait at the end to arrest it, And ceas'd the moment life appear'd. All goes onward and outward, nothing collapses, And to die is different from what any one supposed, and luckier.In the excerpt Walt Whitman suggests that 1. ____________ because 2. _________. Options for 1.A. human beings continue to exist after death in the form of soulsB. no remnant of human life can exist after deathC. human beings continue to exist after death through the people they knewD. some remnant of human life continues to exist after deathOptions for 2. E. the human soul is unchangeable and immortalF. the remains of the dead are absorbed into the soil and continue to nourish lifeG. the soul and consciousness continue to exist in other living beingsH. the human soul is not immortal in any way a basketball player has already scored 56 points in a game the team record for point a in a game is 72 which equation would allow you to find out how many more points the player needs to tie the record The mass of the parts is always ___ the mass of the whole when looking at nuclear masses. Which layer of earth do scientists believe is most likely made of solid metals? Discuss the similarities and differences among the French, American, and Spanish colonial revolutions. help me please? what is the oldest federal law agency in the country? Jane is four months pregnant. when describing how her baby is developing, jane is most likely talking about changes that occur during the ________ period Which nutrients may slow the loss of cognitive function associated with alzheimer's disease? Suppose that the alternative uses of an hour of your time in the evening, ranked from best to worst, are (1) study economics, (2i) watch two half-hour tv sitcoms, (3) play pool, and (4) jog around town. you can only choose one activity. what is the opportunity cost of studying economics for one hour, given this information? What did malthus predict about the human population? Is the more densely population European nation Find the surface area of the figure below. Leave answer in terms of .A. 1060 in2B. 1160 in2C. 1260 in2D. 1000 in2 What are three benefits of social behavior? Write an algebraic expression which represents the volume of a box whose width is 4y, height is 6y and length is 3y + 1. Steam Workshop Downloader