Computer Aptitude
A comprehensive test covering fundamental computer science concepts including databases, programming, computer architecture, and computing history.
Questions
DDL, in Oracle, is known as
- Data Definition Language
- Direct Definition Language
- Data Defined Language
- Daily Definition Language
What do you mean by RDBMS in Oracle?
- Relational Direct Management System
- Regional Database Management System
- Relational Database Management System
- All of the above
Which of the following is the most common strategy used to select a free hole from the set of available holes in memory management?
- Best-fit
- First-fit
- Worst-fit
- Perfect-fit
DML in Oracle SQL Plus commands is also known as
- Data Manipulation Language
- Design Manipulation Language
- Divided Manipulation Language
- Data Master Language
The derived class having more than one parent is called as ___________
- Multilevel inheritance
- Multiple inheritance
- Single inheritance
- Hierarchical inheritance
DCL in SQL Plus commands in Oracle is also known as
- Data Control Language
- Data Cost Control Language
- Demand Control Language
- Database Control Language
Which of the following unit is the part of CPU inside a computer?
- Input unit
- Output unit
- ALU
- VDU
In which of the following methods, default values for the arguments have to be specified?
- Function Call
- Function Declaration
- Function Definition
- Multiple call to function
In ___________ type of function call, the values of the variables in the main program get changed.
- Call by value
- Function overloading
- Call by reference
- Inline functions
Integrated Circuits are chief electronic components of _________ generation of computers.
- First
- Second
- Third
- Fourth
Which of the following tools was developed by the Chinese, some 5000 years ago?
- Mechanical calculator
- ABACUS
- Analytical engine
- Boolean Algebra
Which of the following is a device that identifies a character written with ink containing particles of magnetic material?
- Optical Character Reader
- Barcode Reader
- MICR
- Scanner
Which of the following properties of C++ enables two or more functions to have same name, but different prototypes?
- Operator overloading
- Polymorphism
- Inheritance
- Function prototyping
In which of the following inheritance, objects of derived class cannot access public members of base class?
- Public inheritance
- Multiple inheritance
- Private inheritance
- Multilevel inheritance
How many categories fall in SQL plus commands?
- DDL only
- DML only
- DCL only
- DDL, DML and DCL