Answer:
(b) 64000
Explanation:
Assuming that the "Memo" being mentioned is a Microsoft Access memo field, it can hold up to 64,000 characters, even in the more recent version of the application where the "Memo" is now know as the "Long Text" field.
According to microsoft.com, "In earlier versions of Access, we used the Memo data type to store large amounts of text... the Long Text field works the same as the Memo field of old... [it] can only display the first 64,000 characters."
<em>Please put "Brainliest" on my answer if it helped you out the most!</em>
<em>(Further Reading) If you're still confused, I suggest you search up the following:</em>
<em>- Microsoft Access Long Text character limit</em>
We can define a word as a group of characters without a space between them. To find the words of the input string , w can use split(delimiter) which returns a list of strings which had the defined delimiter between them in the input string.
def countWords(string):
words = string.split(" ")
count = len(words)
return count
Here we set the delimiter as the space character, and returned the length of the words list. I split each step into its own line for readability, however the function could be one line:
return len(string.split())
Here, no delimiter is specified. If one isn't given, it will default to split at any whitespace, including space.
Idk... just dont trust those pop-ups unless your device is acting weird.
Answer: much too long to write here: see attached
Explanation:
Answer:
It depends on what the company will be willing to use and it also depends on their budget
Explanation: