Tuesday 25 December 2012

JAVA lecture Notes

Download Java lecture notes for 7th sem B.E Computer Science (06CS753)

 

File size:3.32mb

Click here to download 


C# and the .NET Platform

Download C# and the .NET Platform- Andrew Troelsen pdf




 File size:21.39mb

 

Click here to download C# and the .NET Platform.pdf

Enjoy :)

Wednesday 5 December 2012

Difference between Harvard and Von Neumann architecture

        This is one of the common question asked in VTU B.E. 7th sem C.S. 1st unit of Embedded Computing Systems and since this answer is not given in the prescribed text book, i thought of finding the answer and posting it in my blog, so that it will be helpful for many vtu students. I Hope it is helpful.

Von Neumann Architecture:

  • It is named after the mathematician and early computer scientist John Von Neumann.

  • The computer has single storage system(memory) for storing data as well as program to be executed.

  • Processor needs two clock cycles to complete an instruction.Pipe lining the instructions is not possible with this architecture.

  • In the first clock cycle the processor gets the instruction from memory and decodes it. In the next clock cycle the required data is taken from memory. For each instruction this cycle repeats and hence needs two cycles to complete an instruction.

  • This is a relatively older architecture and was replaced by Harvard architecture.

Harvard Architecture:



  •  The name is originated from "Harvard Mark I" a relay based old computer.

  • The computer has two separate memories for storing data and program.

  • Processor can complete an instruction in one cycle if appropriate pipelining strategies are implemented.

  • In the first stage of pipeline the instruction to be executed can be taken from program memory.In the second stage of pipeline data is taken from the data memory using the decoded instruction or address. 

  • Most of the modern computing architectures are based on Harvard architecture.But the number of stages in the pipeline varies from system to system.

Source: http://v-codes.blogspot.in/

you can also find the differences in the following links:

wiki.answers.com

www.itportal.in

 

Tuesday 4 December 2012

VTU B.E. DEC 2012 Exams Postponed

VTU B.E. DEC 2012 Exams Postponed. find the rescheduled dates below

2006 scheme:

06**75* postponed to 3rd-jan-2013

06**76* postponed to 5rd-jan-2013

Please find the attached notice from VTU :

click the link below:

rescheduled_notice.pdf 

For more info visit VTU site www.vtu.ac.in

:)

Sunday 2 December 2012

C# Pro with .NET 3.0

Download C# Pro with .NET 3.0 e-Book pdf


 

Click below to download.

C# Pro with .NET 3.0.pdf

file size:17.4mb

Enjoy :)

C# e-Books

Download C# e-book pdfs

1.Programmers heaven:C# School.pdf

file size:3.52mb

 

 

2.C# Programming.pdf 

file size:1.55mb

enjoy:)