Which of the following is a valid GID for a normal group?

A. 0
B. 15
C. 248
D. 1056


Answer: D

Computer Science & Information Technology

You might also like to view...

The Start menu includes variously-sized shaded rectangles, called ____ .

A. icons B. tiles C. apps D. gestures

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) GroupBoxes have a text display and can have scrollbars inserted into them. 2) Panels have the ability to have scrollbars should their contents get too big. 3) The AutoScroll property will cause a Panel to scroll to the bottom if the controls displayed are too large. 4) GroupBoxes can display captions and do not include scrollbars, whereas Panels can include scrollbars and do no include a caption.

Computer Science & Information Technology

The first signal sent between our homes and the central office after we pick up the phone is

a. the on-hook signal b. the off-hook signal c. dial tone d. howler tone

Computer Science & Information Technology

The body of the for loop with the header for ( int i = 1; i <= 10; i -= 1 ) will be executed __________ times.

a) a very large number of b) 9 c) 10 d) 11

Computer Science & Information Technology