Explore Power Point 2007
MS Power Point
MS Power point is the professional level presentation software packaged with microsoft office to help you take the files you work with and plug them intop a format suitable to others.
Power Point Presentations are good way to communicate ideas simply and effictively, For complex...
Saturday, 3 September 2016
Friday, 2 September 2016
Recently am facing the problem screen resolution out of range in my windows 7 operating system. Finally i solve that problem with following simple steps.
why we are using screen resolution or display settings for the text and image clarity of your display. Some people using graphic cards based on their configurations.No...
Saturday, 26 December 2015
26
Dec
There are many compilers available for c and C++. You need to download any one . Here we are going to use TURBO C++. it will work both C and C++.
Follow the following steps.
You can download TurboC++ form different sites downlaod TurboC+
Now you need to create a new directory turboc inside the C:drive
Now...
Sunday, 13 December 2015
13
Dec
In Previous post we Learn History of C. In this Lesson we learn Features of C language.
C is widely used computer programming language. We can use C for different purpose. It provides lot features some are given below.
Simple
Machine Independent or Portable.
Mid-level programming language.
structured programming...
Wednesday, 9 December 2015
09
Dec
There is a similarity between human actions and the way a computer various functions.Nicholas wirth the inventor of computer language -Pascal used to say "A program is equal to algorithm + data.
We perform hundred of activities during a day. An activity could be anything from brushing teeth to making tea and...
Monday, 23 November 2015
23
Nov
Basic java Syntax
About java programs,it is very important to keep in mind the following points.
Case Sensitivity: Java is case sensitive, which means identifier Hello and hello would have different meaning in Java.
Class Names:For all class names the...
23
Nov
Installing java?
you need to download java based on your operating system.
you can download java from http://www.oracle.com.technetwork/java/javase/downloads/index.html
Various editions of Java:
Java SE : stands for Java edition and is normally for developing desktop applications,forms the core.base API.
Java...