Featured Articles

Decoration

All Stories

Thursday 14 March 2013

Advanced Database Management Systems(ADBMS) lab report m.tech 1st sem cs vtu




PROGRAMS

1. Develop a database application to demonstrate storing and retrieving of BLOB and CLOB objects.

The document repository will use one database containing one table to store its data. Using the MySQL console application (c:\mysql\bin\mysql.exe for Win32 or /usr/bin/mysql for *nix users), create the database and switch to it with the following commands:

create database myFiles;
use myFiles;

Next create the table that will actually store the BLOB's as part of the myFiles database:

create table myBlobs
Image credit
(
blobId int auto_increment not null,
blobTitle varchar(50),
blobData longblob,
blobType varchar(50),
primary key(blobId),
unique id(blobId)
);

Now there is one database named myFiles, which contains one table named myBlobs. The details of each field in the myBlobs table are shown below:
·         blobId: An integer that will provide a unique numerical identifier for each blob (ie 1, 2, 3, etc). It is incremented and tracked internally by MySQL whenever a new record is added.

·         blobTitle: A description of each blob in the table, for example "My word document about golf", or "Picture of the sky". It serves no real purpose, but will come in handy when viewing the files  through a web page later on.

The above is sample. Click on Download to get the complete 

resources

                       DOWNLOAD


                                                         How to download?
19:39 - By rajshekar t 8

8 comments:

Advanced Database Management systems(ADBMS) notes m.tech vtu 1st sem cs

Hi

Find all the notes related to ADBMS M.TECH CS 1ST SEM

LINK: 

                         Introduction to DataWarehouse(pptx)

                         Object Databases(pptx)

                         Object Data Model(pptx)

                         DataWarehouse toolkit(pdf)


NOTES BY LECTURERS:


1ST UNIT NOTES(word doc)


2ND UNIT NOTES(word doc)


3RD UNIT NOTES(word doc)


5TH UNIT NOTES(word doc)


6TH UNIT NOTES(word doc)


LAB REPORT:


ADBMS LAB REPORT(MANUAL)(word doc)

  How to download?


If the readers have additional resources related to M.Tech CS VTU then please mail me those details. Here's my email ID: rajshekar.targar06@gmail.com

Home




<! -- https://www.dropbox.com/s/6imz4hxjhab8bs2/The%20Data%20Warehouse%20Toolkit%202nd.pdf -->
19:37 - By rajshekar t 3

3 comments:

Tuesday 12 March 2013

Advanced operating systems lab manual(report) m.tech 1st sem cs vtu




1. Design, develop and execute a program using any thread library to create the number of threads specified by the user; each thread independently generates a random integer as an upper limit, and then computes and prints the number of primes less than or equal to that upper limit along with that upper limit.

INTRODUCTION
         A process defines a Customized Computations framework in which a program executes.  In traditional operating system the basic unit of CPU utilization is a process. Each process has its own program counter, its own register states, its own stack, and its own address space. Now a days, in operating system , the basic unit of CPU utilization is thread and a  process may consist of one or more threads.    
      
PROCESS AND PROCESS CONTROL BLOCK
A process is a program in execution or an instance of a program running on a computer. Two essential elements of process are program code and a set of data associated with that code. At any given point of time while the program is executing, the process can be uniquely characterized by a number of elements including the following,
Image credit
Identifier: a unique identifier associated with the process, to distinguish it from all other process.
State: if the process is currently executing it space is in the running state
Priority: priority level relative to other processes.
Program counter: the address of the next instruction in the program to be executed.
Memory pointers: includes pointers to the program court and data associated with the process plus any memory blocks shared with other processes.
Context data: these are the data that are presenting registers in the processor while the process is executing. 
I/O status information: includes outstanding I/O requests, I/O devices’ assigned to the process, list of files in use by process and so on.

Accounting Information: May include the amount of processor time and clock time used, time limits, account numbers and so on.

The above is sample. Click on Download to get the complete 

resources

                       DOWNLOAD



                       DOWNLOAD - latest


                                                       How to download?

20:31 - By rajshekar t 4

4 comments:

Computer Networks Peterson A Systems Approach Fourth Edition solution manual m.tech cs 1st sem vtu

Hi!

please find the link to download computer networks peterson text book solution manual.pdf



 3RD SEM VTU NOTES         How to download?

 More Stuff (3rd sem)

 Some More Stuff (2nd sem)

 Some more More Stuff (1st sem)

If the readers have additional resources related to M.Tech CS VTU then please mail me those details. Here's my email ID: rajshekar.targar06@gmail.com
Home




20:28 - By rajshekar t 0

0 comments:

Raj Jain The Art of Computer Systems Performance Analysis solution manual cspa mtech cs 1st sem vtu

Hi!


please find the link to download the cspa solution manual.pdf  for m.tech cs 1st sem vtu



 3RD SEM VTU NOTES                   How to download?

 More Stuff (3rd sem)

 Some More Stuff (2nd sem)

 Some more More Stuff (1st sem)


Home


20:25 - By rajshekar t 0

0 comments:

m.tech 1st sem CS internal question papers AIT Bangalore

Hi all CS 1st sem M.tech students!
                
I have taken a snap shots of all the internal question papers of  Acharya Institute of Technology  1st sem cs m.tech(2012-2013).

Please find them here to download. Also please note that the images may appear blur and the text too small so don't forget to zoom in and see the papers. It's just for reference to show how questions can be asked on a particular topic.



20:13 - By rajshekar t 0

0 comments:

© 2014 MTech CS. WP Theme-junkie converted by Bloggertheme9
Powered by Blogger.
back to top