Answer:
35
Explanation: I really dont even know, I just used up all my tries on it and got it wrong on every other thing i chose. So it's 35 i believe cause its the only answer i didnt choose.
Answer:
RAM, which stands for random access memory, and ROM, which stands for read-only memory, are both present in your computer. RAM is volatile memory that temporarily stores the files you are working on. ROM is non-volatile memory that permanently stores instructions for your computer.
Explanation:
Answer:
See explaination
Explanation:
#include <iostream>
#include<string.h>
using namespace std;
bool isPalindrome(string str, int lower, int upper){
if(str.length() == 0 || lower>=upper){
return true;
}
else{
if(str.at(lower) == str.at(upper)){
return isPalindrome(str,lower+1,upper-1);
}
else{
return false;
}
}
}
int main(){
string input;
cout<<"Enter string: ";
cin>>input;
if(isPalindrome(input,0,input.length()-1)){
cout<<input<<" is a palindrome"<<endl;
}
else{
cout<<input<<" is NOT a palindrome"<<endl;
}
return 0;
}
Answer:
C. Have your hazard lights on
Explanation:
Speeding up will cause an accident
Counter steering is not easy to do
Slowing down my result in you being rear ended
Answer:
The resistance is 24.9 Ω
Explanation:
The resistivity is equal to:

The area is:
A = 60 * 60 = 3600 um² = 0.36x10⁻⁴cm²

If NA is greater, then, the term 1/NA can be neglected, thus the equation:

Where
V = 0.44 V
E = 11.68*8.85x10¹⁴ f/cm


The length is:
L = 10 - 0.335 = 9.665 um
The resistance is:
