A user get an error message that trust relation to the domain has been broken. Which of the following can be done to resolve this from the client desktop

a. Re-join the computer to the domain
b. Reboot the PC as the domain will automatically rebuild the relationship
c. Update the BIOS using the latest version
d. Run CHKDSK


Answer: a. Re-join the computer to the domain

Computer Science & Information Technology

You might also like to view...

How many vertices does the polygon have?

Look at the following applet code: 1 import javax.swing.*; 2 import java.awt.*; 3 public class GraphicsTest extends JApplet 4 { 5 public void init() 6 { 7 getContentPane().setBackground(Color.WHITE); 8 } 9 public void paint(Graphics g) 10 { 11 int[] xCoords = {20, 20, 60, 100, 140, 140, 100, 60}; 12 int[] ycoords = {20, 100, 140, 140, 100, 60, 20, 20}; 13 super.paint(g); 14 g.setColor(Color.YELLOW); 15 g.fillPolygon(xCoords, yCoords, 8); 16 g.setColor(color.BLACK); 17 g.setFont(new Font("SansSerif", Font.BOLD, 35)); 18 g.drawString("SLOW", 35, 95); 19 } 20 } A) 5 B) 6 C) 7 D) 8

Computer Science & Information Technology

Option buttons are sometimes called ____ buttons.

A. group B. cluster C. radio D. aggregate

Computer Science & Information Technology

User interfaces include all except:

A) natural-language interfaces. B) indirect manipulation interface. C) question-and-answer interfaces. D) menu interfaces. E) form-fill interface.

Computer Science & Information Technology

A ________ filter is used to display records by more than one value in a field or on more than one field

Fill in the blank(s) with correct word

Computer Science & Information Technology