1. Question 1. When designing a query, want to bind a control to a certain field, we select the property:
    1. Control Source
    2. Record Source
    3. Bound column
    4. Not possible
  2. Question 2. We can edit the data of a field in a table (Table) from:
    1. Report
    2. Crosstab Query
    3. Append Query
    4. All is wrong
  3. Question 3. Control Label on the form we select the font is Times New Roman, to type Vietnamese, in VietKey or UniKey, we have to select the code table:
    1. VNI - WIN
    2. Unicode
    3. Vietware - F
    4. Optional
  4. Sentence 4. The Rowsource Type property of Combo Box can be selected as:
    1. Table / Query or Field List
    2. Table / Query or Value List
    3. Field List or Value List
    4. All answers above
  5. Question 5. How many components in a Form have:
    1. 2
    2. 5
    3. 7
    4. More
  6. Question 6. To group in the report we use the command: View / Sorting and Grouping and then select the field to be grouped. So to group the first two characters of a Text field, what value must be set for the attribute pair?
    1. Group Header and Group Interval
    2. Group Footer and Group On
    3. Group On and Group Interval
    4. Group Interval and Keep Together
  7. Question 7. In the following controls, which control can be constrained (bound):
    1. Text Box, Tab Control, Option Group
    2. Label, Line, Rectangle
    3. Check Box, Togle Button, Image
    4. Option Button, Option Group, Bound Object Frame
  8. Question 8. Create the command button on the form to click on it to add a new record and move the cursor to a specific control then we create that command by:
    1. Macro mounting has two actions: GotoRecord, GotoControl
    2. Create a command button by Wizard
    3. Attaching Macro has 2 actions: AddNewRecord, GotoControl
    4. Not possible
  9. Question 9. On the form to filter the data according to conditions of some schools that we use macros with the Apply Filter action, what attributes do we need:
    1. Filter Name
    2. Where Condition
    3. Both Filter Name and Where Condition
    4. Other properties
  10. Question 10. To save students' test results to the KETQUA table, in this table, we design the DIEMTHI field to store that test score. We can choose the data type for this field:
    1. Standard
    2. AutoNumber
    3. Fix
    4. Text