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

1) A tree is a hierarchical collection of child and parent nodes.
2) order to have a tree, you must first make a root node that acts as the
base for all the other nodes in the tree.
3) There is no way to expand or contract a TreeView.
4) The GetDirectories method of class Directory will return an array of
sub-directories of the given directory.


1) T
2) T
3) F
4) T

Computer Science & Information Technology

You might also like to view...

Comments in a C++ program are preceded by

a. << b. >> c. // d. #

Computer Science & Information Technology

Ruby's debugger provides you with a test environment for running and monitoring your programs.

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

Computer Science & Information Technology

As the network engineer, you are asked to design an IP subnet plan that calls for 5 subnets. The largest subnet needs 25 hosts. Management requires that a single mask must be used throughout the Class C network. Which of the following is a public IP network and mask that would meet the requirements?

A) 192.177.4.0 / 255.255.255.192 B) 192.177.4.0 / 255.255.255.224 C) 192.177.4.0 / 255.255.255.240 D) 192.177.4.0 / 255.255.255.248

Computer Science & Information Technology

A wireframe and a storyboard are the same and can be used interchangeably when planning a website.

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

Computer Science & Information Technology