IT+KNOWLEDGE




Wednesday, 18 April 2012

Definition of Mobile Computing

Definition: Mobile computing is a generic term used to refer to a variety of devices that allow people to access data and information from where ever they are.

Also Known As: mobile device

Examples:

Mobile computing can use cell phone connections to make phone calls as well as connecting to the Internet.

Computer Hardware Definition

Hardware is a comprehensive term for all of the physical parts of a computer, as distinguished from the data it contains or operates on, and the software that provides instructions for the hardware to acoomplish tasks. The boundary between hardware and software is slightly blurry - firmware is software that is "built-in" to the hardware, but such firmware is usually the province of computer programmers and computer engineers in any case and not an issue that computer users need to concern themselves with.

A typical computer (Personal Computer, PC) contains in a desktop or tower case the following parts:
  • Motherboard which holds the CPU, main memory and other parts, and has slots for expansion cards
  • power supply - a case that holds a transformer, voltage control and fan
  • storage controllers, of IDE, SCSI or other type, that control hard disk , floppy disk, CD-ROM and other drives; the controllers sit directly on the motherboard (on-board) or on expansion cards
  • graphics controller that produces the output for the monitor
  • the hard disk, floppy disk and other drives for mass storage
  • interface controllers (parallel, serial, USB, Firewire) to connect the computer to external peripheral devices such as printers or scanners

Computer Software Definition

Software is a generic term for organized collections of computer data and instructions, often broken into two major categories: system software that provides the basic non-task-specific functions of the computer, and application software which is used by users to accomplish specific tasks.

System software is responsible for controlling, integrating, and managing the individual hardware components of a computer system so that other software and the users of the system see it as a functional unit without having to be concerned with the low-level details such as transferring data from memory to disk, or rendering text onto a display. Generally, system software consists of an operating system and some fundamental utilities such as disk formatters, file managers, display managers, text editors, user authentication (login) and management tools, and networking and device control software.

Application software, on the other hand, is used to accomplish specific tasks other than just running the computer system.Application software may consist of a single program, such as an image viewer; a small collection of programs (often called a software package) that work closely together to accomplish a task, such as a spreadsheet or text processing system; a larger collection (often called a software suite) of related but independent programs and packages that have a common user interface or shared data format, such as Microsoft Office, which consists of closely integrated word processor, spreadsheet, database, etc.; or a software system, such as a database management system, which is a collection of fundamental programs that may provide some service to a variety of other independent applications.

Software is created with programming languages and related utilities, which may come in several of the above forms: single programs like script interpreters, packages containing a compiler, linker, and other tools; and large suites (often called Integrated Development Environments) that include editors, debuggers, and other tools for multiple languages.

Information Technology - Definition and History

We use the term information technology or IT to refer to an entire industry. In actuality, information technology is the use of computers and software to manage information. In some companies, this is referred to as Management Information Services (or MIS) or simply as Information Services (or IS). The information technology department of a large company would be responsible for storing information, protecting information, processing the information, transmitting the information as necessary, and later retrieving information as necessary.

History of Information Technology:

In relative terms, it wasn't long ago that the Information Technology department might have consisted of a single Computer Operator, who might be storing data on magnetic tape, and then putting it in a box down in the basement somewhere. The history of information technology is fascinating! Check out these history of information technology resources for information on everything from the history of IT to electronics inventions and even the top 10 IT bugs.

Modern Information Technology Departments:

In order to perform the complex functions required of information technology departments today, the modern Information Technology Department would use computers, servers, database management systems, and cryptography. The department would be made up of several System Administrators, Database Administrators and at least one Information Technology Manager. The group usually reports to the Chief Information Officer (CIO).

Jobs in IT:

There can be a lot of overlap between many of the job descriptions within information technology departments. In order to clarify the descriptions, skills and career paths of each, I have put together a Jobs in IT listing. The jobs in IT listing includes information on education and training required for each position. It also includes lists of companies that typically have IT jobs open, as well as links to IT-specific resumes, cover letters and IT interview questions.

Information Technology - Trends:

Information Technology Departments will be increasingly concerned with data storage and management, and will find that information security will continue to be at the top of the priority list. Cloud computing remains a growing area to watch. The job outlook for those within Information Technology is strong, with data security and server gurus amongst the highest paid techies. Check out the Information Security Certifications and Highest Paying Certifications for more information. In order to stay current in the Information Technology Industry, be sure you subscribe to top technology industry publications.

Microsoft Windows

"Windows" redirects here. For the part of a building, see Window. For other uses, see Windows (disambiguation).

Microsoft Windows is a series of graphical interface operating systems developed, marketed, and sold by by Microsoft.

Microsoft introduced an operating environment named Windows on November 20, 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs).[2] Microsoft Windows came to dominate the world's personal computer market, overtaking Mac OS, which had been introduced in 1984.

The most recent client version of Windows is Windows 7; the most recent server version is Windows Server 2008 R2; the most recent mobile version is Windows Phone 7.5

Early versions


Windows 1.0, the first version, released in 1985

The history of Windows dates back to September 1981, when Chase Bishop, a computer scientist, designed the first model of an electronic device and project "Interface Manager" was started. It was announced in November 1983 (after the Apple Lisa, but before the Macintosh) under the name "Windows", but Windows 1.0 was not released until November 1985.[3] The shell of Windows 1.0 was a program known as the MS-DOS Executive. Other supplied programs were Calculator, Calendar, Cardfile, Clipboard viewer, Clock, Control Panel, Notepad, Paint, Reversi, Terminal, and Write. Windows 1.0 did not allow overlapping windows. Instead all windows were tiled. Only dialog boxes could appear over other windows.


Windows 2.0 was released in October 1987 and featured several improvements to the user interface and memory management.[3] Windows 2.0 allowed application windows to overlap each other and also introduced more sophisticated keyboard shortcuts. It could also make use of expanded memory.
Windows 2.1 was released in two different versions: Windows/386 employed the 386 virtual 8086 mode to multitask several DOS programs, and the paged memory model to emulate expanded memory using available extended memory. Windows/286 (which, despite its name, would run on the 8086) still ran in real mode, but could make use of the high memory area.

The early versions of Windows were often thought of as simply graphical user interfaces, mostly because they ran on top of MS-DOS and used it for file system services.[4] However, even the earliest 16-bit Windows versions already assumed many typical operating system functions; notably, having their own executable file format and providing their own device drivers (timer, graphics, printer, mouse, keyboard and sound) for applications. Unlike MS-DOS, Windows allowed users to execute multiple graphical applications at the same time, through cooperative multitasking. Windows implemented an elaborate, segment-based, software virtual memory scheme, which allowed it to run applications larger than available memory: code segments and resources were swapped in and thrown away when memory became scarce, and data segments moved in memory when a given application had relinquished processor control.

Windows 3.0 and 3.1
Windows 3.0, released in 1990

Windows 3.0 (1990) and Windows 3.1 (1992) improved the design, mostly because of virtual memory and loadable virtual device drivers (VxDs) that allowed them to share arbitrary devices between multitasked DOS windows.[citation needed] Also, Windows applications could now run in protected mode (when Windows was running in Standard or 386 Enhanced Mode), which gave them access to several megabytes of memory and removed the obligation to participate in the software virtual memory scheme. They still ran inside the same address space, where the segmented memory provided a degree of protection, and multi-tasked cooperatively. For Windows 3.0, Microsoft also rewrote critical operations from C into assembly.

Windows 95, 98, and Me

Windows 95, released in August 1995

Windows 95 was released in August 1995, featuring a new user interface, support for long file names of up to 255 characters, and the ability to automatically detect and configure installed hardware (plug and play). It could natively run 32-bit applications, and featured several technological improvements that increased its stability over Windows 3.1. There were several OEM Service Releases (OSR) of Windows 95, each of which was roughly equivalent to a service pack.

Microsoft's next release was Windows 98 in June 1998. Microsoft released a second version of Windows 98 in May 1999, named Windows 98 Second Edition (often shortened to Windows 98 SE).

In February 2000, Windows 2000 (in the NT family) was released, followed by Windows Me in September 2000 (Me standing for Millennium Edition). Windows Me updated the core from Windows 98, but adopted some aspects of Windows 2000 and removed the "boot in DOS mode" option. It also added a new feature called System Restore, allowing the user to set the computer's settings back to an earlier date.

Windows Millennium Edition is often confused with Windows 2000 (because of its name), and has been said to be one of the worst operating systems Microsoft ever released.[5]

Windows NT family

The NT family of Windows systems was fashioned and marketed for higher reliability business use. The first release was NT 3.1 (1993), numbered "3.1" to match the consumer Windows version, which was followed by NT 3.5 (1994), NT 3.51 (1995), NT 4.0 (1996), and Windows 2000, which is the last NT-based Windows release that does not include Microsoft Product Activation. Windows NT 4.0 was the first in this line to implement the "Windows 95" user interface (and the first to include Windows 95's built-in 32-bit runtimes).

Microsoft then moved to combine their consumer and business operating systems with Windows XP that was released on October 25, 2001. It came both in home and professional versions (and later niche market versions for tablet PCs and media centers); they also diverged release schedules for server operating systems. Windows Server 2003, released a year and a half after Windows XP, brought Windows Server up to date with Windows XP. After a lengthy development process, Windows Vista was released on November 30, 2006 for volume licensing and January 30, 2007 for consumers. And its server counterpart, Windows Server 2008 was released in early 2008. On July 22, 2009, Windows 7 and Windows Server 2008 R2 were released as RTM (release to manufacturing) while the former was released to the public 3 months later on October 22, 2009.
64-bit operating systems

Windows NT included support for several different platforms before the x86-based personal computer became dominant in the professional world. Versions of NT from 3.1 to 4.0 variously supported PowerPC, DEC Alpha and MIPS R4000, some of which were 64-bit processors, although the operating system treated them as 32-bit processors.

With the introduction of the Intel Itanium architecture (also known as IA-64), Microsoft released new versions of Windows to support it. Itanium versions of Windows XP and Windows Server 2003 were released at the same time as their mainstream x86 (32-bit) counterparts. On April 25, 2005, Microsoft released Windows XP Professional x64 Edition and Windows Server 2003 x64 Editions to support the x86-64 (or x64 in Microsoft terminology) architecture. Microsoft dropped support for the Itanium version of Windows XP in 2005. Windows Vista was the first end-user version of Windows that Microsoft released simultaneously in x86 and x64 editions. Windows Vista does not support the Itanium architecture. The modern 64-bit Windows family comprises AMD64/Intel64 versions of Windows 7 and Windows Server 2008, in both Itanium and x64 editions. Windows Server 2008 R2 drops the 32-bit version, although Windows 7 does not.

Windows CE

Windows CE (officially known as Windows Embedded Compact), is an edition of Windows that runs on minimalistic computers, like satellite navigation systems and some mobile phones. Windows Embedded Compact is based on its own dedicated kernel, dubbed Windows CE kernel. Microsoft licenses Windows CE to OEMs and device makers. The OEMs and device makers can modify and create their own user interfaces and experiences, while Windows CE provides the technical foundation to do so.

Windows CE was used in the Dreamcast along with Sega's own proprietary OS for the console. Windows CE is the core from which Windows Mobile is derived. Microsoft's latest mobile OS, Windows Phone, is based on components from both Windows CE 6.0 R3 and the current Windows CE 7.0.

Windows Embedded Compact is not to be confused with Windows XP Embedded or Windows NT 4.0 Embedded, modular editions of Windows based on Windows NT kernel.

Future of Windows

Windows 8, the successor to Windows 7, is currently in development. Microsoft posted a blog entry in Dutch on October 22, 2010 hinting that Windows 8 would be released in roughly two years.[6] Also, during the pre-Consumer Electronics Show keynote, Microsoft's CEO announced that Windows 8 will also run on ARM CPUs. This Windows version will also be more suitable for tablets and netbooks, featuring a more touch-friendly interface. Several new features will also be introduced, such as support for USB 3.0 and the ability to run Windows from USB devices (like USB Hard Disks or USB Flash drives) with Windows To Go.

Microsoft has also announced a version of Windows 8 for ARM devices, named Windows RT.

Microsoft Windows SDK

Microsoft Windows SDK, Platform SDK, and .NET Framework SDK are software development kits from Microsoft that contain header files, libraries, samples, documentation and tools required to develop applications for Microsoft Windows and .NET Framework.[1]

The difference between these three SDKs lies in their area of specialization: Platform SDK specializes in developing applications for Windows 2000, XP and Windows Server 2003. .NET Framework SDK is dedicated to developing applications for .NET Framework 1.1 and .NET Framework 2.0. Windows SDK is the successor of the two and supports developing applications for Windows XP, Windows Vista, Windows 7, Windows Server 2008, .NET Framework 3.0, .NET Framework 3.5, and .NET Framework 4.0.[2]

 Obtaining the SDK

Windows SDKs are available free on the Microsoft Download Center, in ISO and Web-download formats. Users can install the entire SDK or choose to install only some SDK components, such as code samples demonstrating only native development or only the tools for managed development. Some Windows SDK components are also included in Microsoft Visual Studio. The latest Windows SDK is the Microsoft Windows SDK for Windows 7 and .NET Framework 4, released May 21, 2010.[3] This SDK release supports Windows 7, Windows Server 2008 R2, Windows Vista, Windows Server 2008, Windows XP SP3, and Windows Server 2003 R2 and is compatible with Visual Studio 2010, Visual Studio 2008, and Visual Studio 2005 SP1, including Visual Studio Express Editions.

Friday, 13 April 2012

NEW TECHNOLOGY~20....


multi input touch screen


FUTURE TECHNOLOGY...heheheheheheh


cOmPuTeR vIrUs.....


sYmPtOms ThAt MaY bE tHe ReSuLt Of OrDiNaRy WiNdOwS fUnCtiOnS bY a cOmPuTeR ViRuS.

A computer virus infection may cause the following problems: Note: These problems may also occur because of ordinary Windows functions or problems in Windows that are not caused by a computer virus.

  • Windows does not start even though you have not made any system changes or even though you have not installed or removed any programs.

  • Windows does not start because certain important system files are missing. Additionally, you receive an error message that lists the missing files.

  • The computer sometimes starts as expected. However, at other times, the computer stops responding before the desktop icons and the taskbar appear.

  • The computer runs very slowly. Additionally, the computer takes longer than expected to start.

  • You receive out-of-memory error messages even though the computer has sufficient RAM.

  • New programs are installed incorrectly.

  • Windows spontaneously restarts unexpectedly.

  • Programs that used to run stop responding frequently. Even if you remove and reinstall the programs, the issue continues to occur.

  • A disk utility such as Scandisk reports multiple serious disk errors.

  • A partition disappears.

  • The computer always stops responding when you try to use Microsoft Office products.

  • You cannot start Windows Task Manager.

  • Antivirus software indicates that a computer virus is present.




wHaT Is a cOmPuTeR vIrUs ?

A computer virus is a small software program that spreads from one computer to another computer and that interferes with computer operation. A computer virus may corrupt or delete data on a computer, use an e-mail program to spread the virus to other computers, or even delete everything on the hard disk. 




mUsT wAtCh.....!!!


sPiRaL MoDeL


sYsTeM eNgInEeRiNg PrOcEsS II


sCrUm pRoCeSs


vAlUe-AdDeD tEcHnOlOgY dEpLoYmEnT

XP-FeEdBaCk


sPeCiFiCaTioN & lEvEl oF dEvElOpMeNt


cOmPuTiNg pLaTfOrM


Operating-system examples

  • AmigaOSAmigaOS 4
  • FreeBSDNetBSDOpenBSD
  • Linux
  • Mac OS X
  • Microsoft Windows
  • OS/2
  • Solaris
  • Unix
  • IBM VM/370, VM/BSEP, VM/SEP, VM/XA, VM/ESA, z/VM
  • Google Chrome OS

Mobile

Android, a popular mobile operating system

  • Android
  • Bada
  • BlackBerry OS
  • iOS
  • Embedded Linux                                                                    
  • Palm OS 
  • Symbian
  • Windows Mobile
  • Windows Phone

Software framework examples

  • Adobe AIR
  • Java, JDK and JRE
  • Mono
  • Mozilla Prism,  XUL and XUL Runner
  • .NET Framework
  • Oracle Database
  • Vexi

Mobile

  • APOXI
  • Binary Runtime Environment for Wireless (BREW)
  • Java Platform, Micro Edition  (Java ME)
  • JavaFX Mobile
  • Qt
  • Smartface Platform



.NET

The umbrella-term .NET applies to a wide set of products and technologies from Microsoft. Most have in common a dependence on the Microsoft .NET Framework, and the Common Language Infrastructure 
(CLI).


JAVA

The Java platform runs programs written in the Java language. Java source code is "compiled" to an intermediate-language bytecode which is then interpreted by an interpreter, the Java Virtual Machine(JVM), which then interfaces that program with the Java software libraries. In smartphones, personal digital assistants (PDAs) and other wireless mobile devices, these libraries are the Java ME. Some phones, even without a full operating system, enable Java programs such as games to operate. Java and the bytecode are said to be platform-independent. But this is because Java is the platform as well as a programming language. Software really cannot operate without a platform or be platform independent. The programming language is referred to here, meaning the programmer need not be concerned about the hardware or operating system platform, nor will the language change with a different platform.


SAP NetWeaver

SAP NetWeaver is SAP's integrated technology computing platform and is the technical foundation for many SAP applications since the SAP Business Suite. SAP NetWeaver is marketed as aservice-oriented application and integration platform. SAP NetWeaver provides the development and runtime environment for SAP applications and can be used for custom development and integration with other applications and systems. SAP NetWeaver is built using primarily the ABAP programming language, but also uses C (programming language), C++, and Java EE. It also employs open standards and industry de facto standards and can be extended with, and interoperate with, technologies such as Microsoft .NET, Java EE, and IBM WebSphere.




sOFtwARe DeVelOpMenT aCtiVitIEs





The activities of the software development process represented in the waterfall model. There are several other models to represent this process.


An important task in creating a software program is extracting the requirements or requirements analysis . Customers typically have an abstract idea of what they want as an end result, but not what software should do. Skilled and experienced software engineers recognize incomplete, ambiguous, or even contradictory requirements at this point. Frequently demonstrating live code may help reduce the risk that the requirements are incorrect.


Once the general requirements are gathered from the client, an analysis of the scope of the development should be determined and clearly stated. This is often called a scope document.


Certain functionality may be out of scope of the project as a function of cost or as a result of unclear requirements at the start of development. If the development is done externally, this document can be considered a legal document so that if there are ever disputes, any ambiguity of what was promised to the client can be clarified.


Implementation is the part of the process where software engineers actually program the code for the project.Software testing is an integral and important phase of the software development process. This part of the process ensures that defects are recognized as soon as possible.


Documenting the internal design of software for the purpose of future maintenance and enhancement is done throughout development. This may also include the writing of an API, be it external or internal. The software engineering process chosen by the developing team will determine how much internal documentation (if any) is necessary.Plan-driven models (e.g., Waterfall) generally produce more documentation than Agile models.


Deployment starts after the code is appropriately tested, approved for release, and sold or otherwise distributed into a production environment. This may involve installation, customization (e.g. by setting parameters to the customer's values), testing, and possibly an extended period of evaluation.


Software training and support is important, as software is only effective if it is used correctly.
Maintaining and enhancing software to cope with newly discovered faults or requirements can take substantial time and effort, as missed requirements may force redesign of the software.





cOmPuTinG pLaTfOrM

A computing platform includes a hardware architecture and a software framework (including application frameworks), where the combination allows software, particularly application software, to run. Typical platforms include a computer's architecture, operating system, programming languages and related user interface (run-time system libraries or graphical user interface).

A platform is a crucial element in software development. A platform might be simply defined as a place to launch software. The platform provider offers the software developer an undertaking that logic code will run consistently as long as the platform is running on top of other platforms. Logic code includes byte code, source code, and machine code. It actually means execution of the program is not restricted by the type of operating system provided. It has mostly replaced the machine-independent languages.