Feeds:
Posts
Comments

Archive for the ‘Assignment’ Category

On 29th Feb Our hon’ble Finance minister P. Chidambram Presented Union Budget 2008-09, as 5 states are going for election this year and this is likely to be the last budget of the UPA government. This Budget looks more of a election budget which is crafted to woo voters.
What is your take on it?
Please fill [...]

Read Full Post »

Compiler: Childhood

Compiler
A compiler is a specialized computer program that converts source code written in one programming language into another language, usually machine language, so that it can be understood by processors.
Source code is the version of software (usually an application program or an operating system) as it is originally written by a human in plain text.
The first Compiler 
The [...]

Read Full Post »

Any Query

Create a Database using ZOHO platform. It can be done by pasting spreadsheet data into the table. Our database table would look like
Employee Table
Department Table
After creating a database we can update, delete and request information from databases. And to do this we have to run a query using SQL.
There are some standard SQL commands such [...]

Read Full Post »

Library Information System

Database design is important in business software development since virtually every business application uses a database management system. Databases have to be normalized to the third normal form (3NF) when relational database management systems are used. Databases not normalized to 3NF will stumble upon insertion, deletion, and updating anomalies.
Here I am presenting a 3rd Normal [...]

Read Full Post »

MY Off day

One Day when I am enjoying my off day at home, my cousin Ankit who was studying in school came to me. And he asked some interesting questions about system architecture.
Ankit: These days we are studying about system architecture but I am not getting what it is?
I: System architecture is the design or set of [...]

Read Full Post »