In the following questions, one part of the sentence may have an error. Find out which part of the sentence has an error and click the button corresponding to it. If the sentence is free from error, click the "No error" option.
Computers give us (A) / the easier access (B) / to information. (C) / No Error (D)
Chords PQ and RS of a circle extended externally intersect at point T. Length of the segment PT, if lengths of QT, RT and ST are 9 cm, 18 cm and 6 cm respectively, is
Mutex is a program object that allows multiple program threads to share the same resource, such as file access, but not simultaneously. When a program is started a mutex is created woth a unique name. After this stage, any thread that needs the resource must lock the mutex from other threads while it is using the resource. the mutex is set to unlock when the data is no longer needed or the routine is finished.