I believe the answer is B. Biographies and histories. (Otherwise its D)
Answer:
1.)
- C.) Optional
2.)
- D.) Short-term Notes Payable
3.)
- A.) Payroll Sinking Funds
4.)
- A.) A Formal Timekeeping System Is Used
(I'm possibly wrong on the last question, if so then my apologies and I wish you the best of luck.)
Answer: Using secure copy 'SCP' we can copy all files from a remote directory into local folder. It also replaces existing files.
Explanation:
This is illustrated as follows:
scp -r [email protected]:/path/to/server/source/folder/ .
-r is recursively copy all files
username is your username in your system
IP, here you cab specify the IP or type the website such as www.google.com
Then we specify the path, complete path
"." dot here refers the current directory. To copy the contents in the current directory.
Answer:
word = input('Enter a single word: ', 's');
n = length(word);
nodupWord = [];
for i = 1:n
dup = false;
c = word(i);
for j = 1:i-1
if word(j) == c
dup = true;
break;
end
end
if ~dup
nodupWord = [nodupWord, c]; %add the non-duplicate char to end
end
end
disp(['Adjusted word: ', nodupWord])
Explanation:
The code is in Python.
False because it might damage it more but if it was recommended by lots of people i mean the software then its true