Answer:
The correct options are;
-Position the keyboard directly in front and close to you so you don't have an excessive reach
-Keep your shoulders, arms, hands and fingers relaxed
-Position your wrists straight or in neutral position while typing
-Adjust your chair height and position so your feet rest flat on the floor, or add a footrest to compensate for a higher chair
-Adjust the keyboard height so that your shoulders can relax and your arms are straight in front of you
Explanation:
1) It is important to keep the fingers in a relaxed position when typing
2) Ensure to type in a tapping fashion when typing rather than pressing on the keys of the keyboard
3) The fingernails should be kept short when frequent typing is done
4) The wrist is better kept above the keyboard than resting on it
5) Ensure that the mouse is easily reached.
Answer:
There is no need to make an algorithm for this simple problem. Just add the two numbers by storing in two different variables as follows:
Let a,b be two numbers.
c=a+b;
print(c);
But, if you want to find the sum of more numbers, you can use any loop like for, while or do-while as follows:
Let a be the variable where the input numbers are stored.
while(f==1)
{
printf(“Enter number”);
scanf(“Take number into the variable a”);
sum=sum+a;
printf(“Do you want to enter more numbers? 1 for yes, 0 for no”);
scanf(“Take the input into the variable f”);
}
print(Sum)
Explanation:
hi there answer is given mar me as brainliest
Answer:
D) can access main memory at the same time as the main CPU
Explanation:
DMA is short for Direct Memory Access, these controllers allow the device to transfer data directly to and from the memory modules without interfering with CPU processes. Therefore it can access main memory at the same time as the main CPU. Thus freeing up CPU processing power for other tasks while also retrieving the data necessary.
Answer:
Use the System Restore tool to restore the affected computers back to a point before the problematic updates. To forestall issues with problematic updates, one needs to install and configure the Windows Server Update Services (WSUS) Server role.
Explanation:
Windows Update creates a restore point prior to applying any updates and this makes it easier to rollback any problematic updates using the aptly named System Restore utility. System Restore can be launched either from within Windows or during startup depending on whether the computer can be booted or not.
One solution to preventing this kind of problem is the implementation of a Windows Server role, the Windows Server Update Services (WSUS), which helps administrators to safely manage Windows Update for clients within its network. WSUS allows administrators to test updates for issues and approve them before they are available for deployment to clients.