CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Microsoft Excel – Comparison Operators

Microsoft Excel provides Comparison Operators to compare the values of two operands. You can give the values directly or you can give the Cell references when you use these operators in Excel formulas. Comparison Operators Excel’s comparison operators are useful to compare the values in two operands. You can compare two values or the values […]

Microsoft Outlook – Manage Favorites

I have re-installed Microsoft Outlook 2013 on my Windows 7 System and I have configured the mailbox to receive the mails. Once done, I have opened Outlook and observed that Favorites folder was not appearing. In my previous installation of Outlook 2013, it was there and it makes easy to access the folders from Favorites. […]

AngularJS – Introduction

AngularJS is a JavaScript framework used to develop JavaScript based web-applications. Using AngularJS we can quickly develop and manage Single Page or Large Scale web-applications. It allows dynamic views in web applications. It is fully extensible and also flexible to work with other libraries. Architecture it supports AngularJS supports MVW Architecture; which is Model-View-Whatever Architecture. […]

Python – bytes – A quick walk through with Examples

bytes is another sequence type in Python which holds sequence of bytes. Like strings, bytes also immutable; that means, once bytes objects are created; we are NOT ALLOWED to modify its’ content. Unlike strings, where it holds sequence of Unicode characters; bytes are ALLOWED ONLY ASCII characters. Each character in a bytes object have the […]

Microsoft Excel – Arithmetic Operators

Microsoft Excel provides different types of Operators to evaluate Arithmetic Expressions. Arithmetic Operators in Excel deal with ONLY Numerical data. In this article, I am going to explain what are Arithmetic Operators and their usage in Microsoft Excel. Arithmetic Operators in Excel These are the Arithmetic Operators, to work on Numerical data. If you attempt […]

Project Management – Knowledge Areas

We have discussed “Project Management Process Groups” in our Previous Article. Like Process Groups, all the processes are categorized into 10 Knowledge Areas. A Knowledge Area is defined by its knowledge requirements and described as its processes, practices, inputs, outputs, tools, and techniques. As Processes are logically linked, Knowledge Areas are also interrelated. How the […]

Scroll to top