Give your team the opportunity to pause and reflect on what matters most to them about the work they do. The act of listening to each other creates relationship and strengthens trust and inclusion within the team – in creating a shared vision, groups of people build a sense of commitment together. Using the PATH or MAP processes of group facilitation and the creating of a large wall sized graphic we will provide a School Improvement Plan to be proud of! Course Category Visioning and Problem Solving Person Centred Planning Strategic Work Team Building and Leadership Description There is an old Japanese proverb, “Vision without action is a daydream. Action without vision is a nightmare” “There is no power for change greater than a community discovering what it cares about” MARGARET WHEATLEY – ‘TURNING TO ONE ANOTHER’ (2002) Give your team the opportunity to pause and reflect on what matters most to them about the work they do. The act of listening to each other creates relationship and strengthens trust and inclusion within the team – in creating a shared vision, groups of people build a sense of commitment together. They develop images of ‘the future we want to create together’, along with the values that will be important in getting there and the goals they want to see achieved along the way. Unfortunately, many people still think ’vision’ is the top leader’s job. In schools, the ‘vision task’ usually falls to the Headteacher and/or the governors or it comes in a glossy document from the local authority or the DfES. But visions based on authority are not sustainable. Drawing on the planning tools MAPS and PATH (Pearpoint, Forest and O’Brien 1997) and other facilitation sources we use both process and graphic facilitation to enable the group to build their picture of what they would love to see happening within their organisation/community in the future and we encourage this to be a positive naming, not just a list of the things they want to avoid. ??Let us join you to explore your vision and the ‘roadblocks’ to your vision. Testimonials “Thank you so much for the work you did with us yesterday – I have since been in 2 schools today and have spoken to an number of other colleagues who were present – all were totally overwhelmed by the session – they loved it.” “I was totally blown away, so nice to reflect and realise what a long way we have come” “That was so powerful and motivational” “Our Primary is now an OFSTED rated ‘Outstanding School’ – we were in Special Measures – the Visioning and Planning using the PATH process for 3 years has seriously contributed to this”. Learning Objectives To create a far reaching and shared vision of the future for the school team/group you are working with and ensure that each person present contributes to this To create a visual representation (a graphic) of the vision and use this to plan future actions and to inform school improvement and development plans To facilitate the group in thinking through what some of the barriers to achieving their vision are and to begin work on how these can be removed To build a sense of commitment, common purpose and trust within the team/group Who Is It For ? Headteachers School managers EIP Managers Whole staff – including everyone Course Content The facilitation of a shared vision can be delivered as a full or a half day but, unlike our other training days this day depends on your and your team’s needs and the time you have available The course will cover: Creating the vision The Story So Far Headline Themes Naming the Nightmare A Year from Now Naming Roadblocks and Barriers Building strength Who will we need to take with us on the journey towards the vision Who are we? – Gifts, Strengths and Talents Charting Specific Actions
VoIP training course description Convergence of voice and data is now a common place mainstream technology. Our Voice Over IP course investigates the characteristics of voice transmission and then studies the impact on IP networks. Practical sessions with soft phones, hard phones and gateways allow the students to see all aspects of VoIP. Network analysers are used to study packets on the wire. What will you learn Describe the issues of voice and data convergence. Describe techniques, which can be used in IP to provide low uniform delay. Evaluate VoIP technologies. Design data networks, which will support voice. VoIP training course details Who will benefit: Anyone working in the field of networking or telecommunications. Prerequisites: TCP/IP foundation for engineers Intro to data communications & networking Duration 3 days VoIP training course contents What is VoIP Voice over IP, brief review of IP, brief review of telephones and voice. Configuring IP softphones What are softphones? Downloading, installing. Hands on Building the base IP network, a simple VoIP call with softphones, Internet telephony. Addressing E164, FQDN, IP addresses, URIs, DNS, SIP addressing, H.323 addressing. VoIP issues Bandwidth, Delay, Jitter, digitising voice, digitisation steps, coding, quality issues, MOS, voice compression, silence suppression, packetising voice, prioritising voice, jitter buffers. Hands on Simple packet analysis. Architectures Desktop, backbone, gateway, hard phones, PoE, integrating phones and PCs, carriers, Softswitches. Hands on Integrating Softphones, hard phones and analog phones. IP performance and QoS ITU delay recommendations, IP DSCP field, DiffServ, IP precedence, queuing strategies; FIFO, WFQ, custom, priority, RED, LLQ. VoIP protocol stack RTP, RTCP, mixers and translators, RSVP. Bandwidth, Erlang models, link layer overhead. Hands on Calculating VoIP bandwidth, analysing RTP packets. ITU Recommendation H.323 Architecture, protocols, terminals, Call setup, Gatekeepers, gateway discovery, H.323 registration with a gatekeeper. Hands on PC to PC using H.323. IETF - Session Initiation Protocol What is SIP? SIP protocol stack, SDP, Sip architecture, SIP messages, Initial SIP phone startup, SIP servers, proxy server, redirect server. Hands on PC to PC using SIP. Carrier networks Signalling systems, SS7, media gateways, Media gateway controllers, signalling gateways, MGCP, Megaco, SIGTRAN. Hands on PSTN interworking. Video over IP Video components, digital video, pictures and audio, video codecs, issues and solutions, video conferencing, multipoint video conferencing, video protocol stack. Appendix 1: Multicasting. Appendix 2: Voice/data integration without IP.
Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.
Essential EVPN training course description Ethernet VPN (E-VPN) and Provider Backbone Bridging E-VPN (PBB-EVPN) are emerging technologies providing Ethernet services over MPLS. This course studies the technologies in E-VPN/PBB-EVPN providing multi-homing, multi pathing, auto discovery, multicast, forwarding and fast convergence. What will you learn Differentiate between E-VPN and PBB-EVPN. Explain how E-VPN operates. Explain how PBB-EVPN operates. Explain how E-VPN provides: Multi homing Multi pathing Auto discovery. Essential EVPN training course details Who will benefit: Network engineers. Staff working for carriers. Prerequisites: Definitive Ethernet switching for engineers Concise MPLS for engineers Duration 2 days Essential EVPN training course contents Introduction to EVPN Network virtualization What Is network virtualization? types of virtual networks, network tunnelling, the consequences of tunnelling, packet load balancing, network interface card behaviour. maximum transmission unit, lack of visibility, VXLAN, protocols to implement the control plane, support for network virtualization technologies, merchant silicon Software, standards. The building blocks of Ethernet VPN A brief history of EVPN, architecture and protocols for traditional EVPN deployment, EVPN in the data center BGP constructs for Virtual networks, address family indicator/subsequent address family indicator, route distinguisher, route target, RD, RT, and BGP processing, route types, modifications to support EVPN over eBGP, keeping the NEXT HOP unmodified, retaining route targets, FRR support for EVPN, automatic propagation of NEXT HOP, RT/RD derivation, what Is not supported in FRR. Bridging with Ethernet VPN An overview of traditional bridging, overview of bridging with EVPN, what Ifs, why does NVE L3 get an advertisement for MACA? handling BUM packets, handling MAC moves, support for dual-attached hosts, the host-switch Interconnect, VXLAN model for dual-attached hosts, switch peering solutions, handling Link failures, duplicate multi-destination frames, ARP/ND suppression. Routing with Ethernet VPN The case for routing in EVPN, routing use cases in the data center, routing models, where is the routing performed? centralized routing, distributed routing, how routing works in EVPN, asymmetric routing, symmetric routing, VRFs in EVPN routing, summarized route announcements, BGP support for EVPN routing, comparing asymmetric and symmetric models, vendor support for EVPN routing. Configuring and administering Ethernet VPN The sample topology, configuration cases, configuring the MTU, the end first: complete FRR configurations, the Invariants: configuration for the spines, firewall, and servers, centralized routing, asymmetric distributed routing, symmetric routing, dissecting the configuration, configuring the underlay, configuring the overlay: FRR configuring the overlay: interfaces, examining an EVPN network, show running configuration, show BGP summary, show EVPN VNIs and VTEPs, identify which VTEP advertised a MAC address, comparing FRR and Cisco EVPN configurations, considerations for deploying EVPN in large networks.
Lawful Intercept training course description Packet based networks require a different approach to Lawful Intercept (LI) than that used in circuit switched networks. This course focuses on what Lawful Interception and Data Retention (DR) means to communications service providers in the IP and NGN areas. The course assumes a basic knowledge of IP networking (i.e. DNS, TCP/UDP, IP, RTP) and the building of services on an IP platform (e.g. SIP, SDP, FTP, HTTP). The course first looks at the regulatory context for LI and DR and how this is translated to a practical architecture. What will you learn Recognise the legal and regulatory obligations to provide LI and DR. Identify the components of the handover architecture for each of LI and DR. Identify the preferred location of points of interception and points of retention in the IP network. Map intercepted material to handover protocols. Understand the data mapping defined in the available standards for both LI and DR. Lawful Intercept training course details Who will benefit: Technical and managerial staff needing to implement public networks. Prerequisites: TCP/IP Foundation Duration 1 day Lawful Intercept training course contents What is meant by LI and DR? Review of regulation: Data protection Directive; Data Retention Directive; RIPA. LI architectures Handover and Interception: ETSI standards ES 201 671 and TS 102 232. LI handover protocol IRI and CC handover; correlation; manual interfaces. DR architectures Handover of query results; points of retention. DR query command set Retrieval of retained records. Security concerns Operation privacy; target privacy; storage and transmission integrity. Implementation Identifying PoI and PoR for provided services. LI and DR wrap up Interaction with other services, storage obligations (volume, time, availability).
Learning Outcomes Recognise the fundamentals of land surveying and mapping methods, including the application of technology and surveying equipment Learn how to manage construction sites, including scheduling, project planning, and safety laws Learn about the laws that govern property rights, environmental laws, and land usage Convey project requirements to stakeholders clearly and effectively by analysing and interpreting construction plans and specifications Learn about construction materials and techniques, and develop budgeting and cost management skills Improve your leadership abilities to successfully manage teams, collaborate with clients and contractors, and complete projects Description The information and abilities required to pursue a career in the construction business can be acquired through the successful completion of this Land Surveying and Construction Site Management course. Students will gain a thorough understanding of land surveying methods, construction site management ideas, the legal and regulatory frameworks that control building projects from this course and many more. Students will gain knowledge on how to precisely measure and map land characteristics using surveying tools and technologies in this course. They will also obtain knowledge of safety rules and environmental concerns, as well as abilities in project planning, scheduling, and cost management. The course provides students with a strong foundation in construction law by additionally discussing legal concerns relating to land use and property rights. Students will also learn how to interact successfully with stakeholders, such as clients, contractors, and regulatory bodies, and how to comprehend construction plans and specifications. Overall, anyone interested in pursuing a career in the construction business can benefit from investing in a Land Surveying and Construction Site Management course. It offers a solid foundation of expertise and abilities that may be used in a variety of building projects, from modest residential construction to vast commercial constructions. Certificate of Achievement After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for 9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for 15.99, which will reach your doorsteps by post. Method of Assessment To successfully finish the course, students must take an online automated multiple-choice exam and achieve a minimum score of 60%. Upon passing the exam, students can apply for a certificate of achievement endorsed by the Quality Licence Scheme. Career path The Land Surveying and Construction Site Management course in the UK can open up several career paths in the construction industry. Here are some examples of potential career paths and their annual salary ranges: Land Surveyor - £30,000 to £45,000 per year. Site Manager - £40,000 to £60,000 per year. Construction Project Manager - £45,000 to £70,000 per year. Quantity Surveyor - £35,000 to £55,000 per year. Civil Engineer - £30,000 to £60,000 per year. Course Content Land Surveying and Construction Site Management Module 01 - Introduction to Land Surveying 00:25:00 Module 02 - Land Surveying Basics 00:31:00 Module 03 - Land Surveying Instrumentation 00:27:00 Module 04 - Land Surveying Methods and Techniques 00:32:00 Module 05 - Topographic Surveying and Mapping 00:27:00 Module 06 - Boundary Surveying 00:25:00 Module 07 - Project Life Cycle and Success 00:24:00 Module 08 - Preliminary Site Investigation & Site Organisation 00:21:00 Module 09 - Construction Site Layout Planning and Temporary Facilities Management 00:18:00 Module 10 - Site Management 00:15:00 Module 11 - Planning & Management of Equipment 00:28:00 Module 12 - Construction Materials Management 00:18:00 Module 13 - Stock Control 00:18:00 Module 14 - Health and Safety in Construction Management 00:22:00 Mock Exam Mock Exam - Land Surveying and Construction Site Management 00:20:00 Final Exam Final Exam - Land Surveying and Construction Site Management 00:20:00 Order your Certificates & Transcripts Order your Certificates & Transcripts 00:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.
Package Details: Number of Courses: 30 Courses Accreditation: CPD Quality Standards Free Certificates:PDF: 30Hardcopy: 30 (Delivery Charge Applicable) Courses Access: Lifetime Instalment Payment Available Structural Engineering Course 01: Read Construction & Structural Drawing Like Expert Course 02: Diploma in Construction Management Course 03: Quantity Surveyor Diploma Course 04: Building Surveyor Course 05: Land Surveying Course 06: Bricklaying Course 07: Construction Cost Estimation Diploma Course 08: Construction Estimation using RSMeans Course 09: Construction Cost Estimation Using Xactimate Course 10: Cost Estimation for Multiplex Building Using Xactimate Course 11: Property Law and Legislation Course 12: Construction Industry Scheme (CIS) Course 13: WELL Building Standard Course 14: LEED V4: Building Design and Construction Course 15: LEED V4 - Building Design and Construction Architecture & AutoCAD Course 01: Architectural Studies Course 02: AutoCAD Programming using C# with Windows Forms Course 03: CAD Design Course: Assemblies, Modelling And Civil Drawings Course 04: Autocad Electrical Design Course 05: Intermediate Solidworks Course Course 06: Solidworks Foundation Training Course 07: Interior Design Professional Diploma Course 08: Professional Interior Design & Construction Constraction Safety Course 01: Construction Safety Course 02: Fire Safety | Online Course Course 03: Emergency First Aid and Incident Management at Work Course 04: RIDDOR Training Course 05: LOLER Training Course 06: COSHH Training and Safety - Level 2 Course 07: DSEAR Training Benefits you'll get from choosing Apex Learning for this training: Pay once and get lifetime access Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn anytime, from anywhere Study from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills CPD 305 CPD hours / points Accredited by CPD Quality Standards
Level 5 Diploma (FREE QLS Endorsed Certificate)| 11 CPD Courses+11 PDF Certificate| 150 CPD Points| CPD & CiQ Accredited
Project Management Fundamentals - Chinese: On-Demand The course provides practical skills, concepts and principles that can be brought back to the workplace, as well as the insights needed to adapt them to specific project contexts. Many projects are managed by competent and efficient project managers who have not received professional project management training. The work of these project managers includes optimizing processes, planning marketing, developing new products, event planning and implementation, and other project work. Project Management Fundamentals (PMF) is a project management course specially designed for such people, aiming to help such managers build a solid project management knowledge base without affecting their own work too much. The course covers practical skills, theoretical foundations, working principles required in real work situations, and how to flexibly apply the acquired knowledge to special project situations. The goal of this lesson is to improve the quality of work by learning how to plan, manage and control projects effectively. Based on this, the course will focus on a process-oriented, analytically-oriented and systems-oriented approach. These frameworks will help students improve their problem-solving and decision-making skills in real-world projects, with particular emphasis on the collaborative, effective communication, and interpersonal skills needed to manage projects. These contents will run through the entire PMF course, and will be explained in the following two units: People and Projects Execution , Communication , and Building Project Teams What You Will Learn At the end of the course you will be able to: Describe the value of strong project management Identify the characteristics of successful projects and project managers Recognize how current agile/adaptive practices fit into project management Explore the project management process, including initiating, planning, executing, monitoring and controlling, and closing Use project management processes and tools based on case studies and real-world contexts Create a preliminary project plan Use standard project management terminology Basic Concepts Project Management and Related Definitions The Value and Emphasis of Project Management Competitive Constraints and Project Success project life cycle People and Projects Overview of people and projects project manager project team people and projects in the organization Initiating and Defining Requirements Startup project Create a project charter Conduct stakeholder assessments define requirements Using a Work Breakdown Structure Define the Work Breakdown Structure (WBS) Create a working WBS use WBS Managing Project Risk Rationale for risk management Risk Planning Overview identify risks analyze risk Planning Risk Responses Implement response and monitor risks Adaptive Environmental Considerations Estimate Preparation Define estimates Estimation method Estimation practice estimated cost Verify estimates Scheduling Define the scheduling process and related terminology Sorting and defining dependencies Determine the critical path Consider Schedule Risk vs Optimizing Schedule Execution , Communication , and Building Project Teams From Baseline to Execution Project Communications and Stakeholder Relations efficient team Monitoring and Control Define Monitoring and Control Observing how to control from the perspective of competitive constraints Variance Analysis and Corrective Action (Earned Value) Adaptive Environmental Considerations Closing Project finishing project Focus on Project Transition Focus on post-project evaluation
Project Management Fundamentals - Chinese: On-Demand The course provides practical skills, concepts and principles that can be brought back to the workplace, as well as the insights needed to adapt them to specific project contexts. Many projects are managed by competent and efficient project managers who have not received professional project management training. The work of these project managers includes optimizing processes, planning marketing, developing new products, event planning and implementation, and other project work. Project Management Fundamentals (PMF) is a project management course specially designed for such people, aiming to help such managers build a solid project management knowledge base without affecting their own work too much. The course covers practical skills, theoretical foundations, working principles required in real work situations, and how to flexibly apply the acquired knowledge to special project situations. The goal of this lesson is to improve the quality of work by learning how to plan, manage and control projects effectively. Based on this, the course will focus on a process-oriented, analytically-oriented and systems-oriented approach. These frameworks will help students improve their problem-solving and decision-making skills in real-world projects, with particular emphasis on the collaborative, effective communication, and interpersonal skills needed to manage projects. These contents will run through the entire PMF course, and will be explained in the following two units: People and Projects Execution , Communication , and Building Project Teams What You Will Learn At the end of the course you will be able to: Describe the value of strong project management Identify the characteristics of successful projects and project managers Recognize how current agile/adaptive practices fit into project management Explore the project management process, including initiating, planning, executing, monitoring and controlling, and closing Use project management processes and tools based on case studies and real-world contexts Create a preliminary project plan Use standard project management terminology Basic Concepts Project Management and Related Definitions The Value and Emphasis of Project Management Competitive Constraints and Project Success project life cycle People and Projects Overview of people and projects project manager project team people and projects in the organization Initiating and Defining Requirements Startup project Create a project charter Conduct stakeholder assessments define requirements Using a Work Breakdown Structure Define the Work Breakdown Structure (WBS) Create a working WBS use WBS Managing Project Risk Rationale for risk management Risk Planning Overview identify risks analyze risk Planning Risk Responses Implement response and monitor risks Adaptive Environmental Considerations Estimate Preparation Define estimates Estimation method Estimation practice estimated cost Verify estimates Scheduling Define the scheduling process and related terminology Sorting and defining dependencies Determine the critical path Consider Schedule Risk vs Optimizing Schedule Execution , Communication , and Building Project Teams From Baseline to Execution Project Communications and Stakeholder Relations efficient team Monitoring and Control Define Monitoring and Control Observing how to control from the perspective of competitive constraints Variance Analysis and Corrective Action (Earned Value) Adaptive Environmental Considerations Closing Project finishing project Focus on Project Transition Focus on post-project evaluation