IT Trainer Questions


Q:

Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables ?

A) Data Manipulation Language(DML) B) Data Definition Language(DDL)
C) Both A & B D) None
 
Answer & Explanation Answer: B) Data Definition Language(DDL)

Explanation:

The Data Definition Language (DDL) is used to manage table and index structure.

CREATE,

ALTER,

RENAME,

DROP and

TRUNCATE

statements are the names of few data definition elements.

Report Error

View Answer Report Error Discuss

Filed Under: SQL
Job Role: IT Trainer , Database Administration , Analyst

6 14982
Q:

Defect Management Process does not include

A) Deliverable base-lining B) Management reporting
C) Defect prevention D) None of above
 
Answer & Explanation Answer: A) Deliverable base-lining

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Software Testing
Job Role: Analyst , IT Trainer

8 14919
Q:

What Does My Name Mean, If my Mother is a Mathematician, and my Father is a Chemist. And they gave a Code to My Name as "Iron59".

Crack my Name?

A) Elix B) Alex
C) Selix D) Felix
 
Answer & Explanation Answer: D) Felix

Explanation:

Here my name "Iron59" means Felix.

Since my father is a chemist he gave code Iron for Fe as chemical symbol for Iron is Fe and my mother is a mathematician she gave 59 for Lix as Roman word for 59 is Lix.

 

Hence my name is FELIX.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer , Project Manager

17 14477
Q:

Which operation is not performed by computer?

A) Understanding B) Controlling
C) Processing D) Inputting
 
Answer & Explanation Answer: A) Understanding

Explanation:

A computer can perform inputting, processing and cotrolling but it can't perform understanding as it is has no brain. It can't earn from its previous experiances.

Report Error

View Answer Report Error Discuss

20 14312
Q:

Which Of The Following Statements Is Most Accurate For The Declaration X = Circle()?

A) x contains a reference to a Circle object B) You can assign an int value to x
C) x contains an object of the Circle type D) x contains an int value
 
Answer & Explanation Answer: A) x contains a reference to a Circle object

Explanation:
Report Error

View Answer Report Error Discuss

10 14282
Q:

A merchant buys two items for Rs. 7500. One item he sells at a profit of 16% and the other item at 14% loss. In the deal, the merchant makes neither any profit nor any loss. What is the difference between the selling price of both the items?

A) Rs. 620 B) Rs. 654
C) Rs. 725 D) Rs. 747
 
Answer & Explanation Answer: A) Rs. 620

Explanation:

Let the C.P of one item is Rs. P
and that of other is Rs. (7500 - P)

According to the data given
C.P = S.P
=> Px(116/100) + (7500-P)x(86/100) = 7500
=> 30P = 105000
=> P = 3500

Required difference between selling prices
= Rs. [(3500/100) x 116] - [(4000/100) x 86]
= 4060-3440
= Rs. 620

Report Error

View Answer Report Error Discuss

Filed Under: Profit and Loss
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

14 14184
Q:

Microprocessors as switching devices are for which generation computers?

A) Fourth generation B) Third generation
C) Second generation D) First generation
 
Answer & Explanation Answer: A) Fourth generation

Explanation:

Microprocessors are used in the computers of fourth generation computers. Personal microcomputers were possible due to the microprocessors.

 

Microprocessors further revolutionized the development of computers.

 

The first microprocessor called Intel 4004 was developed by American Intel Corporation in 1971.

Report Error

View Answer Report Error Discuss

27 14137
Q:

Which unit holds data temporarily?

A) Secondary storage unit B) Output Unit
C) Primary Memory Unit D) Input unit
 
Answer & Explanation Answer: C) Primary Memory Unit

Explanation:

Memory is the part of the computer that temporarily holds data and instructions before and after they are processed by the ALU.

 

Memory is also known as primary storage, primary memory, main storage, internal storage, and main memory.

 

Manufacturers often use the term RAM, which stands for random-access memory.​

Report Error

View Answer Report Error Discuss

23 14131