______________ is a graphical language that allows people who design software systems to use an industry-standard notation to represent them.

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


The Unified Modeling Language (UML).

Computer Science & Information Technology

You might also like to view...

You can specify certain actions and configurations, called ____, that Access performs when a database opens.

A. database actions B. events C. macros D. start-up options

Computer Science & Information Technology

What is wrong in the following program?

``` public class Test { public static void main (String[] args) { try { System.out.println("Welcome to Java"); } } }``` a. You cannot have a try block without a catch block. b. You cannot have a try block without a catch block or a finally block. c. A method call that does not declare exceptions cannot be placed inside a try block. d. Nothing is wrong.

Computer Science & Information Technology

Although many different OOAD processes exist, a single graphical language for com- municating the results of any OOAD process has come into wide use. This language, known as the ____________, is now the most widely used graphical scheme for modeling object-oriented systems.

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

Computer Science & Information Technology

Shadows, reflections, glows, and soft edges are examples of picture ________

A) borders B) effects C) layouts D) backgrounds

Computer Science & Information Technology