Adobe Flash video files have the ________ file extension

A) .asf B) .bmp C) .swf D) .avi


C

Computer Science & Information Technology

You might also like to view...

What will be the output of the following program when the button is clicked on?

``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim var1, var2, num As Integer var1 = 2 var2 = 4 num = 6 Add(num) txtBox.Text = CStr(num) End Sub Sub Add(ByRef num As Integer) Dim var1, var2 As Integer num = var1 + var2 End Sub ``` (A) 0 (B) 12 (C) 6 (D) None of the above

Computer Science & Information Technology

In relational database theory, a table is also known as a:

a. column b. key c. relation d. attribute

Computer Science & Information Technology

________ is the most obvious HTML error.

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

Computer Science & Information Technology

A standard convention for navigating to a previous Web page is to use the word ____.

A. previous B. prior C. back D. return

Computer Science & Information Technology