Database Administration Questions


Q:

11 P in a CT

Answer

The given letter equation implies that 11 P in a CT means 11 Players in a Cricket Team.

Report Error

View answer Workspace Report Error Discuss

110 36868
Q:

Find the next number in the given number series?

35, 36, 55, 111, ?

A) 278.5 B) 264.5
C) 212.5 D) 202
 
Answer & Explanation Answer: A) 278.5

Explanation:

The given number series is 35, 36, 55, 111, ?

35

35 x 1 + 1 = 36

36 x 1.5 + 1 = 55

55 x 2 + 1 = 111

111 x 2.5 + 1 = 278.5

 

Hence, the next number in the given number series is 278.5.

Report Error

View Answer Report Error Discuss

2 36740
Q:

Find the next number in the given number series?

50, 51, 47, 56, 40, ?

A) 58 B) 65
C) 76 D) 81
 
Answer & Explanation Answer: B) 65

Explanation:

The given number series is 50, 51, 47, 56, 40, ?

 

5050 + 12 = 5151 - 22 = 4747 + 32 = 5656 - 42 = 4040 + 52 = 65

 

Hence, the next number in the given number series is 65.

Report Error

View Answer Report Error Discuss

3 36520
Q:

Which tag is used to display the numbered list?

 

1) <ol> </ol>    2) <li></li>     3) <ul> </ul>    4) <dl> </dl>

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

Explanation:

Use HTML tag <ol> element to define an ordered list.

Use the HTML type attribute to define the numbering type. Use the HTML <li> element to define a list item. Use the HTML <dl> element to define a description list.

 

Hence, as numbered list come under ordered list tag <ol> tag is used for numbered list.

Report Error

View Answer Report Error Discuss

17 36507
Q:

Which of the following is a popular programming language for developing multimedia webpages.

A) COBOL B) Java
C) BASIC D) Assembler
 
Answer & Explanation Answer: B) Java

Explanation:

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

 

Which_of_the_following_is_a_popular_programming_language_for_developing_multimedia_webpages1548652333.jpg image


Java is used to develop mobile apps, web apps, desktop apps, games and much more...

Report Error

View Answer Report Error Discuss

158 36273
Q:

Find the wrong number in the given number series?

5, 8, 40, 90, 664

A) 8 B) 40
C) 90 D) 664
 
Answer & Explanation Answer: B) 40

Explanation:

The given number series is 5, 8, 40, 90, 664

5

5 - 1 x 2 = 8

8 - 3 x 4 = 20 (NOT 40)

20 - 5 x 6 = 90

90 - 7 x 8 = 664

Report Error

View Answer Report Error Discuss

6 35978
Q:

Choose the correct html tag to make a text italic.

1. <italic>

2. <it>

3. <i>

4. <il>

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

Explanation:

HTML Tag  is used to make a text italic.

Report Error

View Answer Report Error Discuss

26 35901
Q:

Find the next number in the given number series?

2, 19, 0, 21, –2, ?

A) 23 B) 25
C) 27 D) 29
 
Answer & Explanation Answer: A) 23

Explanation:

The given number series 2, 19, 0, 21, –2, ? follows a pattern,

2

2 + 17 = 19

19 - 19 = 0

0 + 21 = 21

21 - 23 = -2

-2 + 25 = 23

 

Hence, the next number in the series is 23.

Report Error

View Answer Report Error Discuss

2 35658