❖Communication practices: Principle 1 Listen: •Try to focus on the speaker‘s words, rather than formulating your response to those words. •Ask for clarification if something is unclear, but avoid constant interruptions. •Never become contentious in your words or actions (e.g., rolling your eyes or shaking your head) as a person is talking. Principle 2 Prepare before you communicate: •Spend the time to understand the problem before you meet with others. If necessary, perform some research to understand business domain. •If you have responsibility for conducting a meeting, prepare an agenda in advance of the meeting. Principle 3 someone should facilitate the activity: •Every communication meeting should have a leader (a facilitator) 1)To keep the conversation moving in a productive direction, 2)To mediate any conflict that does occur, and 3)To ensure that other principles are followed. Principle 4 Face-to-face communication is best: •It usually works better when some other represen...
Posts
Showing posts with the label Hierarchical Data Model and Network data model
What is Hierarchical Data Model and Network data model
- Get link
- X
- Other Apps
1.Hierarchical Data Model:- A Hierarchical Data Model request the data in tree like structure in which there is a single parent for each record. To maintain order there is a sort fields which. keep sibling in (child node) into a recorded manner. This type of models are designed basically foe the early main frame database management system like the information management system This model allow one to one and one to many relationship between various type of data . The hierarchical structure is used as the from a physically order of record on storage .Advantage of hierarchical model A user can retrive data very quickly due to the presence of explicit links between the structure .Disadvantage of hierarchical model This type of database connect support complex relationship. When a user need to store the record in child to table that is currently to the unrelated to any record in a parent table than it gets difficult to record the user d...