Sunteți pe pagina 1din 3

4.

Implementation
The implementation phase of a project starts after design. During this phase a design is
converted into working software. The software is developed in such a way so that it can meet
the requirements and specifications of the users. The implementation of any system is
converted with the tool used in the development work and the component used to implement
the system.
The process of assuring that the system is operational and then allowing users to take over its
operation for the use and evaluation is called implementation. Here, system means new
system, which is going to be implemented. The new system needs to be implemented because
the old system was manual .therefore, there is always room for improvement of the system.
System implementation involves following key features:

Operating system selection

Tool selection

Language selection

Commenting code

Naming conventions

4.1 Operating system selection


Windows 7 is built on the Vista kernel. To many end users the biggest changes between Vista
and Windows 7 are faster boot times, new user interfaces and the addition of Internet
Explorer 8. The OS is widely available in three retail editions: Windows 7 Home Premium,
Professional and Ultimate. Starter, OEM and Enterprise editions are available in some
markets.
Windows 7 features:
DirectAccess for Mobile Workers - Allows IT administrators to update Group Policy
settings and distribute software updates any time the mobile device has Internet connectivity,
whether or not the user is logged on. DA supports multi-factor authentication and encryption.
XP mode - Allows older applications designed for Windows XP to use a virtualized version
of the XP operating system. To the end user, the applications seem to be running right on the
Windows 7 desktop.

AUTOMATIC CAR PARKING

Page 49

Windows 7 is built on the Vista kernel. To many end users the biggest changes between Vista
and Windows 7 are faster boot times, new user interfaces and the addition of Internet
Explorer 8. The OS is widely available in three retail editions: Windows 7 Home Premium,
Professional and Ultimate. Starter, OEM and Enterprise editions are available in some
markets.
Windows 7 features:
DirectAccess for Mobile Workers - Allows IT administrators to update Group Policy
settings and distribute software updates any time the mobile device has Internet connectivity,
whether or not the user is logged on. DA supports multi-factor authentication and encryption.
XP mode - Allows older applications designed for Windows XP to use a virtualized version
of the XP operating system. To the end user, the applications seem to be running right on the
Windows 7 desktop.
BranchCache - WAN optimization through more effective use of local, read-only caches.
BitLocker To Go - Extends on-disk encryption and key management techniques to portable
storage devices.
Virtual hard disk support - Allows you to mount a virtual hard disk (VHD) and interact
with it as if it were a physical drive.
Enterprise Search - Extends search to remote document repositories, SharePoint sites and
Web applications.

4.2 Programming Language Selection


For implementation of BlueTooth chat App, we used Andoroid Operating System with
Android Studio Tool. This tool used XML for front End designing and Java language for back
end programming.

4.3 Commenting Code


Understanding of where and how to comment your code is important. Commenting code
describe the functions and statements properly that help others to understand the concept of
statements for further enhancements. Comments help us to understand what is to be done. It
AUTOMATIC CAR PARKING

Page 50

is also very backward to write the code and then try to explain what it does. So, most of the
point is tired to make clear by explaining it in comments.

4.4 Naming Convention


It is necessary to follow a standard naming convention throughout the whole
project during the development, to make the code readable. The approach that is
used is as follow:

Variable: First letter of variable name represent the name of value or data it
holds and first letter is small and _ for each word in variable name.

AUTOMATIC CAR PARKING

Page 51

S-ar putea să vă placă și