Questions

Q:

Trishna gas project, which is in news recently, is located in which state?

A) Tripura B) Maharashtra
C) Madhya Pradesh D) Uttar Pradesh
 
Answer & Explanation Answer: A) Tripura

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2633
Q:

What is the purpose of the preamble?

Answer

The purpose of the Preamble is to clarify


1. who has made the Constitution,

2. what is the ultimate sanction behind it,

3. what are its goals and objectives,

4. what is its source (and)


5. what is the nature of the polity which is sought to be established by the Constitution.

Actually, the preamble is the opening statement to the United States Constitution.


 


The words in the Preamble ::


 'We the people of India, in our Constituent Assembly, do hereby adopt, enact and give to ourselves this Constitution'.

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Politics Exam Prep: CAT , Bank Exams
Job Role: Bank PO , Bank Clerk , Analyst

7 2632
Q:

What is the study of Moon called?

A) Selenology B) Cosmology
C) Iridology D) Planetology
 
Answer & Explanation Answer: A) Selenology

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

2 2631
Q:

A mass of 20 kg is at a height of 8 m above the ground. Then the potential energy possessed by the bodyis: [Given g = 9.8 m/s]

A) 1568 J B) 1568 C
C) 1568 W D) 1568 N
 
Answer & Explanation Answer: A) 1568 J

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 2631
Q:

How many districts are there in Telangana state at present?

A) 31 B) 33
C) 35 D) 36
 
Answer & Explanation Answer: B) 33

Explanation:

There are 33 districts in Telangana state at present.

Report Error

View Answer Report Error Discuss

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

0 2631
Q:

Type 1 diabetes is more common than type 2 ?

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

Type 2 diabetes is the most common form of diabetes.


 



  • If you have type 1 diabetes your body does not release insulin.


 



  • If you have type 2 diabetes your body does not use insulin properly.

Report Error

View Answer Workspace Report Error Discuss

Subject: Biology
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2631
Q:

Which of the following BPO companies is wholly-owned subsidiary of polaris Software?

A) Spectramind B) Drogeon
C) WNS D) Optimus
 
Answer & Explanation Answer: D) Optimus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

3 2631
Q:

What is multi tasking, multi programming, multi threading?

Answer

Multi programming: Multiprogramming is the technique of running several programs at a time using timesharing. It allows a computer to do several things at the same time. Multiprogramming creates logical parallelism. The concept of multiprogramming is that the operating system keeps several jobs in memory simultaneously. The operating system selects a job from the job pool and starts executing a job, when that job needs to wait for any i/o operations the CPU is switched to another job. So the main idea here is that the CPU is never idle. 


Multi tasking: Multitasking is the logical extension of multiprogramming .The concept of multitasking is quite similar to multiprogramming but difference is that the switching between jobs occurs so frequently that the users can interact with each program while it is running. This concept is also known as time-sharing systems. A time-shared operating system uses CPU scheduling and multiprogramming to provide each user with a small portion of time-shared system. 


Multi threading: An application typically is implemented as a separate process with several threads of control. In some situations a single application may be required to perform several similar tasks for example a web server accepts client requests for web pages, images, sound, and so forth. A busy web server may have several of clients concurrently accessing it. If the web server ran as a traditional single-threaded process, it would be able to service only one client at a time. The amount of time that a client might have to wait for its request to be serviced could be enormous. So it is efficient to have one process that contains multiple threads to serve the same purpose. This approach would multithread the web-server process, the server would create a separate thread that would listen for client requests when a request was made rather than creating another process it would create another thread to service the request. To get the advantages like responsiveness, Resource sharing economy and utilization of multiprocessor architectures multithreading concept can be used.

Report Error

View answer Workspace Report Error Discuss

1 2630