Judith Donath created the first electronic postcard, or ____________________, Web site in 1994 at the MIT Media Lab.
Fill in the blank(s) with the appropriate word(s).
e-card
You might also like to view...
A square and a triangle are both specializations of a shape that mathematicians call a polygon.
Answer the following statement true (T) or false (F)
Which of the following statements about Java Class Libraries is false:
a. Java class libraries consist of classes that consist of methods that perform tasks. b. Java class libraries are also known as Java APIs (Application Programming Interfaces). c. An advantage of using Java class libraries is saving the effort of designing, developing and testing new classes. d. Java class libraries are not portable
Which of the following is poor design?
a. A data field is derived from other data fields in the same class. b. A method must be invoked after/before invoking another method in the same class. c. A method is an instance method, but it does not reference any instance data fields or invoke instance methods. d. A parameter is passed from a constructor to initialize a static data field.
Use a _______ to group RadioButtons on the Form.
a) GroupBox control b) ComboBox control c) ListBox control d) None of the above.