IT Trainer Questions


Q:

Which of the following is Not an Operating System?

A) UNIX B) Windows NT
C) C++ D) DOS
 
Answer & Explanation Answer: C) C++

Explanation:

C++ is not an Operating System.

 

An Operating System is a collection of system programs that manages all the other programs application programs in a computer as well as the allocation and use of hardware resources such as the CPU, Memory and the Hard Disk Drive.

It acts as an interface between the hardware and the user level program.

It controls and facilitates the overall operation of a computer. 

 

Here

UNIX : UNIX is a popular multi-user, multitasking operating system (OS) developed at Bell Labs.

 

Windows NT : Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993.

 

DOS : DOS is Disk Operating System. The term DOS can refer to any operating system.

 

C++ : C++ is a programming language and computing platform.

 

Hence, C++ is not an Operating System.

Report Error

View Answer Report Error Discuss

46 13074
Q:

Which liquid is the most viscous?

A) Water B) Diesel
C) Milk D) Oil
 
Answer & Explanation Answer: D) Oil

Explanation:

Here Oil is the most viscous liquid.

The liquid with the most intermolecular force is high viscous. viscosity is how smoothly a liquid flows and how hardly the liquid flows it is highly viscous.

Report Error

View Answer Report Error Discuss

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

16 12985
Q:

There are 100 students in 3 sections A, B and C of a class. The average marks of all the three sections was 84. The average of B and C was 87.5 and the average marks of students in A section was :

A) 20 B) 35
C) 54 D) 40
 
Answer & Explanation Answer: A) 20

Explanation:

Numbers of students in section A = x
∴ Numbers of students in section B and C = (100 – x)
∴ x 70 + (100 – x) 87.5 = 84 100
=> 70x + 87.5 100 – 87.5x = 8400
=> 8750 – 17.5x = 8400
=> 17.5x = 8750 – 8400 => x = 20.

Report Error

View Answer Report Error Discuss

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

26 12984
Q:

Which dml command is used in conjunction with @@identity?

A) INSERT and UPDATE B) UPDATE and DELETE
C) SCOPE_IDENTITY and IDENT_CURRENT D) Commit and rollback
 
Answer & Explanation Answer: C) SCOPE_IDENTITY and IDENT_CURRENT

Explanation:

Using automatically incrementing IDENTITY columns is very popular with database developers. You don’t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.

 

You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.

Report Error

View Answer Report Error Discuss

20 12905
Q:

A, B, C and D enter into partnership. A subscribes 1/3 of the capital B 1/4, C 1/5 and D the rest. How much share did A get in a profit of Rs.2490 ?

A) Rs. 820 B) Rs. 830
C) Rs. 840 D) Rs. 850
 
Answer & Explanation Answer: B) Rs. 830

Explanation:

Let the total amount in the partnership be 'x'.
Then A's share = x/3
B's share = x/4
C's share = x/5
D's share = x - (x/3 + x/4 +x/5) = 13x/60

A : B : C : D = x/3 : x/4 : x/5 : 13x/60 = 20 : 15 : 12 : 13

A's share in the profit of Rs. 2490 = 20 (2490/60) = Rs. 830.

Report Error

View Answer Report Error Discuss

Filed Under: Partnership
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Bank Clerk , Bank PO , IT Trainer

7 12874
Q:

How many seconds in 10 years?

A) 31523500 sec B) 315360000 sec
C) 315423000 sec D) 315354000 sec
 
Answer & Explanation Answer: B) 315360000 sec

Explanation:

We know that,

1 year = 365 days

1 day = 24 hours

1 hour = 60 minutes

1 minute = 60 seconds.

 

Then, 1 year = 365 x 24 x 60 x 60 seconds.

= 8760 x 3600

1 year = 31536000 seconds.

 

Hence, 10 years = 31536000 x 10 = 315360000 seconds.

Report Error

View Answer Report Error Discuss

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

60 12741
Q:

Todar Mal was associated with

A) Land revenue reforms B) Music and Literature
C) Law and Music D) Law and Literature
 
Answer & Explanation Answer: A) Land revenue reforms

Explanation:

Todar Mal was associated with land revenue reforms.

 

Raja Todar Mal was the Finance Minister of the Mughal empire during Akbar's reign. He was one of the Navaratnas in Akbar's durbar.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

19 12708
Q:

Impact analysis helps to decide

A) How many more test cases need to written. B) How much regression testing should be done.
C) Different Tools to perform Regression Testing D) Exit Criteria
 
Answer & Explanation Answer: B) How much regression testing should be done.

Explanation:

Impact Analysis is used in software testing to define all the risks associated with any kind of changes in a product being tested.

Impact Analysis is nothing but analyzing the impact of changes in the deployed product or application. It gives the information about the areas of the system that may be affected due to the change in the particular section or features of the application.

 

Why Impact Analysis is done :


1. It is done to understand the possible outcome of implementing the change. Inducing too much functionality into a product can reduce the overall performance of the product.

2. To identify all the files, documents and models that might have to be modified if team decides to implement the change in product

3. To estimate the effort needed behind implementing the change

4. To identify the task required to implement the change

5. It will list the dependencies on a specific element

 

The impact is analyzed on Requirements, Design & Architecture, impact on Test and impact on schedule.

Report Error

View Answer Report Error Discuss

0 12698