What does a small triangle embedded on a connector signify?

A. use caution when using the connector
B. The wire nearest the triangle is pin 1
C. The pin near the triangle should be matched with a circular pin
D. The connector is optional and need not be attached


B. The wire nearest the triangle is pin 1

Computer Science & Information Technology

You might also like to view...

What are the contents of the file named legs after the given program segment is executed? Assume the content of the file named Animals originally contains the following:

```Animals: “Duck”,2”Dog”,4”Octopus”,8 pseudocode: Open “Animals” For Input As Creatures Open “legs” For Output As TempFile While NOT EOF(creatures) Read Creatures, Name, Number If Name != “Octopus” Then Write TempFile, Name, Number End If End While Close Creatures, TempFile ``` a. “Duck”,2”Dog”,4 b. “Duck”,2”Dog”,4 c. “Octopus”,8, d. “Duc”Octopus”,8

Computer Science & Information Technology

Which of the following is not a look-and-feel?

a. Windows. b. Motif. c. Metal. d. None of the above.

Computer Science & Information Technology

The width of columns is defined in points

Indicate whether the statement is true or false

Computer Science & Information Technology

The Rotate times value can be found in the ____________________ area of the Properties panel.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology