Answer:
machine language uses binary code and assembly language uses mnemonic codes to write a program.
Explanation:
In a nutshell, machine language uses binary code, which is almost impossible for humans to decipher, whereas assembly language uses mnemonic codes to write a program. Mnemonic codes make it simpler for humans to understand or remember something, and so make the language a bit easier for humans to use than machine code.
Answer:
Accounting and financial management
Explanation:
The feature of SAP Business One I like most is "Accounting and financial management"
This is because as a new user I always find it helpful as SAP Business One, assists me in perfecting and automating the financial administration of my small business by using the business software algorithms that easily incorporate and combine accounting, sales, and purchasing data.
Generally, the Accounting and financial management features assist me in enhancing margins, decrease or totally remove errors, and helps in the process of taking efficient short-term and long-term decisions.
Answer:
See explaination
Explanation:
def main():
phrase = input('please enter a phrase: ')
acronym = ''
for word in phrase.split():
acronym += word[0].upper()
print('Acronym for ' + phrase + ' is ' + acronym)
main()
See attachment for the output
Keyboard mouse case cables monitor
Answer:
Explanation:
The language I use would do it as
h1$ = copy(h$,1,3)
This may not satisfy you, because your language could be quite different. You might want an input statement of some kind that would define h$. This assumes that somewhere h,h1 are declared as strings.
You also have to know how to read an input. My language uses readln(input,h)
and how to write it on the screen write(h1) or writeln(h1)