Skip to main content

Solve WHAT LIFE INSURANCE INVOLVES

WHAT LIFE INSURANCE INVOLVES



(1) How does diversification reduce risks in financial markets?
I. Collecting funds from multiple sources and investing them in one place
II. Investing funds across various asset classes
III. Maintaining time difference between investments
IV. Investing in safe assets

Answer: II. Investing funds across various asset classes




(2) Which of the below is not an element of the life insurance business?
I. Asset
II. Risk
III. Principle of mutuality
IV. Subsidy

Answer: IV. Subsidy




(3) Who devised the concept of HLV?
I. Dr. Martin Luther King
II. Warren Buffet
III. Prof. Hubener
IV. George Soros

Answer: III. Prof. Hubener



(4) Which of the below mentioned insurance plans has the least or no amount of savings element?
I. Term insurance plan
II. Endowment plan
III. Whole life plan
IV. Money back plan

Answer: I. Term insurance plan



(5) Which among the following cannot be termed as an asset?
I. Car
II. Human Life
III. Air
IV. House

Answer: III. Air




(6) Which of the below cannot be categorized under risks?
I. Dying too young
II. Dying too early
III. Natural wear and tear
IV. Living with disability

Answer: III. Natural wear and tear




(7) Which of the below statement is true?
I. Life insurance policies are contracts of indemnity while general insurance
policies are contracts of assurance
II. Life insurance policies are contracts of assurance while general insurance policies are contracts of indemnity
III. In case of general insurance the risk event protected against is certain
IV. The certainty of risk event in case of general insurance increases with time

Answer: II. Life insurance policies are contracts of assurance while general insurance policies are contracts of indemnity




(8) Which among the following methods is a traditional method that can help determine the insurance needed by an individual?
I. Human Economic Value
II. Life Term Proposition
III. Human Life Value
IV. Future Life Value

Answer: III. Human Life Value




(9) Which of the below is the most appropriate explanation for the fact that young
people are charged lesser life insurance premium as compared to old people?
I. Young people are mostly dependant
II. Old people can afford to pay more
III. Mortality is related to age
IV. Mortality is inversely related to age

Answer: III. Mortality is related to age




(10) Which of the below is not an advantage of cash value insurance contracts?
I. Safe and secure investment
II. Inculcates saving discipline
III. Lower yields
IV. Income tax advantages

Answer: III. Lower yields





(11) Which of the below is an advantage of cash value insurance contracts?
I. Returns subject to corroding effect of inflation
II. Low accumulation in earlier years
III. Lower yields
IV. Secure investment

Answer: IV. Secure investment



Popular posts from this blog

Solve

Directions: In each Q1 to Q3 of the following questions, there are five letter groups or words in each question. Four of these letter groups or words are alike in some way, while one is different. Find the one which is different. Q.1.    (1) black    (2) red    (3) green    (4) paint    (5) yellow Answer:- (4) paint Q.2.    (1) BC    (2) MN    (3) PQ    (4) XZ    (5) ST Answer :-(4)XZ Q.3.    (1) Mango    (2)Apple    (3) Orange    (4) Guava    (5) Rose Answer :- (5) Rose Directions : In each of the following questions, there is a question mark in which only one of the five alternatives given under the question satisfies the same relationship as is found between the two terms to the left of the sign :: given in the question. Find the correct answer ...

Solved practical slips of 12th Computer Science journal

Program 1:- Write a function in C++ that exchanges data (passing by references )using swap function to interchange the given two numbers.*/ # include<iostream.h> # include<conio.h> void swap(float &x ,float &y) { float t=x; x=y; y=t; } void main() { void swap(float &,float &); float a,b; cin>>a>>b; cout<<” a := ” << a <<” b := ”<< b<< endl; swap(a,b); cout<< ”a:= ”<< a<< ” b := ”<< b<< endl; } Output : 2 4 a := 2 b:= 4 a:= 4 b: =2   Program 2:- Write a program in C++ with a ratio class using member functions like assign () function to initialize its member data integer numerator and denominator ,convert() function to convert the ratio into double, invert() to get the inverse of the ratio and print() function to print the ratio and its reciprocal.*/ ...

SOLVE QUESTION ANSWERS ON OPERATING SYSTEM .

1.One can interface with operating system by means of ------- A) Operating system call in a program B) Operating system commands C) Operating system process D) Both by operating system call and operating system commands Answer :-  D) Both by operating system call and operating system commands 2. Which of the following is not type of processing ? A) Serial B) Network C) Batch D) Multiprogramming Answer :- B) Network 3. Kernel is _____ A) A part of operating system B) An operating system C) A hardware D) A register Answer :-  A) A part of operating system 4. UNIX operating system is based on ______ A) Language structure B) Kernel approach C) Virtual machine D) Time sharing Answer :-   B) Kernel approach 5. A transition between two memory resident process in a memory resident process in amultiprograming system is called ______ A) Process switch B) Mode switch C) Transition switch D) None of these Answer :-    A) Process ...