Answer:
punctuation_chars = ["'", '"', ",", ".", "!", ":", ";", '#', '@']
def strip_punctuation(strWord):
for charPunct in punctuation_chars:
strWord = strWord.replace(charPunct, "")
return strWord
Explanation:
The function is defined with a single argument.
A for loop is ran to check each character of the the word.
If a punction mark is present as a character in the word, it is removed.
The same word is returned but without the punctuation marks.
A callout is a type of text box that also includes a line for pointing to any location on the document. A callout appears under the SHAPES <span>menu of the word processing program. The answer that completes this statement is the word "shapes". Hope this answers your question. </span>
Answer:
<em>1</em><em>. </em><em>week</em><em> </em><em>eyesight</em>
<em>2</em><em>. </em><em> </em><em>weak</em><em> </em><em>brain</em><em> </em><em>power</em>
<em>3</em><em>. </em><em>loss</em><em> </em><em>of</em><em> </em><em>concentra</em><em>tion</em><em>.</em><em>.</em><em>.</em>
<em>hope</em><em> </em><em>it</em><em> </em><em>helps</em><em> </em><em>u</em>
Answer:
1. Spaghetti code.
2. Business process management.
3. Procure-to-pay
4. Order-to-cash
5. User tier
6. Firewall
7. Database tier
8.Application tier
9. Three-tier architecture
Explanation:
1.Programming code used to connect stand-alone systems is spaghetti code.
2. Transforming business processes to improve efficiency business process management.
3. Corresponds to the purchasing cycle is called procure to pay.
4. Corresponds to the sales cycle is order-to-cash
5. Consists of front-end client computers and the user interface is user tier.
6. Software programs on a router that monitor network traffic is firewall
7. Comprised of a centralized relational database and an RDBMS is database tier.
8. Consists of servers and application software is application tier.
9. When an enterprise system uses layers of IT components: enterprise database, application, and client computers is three tier architecture.