ADO .Net Quiz

Description: ADO .Net Quiz
Number of Questions: 10
Created by:
Tags: .net ado
Attempted 0/10 Correct 0 Score 0

Which controls can activate the PrintPage event?

  1. PrintDialog

  2. PrintPreview

  3. PageSetupDialog

  4. Both a and b.

  5. All of the above.


Correct Option: D

Which type of file can be played with the Windows Media Player control?

  1. MPEG

  2. AVI

  3. WAV

  4. Both a and b.

  5. All of the above.


Correct Option: E

The Windows Media Player control:

  1. is located in the toolbox by default.

  2. is located in the toolbar.

  3. can be added to the toolbar.

  4. Both a and b.

  5. All of the above.


Correct Option: C

The Windows Media Player control can:

  1. display video output.

  2. create audio output.

  3. generate tactile output.

  4. Both a and b.

  5. All of the above.


Correct Option: D

Which Windows Media Player control property will hide the player from user's view?

  1. Anchor

  2. FileName

  3. Location

  4. ShowControl

  5. Visible


Correct Option: E

Where is a single element of data stored?

  1. Field

  2. Record

  3. Table

  4. Both a and b.

  5. All of the above.


Correct Option: A

Where is a collection of related data elements stored?

  1. Field

  2. Record

  3. Table

  4. Both a and b.

  5. All of the above.


Correct Option: B

Which is true about the primary key?

  1. Every table should have a primary key.

  2. A primary key exclusively identifies each row in a table.

  3. A primary key can be made of multiple fields.

  4. Both a and b.

  5. All of the above.


Correct Option: E

A foreign key:

  1. has nothing to do with the primary key.

  2. has different values than the primary key.

  3. is found in tables that don’t have a primary key.

  4. is related to the primary key of a different table.

  5. is a unique record in a table.


Correct Option: D

Which is not a program that can create a database?

  1. Access

  2. MySQL

  3. Oracle

  4. SQL Server

  5. All of the above can be used to create a database.


Correct Option: E
- Hide questions