Latest MCQ's

Q The value of an automatic variable in C/C++ that is declared but not initialized will be __________.

  • A 0
  • B -1
  • C Unpredictable
  • D None of these

Q Which of the following memory must be refreshed many times per second?

  • A Static RAM
  • B Dynamic RAM
  • C EPROM
  • D ROM

Q __________ interprets program instructions and initiates control operations.

  • A Input Unit
  • B Storage Unit
  • C ALU
  • D Control Unit

Q The time required for the fetching and execution of one simple machine instruction is called?

  • A Delay Time
  • B CPU Cycle
  • C Seek Time
  • D Real Time

Q Functionality performed by a "constructor" is __________.

  • A Construct a new class
  • B Construct a new object
  • C Construct a new function
  • D Initialize Objects

Q A graphic representation of an Information System is called?

  • A Flow Chart
  • B Pictogram
  • C Data Flow Diagram
  • D Histogram

Q Pointers are useful in ________?

  • A Locating Area on Disk
  • B Pointing mistakes in input data
  • C Traversing Linked List
  • D All of these

Q Which of the following tool(s) is not used in modeling the new system?

  • A Decision Tables
  • B Data Dictionary
  • C Data Flow Diagrams
  • D All of these