Answer:
i need more \\
Explanation:
Chemical cold packs should be used for bone and joint injuries because they are generally colder than ice and stay cold longer.
A.
True
B.
False
Reset
Answer:
if(condition){
}
else {
// something we want to print
if(condition) {
// ...
}
else {
// ...
}
}
Explanation:
Create code blocks using curly braces { ... }.
Use proper indentation to visibly make it clear where code blocks start and end.
The program illustrates the use of loops and conditions.
Loops are used for repetitions, while conditions are used to make decisions
The game program in Python, where comments are used to explain each line is as follows:
#This initializes the point to 100
point = 100
#The following loop is repeated 4 times
for i in range(4):
#This gets the current action
action = input("Hit or Miss: ")
#This following if statement calculates the point
if action.lower() == "hit":
point+=10
else:
point-=20
#This prints the calculated point
print(point)
Read more about loops and conditions at:
brainly.com/question/14284157
Answer:
b. Limit register holds the size of a process.
Explanation:
A limit register is a form of registers used in memory management background that contains logical addresses. It is utilized to determines the size of the psychical memory range for a process. It can only be loaded only by the operating system, through a unique specific instruction.
Hence, in this case, the right answer is option B
Option A is not correct because the Base register specifies where the page table begins in memory
Option C is not correct because Base and limit registers can be only be loaded through the operating system
Option D is also not correct.
Answer: Cloud computing
Explanation: Cloud computing is the technology that works over a network for software as well as hardware components.This is the platform provides the data center information to the numerous users who are accessing the internet.
This technology helps in the growth of business and entrepreneurship.It provides storage and processing to various companies and organizations with the usage of the internet connectivity thus improving the business field.