BIT Online
BIT Online blog is for the students who follow online courses for Bachelor of Information Technolgy. This blog aims to become a forum of those students to have discussions.
Friday, February 25, 2011
Sunday, February 6, 2011
Client-Server Programming In Java
Lecture Series on Internet Technologies by Prof. I. Sengupta, Department of Computer Science Engineering, IIT Kharagpur
Saturday, January 15, 2011
Monday, October 11, 2010
Arrays in Visual Basic
Hi Guys,
You may find a comprehensive lesson in the link for the Arrays in Visual Basic.
http://patorjk.com/programming/tutorials/vbarrays.htm
Thanks,
Mufleeh
You may find a comprehensive lesson in the link for the Arrays in Visual Basic.
http://patorjk.com/programming/tutorials/vbarrays.htm
Thanks,
Mufleeh
Friday, October 8, 2010
Where can I Learn Javascript in easy steps?
Hello guys,
I am back after a long time. Anyway the message is, you can learn javascript in easy steps in w3 schools.
Follow the below link and start it now!
http://www.w3schools.com/js/default.asp
The only requirement known to study Javascript is you must be able to read English. Can you?
Just few chapters to go....
Thanks,
Mufleeh
I am back after a long time. Anyway the message is, you can learn javascript in easy steps in w3 schools.
Follow the below link and start it now!
http://www.w3schools.com/js/default.asp
The only requirement known to study Javascript is you must be able to read English. Can you?
Just few chapters to go....
Thanks,
Mufleeh
Thursday, September 16, 2010
What is Parity Bit?
From Wikipedia, the free encyclopedia
7 bits of data (number of 1s) | 8 bits including parity | |
---|---|---|
even | odd | |
0000000 (0) | 00000000 | 10000000 |
1010001 (3) | 11010001 | 01010001 |
1101001 (4) | 01101001 | 11101001 |
1111111 (7) | 11111111 | 01111111 |
A parity bit is a bit that is added to ensure that the number of bits with the value one in a set of bits is even or odd. Parity bits are used as the simplest form of error detecting code.
There are two variants of parity bits: even parity bit and odd parity bit. When using even parity, the parity bit is set to 1 if the number of ones in a given set of bits (not including the parity bit) is odd, making the entire set of bits (including the parity bit) even. When using odd parity, the parity bit is set to 1 if the number of ones in a given set of bits (not including the parity bit) is even, making the entire set of bits (including the parity bit) odd. In other words, an even parity bit will be set to "1" if the number of 1's + 1 is even, and an odd parity bit will be set to "1" if the number of 1's +1 is odd.
Unlock HSPDA
Hi Guys,
If you have any HSPDA dongles to unlock, just give me a call.
Can try to do it over the internet also.
Mufleeh (0775920501)
If you have any HSPDA dongles to unlock, just give me a call.
Can try to do it over the internet also.
Mufleeh (0775920501)
Subscribe to:
Posts (Atom)