The computer service desk received a work order to repair a keyboard. The computer user complained that he could not reconnect the keyboard into its socket on the motherboard. When the technician arrives, he examines the mini-DIN keyboard connector and concludes the problem is routine and can be easily fixed. What tool would most likely be used to make the repair?

A) #2 Phillips screwdriver
B) Small needle-nose pliers
C) 1/4-inch nut driver
D) Diagonal cutters


B

Computer Science & Information Technology

You might also like to view...

A client makes RMIs to a server. The client takes 5 ms to compute the arguments for each request, and the server takes 10ms to process each request. The local OS processing time for each send or receive operation is 0.5ms, and the network time to transmit each request or reply message is 3 ms. Marshalling or unmarshalling takes 0. 5 ms per message. Estimate the time taken by the client to generate and return from 2 requests (i) if it is single-threaded, and (ii) if it has two threads which can make requests concurrently on a single processor. Is there a need for asynchronous RMI if processes are multi-threaded?

What will be an ideal response?

Computer Science & Information Technology

List levels are identified by the number and font size

Indicate whether the statement is true or false

Computer Science & Information Technology

When writing SQL, the number sign selects and returns all fields in the table when you run the query

Indicate whether the statement is true or false

Computer Science & Information Technology

When using strict XHTML, it is not necessary to place the image element within another element

Indicate whether the statement is true or false

Computer Science & Information Technology