Searching for "CH"

Q:

loan of $15 000 is taken out. If the interest rate on the loan is 7%, how much interest is due and what is the amount repaid if the loan was taken out on April 7 and is due in seven months

A) 13615.52 B) 14615.52
C) 15615.52 D) 16615.52
 
Answer & Explanation Answer: C) 15615.52

Explanation:

I = prt = [15000 × 0.07 × (214/365) ]=615.52

Future value, S = P + I = $15 000 + $615.52 = $15 615.52

Report Error

View Answer Report Error Discuss

Filed Under: Simple Interest
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

A loan of $15 000 is taken out. If the interest rate on the loan is 7%, how much interest is due and what is the amount repaid if the loan is due in seven months

A) 15612.50 B) 14612.50
C) 13612.50 D) 17612.50
 
Answer & Explanation Answer: A) 15612.50

Explanation:

We have P = 15 000, r = 0.07 and since the actual date the loan was taken out
is not given, we use t =7/12

I = Prt=$15 000* 0.07* 7/12 = $612.50

Amount repaid = Future or accumulated value,

S = P + I = $15 000 + $612.50 = $15 612.50

Report Error

View Answer Report Error Discuss

Filed Under: Simple Interest
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

Explain the popular multiprocessor thread-scheduling strategies.

Answer

  1. Load Sharing: Processes are not assigned to a particular processor. A global queue of threads is maintained. Each processor, when idle, selects a thread from this queue. Note that load balancing refers to a scheme where work is allocated to processors on a more permanent basis.

  2. Gang Scheduling: A set of related threads is scheduled to run on a set of processors at the same time, on a 1-to-1 basis. Closely related threads / processes may be scheduled this way to reduce synchronization blocking, and minimize process switching. Group scheduling predated this strategy.

  3. Dedicated processor assignment: Provides implicit scheduling defined by assignment of threads to processors. For the duration of program execution, each program is allocated a set of processors equal in number to the number of threads in the program. Processors are chosen from the available pool.

  4. Dynamic scheduling: The number of thread in a program can be altered during the course of execution.

Report Error

View answer Workspace Report Error Discuss

Q:

What is virtual channel?

Answer

Virtual channel is normally a connection from one source to one destination, although multicast connections are also permitted. The other name for virtual channel is virtual circuit.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

Q:

What are short, long and medium-term scheduling?

Answer

Long term scheduler determines which programs are admitted to the system for processing. It controls the degree of multiprogramming. Once admitted, a job becomes a process.


Medium term scheduling is part of the swapping function. This relates to processes that are in a blocked or suspended state. They are swapped out of real-memory until they are ready to execute. The swapping-in decision is based on memory-management criteria.


Short term scheduler, also know as a dispatcher executes most frequently, and makes the finest-grained decision of which process should execute next. This scheduler is invoked whenever an event occurs. It may lead to interruption of one process by preemption.

Report Error

View answer Workspace Report Error Discuss

Q:

The absolute value of charge on electron was determined by

A) J.J.Thomson B) R.A. Millikan
C) Rutherford D) Chadwick
 
Answer & Explanation Answer: B) R.A. Millikan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

Q:

Which one of the following laws explain the formation of carbon monoxide and carbon dioxide from carbon and oxygen

A) Laws of conservation of mass B) Laws of multiple proportion
C) Laws of reciprocal proportions D) Law of definite proportions
 
Answer & Explanation Answer: B) Laws of multiple proportion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

Q:

A sum of money lent at compound interest for 2 years at 20% per annum would fetch Rs.482 more, if the interest was payable half yearly than if it was payable annually . The sum is

A) 10000 B) 20000
C) 40000 D) 50000
 
Answer & Explanation Answer: B) 20000

Explanation:

Let sum=Rs.x

 

C.I. when compounded half yearly = x1+101004-x=464110000

 

C.I. when compounded annually =x201002-x=1125

 464110000x-1125x=482

 

=> x=20000

Report Error

View Answer Report Error Discuss

Filed Under: Compound Interest
Exam Prep: Bank Exams
Job Role: Bank PO