Range of integer is
- 1 to infinity
- -Infinity to +infinity
- 0 to infinity
- -infinity to 0
- -Infinity to +infinity
Clear All
Loading...
A graph, which contains parallel edges and Loop is called
- Multi-Graph
- Simple Graph
- Pseudo Graph
- None of the above
- Pseudo Graph
Clear All
Loading...
In a simple Graph number of vertices is n then Maximum degree of this graph will be
- n
- n*(n+1)/2
- n*(n-1)
- n-1
- n-1
Clear All
Loading...
In a simple graph, No. of vertices=4 then Maximum degree of this Graph will be
- 4
- 3
- 6
- 0
- 3
Clear All
Loading...
how many graphs are possible with 4 vertices and 3 edges?
- 5
- 4
- 3
- 13
- 4
Clear All
Loading...
A graph in which 5 vertices of degree 4, 4 vertices of degree 3 and remaining vertices have degree 2 and total number of edges is 25. Find the total number of vertices.
- 10
- 32
- 25
- 9
- 9
Clear All
Loading...
In a graph, 4 vertices have degree 2 then the number of edges will be
- 6
- 8
- 2
- 4
- 4
Clear All
Loading...
In a simple Graph, if maximum degree of graph is Max(g) and vertices is v then __
- Max(g)<=v-1
- Max(g)
- Max(g)>=v-1
- Max(g)>v
- Max(g)<=v-1
Clear All
Loading...
Which of the following operator type have highest percidence
- Unary Operator
- Arithmetic operator
- Shift operator
- Procedural operator
- Procedural operator
Clear All
Loading...
Which of the following operator type have highest percidence
- Relational Operator
- Bitwise OR operator
- Bitwise Ex-OR operator
- Bitwise AND operator
- Relational Operator
Clear All
Loading...