Review of Stackify Retrace
Stackify Retrace is basically an Application Performance Management (APM) tool. It is one of the best APM tool available in the market. What is APM? As the name suggests an APM smoothens the...
View ArticleHamming Code in C and C++
Here you will get program for hamming code in C and C++. Hamming code is a popular error detection and error correction method in data communication. Hamming code can only detect 2 bit error and...
View ArticleMovavi Screen Capture Studio – Easily Record and Edit Videos From Your Screen
Screen recording has become increasingly popular in recent years but its most visible use tends to still be in the how-to guides and tutorials involving digital products that you may have encountered....
View ArticleDifference between Preemptive and Non-Preemptive Scheduling in OS
Here you will learn about difference between preemptive and non-preemptive scheduling in os. Preemptive Scheduling Preemptive Scheduling means once a process started its execution, the currently...
View ArticleRSA Algorithm in C and C++ (Encryption and Decryption)
Here you will learn about RSA algorithm in C and C++. RSA Algorithm is used to encrypt and decrypt data in modern computer systems and other electronic devices. RSA algorithm is an asymmetric...
View ArticleWhy Array Indexing Starts with 0 in C?
Why array indexing starts with 0 in C, C++, Java and most of other programming languages is one of the common confusion among programmers. In this article I will tell you the reason behind it. Image...
View ArticleOperating System Interview Questions and Answers
Here you will get list of 60+ commonly asked operating system interview questions and answers. These os questions are helpful for freshers as well as experienced. 1. What is operating system? Operating...
View ArticleDifference between DBMS and RDBMS
In this tutorial you will learn about difference between dbms and rdbms with example. DBMS DBMS stands for Data Base Management System. This system is a computer software component introduced during...
View Article4 Free ASP.NET Hosting Websites
Here you will know about some best and free asp.net hosting websites. Are you a student or developer? Do you have ASP.NET website? Want to test your ASP.NET project online? Want to host ASP.Net and SQL...
View ArticleHow Social Media and Big Data will Unleash What We Know
Social media is getting bigger and bigger to the point that today, it will provide more information in days than what the entire world had mere decades ago. Understanding it and figuring out how to use...
View ArticlePython Program to Add Two Numbers
Here you will get python program to add two numbers. The program will first ask user to enter two numbers, calculate their sum and finally print it. input() is an inbuilt function which is used to take...
View ArticlePython Program to Swap Two Numbers
Here you will get python program to swap two numbers with and without using temporary variable. Python Program to Swap Two Numbers Using Temporary Variable a = 10 b = 20 print "before swapping\na=", a,...
View ArticleHow to Run C and C++ Program in Sublime Text
In this tutorial you will learn how to run C and C++ program in sublime text on windows. It is a very popular and widely used text editor by programmers and developers. Just follow below steps to...
View ArticlePython Program to Find Largest Among Three Numbers
Here you will get python program to find largest number among three numbers. The program will ask user to input three numbers and then print greatest among them.print("enter three numbers:") a =...
View ArticleHow to Run Python Program in Sublime Text
In this tutorial you will learn how to run python program in sublime text in windows. Just follow below steps to configure sublime text. The whole process is divided into two parts. Part 1: Setting...
View ArticleiSkysoft iMedia Converter Deluxe
iSkysoft iMedia Converter Deluxe is basically a video converter that can change the state of a video. In simpler terms can convert a video/audio in any format, edit them, download online streaming...
View ArticlePython Program to Check Leap Year
Here you will get python program to check leap year. A normal year contains 366 days while a leap year contains 365 years. If the year is divisible by 4 then it is leap year except the century years...
View ArticlePython Program to Check Number is Odd or Even
Here you will get python program to check number is odd or even. A number is even if it is completely divisible by 2 otherwise it is odd. The modulus operator % is used to find remainder of any number....
View ArticleBisection Method in C and C++
In this tutorial you will get program for bisection method in C and C++. To find a root very accurately Bisection Method is used in Mathematics. Bisection method algorithm is very easy to program and...
View ArticlePython Program to Find Factorial of Number Using Loop
Here you will get python program to find factorial of number using for and while loop. Factorial of a number is calculated by multiplying it with all the numbers below it starting from 1. For example...
View Article