Answer:
1
Power up your Thinkpad and press the “Start” button on the screen.
2
Select “All Programs” and click “Capture from Video Device.”
3
Adjust the microphone level to the fourth line and click “NEXT.”
4
Create a file name for the video you will capture and select the destination folder.
5
Select “Best Quality” and click “NEXT.”
6
Click “Start Capture” to commence recording and “Stop Capture” to cease it.
7
Click “Finish.”
Explanation:
Answer:
D. Show archive folder in folder list
Explanation:
Other dude is wrong
Answer:
Explanation:
The following is written in Java. It uses File input, to get the file and read every line in the file. It adds all the lines into a variable called fullString. Then it uses regex to split the string into separate words. Finally, it maps the words into an array that counts all the words and how many times they appear. A test case has been created and the output can be seen in the attached image below. Due to technical difficulties I have added the code as a txt file below.