Technical Questions asked in Miracle Soft

  1. Which of the following connect different computers by LAN?
    1. Cable and modem
    2. Cable and interface card
    3. Modem and interface card
    4. Special wires and telephone lines
    Answer:  Option B.
  2. Which of the following data item characterstics are important in data management ?
    1. Punctuation
    2. Grammar
    3. Height
    4. Spelling
    Answer: Option  A.
capgemini article ad
  1. Bankers algorithm for resource allocation deals with-
    1. deadlock prevention
    2. deadlock avoidance
    3. deadlock recovery
    4. mutual exclusion
    Answer: Option  B.
  2. The keyword friend shows up in :
    1. the class allowing access to another class
    2. the class wanting acess to another class
    3. public section of a class
    4. none of these
    Answer: Option  D.
  3. Whatwouldbetheoutputoffollowingcode?
    #include
    intmain(intargc,char**argv)
    {
    intiVar=0,iCnt,aiArr[]={56,23,4,89,-200,34};
    for(iCnt=1;iCnt<6;iCnt++)
    {
    if(aiArr[iCnt] iVar=iCnt;
    }
    printf("%d",iVar);
    return0;
    }
    1. 4
    2. 89
    3. 3
    4. -200
    Answer:  Option  A.
  4. Which of the following is function of relational operator ?
    1. It assigns one operand to another.
    2. It compares two operands
    3. It logically combines two operands
    4. None of these
    Answer: Option  B.
Campus Placement ad
Rate Us
Views:5182