Which type of software must include the source code, which allows programmers to modify and improve the software?

Answers

Answer 1
Hi there, 

The Open Source software type is the one that includes the source code and let the community improve the software's functionality.

Please check here in order to get a proper idea:
https://en.wikipedia.org/wiki/Open-source_software

Regards,
Alex

Related Questions

Having reviewed dod wireless stig (ver6, release 1), sarah learns she may only utilize secnet 54 and ______________ for transmitting classified information up to top secret.

Answers

Sarah learns she may only utilize SecNet 54 and SecNet 11 for transmitting classified information up to top secret.

SecNet 11 Plus is a family of encrypted 802.11b wi-fi networking products. The Army has also approved SecNet 11 as part of the classified Navy Marine Corps Intranet (NMCI) wireless solution. There are many products in SecNet 11 family, such as SecNet 11 Plus PC card, the SecNet 11 Wireless ridge, and the SecNet 11 Key Fill Cable etc.

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! :-)

Inkjet printers and laser printers are examples of ________ printers.

Answers

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

Which is the common name for a program that has no useful purpose, but attempts to spread itself to other systems and often damages resources on the systems where it is found?

Answers

its know as a virus (a program created to spread and maliciously harm computers)

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.

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.

â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

If your BAL is .10 you can expect a _______ drop in complex performance compared to the sober level

Answers

36% is the answer to your question.

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.

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

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.

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

Answers

windows 7 had this problem

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.

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

Answers

Answer: User-friendly

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.

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. 

"the most common way to access the internet is through ________."

Answers

The most common was is your phone

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.

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)

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

Answers

2.4GHz Wireless Network

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 : {};
}

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.

A user reports that his macine will no longer boot properly. after asking several questions to determine the problem, you suspect the user unknowingly downloaded malware from the internet, and that the malware has infected the system

Answers

A malware is a software the capable to damage or disable computer programs. The user must reimage the machine or reprogram the system. It can be also boot from Windows installation and use the recovery environment to run a startup repair.

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

Answers

Answer = GUI (Graphical User Interface)

Voip uses ________ technology similar to email to transmit voice over the internet. digital

Answers

The answer to this question is Digital technology.

Digital technology refers to the software and hardware that are used in our homes, schools, and offices which are evolving. Digital technologies are electronic tools like online games, social media, and mobile devices. Digital technology comprises of electronics like fast computers, portable devices, and networks with higher connections.

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

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:

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.

____ 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.

In order to use the commit command in oracle, you need to clear the check mark from the ____ check box.​

Answers

In order to use the commit command in oracle, you need to clear the check mark from the autocommit check box. The commit command is the transactional command used to save changes invoked by a transaction to the database and autocommit is the default transaction mode in Oracle and commits each action query as soon as the user executes the query.​
Other Questions
2. In what type of organization is sequence extremely important? USING SEMICOLONS AND COLONS CORRECTLY Correct the punctuation in the following sentences by re-writing the sentence, adding semicolons and colons where they are needed and by changing other punctuation and capitalization as needed.You may not recognize Esther Pauline Friedman Lederers name you have probably read, however, the column she writes under her pen name, Ann Landers. The equation A=p(1+r)^t can be used to calculate compound interest on a savings account. A = future balance, p = current balance, r = rate of interest, and t = time in years. If you deposit $2,000 at 10% each year, how much money will be in your account in 10 years . Suppose you're using an operant conditioning approach to teach someone how to use a bow and arrow.You begin by teaching your student how to hold a longbow. Then you show him how to maintain balancewhile holding the bow. Finally, you show him how to aim and properly release the arrow toward a target atthe correct moment. This operant conditioning approach is calledA. partial reinforcement.B. shaping.C. programmed learning.D. approximation. what decreased alertness, slurred speech, drowsiness, and depressed respiration are common side effects of what ? When a client is a receiving a continuous intravenous infusion of heparin 1,000 u/hr, what should the nurse do? Which is the most likely reason that stem cell research is controversial? 20% of the global populations live in the richest countries. what percentage of primary energy is used by this global population Which solution below has the highest concentration of hydroxide ions?a.ph = 3.21b.ph = 12.6c.ph = 7.93d.ph = 9.82e.ph = 7.00? The coordinates of ABCABC are A(12,8), B(10,18), C(4,16)A(12,8), B(10,18), C(4,16). After a dilation, the coordinates are A'(6,4), B'(5,9), C'(2,8)A(6,4), B(5,9), C(2,8). Find the scale factor. What is the tactic in which Congress changes a bill to sneak in unapproved spending or overspending on programs when a bill is marked up One of the long-reaching effects of the Spanish conquest was the spread of what religion across the Americas? Buddhism Hinduism Catholicism Protestantism Es la comida ms importante del da. son los ms ricos de toda la ciudad. porque es el menos caro de los pescados del men. , el camarero me ofreci la peor mesa de todas. . nadia, la mayor de las hermanas, es muy simp In which type of external bleeding is less likely to clot? What is the distance from (3, 1) to (1, 5)? Round your answer to the nearest hundredth. A.3.60 B. 4.12 C.4.47 D.5.66pls Which of the following organs is not part of the alimentary canal? Marisol receives total employee benefits that are 14.5% of her gross annual pay. If Marisol has a gross annual pay of $50,000, how much in total employee benefits does she receive? Given 5n + 6n + 7 = n - 4n : a. Find the value of the discriminant. b. State the number and type of roots/solutions/zeros.[2 real, 2 imaginary, 1 real] PLEASE HELP I'M BEING TIMED!!!!if the diameter of a youth softball is 3.5 inches and the diameter of an adult softball is 3.8 inches, what is the approximate difference in their volumes? Use 3.14 for pi . Round to the nearest tenth of a cubic inch. Vitamins and minerals are examples of...micronutrientsmacronutrientsenzymescarbohydrates Steam Workshop Downloader