Pages

4 Jul 2012

Cs101 1st gdb solution spring 2012

Solution:

The internet (more specifically, the web) lets machines around the world share data with each other via HTTP. Most of this sharing so far has been for the purpose of delivering information to eyeballs, but semantic web standards let machines share data (and sometimes, the semantics of that data) for re-use by applications around the world. As with the HTML eyeball web, links between the different datasets around the world enhance the value of these datasets through the network effect, letting these applications do more and more with this data. So, it contributes to the evolution of the internet by letting new kinds of applications do new kinds of things that they couldn't do before.

Cs610 GDB #1 solution spring 2012

Solution:-
i don't think that wireless network will replace the wired or fixed networks in coming future.

i would agree to the statement to some extend, but not truly. Wireless technology is booming everywhere and everything is flooded with wireless technology.


There are two ways to connect a computer to a network: wired or wireless. Sometimes this will determine the kind of router you purchase, but fortunately today most offer both options.

3 Jul 2012

Cs302 assignment #5 solution spring 2012

Question 1                                                                                       
Give next sequence of states for 5 bit Johnson counter having initial value as 00111 (you are required to give next 5 values) in tabular form as shown below,


Clock Pulse
Q0
Q1
Q2
Q3
Q4






Solution:

Clock
Pulse
Q0

Q1

Q2

Q3

Q4

7
0
0
1
1
1
8
0
0
0
1
1
9
0
0
0
0
1
10
0
0
0
0
0
11
1
0
0
0
0


   Sequence of states of a 5 bit Johnson Counter



Question 2                                                                                 
Give next sequence of states for 5 bit Ring counter having initial value as 00100 (you are required to give next 5 values)


Clock Pulse
Q0
Q1
Q2
Q3
Q4












              





Solution:

Clock
Pulse
Q0

Q1

Q2

Q3

Q4

2
0
0
1
0
0
3
0
0
0
1
0
4
0
0
0
0
1
5
0
0
0
0
0
6
0
1
1
1
1


             Sequence of states of a 5 bit Ring Counter

2 Jul 2012