Searching for "at____"

Q:

Find the compound amount if $2900 is deposited at 5% interest for 10 years if interest is compounded daily

A) 4781.13 B) 5781
C) 3456 D) 4567
 
Answer & Explanation Answer: A) 4781.13

Explanation:

M=P(1+i/365)^365n

Report Error

View Answer Report Error Discuss

Q:

$32000 is invested at 10% for 2 years.Find the interest compounded Yearly

A) 4720 B) 5720
C) 6720 D) 7720
 
Answer & Explanation Answer: C) 6720

Explanation:

M=P(1+i)^n

 

I=M-P

Report Error

View Answer Report Error Discuss

Q:

What is a deadlock?

Answer

Deadlock is a situation where a group of processes are all blocked and none of them can become unblocked until one of the other becomes unblocked. The simplest deadlock is two processes each of which is waiting for a message from the other.

Report Error

View answer Workspace Report Error Discuss

Q:

What are types of threads?

Answer

User thread


Kernel thread

Report Error

View answer Workspace Report Error Discuss

Q:

Example:$800 is invested at 7% for 6 years.Find the interest compounded anually?

A) 400.58 B) 300.58
C) 200.58 D) 100.58
 
Answer & Explanation Answer: A) 400.58

Explanation:

M=P(1+i)^n

 

I=M-P

Report Error

View Answer Report Error Discuss

Q:

What are java threads?

Answer

Java is one of the small number of languages that support at the language level for the creation and management of threads. However, because threads are managed by the java virtual machine (JVM), not by a user-level library or kernel, it is difficult to classify Java threads as either user- or kernel-level.

Report Error

View answer Workspace Report Error Discuss

Q:

What are various scheduling queues?

Answer

 



  • Job queue

  • Ready queue

  • Device queue

Report Error

View answer Workspace Report Error Discuss

Q:

What is the probability that a leap year selected at random, will contain 53 sundays?

A) 1/7 B) 1/3
C) 2/7 D) 4/7
 
Answer & Explanation Answer: C) 2/7

Explanation:

In a leap year,there are 366 days=52 weeks and 2 days

Remaining favourable 2 days can be sunday and monday or saturday and sunday

Exhaustive number of cases =7

Favourable number of cases =2

So,required probability=2/7

Report Error

View Answer Report Error Discuss

Filed Under: Probability