Types of software
A layer structure showing where Operating System is located on generally used software systems on desktops
Practical computer systems divide software systems into three major classes: system software, programming software and application software, although the distinction is arbitrary, and often blurred.
1. System software
System software helps run the computer hardware and computer system. It includes:
* device drivers,
* operating systems,
* servers,
* utilities,
* windowing systems,
(these things need not be distinct)
The purpose of systems software is to unburden the applications programmer from the details of the particular computer complex being used, including such accessory devices as communications, printers, readers, displays, keyboards, etc. And also to partition the computer's resources such as memory and processor time in a safe and stable manner.
2. Programming software
Programming software usually provides tools to assist a programmer in writing computer programs, and software using different programming languages in a more convenient way. The tools include:
* compilers,
* debuggers,
* interpreters,
* linkers,
* text editors,
An Integrated development environment (IDE) is a single application that attempts to manage all these functions.
3. Application software
Application software allows end users to accomplish one or more specific (not directly computer development related) tasks. Typical applications include:
* industrial automation,
* business software,
* computer games,
* telecommunications, (ie the internet and everything that flows on it)
* databases,
* educational software,
* medical software,
Application software exists for and has impacted a wide variety of topics.
Monday, March 30, 2009
Sunday, March 29, 2009
Relationship Of Computer Softwate to computer hardware
Relationship to computer hardware
Computer software is so called to distinguish it from computer hardware, which encompasses the physical interconnections and devices required to store and execute (or run) the software. At the lowest level, software consists of a machine language specific to an individual processor.
A machine language consists of groups of binary values signifying processor instructions which change the state of the computer from its preceding state. Software is an ordered sequence of instructions for changing the state of the computer hardware in a particular sequence.
It is usually written in high-level programming languages that are easier and more efficient for humans to use (closer to natural language) than machine language. High-level languages are compiled or interpreted into machine language object code.
Software may also be written in an assembly language, essentially, a mnemonic representation of a machine language using a natural language alphabet. Assembly language must be assembled into object code via an assembler.
The term "software" was first used in this sense by John W. Tukey in 1958.
In computer science and software engineering, computer software is all computer programs. The theory that is the basis for most modern software was first proposed by Alan Turing in his 1935 essay Computable numbers with an application to the Entscheidungs problem.
Computer software is so called to distinguish it from computer hardware, which encompasses the physical interconnections and devices required to store and execute (or run) the software. At the lowest level, software consists of a machine language specific to an individual processor.
A machine language consists of groups of binary values signifying processor instructions which change the state of the computer from its preceding state. Software is an ordered sequence of instructions for changing the state of the computer hardware in a particular sequence.
It is usually written in high-level programming languages that are easier and more efficient for humans to use (closer to natural language) than machine language. High-level languages are compiled or interpreted into machine language object code.
Software may also be written in an assembly language, essentially, a mnemonic representation of a machine language using a natural language alphabet. Assembly language must be assembled into object code via an assembler.
The term "software" was first used in this sense by John W. Tukey in 1958.
In computer science and software engineering, computer software is all computer programs. The theory that is the basis for most modern software was first proposed by Alan Turing in his 1935 essay Computable numbers with an application to the Entscheidungs problem.
Saturday, March 28, 2009
Computer News- Laptop class warfare: Apple vs. Asus
A little more than a year after the launch of the MacBook Air, a new luxury laptop has arrived from Dell. This calls for another look at the notebook versus Netbook argument, the computer equivalent of bourgeoisie versus proletariat. In this case, Air versus Aspire; Adamo versus Eee.
Lightweight luxury laptops have been around for a while (think Sony Vaio and Toshiba Portege ultraportables), but the age of head-turning, ultrathin designs dawned with the 13-inch light-and-wide MacBook Air, the HP Voodoo Envy 133, and the ThinkPad X300.
For the whole story. Please click.
Lightweight luxury laptops have been around for a while (think Sony Vaio and Toshiba Portege ultraportables), but the age of head-turning, ultrathin designs dawned with the 13-inch light-and-wide MacBook Air, the HP Voodoo Envy 133, and the ThinkPad X300.
For the whole story. Please click.
Friday, March 27, 2009
Computer Software
Computer software, or just software is a general term used to describe a collection of computer programs, procedures and documentation that perform some tasks on a computer system.
The term includes:
* Application software such as word processors which perform productive tasks for users.
* Firmware which is software programmed resident to electrically programmable memory devices on board mainboards or other types of integrated hardware carriers.
* Middleware which controls and co-ordinates distributed systems.
* System software such as operating systems, which interface with hardware to provide the necessary services for application software.
* Software testing is a domain independent of development and programming. It consists of various methods to test and declare a software product fit before it can be launched for use by either an individual or a group. Many tests on functionality, performance and appearance are conducted by modern testers with various tools such as QTP, Load runner, Black box testing etc to edit a checklist of requirements against the developed code. ISTQB is a certification that is in demand for engineers who want to pursue a career in testing.
* Testware which is an umbrella term or container term for all utilities and application software that serve in combination for testing a software package but not necessarily may optionally contribute to operational purposes. As such, testware is not a standing configuration but merely a working environment for application software or subsets thereof.
Software includes websites, programs, video games, etc. that are coded by programming languages like C, C++, etc.
"Software" is sometimes used in a broader context to mean anything which is not hardware but which is used with hardware, such as film, tapes and records.
The term includes:
* Application software such as word processors which perform productive tasks for users.
* Firmware which is software programmed resident to electrically programmable memory devices on board mainboards or other types of integrated hardware carriers.
* Middleware which controls and co-ordinates distributed systems.
* System software such as operating systems, which interface with hardware to provide the necessary services for application software.
* Software testing is a domain independent of development and programming. It consists of various methods to test and declare a software product fit before it can be launched for use by either an individual or a group. Many tests on functionality, performance and appearance are conducted by modern testers with various tools such as QTP, Load runner, Black box testing etc to edit a checklist of requirements against the developed code. ISTQB is a certification that is in demand for engineers who want to pursue a career in testing.
* Testware which is an umbrella term or container term for all utilities and application software that serve in combination for testing a software package but not necessarily may optionally contribute to operational purposes. As such, testware is not a standing configuration but merely a working environment for application software or subsets thereof.
Software includes websites, programs, video games, etc. that are coded by programming languages like C, C++, etc.
"Software" is sometimes used in a broader context to mean anything which is not hardware but which is used with hardware, such as film, tapes and records.
Sunday, February 15, 2009
Computer - Software and Hardware
Software and Hardware
If you use a player piano as an analogy, the piano can be thought of as the hardware and the roll of music as the software.
The software a series of very simple computer instructions carefully organized to complete complex tasks. These instructions are written in programming languages (like BASIC, PASCAL, C...) to help simplify the development of applications.
The hardware is what sits on your desk and executes the software instructions. The player piano is useless unless the roll of music has been written correctly.
If you use a player piano as an analogy, the piano can be thought of as the hardware and the roll of music as the software.
The software a series of very simple computer instructions carefully organized to complete complex tasks. These instructions are written in programming languages (like BASIC, PASCAL, C...) to help simplify the development of applications.
The hardware is what sits on your desk and executes the software instructions. The player piano is useless unless the roll of music has been written correctly.
Saturday, February 14, 2009
Basic PC troubleshooting
Here is the basic steps to do when suddenly your PC won't boot or became no display.
1. Remove the processor, memory and videocard ( if not onboard ).
2. Clean the goldfinger of the memory and videocard.
3. Reinstall all the removed parts and power on the system.
1. Remove the processor, memory and videocard ( if not onboard ).
2. Clean the goldfinger of the memory and videocard.
3. Reinstall all the removed parts and power on the system.
fastest performing processor on the planet:
The Intel® Core™ i7 processor
Product features:
1. Faster, intelligent multi-core technology that accelerates performance to match your workload.
2. Faster video encoding and image rendering.
3. Combined Intel® Turbo Boost technology² and Intel® Hyper-Threading technology (Intel® HT technology)³.
AMD Phenom™ II X4
Product features:
1. Smoother videos, brilliant videos, immersive games and visual clarity.
2. High definition computing
3. Increases application performance by dramatically reducing memory latency
Product information
1. 3.0 GHz 2MB L2 Cache
2. Shared L3 cache (either 6MB or 4MB)
3. 128-bit floating point unit (FPU)
4. One 16-bit link at up to 4000MT/s
* Please click on the ads provided by Google ads. Thank you.
Product features:
1. Faster, intelligent multi-core technology that accelerates performance to match your workload.
2. Faster video encoding and image rendering.
3. Combined Intel® Turbo Boost technology² and Intel® Hyper-Threading technology (Intel® HT technology)³.
Product information
- 3.20 GHz core speed
- 8 processing threads with Intel® HT technology
- 8 MB of Intel® Smart Cache
- 3 Channels of DDR3 1066 MHz memory
AMD Phenom™ II X4
Product features:
1. Smoother videos, brilliant videos, immersive games and visual clarity.
2. High definition computing
3. Increases application performance by dramatically reducing memory latency
Product information
1. 3.0 GHz 2MB L2 Cache
2. Shared L3 cache (either 6MB or 4MB)
3. 128-bit floating point unit (FPU)
4. One 16-bit link at up to 4000MT/s
* Please click on the ads provided by Google ads. Thank you.
Subscribe to:
Posts (Atom)