Answer:
there is no option such as small caps available in change case
Explanation:
Change cases in MSword are use to automatic capitalisation rules of text to apply on your document or text.
there are multiple options on Change case such as
- Sentence case
- lowercase
- UPPERCASE
- Capitalize Each Word.
- toggle case
Answer: A digital signature creates a stamp on a document, that has time, location and is used to assure that the right person was the one that signed
Explanation: This can be used in a transaction where two two parties who are signing but in two locations
Answer:Through Twitter, businesses can reach a larger target audience within their key demographics through the use of hashtags and applicable media.
Explanation:
Answer: a. 1101 b. 10000 or 101010 c. 100100100 d. 1100 e. 111101 f. 1111000 g. 11101 h. 101100 1000011 1100010
Every recursive function should have an exit criterion (=handling the base case) to exit the recursion.
Without it, it wil recurse forever, until system resources run out (typically the call stack will overflow and your program will crash).