Answer:
The answer to this question is given below in the explanation section.
Explanation:
In this given program there are two errors, first in line number 2 that stores a string value, not int. The second error is at line 6, a symbol "*" represents multiplication, not addition.
To solve these errors, in line #2, convert the input to an int variable value 1. To add the values of variables (value1 and value2), use the plus symbol "+" in the print statement at line #6.
The correct program is given below:
<em>value1= int(input("Enter first number: "))</em>
#get second number and store it into value2 variable.
<em>value2= int(input("Enter second number: "))</em>
#add the values store in variables (value1 and value2) and then print
<em>print (value1 + value2)</em>
The purpose of adding updates to your computer are as follows:
- Making sure your computer hardware can run the newest software programs
- Ensuring the built-in virus protection software is up to date
- Removing bugs and glitches from your operating system
- Allowing your computer to run as fast as possible
The word that is most associated with this feature is Containerization, which has the benefit of cloud computing.
For software programs to run in segregated user spaces known as containers in any cloud or non-cloud environment, regardless of kind or vendor, containerization is operating system-level virtualization or application-level virtualization over numerous network resources.
Why is cloud computing used?
A wide range of use cases, including data backup, disaster recovery, email, virtual desktops, software development and testing, big data analytics, and customer-facing web apps, are being used by businesses of every size, type, and sector.
Because they don't contain operating system images, containers use fewer system resources than conventional or hardware virtual machine environments.
Therefore, Containerization is the feature most associated.
To learn more about Cloud Computing from the given link
brainly.com/question/19057393
#SPJ4
The question above contains multiple choices;
<span>a.
</span>Application
<span>b.
</span>Recovery
<span>c.
</span>Backup
<span>d.
</span>System
The answer is d) System software.
The system software consists of the
operating systems and utility programs which are usually preinstalled. The
operating system controls how a PC system functions. Utility programs, on the
other hand, perform general tasks for the computer like system maintenance and
file compression.
Answer:
R's share = 306
Explanation:
Sum of ratio = 1/3 + 1/2 + 1/5
LCM = 30
Sum of ratio = (10 + 15 + 6) / 30 = 31 /30
Profit to be shared = 1581
P = 1/3 ; Q = 1/2 ; R = 1/5
Share of R :
(Total profit / sum of ratio) * R ratio
[1581 / (31/30)] * 1/5
(1581 / 1 * 30/31) * 1/5
51 * 30 * 1/5
51 * 6 = 306