Database Administration Questions


Q:

That which cannot be seen -

A) Invisible B) Unseen
C) Intangible D) All of the above
 
Answer & Explanation Answer: A) Invisible

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

10 6030
Q:

The depth of a complete binary tree is given by

A) Dn = log 2 (n+1) B) Dn = log 1/2 (n+1)
C) Dn = log (n+1) D) Dn = log 2 (n-1)
 
Answer & Explanation Answer: A) Dn = log 2 (n+1)

Explanation:

A complete binary tree is a binary tree where all the levels have maximum number of nodes except possibly the last level.

 

The depth of complete binary tree of n nodes will be Dn=log 2 (n+1) where Dn is the height or depth of the tree and n is the number of nodes.

Report Error

View Answer Report Error Discuss

9 6024
Q:

A line is an undefined term because it

Answer

A line is an undefined term because of it :


 


1. Contains an infinite number of points


2. can be used to create other geometric shapes


3. is a term that does not have a formal definition


 


In Geometry, unless it's stated, a line will extend in one dimension and goes on forever in both ways.

Report Error

View answer Workspace Report Error Discuss

17 6019
Q:

4 45 of 259.99 = ? % of 1247.9

A) 96 B) 100
C) 78 D) 88
 
Answer & Explanation Answer: B) 100

Explanation:

Given 

4 45 of 259.99 = ? % of 1247.9

24/5 x 260 = ? x 1248/100

? = 1248 x 100/1248

? = 100.

Report Error

View Answer Report Error Discuss

6 6015
Q:

Count function in SQL returns the number of

A) groups B) values or rows
C) columns D) distinct values
 
Answer & Explanation Answer: B) values or rows

Explanation:

Count function in SQL returns the number of values or rows.

Report Error

View Answer Report Error Discuss

36 6008
Q:

What Does BIOS Stand For

A) Backup Input Output System B) Battery Integrated Operating Setup
C) Basic Input Output System D) Better Integrated Operating System
 
Answer & Explanation Answer: C) Basic Input Output System

Explanation:

BIOS in computers stands for Basic Input Output System.

 

BIOS is a set of computer instructions in firmware which control input and output operations.

Report Error

View Answer Report Error Discuss

25 5987
Q:

Two main measures for the efficiency of an algorithm are

A) Time and Space B) Complexity and Memory
C) Data and Space D) Memory and Processor
 
Answer & Explanation Answer: A) Time and Space

Explanation:

Two main measures for the efficiency of an algorithm are Time and Space.

Report Error

View Answer Report Error Discuss

26 5976
Q:

 A motorboat takes half time to cover a certain distance downstream than upstream. What is the ratio between rate of current and rate of boat in still water?

A) 1 : 3 B) 3 : 2
C) 2 : 3 D) 3 : 1
 
Answer & Explanation Answer: A) 1 : 3

Explanation:

Let the speed of the boat in still water is 'w'

Speed of the current is 'c'

Let the distance between two places is 'd'

According to the question, motorboat takes half time to cover a certain distance downstream than upstream.

dw+c = 12dw-c

=> 2w - 2c = w + c

=> w = 3c

=> c : w = 1 : 3

 

Hence, the ratio between rate of current(c) and rate of boat in still water(w) = 1 : 3

Report Error

View Answer Report Error Discuss

12 5935