For the following questions answer them individually
Phasetransition for each bit are used in
Study the following programme
// precondition : x >= 0
public void demo(int x)
{
System.out.print(x %10);
if( (x /10)! = 0)
{
demo(x / 10);
}
System.out.print(x % 10);
}
Which of the following is printed as a result of the call demo (1234)?
Bit stuffing refers to
Whatis the nameof the technique in which the operating system of a computer executes several programs concurrently by switching back andforth between them ?
If there are five routers and six networksin an intranet usinglink state routing, how manyrouting tables are there?
The level of aggregation of information required for operational controlis
The set of all Equivalence Classes of a set A of Cardinality C
0.75 in decimal system is equivalent to ....... in octal system