A POINTING DEVICE IS AN INPUT DEVICE THAT ALLOWS A USER TO CONTROL A POINTER ON THE SCREEN. ... A KEYBOARD IS AN INPUT DEVICE THAT CONTAINS KEYS USER TO ENTER DATA AND INSTRUCTIONS INTO A COMPUTER.
SORRY FOR CAPS MY CAPS KEY GOT STUCK
Hello there!
Answer:
Have included productivity improvements (doubling the number of
deliveries for a speci²c time period), enhanced inventory management,
automation of picklists, better resource planning, and more e±ective reporting to
key stakeholders. Evolution’s CRM system can determine deliveries planned for
any future month and the amount of product in stock, helping Evolution reduce
stock holding by 40%. When a new patient is keyed onto system, tasks can be
generated for Evolution’s team to organize delivery ahead of time. The system
automatically generates a pick list for that patient from Evolution’s pharmacy.
Managers can see tasks 2 weeks ahead and can allocate resources accordingly.
Hoping this helps you! :D
You just have to answer a lot of questions, and get voted "Brainliest" by the person who posts the question
Answer:
A good identifier for a variable that will be used to hold an employee’s phone number is:
a. EmployeePhoneNumber
Explanation:
An identifier is a string that uniquely identifies or names the entity or an object. The object or entity may be a constant, variable, structure, function, etc. Identifiers can be formed from uppercase and lowercase letters, digits, and underscores. Meaningful identifiers mostly favor the use of long descriptive names like EmployeePhoneNumber. However, the other options can still be used.
Answer:
All the mention codes are correct.
Explanation:
In the task1, a "name" variable is declared, that store a string, and in the next step, the built-in method "title, lower and upper" is defined, in which the title method capitalized the first character of the given word in each sentence, upper method change each character into upper case and the lower method changes each character into lower case.
In task2, a message variable is declared, that holds a string value in which the count method is used that counts the space character value.
In task3, a string value is used in the message variable, which uses a replace method to change the given string value.
In task3, a response variable is declared that uses an input method for input a string value, and inside the print method, len method is used that counts each input character number.