Posts

Showing posts from October, 2019

Entrepreneurial Skills - I

Very Short Answer Questions 1. What is Leadership? Ans. Leadership can be defines as a quality that enables to manage all the issues effectively, generate resources and influence others to perform efficiently. 2. Define Staffing. Ans. Staffing can be defined as the process of employing individuals with the required skillsets for carrying out the various organizational functions effectively.   3. Who are joint entrepreneurs? Ans. Joint entrepreneurs are the entrepreneurs who form and operate the enterprises in partnership or involve two or more persons to invest or manage the organization with equal rights. 4. What is merchandizing business? Ans. Merchandising Business is a type of business in which the products are bought at wholesale prices and are sold at retail prices.   5. Define community business? Ans. A community business can be defined as business set up by the communities facing challenges together in developing a business. Short Answer Questions –I

An Introduction to Python (Class - X)

PYTHON Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). Why to Learn Python? Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation, and it has fewer syntactical constructions than other languages. Python is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Web Development Domain. I will list down some of the key advantages of learning Python: Python is Interpreted − Python is processed at runtime by the interpreter. You do not need to compile your program before executing it. This is similar to PERL and PHP. Python is Interactive − You can actual