Wednesday 28 May 2014

Difference Between Windows 8 and Windows 8.1



Parameter
Windows 8
Windows 8.1
Definition
It is a Personal Computer Operating System Designed by Microsoft and is preceded by Windows 7 Operating System.
It is enhanced version of windows 8 operating system.
Start Button
Start Button is not Present in Windows 8.
Start Button is restored to task bar in Windows 8.1 to open start screen.
App  Snapping
Only two app can be snapped onto a single display.
4 Applications can be snapped onto a single display depending upon screen size.
Message App
Message App is available in Windows 8.
Message is Replaced by Skype, which allows users to accept calls directly from lock screen.

Text/GUI Scaling
Windows 8 can scale text and GUI elements up to 150 %.
Windows 8.1 can scale text and GUI elements up to 200%.

Wednesday 21 May 2014

Difference Between Database and Data Warehouse



Parameter
Database
Data Warehouse
Definition
Organized Collection of Data is called database.
Database of Databases is Called Data Warehouse.
Purpose
It is designed to allow the definition, creation, querying, update, administration of data (Transaction Processing).
It is a relational database that is designed for query and analysis rather than transaction processing.
Data Type
Data stored in Database is up to date.
Current and Historical Data is Stored in Data Warehouse.
Orientation
Transaction Oriented: e.g. Each Transaction of Bank Customer is written to database and is interpreted as Accounting Database.
Subject Oriented: The data in the data warehouse is organized so that all the data elements relating to the same real-world event or object are linked together.

Data Redundancy
Databases are designed to avoid redundancy.
Data Warehouse design is intended to introduce redundancy.

Tuesday 20 May 2014

Difference Between Data Mining and Machine Learning


Parameter
Data Mining
Machine Learning
Definition
Data mining is a process to extract information from a data set and transform it into an understandable structure for further use.
It is a Technique that concerns the construction and study of systems that can learn from data.
Focus
It focuses on the discovery of unknown properties in the data.
It focuses on prediction, based on known properties learned from training data.
Database Size
It is an automatic or semi-automatic analysis that is performed on large quantities of data.
It is generally performed on small databases to increase accuracy.
Types
Association Rules
Classification
Clustering
Sequential Patterns
Sequence Similarity
Supervised
Un Supervised
Reinforcement

Monday 12 May 2014

Difference Between Blackbox and Whitebox Testing

Parameter
Black Box Testing
White Box Testing
Definition
It is a Software Testing Technique that examines the functionality of an Application without peering into its working or coding.
It is a Software Testing Technique to test internal structure and working of an Application Software.
Technique Applied in
This Technique Applied in Unit, Integration, System and Acceptance levels of Software Testing Process.
This Technique Applied in Unit, Integration and system levels of Software Testing Process.
Test Procedures
For Black box Testing Specific knowledge of the application's coding/internal structure and programming in general is not required.
For White box Testing Specific knowledge of the application's coding/internal structure and programming is required.
Test Design Techniques
Black box test design techniques include:
Decision Table Testing
All Pairs Testing
State Transition Analysis
Equivalence Transition
Boundary Value Analysis
Cause Effect Graph
       Error Guessing
White box test design techniques include:
Control Flow testing
Data flow testing
Branch testing
Path testing

Difference Between MAC and IP address


Parameter
MAC Address
IP Address
Acronym for
media access control address
Internet Protocol Address
Used for
It is a unique identifier that is assigned to network interfaces for communicating on the physical network segments.
It is a numerical value that is assigned to all the participating devices in a network. i.e. Servers, Computers, Printers, WAP, Laptops etc.
Provided BY
It is generally provided by the manufacturer of the NIC cards and is stored in its hardware.
It is provided by the ISP (Internet Service Provider) or by the Network Administrator.
Length
It is 48 bit address which contains 6 groups of 2 hexadecimal digits, separated by either hyphens (-) or colons (:)
E.g. 00:FF:FF:AB:BB:AA
Or 00-FF-FF-AB-BB-AA
IPv4 uses 32 bit address in dotted notations, whereas IPv6 Uses 128 bit address in hexadecimal notations.

e.g. IPv4      192.168.1.1
IPv6    FFFE:F200:3204:0B00: 0122:4555:8001:AB00