Searching for "its"

Q:

I forgot the last digit of a 7-digit telephone number. If 1 randomly dial the final 3 digits after correctly dialing the first four, then what is the chance of dialing the correct number?

A) 1/999 B) 1/1001
C) 1/1000 D) 4/1000
 
Answer & Explanation Answer: C) 1/1000

Explanation:

It is given that last three digits are randomly dialled. then each of the digit can be selected out of 10 digits in 10 ways.
Hence required probability =1103 = 1/1000

Report Error

View Answer Report Error Discuss

Filed Under: Probability

Q:

What is hard disk and what is its purpose?

Answer

Hard disk is the secondary storage device, which holds the data in bulk, and it holds the data on the magnetic medium of the disk.Hard disks have a hard platter that holds the magnetic medium, the magnetic medium can be easily erased and rewritten, and a typical desktop machine will have a hard disk with a capacity of between 10 and 40 gigabytes. Data is stored onto the disk in the form of files.

Report Error

View answer Workspace Report Error Discuss

Q:

What are the benefits of multithreaded programming?

Answer

 



  • Responsiveness

  • Resources sharing

  • Economy

  • Utilization of multiprocessor architectures.

Report Error

View answer Workspace Report Error Discuss

Q:

What is a Safe State and what is its use in deadlock avoidance?

Answer

When a process requests an available resource, system must decide if immediate allocation leaves the system in a safe state. System is in safe state if there exists a safe sequence of all processes. Deadlock Avoidance : ensure that a system will never enter an unsafe state.

Report Error

View answer Workspace Report Error Discuss

Q:

Sharon Stone deposits $2000 at the end of each year in an account earning 10% compounded annually. Determine how much money she has after 25 years. How much interest did she earn?

A) 146694.12 B) 13452
C) 18232 D) 15627
 
Answer & Explanation Answer: A) 146694.12

Explanation:

S=R[(1+i)^n-1]/i

Report Error

View Answer Report Error Discuss

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

Q:

The curved surface area of a cylindrical pillar is 264 sq.m and its volume is 924 cub.m. Find the ratio of its diameter to its height

A) 3 : 7 B) 7 : 3
C) 6 : 7 D) 7 : 6
 
Answer & Explanation Answer: B) 7 : 3

Explanation:

πr2h2πr2h = 924264  

=> r = (24/364) x 2 = 7m 

2πrh = 264   h = (264 × 722×12 ×17) = 6m   

Required Rato =2r/h  =14/6 = 7:3

Report Error

View Answer Report Error Discuss

Q:

What are the data units at different layers of the TCP / IP protocol suite?

Answer

The data unit created at the application layer is called a message, at the transport layer the data unit created is called either a segment or an user datagram, at the network layer the data unit created is called the datagram, at the data link layer the datagram is encapsulated in to a frame and finally transmitted as signals along the transmission media.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

Q:

What is a binary semaphore? What is its use?

Answer

A binary semaphore is one, which takes only 0 and 1 as values. They are used to implement mutual exclusion and synchronize concurrent processes.

Report Error

View answer Workspace Report Error Discuss