Thursday, December 7, 2017

NETWORK TOPOLOGIES

TOPOLOGY
·        Network topology is the arrangement of the various elements (node,links etc.) of a communication network.

Types of topology
1.      Star topology
2.      Bus topology
3.      Ring topology
4.      Tree topology
5.      Mesh topology

Star topology
·        star topology is a topology for a Local Area Network (LAN) in which all nodes are individually connected to a central connection point, like a hub or a switch.

Advantages of star topology
·        Easy to add another computer to the network.
·        If one computer on the network fails, the rest of the network continues to function normally
·         Easy to troubleshoot

Disadvantages of star topology

·        The central network device determines the performance and number of nodes the network can handle.
·        If the central computer, hub, or switch fails, the entire network goes down and all computers are disconnected from the network
·        More cables are required to be connected because each computer individually connects to the central server
Bus topology
·        Bus topology uses one main cable to which all nodes are directly connected. The main cable acts as a backbone for the network. One of the computers in the network typically acts as the computer server

Advantages of Bus Topology

·        Cable required is least compared to other network topology.
·        Used in small networks.
·        It is easy to understand.
·        Easy to expand joining two cables together.

Disadvantages of Bus Topology

·        Cables fails then whole network fails.
·        If network traffic is heavy or nodes are more the performance of the network decreases.
·         Cable has a limited length.

Ring topology
·        ring topology is a Network topology in which each node connects to exactly two other nodes, forming a single continuous pathway for signals through each node.

Advantages of Ring Topology

·        Token passing makes ring topology perform better than bus topology under heavy traffic
·        No need of server to control connectivity among the nodes
·        Equal access to the resources

Disadvantages of Ring Topology
·        In Unidirectional Ring, a data packet must pass through all the nodes.
·        Adding or deleting the computers disturbs the network activity.
·         Failure of one computer disturbs the whole network.
Tree Topology
It has a root node and all other nodes are connected to it forming a hierarchy. It is also called hierarchical topology.
tree topology combines characteristics of  bus and star topologies. It consists of groups of star-configured workstations connected to a bus backbone cable.

Advantages of Tree Topology

·        Expansion of nodes is possible and easy.
·        Easily managed and maintained.
  • Error detection is easily done.

Disadvantages of Tree Topology

·        Heavily cabled.
·        Costly.
·        If more nodes are added maintenance is difficult.
·        Central hub fails, network fails.
Mesh topology
In mesh topology ,each node is connected to more than one node to provide an alternative root in the case the host is either down or too busy.

Advantages of  Mesh Topology

·        Each connection can carry its own data load.
·        It is robust.
  • Fault is diagnosed easily.

Disadvantages of Mesh Topology

·        Installation and configuration is difficult.
·        Cabling cost is more.
  • Bulk wiring is required.


Friday, November 24, 2017

IMPORTANT QUESTION FOR 2018 ANNUAL EXAM COMPUTER  SCIENCE

CHAPTER 1

3 MARKS QUESTION

  1. COMPONENTS OF MOTHERBOARD
  2. FEATURES OF USB PORT
  3. CACHE MEMORY
  4. TYPES OF POWER SUPPLY
  5. EXPLAIN CONTROL ,ADDRESS AND DATA BUS

Saturday, March 4, 2017

PAPER 3

                                                PUC IInd YEAR COMMERCE
                                                 MODEL QUESTION PAPER-1
TIME:3Hrs                                                       SUB:COMPUTER SCIENCE                                                      MAX.MARKS:70
Each questions carries one marks.                                                                   10X1=10
1.      Give one feature of USB port.
2.      What is min term?
3.      What are the non-primitive data structures?
4.      What is polymorphism?
5.      What is staic memory?
6.      What is key?
7.      What are the cookies?
8.      Name the any two anti viruses.
9.      Expand IPR
10.  What is HTML?
Answer any five each question carries two marks.                                                       5 X 2=10

11.  Draw k-map for the following expression
 X’Y’+X’Y
12.  Draw the logic gates for the following expression.
(A+B+C)(A+B’+C’)(A+B+C’)(A+B’+C)
13.  What is multiple inheritance? give an  example
14.  Write any two features of parameterized constructor.
15.  What is input stream and output stream?
16.  What is data mining?
17.  How we insert a data into database table & write the syntax for it.
18.  What is EDGE?

Answer any five each question carries three marks.                                        5 X 3=15

19.  Explain cache memory.
20.  Explain the working of NOR gate(write the O/P condition).
21.  Give the memory representation of two dimensional array.
22.  What is array of pointer? Give an example.
23.  Difference between read() and write().
24.  List the components of data warehousing.
25.  Explain the communication modes.
26.  What is web scripting?
Answer any seven each question carries five marks.                                        7 X 5=35
27.  Simply the following expression using k-map 4-variables A,B,C &D.
 m0+m2+m4+m8+m9+m10+m11+m12+m13+m14
28.  Write the operations on stack.
29.  Write an algorithm to delete an element in an array.
30.  Write the applications of OOP.
31.  Explain how object of a class can be defined.
32.  Explain the need of overloading.
33.  Explain the parameterized constructor with syntax an example.
34.  What are the advantages of inheritance?
35.  Explain the database model.
36.  Write the uses of following commands.
1)SELECT         2)DROP           3)DELETE         4)UPDATE
37.  Write network devices





                                                *****************
                                                     ALL THE BEST


PAPER 2

PUC IInd YEAR COMMERECE
                                                MODEL QUESTION PAPER-1
TIME:3Hrs                                                       SUB:COMPUTER SCIENCE                                                      MAX.MARKS:70
Each questions carries one marks.                                                                   10X1=10
1.      What is system bus?
2.      What is meant by universal gate?
3.      What are the primitive data structures?
4.      What is data encapsulation?
5.      What is address operator?
6.      What is an attribute?
7.      What is server?
8.      What is topology?
9.      What is browser?
10.  What is XML?
Answer any five each question carries two marks.                                                       5 X 2=10

11.  Construct a Boolean function of 3 variables X,Y & Z that is an output 1 when exactly two of X,Y & Z are having values 0,& an output 0 in all other cases.
12.  Write SOP expression corresponding to the function F in the following truth table & draw the logic gate diagram.
A
B
C
F
0
0
0
0
0
0
1
0
0
1
0
1
0
1
1
1
1
0
0
0
1
0
1
0
1
1
0
1
1
1
1
1

13.  What are virtual base class? Give an example.
14.  What is constructor? Give an example.
15.  How many ways we can open a file?
16.  What is data warehouse?
17.  What is left outer join & right outer join?
18.  List the goals for networking.


Answer any five each question carries three marks.                                        5 X 3=15
19.  Explain the types of power supply.
20.  Write the truth table & standard symbol of NAND gate?
21.  Define the following with respect to binary tree.
a)root              b)subtree         c)node
22.  Write the difference between static and dynamic memory allocation.
23.  Difference between get() and getline().
24.  Explain the database users.
25.  Explain the application of networking.
26.  What is server-side scripting?
                                                           
Answer any seven each question carries five marks.                                        7 X 5=35
27.  Simply the following expression using k-map 4-variables A,B,C &D.
m1+m2+m4+m8+m9+m10+m11+m12+m13
28.  Mention the types of queue in detail.
29.  Write the algorithm to insert an element an in array.
30.  Write the disadvantages of OOPs.
31.  Describe access specifiers.
32.  Write the advantages and disadvantages of inheritance.
33.  Write the types of constructor in detail.
34.  What is abstract class?
35.  Explain the data processing cycle.
36.  Write the types of operators in SQL.
37.  Write the types of network topology.


                                                *****************
                                                     ALL THE BEST


  II Fill in the blanks choosing the appropriate word/words from those given in brackets. (Repeated answers will not be con...