Computer Awareness

This test covers some important topics from the computer awareness section of MCA entrance test.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of these computer peripherals is both an input as well as an output device?

  1. Touch screen
  2. Light pen
  3. Joystick
  4. Plotter
  5. Headphone
Question 2 Multiple Choice (Single Answer)

Which of the following programming languages has been developed for Artificial Intelligence Research?

  1. COBOL
  2. RPG
  3. BASIC
  4. C
  5. LISP
Question 3 Multiple Choice (Single Answer)

Which of the following system software programs translates a high level language program into a suitable machine language program?

  1. Operating system
  2. Compiler
  3. Text editor
  4. Debugger
  5. PDF reader
Question 4 Multiple Choice (Single Answer)

Which of these non-volatile memories can be used as both primary as well as secondary memory?

  1. RAM
  2. ROM
  3. Hard disk
  4. Flash drive
  5. Cache memory
Question 5 Multiple Choice (Single Answer)

How many memory locations can a 16 bit computer address?

  1. 16
  2. 64
  3. 64K
  4. 4G
  5. 256
Question 6 Multiple Choice (Single Answer)

Under which process do/does loading of the operating system into the main memory take place?

  1. Demand paging
  2. Interrupt handling
  3. Booting
  4. Mounting
  5. Troubleshooting
Question 7 Multiple Choice (Single Answer)

Which of the following input devices is used in banks for cheque processing?

  1. OMR
  2. Bar code reader
  3. MICR
  4. Character scanner
  5. Scanner
Question 8 Multiple Choice (Single Answer)

What does the function sprintf() operate on?

  1. data in a file
  2. stderr
  3. string
  4. stdin
  5. stdout
Question 9 Multiple Choice (Single Answer)

What is the mechanism to associate code with its data called?

  1. Dynamic binding
  2. Encapsulation
  3. Operator overloading
  4. Nesting
  5. Polymorphism
Question 10 Multiple Choice (Single Answer)

What is the smallest addressable element in a display device called?

  1. PAR
  2. Pixel
  3. Scan line
  4. Refresh rate
  5. DOT
Question 11 Multiple Choice (Single Answer)

How can the 2's complement be obtained from the given 1's complement of a number?

  1. By adding 1
  2. By subtracting 1
  3. By complementing each bit
  4. By changing the most significant bit to 1
  5. By changing the most significant bit to 0
Question 12 Multiple Choice (Single Answer)

Which storage class allows local variables to maintain their values between function calls?

  1. Auto
  2. Register
  3. Static
  4. Extern
  5. Intern
Question 13 Multiple Choice (Single Answer)

Which operator returns the address of a variable?

  1. ==
  2. >=
  3. ++
  4. &
  5. !
Question 14 Multiple Choice (Single Answer)

Which part of C program is ignored by its compiler?

  1. Preprocessor commands
  2. Functions
  3. Variables
  4. Statements and expressions
  5. Comments
Question 15 Multiple Choice (Single Answer)

In what way are the items stored in a queue?

  1. LIFO
  2. FIFO
  3. GIGO
  4. PIPO
  5. WYSIWYG