The
process that aids managers to better understand the processes through which
they are performed most effectively by gathering and organizing detailed
information about various jobs within an organization so that is called Job
analysis and is performed by a job analyst in an organization. Occupational
Information Network (O*Net) is a database that provides both basic and advanced
job-analysis information; as such, IT can be viewed as an alternative to
conducting job analysis. O*NET
OnLine has detailed descriptions of the world of work for use by job seekers,
workforce development and HR professionals, students, researchers, and more. It
is a tool for career exploration and job analysis.
Answer:
MIS (management information systems) is a computer system consist of hardware and a software that together serves as the backbone of operations for an organisation. It is an important tool for any business irrespective of its scale of operation and its size and frequency and usage may be vary with business. As, MIS tools help in move data and manage the information.
The technologies and tools are used in MIS have evolved over the time such as minicomputers, mainframe and server networks.
Answer:
bears = {"Grizzly":"angry", "Brown":"friendly", "Polar":"friendly"}
for bear in bears:
if bears[bear] == "friendly":
print("Hello, "+bear+" bear!")
else:
print("odd")
Explanation:
A dictionary called bears is given. A dictionary consists of key-value pairs.
You need to check each key-value pairs in bears and find the ones that have "friendly" as value using a for loop and if-else structure. In order to access the values of the dictionary, use the dictionary name and the key (inside the loop, the key is represented as bear variable). If a key has a value of "friendly", print the greeting. Otherwise, print "odd".
Haptic feedback is used to engage more of the user's senses to provide a deeper and more immersive experience. Products that offer haptic feedback, such as some game controllers, often provide different kinds of sensations to correspond with different visual and audio stimuli.
Explanation:
<h3>Hope it helps you !!</h3>
answer to the google
i didn't knew it but i need points