In this repository, you will get Assam University BCS (Computer Science)/BCAPractical Question Solution
-
Get Octave for Windows.
-
At the Octave prompt, type
pkg install -forge symbolic
. -
At the Octave prompt, type
pkg load symbolic
. -
At the Octave prompt, type
syms x
, thenf = (sin(x/2))^3
,diff(f, x)
, etc.
If you encounter any difficulties (even minor ones) please read and if possible help us improve the wiki page on Windows Installation.
CN_practicals
Question:
- Simulate Cyclic Redundancy Check (CRC) error detection algorithm for noisy channel.
- Simulate and implement stop and wait protocol for noisy channel.
- Simulate and implement go back n sliding window protocol.
- Simulate and implement selective repeat sliding window protocol.
- Simulate and implement distance vector routing algorithm
- Simulate and implement Dijkstra algorithm for shortest path routing.