A Nurse is naturally compassionate, caring, curious, considerate, and observant. They're trained in school how to use the necessary resources to become better. We are unlicensed, social workers, counselors, and lifesavers.
Our philosophy of nursing captures your intrinsic beliefs and goals within the nursing profession. Defining your philosophy provides you with a deeper connection to those beliefs. It can help shape you as a nurse and provide direction for which skills and specialties you want to focus on strengthening.
A philosophy of nursing is a statement that outlines a nurse's values, ethics, and beliefs, as well as their motivation for being part of the profession.
Learn more about Nurse  here
brainly.com/question/6685374
#SPJ4
 
        
             
        
        
        

People play a very important role in the process of development as :
- People themselves are a part of development
 
- Contribution and a small hand itself from the side of people provide a great help.
 
- Mutual understanding amoung other people and spreading of awareness.
 
 
        
             
        
        
        
Answer:
Authoritative.
Explanation:
An authoritative parenting is that which is characterized by a high responsability, high responsiveness and high demands. This type of parent take care of the child's emotional needs but still have high standars. Like in the example that the exercise provides: Janet knows his son is tired but tells him to finish his assignment (high standars) and offers her help (high responsiveness) and to sleep an extra hour in the morning. 
 
        
             
        
        
        
Answer:
Dictionary
Explanation:
Most Data types do hold only one value as an element, python's Dictionary holds key/value pair. In Python, DICTIONARIES are unordered collection of data. These data are used to store values, for instance in the question given, writing the script that will make use of user input contact names and their associated phone numbers; DICTIONARY is ideal for storing and accessing these associated values. 
When creating a python's Dictionary it is worthy of note that dictionary keys are case sensitive. Dictionary, in Python can be created by imputing sequence of elements within - {}, and then you separate {} by ‘comma’. For example; 
# Creating contact names 
Dict = {} 
print("contact name: ") 
print(Dict)
 
        
             
        
        
        
I am not really understanding your question.