Answer:
Explanation:
The following code is written in Python. It asks the user for an input. Then cleans the input using regex to remove all commas, whitespace, and apostrophes as well as making it all lowercase. Then it reverses the phrase and saves it to a variable called reverse. Finally, it compares the two versions of the phrase, if they are equal it prints out that it is a palindrome, otherwise it prints that it is not a palindrome. The test case output can be seen in the attached picture below.
import re
phrase = input("Enter word or phrase: ")
phrase = re.sub("[,'\s]", '', phrase).lower()
reverse = phrase[::-1]
if phrase == reverse:
print("This word/phrase is a palindrome")
else:
print("This word/phrase is NOT a palindrome")
Answer:
full/incremental backup
Explanation:
I believe it's full/incremental backup.
Answer:
Circumference of drum = 18.86 m
Given:
Diameter of drum = 6 m
Radius of drum = 3 m
Find:
Circumference of drum
Computation:
Circumference of drum is called single rotation
Circumference of drum = 2πr
Circumference of drum = 2[22/7][3]
Circumference of drum = 18.857
Circumference of drum = 18.86 m
Answer: Unstructured data
Explanation:
The unstructured data are not properly defined with the specific format and it is also typically does not have a pre-defined structure and free from all the text format like text messages, twitter tweets etc.
Unstructured data does not contain any type of specific data format and it also include the text and some multimedia content. like audios ,images and text messages. The unstructured data are most written without any structure and also using short forms language to make the data short and precise.
Answer:
yes
Explanation:
you are telling someone the results from past experiences so it should be correct