ISRO Scientist or Engineer Computer Science 2007

Instructions

For the following questions answer them individually

Question 21

An Ethernet hub

Video Solution
Question 22

Phasetransition for each bit are used in

Video Solution
Question 23

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)?

Video Solution
Question 24

Bit stuffing refers to

Video Solution
Question 25

Whatis the nameof the technique in which the operating system of a computer executes several programs concurrently by switching back andforth between them ?

Video Solution
Question 26

If there are five routers and six networksin an intranet usinglink state routing, how manyrouting tables are there?

Video Solution
Question 27

Virtual memory is

Video Solution
Question 28

The level of aggregation of information required for operational controlis

Video Solution
Question 29

The set of all Equivalence Classes of a set A of Cardinality C

Video Solution
Question 30

0.75 in decimal system is equivalent to ....... in octal system

Video Solution
cracku

Boost your Prep!

Download App