Questions

Q:

What important polymer is located in the nucleus?

A) Ribosomes B) Chromosomes
C) DNA D) Proteins
 
Answer & Explanation Answer: C) DNA

Explanation:

The most important polymer present in the nucleus is DNA- the master molecule. It is a polymer of Nucleotides.

Report Error

View Answer Report Error Discuss

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

2 3367
Q:

Explain the concept of Reentrancy?

Answer

It is a useful, memory-saving technique for multiprogrammed timesharing systems. A Reentrant Procedure is one in which multiple users can share a single copy of a program during the same period. Reentrancy has 2 key aspects: The program code cannot modify itself, and the local data for each user process must be stored separately. Thus, the permanent part is the code, and the temporary part is the pointer back to the calling program and local variables used by that program. Each execution instance is called activation. It executes the code in the permanent part, but has its own copy of local variables/parameters. The temporary part associated with each activation is the activation record. Generally, the activation record is kept on the stack.


Note: A reentrant procedure can be interrupted and called by an interrupting program, and still execute correctly on returning to the procedure.

Report Error

View answer Workspace Report Error Discuss

0 3366
Q:

The five permanent members of UN security council are

A) Japan, West Germany, USSR, UK and USA B) Germany, China, USSR, UK and USA
C) Canada, China, France, USSR and USA D) China, France, USSR, UK and USA
 
Answer & Explanation Answer: D) China, France, USSR, UK and USA

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

3 3366
Q:

Explain a.) Quality Assurance b.) Quality Control c.) Test Case d.) Test Condition e.) Test Script f.) Test Data g.) Test Bed

Answer

a.) Quality Assurance


Quality assurance is an activity that establishes and evaluates the processes that produce products. Quality assurance would measure processes to identify weaknesses and then correct them to continually improve the process: Eg. Code review.


b.) Quality Control


Quality control is a process in which the product's quality is compared with standards and corrective actions taken if required. Quality control activities focus on identifying defects in the actual products produced. Eg. Testing.


c.) Test Case


A test case is a unit level document describing the inputs, steps of execution and the expected result of each test condition for every requirement from the BRD. Testers determine whether the application is working correctly or not based on the test case that is being executed. A test case is marked as "Pass" if the application works as expected and is marked as "Fail" if otherwise. Test cases also aide in generating test status metrics.


d.) Test Condition


Test condition is the condition on which the test execution evaluates to pass or fail. Eg of a test condition: Set Password field should accept a mix of Alphanumeric and Special characters on mandatory basis and throw error message otherwise.


e.) Test Script


Test script is the set of instructions performed on the application to verify its functions.


f.) Test Data


Test data is the input data used to test a particular functionality. Eg: Username and password to test a login screen.


g.) Test Bed


Test bed is the environment on which the testing is done and includes the software and hardware set up that is required for testing the application.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

1 3364
Q:

How many such digits are there in the number 84315269 each of which is as far away from the beginning of the number as when the digits are rearranged in ascending order?

A) None B) one
C) two D) three
 
Answer & Explanation Answer: D) three

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Verbal Reasoning - Mental Ability
Exam Prep: Bank Exams
Job Role: Bank PO

7 3364
Q:

Gas authority of India Ltd.(GAIL) is likely to bag equity participation in a transational pipeline project from the Caspian Sea to Central Europe. What is the name of this 3,300 km pipeline project?

A) Natural Gas Transmission Company B) SNTGN Transgar SA
C) O M V Aktiengesellschaft D) Nabucco Natural Gas Pipeline Project
 
Answer & Explanation Answer: D) Nabucco Natural Gas Pipeline Project

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

6 3364
Q:

Which of the following is not an intensive property?

A) Weight B) Density
C) Refractive index D) Melting point
 
Answer & Explanation Answer: A) Weight

Explanation:

An intensive property is a physical quantity whose value does not depend on the amount of the substance for which it is measured. For example, the temperature of a system in thermal equilibrium is the same as the temperature of any part of it. If the system is divided the temperature of each subsystem is identical. The same applies to the density of a homogeneous system, if the system is divided in half, the mass and the volume change in the identical ratio and the density remains unchanged. Additionally, the boiling point of a substance is another example of an intensive property. For example, the boiling point for water is 100 °C at a pressure of one atmosphere, a fact which remains true regardless of quantity.

Report Error

View Answer Report Error Discuss

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

9 3363
Q:

Which protocol does ping use?

A) ICMP B) TCP
C) BootP D) ARP
 
Answer & Explanation Answer: A) ICMP

Explanation:

ICMP means Internet Control Message Protocol and is always coupled with the IP protocol (There are 2 ICMP variants one for IPv4 and one for IPv6.) echo request and echo response are the two operation codes of ICMP used to implement ping.

Report Error

View Answer Report Error Discuss

4 3363