Quiz 3: Creating and Using Queries
Computing
Q 1Q 1
When importing from an Excel file,the first row of the Excel file must contain the names of all of the fields in the Access table.
Free
True False
True
Q 2Q 2
If the first row of the Excel file does not contain column headings,Access assigns field names of Field1,Field2,etc.
Free
True False
True
Q 3Q 3
When importing a worksheet into a new table,the original Excel file is not changed in any way during the process.
Free
True False
True
Q 4Q 4
If a table already exists in the database,use the import option to append the data to an existing table.
Free
True False
Free
True False
Free
True False
Q 7Q 7
In the Excel file,if you want to make modifications,the linked table must be open in access when you open the Excel file.
Free
True False
Q 8Q 8
If the data in an Excel column contains some text and some numbers,the #Num! error may display in some cells.
Free
True False
Q 9Q 9
If the data in an Excel column contains mostly numbers,but also includes some dates,every cell in the column will display in the date format.
Free
True False
Free
True False
Free
True False
Q 12Q 12
For fixed-width files,or delimited files that do not include field names,Access assigns field names of Field1,Field2,etc.
Free
True False
Q 13Q 13
If you saved the steps to an import action,you can use the Saved Imports button to run the import in the future.
Free
True False
Q 14Q 14
The process for importing a fixed-width text file is the same as the process for importing a delimited text file.
Free
True False
Free
True False
Q 16Q 16
Some import errors are recorded in an error log table that is automatically created by Access.
Free
True False
Free
True False
Q 18Q 18
When you export forms with a subform or reports with a subreport,the results can be inconsistent.
Free
True False
Free
True False
Q 20Q 20
Sometimes data you export from Access needs to be formatted as a text file instead of an Excel file.
Free
True False
Free
True False
Free
True False
Q 23Q 23
One of the simplest ways to create and view an HTML file is in a text editor,such as Notepad.
Free
True False
Free
True False
Free
True False
Q 26Q 26
If changes are made to the XML file after the import process is completed,the changes are automatically carried forward into the Access database.
Free
True False
Q 27Q 27
Because XML is an industry standard,you may choose to transfer,or export,data from your Access database using an XML format.
Free
True False
Q 28Q 28
Using the XML and XSD files prevents you from having to modify the field properties in the new table,which saves time.
Free
True False
Free
True False
Q 30Q 30
With labels,Microsoft Word automatically inserts a next record (< < NextRecord > >)merge field code.
Free
True False
Q 31Q 31
If the first row of an imported Excel file doesn't contain column headings,what field names does Access assign?
A) Heading1,Heading2,etc.
B) Field1,Field2,etc.
C) Title1,Title2,etc.
D) Label1,Label2,etc.
Free
Multiple Choice
Q 32Q 32
If importing Excel data into a new table,how does Access determine what data type to assign for a particular column of data?
A) by looking at the first five rows of data
B) by looking at the first six rows of data
C) by looking at the first seven rows of data
D) by looking at the first eight rows of data
Free
Multiple Choice
Q 33Q 33
If an Excel file contains multiple worksheets,how many worksheets can you import from at once?
A) one
B) two
C) three
D) four
Free
Multiple Choice
Q 34Q 34
What do you need to do to import only some of the data in an Excel worksheet?
A) define a named range in Excel
B) sort the Excel worksheet
C) group the records in the Excel worksheet
D) delete those records you don't want to import
Free
Multiple Choice
Q 35Q 35
Which of the following modifications to an imported Excel table might be necessary?
A) creating field validation rules and validation text
B) creating record validation rules and validation text
C) create a lookup field or define an input mask
D) all of the above
Free
Multiple Choice
Q 36Q 36
Which of the following statements is not true about establishing a link between Access and Excel?
A) A linked table can be edited directly within Access.
B) If changes are made to the Excel file after the import process is completed,the changes automatically carry forward into the Access database the next time the table is opened.
C) Linking saves space by not having the data stored both in an Excel file and again in an Access table.
D) A linked file does not actually contain any records.
Free
Multiple Choice
Q 37Q 37
When is it useful to establish a link between Excel and Access?
A) when you database contains many files
B) when the data will be primarily used in Excel
C) when you want to use the query and reporting capabilities of Access
D) both B and C
Free
Multiple Choice
Q 38Q 38
If you want to make modifications to an Excel file that is linked to an Access database,what must be true?
A) Access and Excel must be open at the same time
B) you need to use the Import Spreadsheet Wizard
C) the datasheet must be displaying in Access
D) the linked table must not be open in Access when you open the Excel file
Free
Multiple Choice
Q 39Q 39
When importing Excel data to a new Access table,which of the following error occurs when the import process fails completely?
A) error with importing the file
B) subscript out of range
C) primary key error
D) truncated text value
Free
Multiple Choice
Q 40Q 40
When creating a linked table,which of the following are possible errors that may occur?
A) truncated text values
B) numbers display instead of dates
C) dates display instead of numbers
D) all of the above
Free
Multiple Choice
Q 41Q 41
When linking to a table in Excel,what is the maximum number of characters that can be stored in a field?
A) 55
B) 155
C) 255
D) 355
Free
Multiple Choice
Q 42Q 42
Which of the following may display in Access when you import data from an Excel column that contains mixed values?
A) #Num!
B) *****
C) 11111
D) Error!
Free
Multiple Choice
Q 43Q 43
Which of the following displays in Access if the imported Excel column contains mostly numbers,but also includes some dates?
A) three-digit numbers
B) four-digit numbers
C) five-digit numbers
D) six-digit numbers
Free
Multiple Choice
Q 44Q 44
Which of the following characters are not allowed in text files?
A) letters A-Z
B) numbers 0-9
C) bolded characters
D) common punctuation marks
Free
Multiple Choice
Q 45Q 45
Which of the following can you use to create text files?
A) Notepad
B) Wordpad
C) Microsoft Word
D) both A and B
Free
Multiple Choice
Q 46Q 46
Which of the following options are available to you in the Get External Data - Text File dialog box?
A) import the source data into a new table in the current database
B) append a copy of the records to the table
C) link to the data source by creating a linked table
D) all of the above
Free
Multiple Choice
Q 47Q 47
Which of the following refers to a very common delimited file type?
A) CSV
B) TXT
C) XML
D) XSD
Free
Multiple Choice
Q 48Q 48
Which of the following statements is true about text files?
A) In a delimited file,the first row of the text file must contain the names of all of the fields in the Access table.
B) In a fixed-width file,include field names in the first row.
C) In a fixed-width file,ensure that all values are entered in their correct positions in the file.
D) all of the above
Free
Multiple Choice
Q 49Q 49
Which of the following statements is not true about importing a delimited file into a new table?
A) If the database table does not already exist,use the import option to create a new table and copy all of the records into the table.
B) The original text file is not changed in any way during the process.
C) If changes are made to the text file after the import process is completed,the changes automatically carry forward into the Access database.
D) Once the delimited text file is ready,you are ready to import the data into the database.
Free
Multiple Choice
Q 50Q 50
Which of the statements is true about importing a delimited file into an existing table?
A) If the database table already exists,use the append option.
B) The original text file is not changed in any way during the process.
C) If changes are made to the text file after the import process is completed,the changes do not automatically carry forward into the Access database.
D) all of the above
Free
Multiple Choice
Q 51Q 51
Which of the following are common errors that occur when you are creating a new table or appending to an existing table?
A) missing-data values
B) error with importing the file
C) missing fields
D) all of the above
Free
Multiple Choice
Q 52Q 52
Which of the following fields are included in an error log table?
A) Error
B) Field
C) Row
D) all of the above
Free
Multiple Choice
Q 53Q 53
Using Access,which of the following can you export to?
A) PDF files
B) XPS files
C) Sharepoint Lists
D) all of the above
Free
Multiple Choice
Q 54Q 54
When exporting a table or query to an Excel file,which of the following describe some common issues?
A) images are not exported
B) data displays in the wrong Excel columns
C) formulas used in expressions are not exported,only the result of the calculation is exported
D) all of the above
Free
Multiple Choice
Q 55Q 55
How can you export specific records from Access to Excel?
A) Open the table or query in Datasheet view.
B) Select the records you want to export.
C) Start the export process after selecting records.
D) all of the above
Free
Multiple Choice
Q 56Q 56
How can you export Access data to Word?
A) export to PDF format
B) export to RTF format
C) export to CSV format
D) export to HTML format
Free
Multiple Choice
Q 57Q 57
Which of the following is not true of RTF files?
A) An RTF file preserves the formatting of the data.
B) The default extension of an RTF file is .rtf.
C) While you can export tables,forms,reports,and queries,it works best to limit your selection to objects that have a tabular format.
D) all of the above
Free
Multiple Choice
Q 58Q 58
How is data that has been exported to Word formatted in Word?
A) on separate lines
B) into paragraphs
C) with commas
D) as a Word table
Free
Multiple Choice
Q 59Q 59
In HTML,which of the following is always used in an end tag?
A) p tag
B) tags
C) /
D) start tag
Free
Multiple Choice
Q 60Q 60
In HTML,which of the following defines a paragraph and is used to display text on the web page?
A) p tag
B) tags
C) /
D) start tag
Free
Multiple Choice
Q 61Q 61
Which of the following provides a simple means to create and view an HTML file?
A) Microsoft Word
B) Microsoft SharePoint
C) Notepad
D) all of the above
Free
Multiple Choice
Q 62Q 62
What must you do in order to export specific records from Access?
A) copy the records you want to export
B) select the records you want to export
C) move the records you want to export to a separate table
D) delete unwanted records before exporting
Free
Multiple Choice
Q 63Q 63
Which of the following is XML used for?
A) to describe data
B) to store data
C) to transfer data
D) all of the above
Free
Multiple Choice
Q 64Q 64
Which of the following does XML use to define the structure of the data?
A) root tag
B) dataroot tag
C) tags
D) XML tag
Free
Multiple Choice
Q 65Q 65
In an XML file,which of the following tells the program what version of XML is being used?
A) root tag
B) dataroot tag
C) tags
D) XML tag
Free
Multiple Choice
Q 66Q 66
In an XML file,which of the following appears second after the XML tag?
A) root tag
B) dataroot tag
C) tags
D) schema
Free
Multiple Choice
Q 67Q 67
Which of the following are defined by the XML Schema Definition file?
A) details of the table
B) details of the field sizes
C) details of the field data types
D) all of the above
Free
Multiple Choice
Free
Multiple Choice
Q 69Q 69
Which of the following statements is true about importing XML data?
A) You can import an XML data file to append records to an existing table.
B) You can import an XML data file to create a new table.
C) If changes are made to the XML file after the import process is completed,the changes do not automatically care forward into the Access database.
D) all of the above
Free
Multiple Choice
Q 70Q 70
What happens when you choose to export the schema file?
A) an XSD file is created
B) an XML file is created
C) an XLS file is created
D) an MDB file is created
Free
Multiple Choice
Q 71Q 71
Which of the following statements is true about exporting XML data?
A) You can choose to export a form or report.
B) You can choose to export a table or query.
C) You can export a selected record.
D) all of the above
Free
Multiple Choice
Q 72Q 72
Which of the following can you merge together using mail merge?
A) letters
B) labels
C) envelopes
D) all of the above
Free
Multiple Choice
Q 73Q 73
Which of the following is a main step required to perform a mail merge?
A) select document type
B) select starting point
C) select recipients
D) all of the above
Free
Multiple Choice
Q 74Q 74
Which of the following does Access open when you initiate a mail merge?
A) Microsoft Word Mail Merge Wizard
B) Microsoft Access Mail Merge Wizard
C) main document
D) data source
Free
Multiple Choice
Q 75Q 75
Which of the following is a starting document in a mail merge?
A) mail merge
B) merge fields
C) main document
D) data source
Free
Multiple Choice
Q 76Q 76
In a mail merge,which of the following is the table or query used in the merge?
A) mail merge
B) merge fields
C) main document
D) data source
Free
Multiple Choice
Q 77Q 77
Which of the following specify what information from the data source to include in the document?
A) mail merge
B) merge fields
C) main document
D) data source
Free
Multiple Choice
Q 78Q 78
Which of the following allows you to merge documents?
A) mail merge
B) merge fields
C) main document
D) data source
Free
Multiple Choice
Q 79Q 79
In a Word document,which of the following are merge fields surrounded by?
A) < >
B) < < > >
C) [ ]
D) ( )
Free
Multiple Choice
Q 80Q 80
Which of the following is true when merging number and date fields from Access?
A) the formatting may not transfer
B) the data may not transfer
C) incomplete data may transfer
D) all of the above
Free
Multiple Choice
Q 81Q 81
Which of the following field code characters displays a comma?
A) number sign (#)
B) dollar sign ($)
C) comma (,)
D) .00
Free
Multiple Choice
Q 82Q 82
Which of the following field code characters informs the document that number formatting should be applied to the merge field?
A) number sign (#)
B) dollar sign ($)
C) comma (,)
D) .00
Free
Multiple Choice
Q 83Q 83
Which of the following field code characters informs the document to format a number with two decimal places?
A) number sign (#)
B) dollar sign ($)
C) comma (,)
D) .00
Free
Multiple Choice
Q 84Q 84
With labels,which of the following field codes does Word automatically insert at the beginning of each record?
A) < < NewRecord > >
B) < < NextRecord > >
C) < < NewField >
D) < < NextField > >
Free
Multiple Choice
Q 85Q 85
Which of the following can you use mail merge to create?
A) name badges
B) product tags
C) project folder labels
D) all of the above
Free
Multiple Choice
Q 86Q 86
When linking to an Excel worksheet,it is best to open the worksheet in __________________ to ensure that the linking process works as you intend.
A) Design view
B) Datasheet view
C) Report view
D) Print Preview view
Free
Multiple Choice
Q 87Q 87
Which of the following errors occurs when you attempt to add records where the primary key column contains inconsistent,missing,or duplicated data?
A) error with importing the file
B) subscript out of range
C) primary key error
D) truncated text value
Free
Multiple Choice
Q 88Q 88
When is it a good idea to link to a text file?
A) when you will primarily work with the data in the text file
B) when you want to use Access's query capabilities
C) when you want to use Access's reporting capabilities
D) all of the above
Free
Multiple Choice
Q 89Q 89
What do you need to do prior to importing an Excel file?
A) display Datasheet view
B) launch the Import Text Wizard button
C) review the XML tags
D) ensure that the formatting of the Excel file is correct
Free
Multiple Choice
Free
Essay
Free
Essay
Free
Essay
Free
Essay
Q 94Q 94
Why might you want to export Access data into Excel? What should you consider when exporting to Excel?
Free
Essay
Free
Essay
Free
Essay
Free
Essay
Q 98Q 98
What are some common errors that occur when creating a new table or appending to an existing table?
Free
Essay
Free
Essay