This sounds like a multiple choice answer can I have 4 choices to pick?
Answer:
While installing desktop sync app such as drop box following two resources will be used a lot
- CPU
- RAM
Explanation:
CPU usage has been increased while installing desktop sync application, because it depends on the number of files that need to be synced. If the number of files is high the CPU usage will increase.
The need of memory such as RAM is also increased while installing the desktop sync application. As the number of files that need to be synced increases the RAM usage is also increases.
I think that this answer is amazing and nothing really needs to be added. Well Done!
Solution :
check_palindrome
lower_
_string
string
_lower()
Let stack = new Stack()
Let queue = new Queue();
for each character c in lower_case_string:
stack.push(c);
queue.enqueue(c);
let isPalindrome = true;
while queue is not empty {
if (queue.remove().equals(stack.pop())) {
continue;
} else {
isPalindrome=false;
break while loop;
}
}
return isPalindrome
Input = aabb
output = true
input =abcd
output = false
Answer:
These are the parts of a mother board or at least mine for my pc
Hope this helped.
A brainliest is always appreciated.
Explanation: