Computer Awareness
This test covers some important topics from the computer awareness section of MCA entrance test.
Questions
Which of these computer peripherals is both an input as well as an output device?
- Touch screen
- Light pen
- Joystick
- Plotter
- Headphone
Which of the following programming languages has been developed for Artificial Intelligence Research?
- COBOL
- RPG
- BASIC
- C
- LISP
Which of the following system software programs translates a high level language program into a suitable machine language program?
- Operating system
- Compiler
- Text editor
- Debugger
- PDF reader
Which of these non-volatile memories can be used as both primary as well as secondary memory?
- RAM
- ROM
- Hard disk
- Flash drive
- Cache memory
How many memory locations can a 16 bit computer address?
- 16
- 64
- 64K
- 4G
- 256
Under which process do/does loading of the operating system into the main memory take place?
- Demand paging
- Interrupt handling
- Booting
- Mounting
- Troubleshooting
Which of the following input devices is used in banks for cheque processing?
- OMR
- Bar code reader
- MICR
- Character scanner
- Scanner
What does the function sprintf() operate on?
- data in a file
- stderr
- string
- stdin
- stdout
What is the mechanism to associate code with its data called?
- Dynamic binding
- Encapsulation
- Operator overloading
- Nesting
- Polymorphism
What is the smallest addressable element in a display device called?
- PAR
- Pixel
- Scan line
- Refresh rate
- DOT
How can the 2's complement be obtained from the given 1's complement of a number?
- By adding 1
- By subtracting 1
- By complementing each bit
- By changing the most significant bit to 1
- By changing the most significant bit to 0
Which storage class allows local variables to maintain their values between function calls?
- Auto
- Register
- Static
- Extern
- Intern
Which operator returns the address of a variable?
- ==
- >=
- ++
- &
- !
Which part of C program is ignored by its compiler?
- Preprocessor commands
- Functions
- Variables
- Statements and expressions
- Comments
In what way are the items stored in a queue?
- LIFO
- FIFO
- GIGO
- PIPO
- WYSIWYG