IT Trainer Questions


Q:

The flow of information through MIS is

A) organization dependent B) information dependent
C) management dependent D) need dependent
 
Answer & Explanation Answer: D) need dependent

Explanation:

The flow of information through MIS - Management Information System is Need dependent.

The backbone of any organization is Information. The information of MIS comes from both internal and external sources.

Report Error

View Answer Report Error Discuss

5 5637
Q:

Which of the following are elements of SQL?

A) base-table-identifier ::= user-defined-name B) base-table-name ::= base-table-identifier
C) boolean-primary ::= comparison-predicate D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:
Report Error

View Answer Report Error Discuss

8 5629
Q:

Give an example for the use of volatile keyword in c++ ?

Answer

Most of the times compilers will do optimization to the code to speed up the program. For example in the below code,


int k = 15;
while( k == 15)


{
// Do something
}


compiler may think that value of 'k' is not getting changed in the program and replace it with 'while(true)', which will result in an infinite loop. In actual scenario, the value of 'k' may be getting updated from outside of the program.


Volatile keyword is used to tell compiler that the variable declared using 'volatile' may be used from outside the current scope, so that compiler won't apply any optimization. This matters only in case of multi-threaded applications.


In the above example if variable 'k' was declared using volatile, compiler will not optimize it. In shot, value of the volatile variables will be read from the memory location directly.

Report Error

View answer Workspace Report Error Discuss

5 5621
Q:

Values that are used to end loops are referred to as _____ values.

A) stop B) sentinel
C) end D) finish
 
Answer & Explanation Answer: B) sentinel

Explanation:
Report Error

View Answer Report Error Discuss

4 5604
Q:

Webpages are written using

A) Win Zip B) HTML
C) A fifth generation language D) Peripherals
 
Answer & Explanation Answer: B) HTML

Explanation:

Webpages are written using HTML, (Hyper Text Marup Language). It is used for creating web applications that can be accessed over internet which contain text, graphics and hyperlinks.

Report Error

View Answer Report Error Discuss

11 5600
Q:

One who sacrifices his life for a cause

One_who_sacrifices_his_life_for_a_cause1552994742.jpg image

A) Patriot B) Soldier
C) Martyr D) Revolutionary
 
Answer & Explanation Answer: C) Martyr

Explanation:

One who sacrifices his life for a cause is called as Martyr.

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

2 5596
Q:

What has Hands But cannot Clap?

A) Toy B) Clock
C) Bag D) Shirt
 
Answer & Explanation Answer: B) Clock

Explanation:

What has Hands But cannot Clap is a Clock or a Watch.

A Clock technically has 3 hands.

1 Hour Hand Which tells Hours

1 Minute Hand Which tells Minutes

1 Second Hand Which tells Seconds.

But cannot clap with these hands.

Report Error

View Answer Report Error Discuss

11 5541
Q:

Unresolved dissonance is a characteristic of

Answer

When the tension is unresolved, we have unresolved dissonance. Unresolved dissonance is a characteristic of the baroque music.


The general characteristics of Baroque music is movement, energy, and tension.

Report Error

View answer Workspace Report Error Discuss

2 5520