Category: Professional

Professional Responsibilities for Project Managers: A Quick Review #PMP – Project Management

Professional Responsibilities for Project ManagersSimply: Handle any issue directly, ethically, and legally. Be open and upfront. Solve issues quickly, openly,fairly.Be direct to solve an issue rather than ignoring it. Professional Responsibility deals with:1. Responsibilities to the profession2. Responsibilities to the customers and the public Responsibilities to the profession: 1. Compliance with all organizational rules 2. …

Continue reading

Project Schedule Development: Part of Project Time Management #PMP – Project Management

Project Schedule Development In this phase, project duration, project finish date, schedules of the activities are determined. Input: Activity ListActivity AttributesProject Schedule Network Diagrams Activity Duration Activity Resource Requirements Resource Calendars Tools: Critical Path Model (CPM) CPM is extensively used to determine the project duration. CPM method also helps to identify how much individual activities …

Continue reading

Review: Overview of Project Management #PMP – Project Management

Overview of Project Management [Source Internet] What is a project? A project is an activity that using plans and processes creates a product, a service, or a result. A product is a physical product like a TV, a service is like the Internet, a website; result [analytical model, proof of something] is the knowledge based …

Continue reading

Some Topics on Project Communication Management #PMP – Project Management

Some Topics on Project Communication Management For bigger projects communication also needs to be preplanned and executed effectively. Though based on circumstances the plan may be reviewed and changed. Overview Project communication can be very tricky and political Deals with Compiling, Sending, Storing, distributing and managing project record Handles four areas:What to communicate, to whom, …

Continue reading

Initiate a Project #PMP – Project Management

Initiating Projects How a project starts? Projects are done for one of the following three reasons Business Requirements: Example: The government requires airline companies to implement safety-management systems. A company needs to find out the success of their ecommerce web-site. Opportunities:To take advantage of an opportunity like technology breakthrough. Example: many projects may be planned …

Continue reading

PMP – Topics : PMP – Processes #Root

PMP – Topics : PMP – Processes Initiating Planning Executing Monitoring Closing   From: http://sitestree.com/?p=11378 Categories:RootTags: Post Data:2017-10-16 23:02:29 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Pretty Simple Java Code #SCJP

/** * The HelloWorldApp class implements an application that * simply prints “Hello World!” to standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println(“Hello Worlld”); } } class ArrayDemo { public static void main(String[] args) { // declares an array of integers int[] anArray; int[] theArray; // allocates memory for 10 …

Continue reading

SCJP: Sun Certified Java Programmer: All that you need to know #SCJP

Introduction to Sun Certified Java Programmer Certification Course Java : SCJP: Important Resources JAVA: Some links: useful for exams like scjp/scja SCJP Essential Knowledge SCJP Practice Exams SCJP Training: Lesson 1: Develop code that declares classes (including abstract and all forms of nested classes), interfaces, and enums, and includes the appropriate use of package and …

Continue reading

SCJP: Topics and Resources : will be continued #SCJP

SCJP topics and related resources are provided. I have skimed through the resources at least one time. Garbage Collection Test area:Given a code example, recognize the point at which an object becomes eligible for garbage collection, determine what is and is not guaranteed by the garbage collection system, and recognize the behaviors of the Object.finalize() …

Continue reading

SCJP: Java Operators #SCJP

By Sayed Exams like SCJP test your understanding of Java operators and how to use them like: assignment operators: =, +=, -= arithmetic operators: +, -, *, /, %, ++, — relational operators: <, <=, >, >=, ==, != logical operators: &, |, ^, !, &&, || conditional operators: ? : Also operators to check …

Continue reading