Mobile Communications

Mobile Communications Text Book-2nd Edition By JOCHEN SCHILLER

Wednesday, 26 September 2012

DBMS viva questions with answers

Here are the DBMS viva questions with short answers included for quick learning... Dbms+Forms Complete Question...

Saturday, 15 September 2012

Creating batch file to execute your jar file

After you are done with your project you want it to put online i.e. you want to publish your software which you made to make sure it is used by some end users and believe me, its a good thought and the project developer will have a different feeling :) .For that you would like to create a set up for your software. There are many softwares available in market which allow you to create set up of your...

Template and Guidelines for preparing the Project Report

After you are done with your project the cumbersome job is to make project report.We really dont know what to include in our project report and what not to.we even stress our mind for the order of titles in the project report. Here is the Template and Guidelines for preparing your final year Project Report. Guideline...

DBMS by Ramakrishnan

I know we all have that greed to expect all the chapters of our syllubus to find in one Text Book.But surely we are not gonna find it!! As far as OU syllubus is concerned one text book will not suffice for a subject.The same case goes with Database Management Systems.The other prescribed book will be Ramakrishnan,and here is the book for you without wasting your time searching for the e-book. Here...

UML in an hour

Admit it!!!!!we all do this everytime!! ;) Everytime we start reading a new topic, after we are done with 3-4 lines we turn pages to see where the topic ends :D Because of our busy schedules of hanging out with friends and facebooking , we dont find much time to read the whole topic going line-by-line.So, we need to find a better way to learn subjects in less time and with little effort B:) Its...

Friday, 14 September 2012

Data Mining Record

Here is the Data Mining Record which contains all the programs required in Lab with description DM Recor...

Thursday, 13 September 2012

Compiler Construction Viva notes

Viva voice notes Subject : Compilers Construction Translator A program that accepts text expressed in one language and generates semantically equivalent text expressed in another language. source language The input language of a translator. target language The output language of a translator. assembler A translator from an assembly language to the corresponding machine language. compiler A translator...

SQL data file

Often u get a thought in your mind to practice dbms programs at home and want to work with different sql queries to see the different outputs so that you can excel in the subject, but you dont find the desired table data to include in your sql plus.Even if you create tables using CREATE TABLE query then to work on it to see different possibilities, you need to insert large amount of data in the table...

SQL Descriptions

*. DESCRIPTIONS:: a.DDL[Data Definition Language]:These statements are used to define the database structure or schema. Examples: * CREATE - to create objects in the database syntax: CREATE TABLE (,...); * ALTER - alters the structure of the database syntax: ALTER TABLE ADD/MODIFY (,...); * DROP - delete objects from the database syntax: DROP TABLE ; * TRUNCATE...

OOSD External Questions with Answers

Here are the Questions which will be asked in OOSD External lab exam...I am providing these questions separately so that u can practice those questions without having a look at answers...coz once u see the answers u will realize that u know this and its simple and u wont put it on a paper....but i do appreciate practice ...so here are the questions posted separately :) OOSD_LABexam U can view...

OOSD Lab Manual

Here is the lab manual of OOSD which contains introduction to all concepts of UML with Diagrams descriptions.. OOSD Lab Manual...