In a(n) ____________________ language, each set of instructions operates on objects in the database.

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

object-oriented

Computer Science & Information Technology

You might also like to view...

Use the ________ command to capture an image of any open window and automatically paste the image in the active Word document

A) Clip Art B) Picture C) ScreenGrab D) Screenshot

Computer Science & Information Technology

If an array named num is dimensioned to hold 10 values in 5 rows and 2 columns, how would you store 50 in the first physical row and first physical column?

A. num[ 1, 1 ] = 50; B. num[ 0 , 0 ] = 50; C. num = 50 [ ] ; D. num5 = 50;

Computer Science & Information Technology