Monday, May 13, 2013

If else and case statements

1. Nested if else create priority encoder so better to use case statements
2. Full case: all possible branches are defined
3. Parallel case: all case items are mutually exclusive

Ethernet and more

Ethernet is a protocol under IEEE 802.33 standard User Datagram Protocol (UDP) UDP is a connectionless transport protocol. I...