Cloud Computing and Networks Basics Tutorials
What is Cloud? The term Cloud refers to a Network or Internet. In other words, we can say that Cloud is something which is present at re...

What is Cloud? The term Cloud refers to a Network or Internet. In other words, we can say that Cloud is something which is present at re...
Significant and common techniques of tampering the electricity meter in household and industries. CURRENT REVERSAL TAMPERING- In th...
LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications. A 16x2 LCD display is very basic...
I came across some good software for Microsoft power point....Power-point is a wide used presentation software in business and classrooms. Anyone c... Readmore
Invalid cell reference errors occur when a spreadsheet formula contains incorrect cell references. This happens most often when: Columns or r... Readmore
Array formulas are surrounded by curly braces "{ } ". These are added to a formula by pressing the CTRL, SHIFT, and ENTER keys after typing... Readmore
Excel sorts data according to a defined order, as follows: Numeric values: Numeric values, including date and time, are sorted from lowest (negativ... Readmore
Sort by columns in Excel 2007: 1. Select Data -> Sort (in Sort & Filter Group) -> Options. 2. Select Sort left to right option button and... Readmore
Importing a text file in Excel 2007: 1. Select File -> Open -> find the text file and click Open. 2. In Text Import Wizard dialogue box: St... Readmore
Select Cell A1. From the Insert menu, select Picture, From File. Select the picture you want, and then copy and paste it into Cell A1. ... Readmore
1. Open Excel 2000, and from the Data menu, select Get External Data, and then New Web Query. 2. In the Enter the address box, paste the full ad... Readmore
In order to use camera tool, you must add the tool to a tool bar in excel menu area. Here is how you can do that: Go to menu > tools > cus... Readmore
Remove any vertical grid-lines. Change horizontal grid-line colours from black to a very light shade of Gray. Adjust chart... Readmore
To format a phone number, use the custom format code “000-000-0000″ To set phone number with 1 digit country code format, enter (+0) 000 000 000... Readmore
To get the first name of a person, use =left(name,find(” “,name)-1) To calculate mortgage payments, use =PMT(interest-rate,number-of-payments,ho... Readmore
To format any selected object, press ctrl+1 To insert current date, press ctrl+; To insert current time, press ctrl+shift+; Read lots more ... Readmore
Click on the tab(s) of the worksheets you want to re-colour. To select more than one tab hold down the CTRL key on the keyboard and click on eac... Readmore
Using Format Painter to copy formatting options to one cell:Add all the formatting options you want to use to at least one cell. Click on that cel... Readmore
We have started series of C programming Q&A for job interview for freshers.Computer / IT Engineering Professionals and Students alike will be... Readmore
We have started series of C programming Q&A for job interview candidates.Engineering Professionals and students alike will be benefited.We reco... Readmore
We have chosen Java Oracle J2EE, J2SE, Net-beans, JVM ( Java Virtual Machine ) as our readers choice.We have created Objective Type Multiple Answer... Readmore
Here we have collected frequently asked question in job interviews.We have chosen Java as our readers choice.You will find these helpful.We encoura... Readmore
We have started series of C programming Question bank for job interview candidates.Engineering Professionals and students alike will be benefited.W... Readmore
1. We can insert pre written code in a C program by using #read #get #include #put Answer: Option 3 2. Differe... Readmore
Atmel Studio 7 is the integrated development platform (IDP) for developing and debugging Atmel® SMART ARM®-based and Atmel AVR® microcontroller (MC... Readmore
The basics of the Visual Studio 2012 for Windows Desktop Integrated Development Environment (IDE) for writing, running and debugging your applicat... Readmore
A photo-resistor or light-dependent resistor (LDR) or photocell is a light-controlled variable resistor. The resistance of a photo-resistor decreas... Readmore
Questions:What potential problems can arise from typecasting a base class pointer into a derived class pointer so that the derived class's memb... Readmore
Questions: Why is Turbo C++ not able to find any of my #include files?Answers: The compiler searches for include files in the Turbo C++ Include Dir... Readmore
This post is for beginners who are either trying to use Turbo C/C++ for programming. Some frequently encountered problem and theirs solution in fo... Readmore
1. How will you change the value of a constant variable in C? Answer: Constant can be changed by using the pointer. Initialize a pointer to point t... Readmore
1. What are the differences between Arrays and Linked List Answer:- Arrays and Linked list both are list data structures used for maintaining a li... Readmore
1. What is the purpose of main() function? Answer:-main() is the user-defined function. main() is the first function in the program, which gets cal... Readmore