Questions

Q:

What is a shell?

Answer

A shell is an interactive user interface to an operating system services that allows an user to enter commands as character strings or through a graphical user interface. The shell converts them to system calls to the OS or forks off a process to execute the command. System call results and other information from the OS are presented to the user through an interactive interface. Commonly used shells are sh,csh,ks etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Operating Systems Exam Prep: GATE

1 2618
Q:

When hot water is placed into an empty water bottle, the bottle keeps its shape and does not soften. What type of plastic is the water bottle made from?

A) Thermoplastic B) PVC
C) Polyurethane D) Thermosetting
 
Answer & Explanation Answer: D) Thermosetting

Explanation:

Thermoset, or thermosetting, plastics are synthetic materials that strengthen during being heated, but cannot be successfully remouldedor reheated after their initial heat-forming. This contrasts withthermoplastics, which soften when heated and harden and strengthen after cooling. Thermoplastics can be heated, shaped and cooled as often as necessary without causing a chemical change, while thermosetting plastics will burn when heated after the initial moulding.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

3 2616
Q:

What was the motto of the organization BSF?

A) Duty unto Death B) Service Before Self
C) Protection & Security D) Service and Loyalty
 
Answer & Explanation Answer: A) Duty unto Death

Explanation:

BSF - Border Security Force

 

The motto of the organization BSF is "Duty unto Death."

Report Error

View Answer Report Error Discuss

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

2 2614
Q:

Which property would be classified as expendable?

A) Food given to Army B) Cement
C) Paint D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Expendable properties are those properties that are consume in use or that lose their identity in use. It also include those properties that become an integral part of other property when put to use and those properties which have an expected service life of less than one year.

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2613
Q:

Where did Harappan civilization develop?

Answer

Harappan or Indus Valley Civilization was the first and ancient civilization which started in what now Pakistan and North West India.


The Harappan civilization existed between 3300 BC and 1300 BC.


Indus_valley_civilization1533212661.jpg image


The ruins of Mohenjo-daro is a major archaeological site that was built by this civilization and is now a UNESCO World Heritage Site.


 

Report Error

View answer Workspace Report Error Discuss

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

7 2613
Q:

Produces a usable form of energy for the cell

A) Lysosomes B) Vacuoles
C) Mitochondria D) Ribosomes
 
Answer & Explanation Answer: C) Mitochondria

Explanation:

We all know that, Mitochondria is the powerhouse of the cell. In both Plants and animals, it produces a usable form of energy.

Report Error

View Answer Report Error Discuss

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

3 2612
Q:

Who synthesized the first wholly artificial gene?

A) Har Gobind Khorana B) Alexander Markham
C) Herbert Boyer D) J.J. Thompson
 
Answer & Explanation Answer: A) Har Gobind Khorana

Explanation:

The first wholly artificial gene was synthesized by Har Gobind Khorana.

Who_synthesized_the_first_wholly_artificial_gene1552735176.jpg image

Report Error

View Answer Report Error Discuss

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

4 2611
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 2611