Thursday 12 May 2016

Difference between Computer Architecture and Computer Orgzanization

Computer organization

This is implementation of Computer Architecture. It deals with operational feature of computer that how hardware are working by Computer Architecture and helps programmer to understand working model of hardware and enables them coding for accessing different method of hardware and interrupt ,control signal etc.

Tuesday 10 May 2016

Modes of channel operation

Mode of channel operation define accessing mode of the medium for send and receive data. Types and examples of different types of modes are follows

Simplex

Data in simplex channel is always moves in one direction. Simplex is suitable for many kind of application where reply is necessary because it is not possible to send back error or control signals to the transmit end.

Monday 9 May 2016

Proper Case String VB

Function Name : StrConv

Convert a string into desire specified format.

Syntax

StrConv(String,VbStrConv) as String 

Tuesday 3 May 2016

Difference Between Coupling and Cohesion

Coupling Indicate the relationship between the different modules. Cohesion indicates a relation inside of a single module.
Coupling Cohesion