_____ is an industry-standard protocol that makes it possible for software from different vendors to interact and exchange data.

A. ActiveX data object (ADO)
B. Java virtual connector (JVC)
C. Open database connectivity (ODBC)
D. Open embedded connectivity (OEC)


Answer: C

Computer Science & Information Technology

You might also like to view...

Lossless decompression methods shrink the size of a graphic without discarding any data that reduces image quality.

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

Computer Science & Information Technology

Choose the statement below that performs the comment found on line 2 of the following code segment.

``` Dim newStudentForm As New frmNewStudent() 'Initialize AcademicYear text box on NewStudent form to 1 newStudentForm.ShowDialog() ``` a. frmNewStudent.txtAcademicYear.Text = “1” b. txtAcademicYear.Text.newStudentForm = “1” c. newStudentForm.txtAcademicYear.Text = “1” d. txtAcademicYear.frmNewStudent = “1”

Computer Science & Information Technology

When a form has been created as read-only, it should be renamed to indicate it is read-only

Indicate whether the statement is true or false

Computer Science & Information Technology

A file named decline appt.pptx is a PowerPoint template file

Indicate whether the statement is true or false

Computer Science & Information Technology