Computer Aptitude

A comprehensive test covering fundamental computer science concepts including databases, programming, computer architecture, and computing history.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

DDL, in Oracle, is known as

  1. Data Definition Language
  2. Direct Definition Language
  3. Data Defined Language
  4. Daily Definition Language
Question 2 Multiple Choice (Single Answer)

What do you mean by RDBMS in Oracle?

  1. Relational Direct Management System
  2. Regional Database Management System
  3. Relational Database Management System
  4. All of the above
Question 3 Multiple Choice (Single Answer)

Which of the following is the most common strategy used to select a free hole from the set of available holes in memory management?

  1. Best-fit
  2. First-fit
  3. Worst-fit
  4. Perfect-fit
Question 4 Multiple Choice (Single Answer)

DML in Oracle SQL Plus commands is also known as

  1. Data Manipulation Language
  2. Design Manipulation Language
  3. Divided Manipulation Language
  4. Data Master Language
Question 5 Multiple Choice (Single Answer)

The derived class having more than one parent is called as ___________

  1. Multilevel inheritance
  2. Multiple inheritance
  3. Single inheritance
  4. Hierarchical inheritance
Question 6 Multiple Choice (Single Answer)

DCL in SQL Plus commands in Oracle is also known as

  1. Data Control Language
  2. Data Cost Control Language
  3. Demand Control Language
  4. Database Control Language
Question 7 Multiple Choice (Single Answer)

Which of the following unit is the part of CPU inside a computer?

  1. Input unit
  2. Output unit
  3. ALU
  4. VDU
Question 8 Multiple Choice (Single Answer)

In which of the following methods, default values for the arguments have to be specified?

  1. Function Call
  2. Function Declaration
  3. Function Definition
  4. Multiple call to function
Question 9 Multiple Choice (Single Answer)

In ___________ type of function call, the values of the variables in the main program get changed.

  1. Call by value
  2. Function overloading
  3. Call by reference
  4. Inline functions
Question 10 Multiple Choice (Single Answer)

Integrated Circuits are chief electronic components of _________ generation of computers.

  1. First
  2. Second
  3. Third
  4. Fourth
Question 11 Multiple Choice (Single Answer)

Which of the following tools was developed by the Chinese, some 5000 years ago?

  1. Mechanical calculator
  2. ABACUS
  3. Analytical engine
  4. Boolean Algebra
Question 12 Multiple Choice (Single Answer)

Which of the following is a device that identifies a character written with ink containing particles of magnetic material?

  1. Optical Character Reader
  2. Barcode Reader
  3. MICR
  4. Scanner
Question 13 Multiple Choice (Single Answer)

Which of the following properties of C++ enables two or more functions to have same name, but different prototypes?

  1. Operator overloading
  2. Polymorphism
  3. Inheritance
  4. Function prototyping
Question 14 Multiple Choice (Single Answer)

In which of the following inheritance, objects of derived class cannot access public members of base class?

  1. Public inheritance
  2. Multiple inheritance
  3. Private inheritance
  4. Multilevel inheritance
Question 15 Multiple Choice (Single Answer)

How many categories fall in SQL plus commands?

  1. DDL only
  2. DML only
  3. DCL only
  4. DDL, DML and DCL