ISRO Scientist or Engineer Computer Science 2007

Instructions

For the following questions answer them individually

ISRO Scientist or Engineer Computer Science 2007 - Question 21


An Ethernet hub

Video Solution

ISRO Scientist or Engineer Computer Science 2007 - Question 22


Phasetransition for each bit are used in

Video Solution

ISRO Scientist or Engineer Computer Science 2007 - 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

ISRO Scientist or Engineer Computer Science 2007 - Question 24


Bit stuffing refers to

Video Solution

ISRO Scientist or Engineer Computer Science 2007 - 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

ISRO Scientist or Engineer Computer Science 2007 - Question 26


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

Video Solution

ISRO Scientist or Engineer Computer Science 2007 - Question 27


Virtual memory is

Video Solution

ISRO Scientist or Engineer Computer Science 2007 - Question 28


The level of aggregation of information required for operational controlis

Video Solution

ISRO Scientist or Engineer Computer Science 2007 - Question 29


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

Video Solution

ISRO Scientist or Engineer Computer Science 2007 - Question 30


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

Video Solution
cracku

Boost your Prep!

Download App