Home / EEE / Computation :: Computation

EEE :: Computation

  1. In a circular linked list organization, insertion of a record involves modification of
  2. A.
    one pointer
    B.
    two pointers
    C.
    multiple pointers
    D.
    no pointer

  3. A operator precedence parser is a
  4. A.
    Bottom-up parser
    B.
    Top-down parser
    C.
    Back tracing parser
    D.
    None of the above

  5. FORTRAN is a
  6. A.
    Regular language
    B.
    Context free language
    C.
    Context-sensitive language
    D.
    None of the above

  7. Using longer identifiers in a program will necessarily lead to
  8. A.
    some what slower compilation
    B.
    a program that is easier to understand
    C.
    an incorrect program
    D.
    none of the above

  9. A critical region is
  10. A.
    One which is enclosed by a pair of P and V operations an semaphores
    B.
    A program segment that often causes unexpected system crashes
    C.
    A program segment that has not been proved bug-free
    D.
    A program segment where shared resources are accessed

  11. Which basic components comprise a machine instruction ?
  12. A.
    Operation part
    B.
    Operation part and data part
    C.
    Operation part and address part
    D.
    Address part

  13. A computer is always freely programmable if
  14. A.
    the programme contains branch instructions
    B.
    it has random access memory
    C.
    it contains an interchangeable read only memory
    D.
    it contains an EPROM

  15. A language in which a statement in a loop that runs 100 times and is decoded 100 times, is
  16. A.
    BASIC
    B.
    FORTRAN
    C.
    COBOL
    D.
    PASCAL

  17. DEC”10 uses a
  18. A.
    16 bit word
    B.
    32 bit word
    C.
    36 bit word
    D.
    64 bit word

  19. Programming in a language that actually controls the path of signals or data within the computer is controlled
  20. A.
    micro-programming
    B.
    instruction set
    C.
    assembly language programming
    D.
    machine language programming