Archive for the 'Programming' Category

Programs Included With a New Computer

Friday, July 3rd, 2009

Are they good enough to stand on their own?

The Windows operating systems already comes with a useful collection of pre-installed programs and even some games. But one of the first things that people do is download a butt-load of new programs as soon as a brand new system is plugged in the wall and connected to the Internet. This article looks at some of the programs that are included with most new systems and then asks the reader to consider if they’re sufficient.

NotePad and WordPad. All Windows systems include the two text editors, “NotePad,” and “WordPad.” Notepad is a plain text editor while WordPad is a rich text editor. Both files are capable of opening plain text, however WordPad can open Windows Write files (an earlier version of WordPad) as well as rich text files. WordPad can also save documents as plain text, rich text, and MS Word documents. So with WordPad having the ability to read and create rich text; embed objects (sound, pictures, and video); and manipulate fonts, we have to wonder if other word processors, which do the same thing, are really necessary. Although WordPad is certainly no match for Microsoft Word’s internal spell and grammar checker or Word’s Internet linking capabilities, we believe it’s a great introduction to word processing in general for computer novices.

(more…)

Introduction to Programming

Thursday, July 2nd, 2009

Controlling Your Computer with a Programming Language

In a previous article, we introduced automating some tasks with MS-DOS batch files. In this article, we’re going to introduce programming and describe how it can be used to control the way your computer works. Normally, computer novices aren’t interested in controlling the computer. New computer users are typically interested in learning more about how the thing works. However they may be surprised to learn that programming increases computer knowledge as a whole and it can help to diminish the fear associated with using a new computer.

Programming a computer is creating a sequence of instructions that enable the computer to do something.[1] The people who program computers (called programmers) use a programming language to communicate with a computer. You might have heard of some of these languages in the past such as Visual Basic, C++, or Fortran. There are hundreds of other programming language and neither one is better than the other. Most of them are capable of performing the same tasks and achieving the same goals. A programmer chooses one language by a simple preference. (more…)