1.
EXAMPLES OF A PAPER DATABASE ARE TELEpHONE AND ADDRESS BOOKS
Correct Answer
A. True
Explanation
The statement is true because telephone and address books are examples of paper databases. These books contain organized information about people's phone numbers and addresses, making them a form of database. While they may not be as advanced as electronic databases, they serve the purpose of storing and retrieving information in a physical format.
2.
UNDO AND REDO DO NOT APPEAR ON THE QUICK ACCESS TOOLBAR
Correct Answer
B. False
Explanation
The statement is false because Undo and Redo do appear on the Quick Access Toolbar. The Quick Access Toolbar is a customizable toolbar in Microsoft Office applications that allows users to quickly access commonly used commands. Undo and Redo are two commonly used commands that are typically included on the Quick Access Toolbar to provide users with the ability to undo or redo their actions.
3.
OTHER SPREADSHEET SOFTWARE HAVE LIMITATIONS BECAUSE THEY
Correct Answer
B. ARE A FLAT FILE
Explanation
Other spreadsheet software have limitations because they are a flat file. This means that they are unable to handle complex data structures and relationships. A flat file system stores data in a simple, tabular format, without any hierarchical or relational structure. As a result, it becomes difficult to organize and analyze data efficiently. In contrast, a non-flat file system, such as a database, allows for more advanced data organization and manipulation. Therefore, the fact that other spreadsheet software are flat file systems explains their limitations.
4.
ACCESS IS CALLED A RELATIONAL DATABASE MANAGEMENT SYSTEM
Correct Answer
A. True
Explanation
Access is called a relational database management system (RDBMS) because it is a software application that allows users to create, manage, and manipulate relational databases. Access follows the relational model of organizing data into tables with rows and columns, and it supports the use of SQL (Structured Query Language) for querying and manipulating the data. As an RDBMS, Access provides a structured and efficient way to store and retrieve data, ensuring data integrity and facilitating data analysis and reporting.
5.
A TABLE IS
Correct Answer
B. A SET OF COLUMNS AND RECORDS
Explanation
A table is a set of columns and records. In a database, a table is used to organize and store data in a structured manner. The columns represent different attributes or characteristics of the data, while the records represent individual instances or entries of the data. By organizing data into tables, it becomes easier to retrieve and manipulate specific data based on certain criteria.
6.
A POWERPOINT PRESENTATION IS MADE UP OF A SERIES OF
Correct Answer
A. SLIDES
Explanation
A PowerPoint presentation is made up of a series of slides. Each slide contains information, such as text, images, and multimedia, that is presented to the audience in a sequential manner. Slides are the building blocks of a presentation and allow the presenter to organize and convey their message effectively. By using slides, the presenter can break down their content into manageable sections and visually enhance their presentation with various design elements.
7.
PLACE HOLDERS ARE
Correct Answer
A. DOTTED BORDERS
Explanation
Dotted borders are a type of border style that consists of a series of small dots. They are often used to visually separate or highlight elements on a webpage or document. Dotted borders can be applied to various elements such as images, text boxes, or div containers. They provide a subtle and decorative way to add emphasis or structure to the design.
8.
YOU CANNOT CHANGE THE LAYOUT OF AN EXISTING SLIDE BY CLICKING CHART
Correct Answer
A. True
Explanation
This statement is true because clicking on a chart in an existing slide will not allow you to change the layout of the slide. The layout of a slide refers to the arrangement of placeholders, text, images, and other elements on the slide. While clicking on a chart may allow you to edit or modify the chart itself, it does not give you the ability to change the overall layout of the slide. To change the layout of a slide, you would need to use the slide layout options available in the presentation software.
9.
IF I SELECT A SLIDE AND CLICK THE DELETE COMMAND ON THE HOME TAB
Correct Answer
C. IT WILL DELETE THE SLIDE
Explanation
If you select a slide and click the delete command on the home tab, it will delete the slide.
10.
ACCESS ALLOWS YOU TO
Correct Answer
C. EXTRACT, ORGANIZE AND DUPLICATE
Explanation
The correct answer is "EXTRACT, ORGANIZE AND DUPLICATE". Access is a database management system that allows users to extract data from multiple sources, organize it in a structured manner, and duplicate it as needed. This feature is particularly useful for creating reports, analyzing data, and maintaining data integrity.
11.
THE MAIN CONTROL CENTER FOR EACH DATABASE IS THE
Correct Answer
A. NAVIGATION PANE
Explanation
The navigation pane is the main control center for each database because it allows users to easily navigate through different objects and features within the database. It provides a hierarchical view of the objects, such as tables, queries, forms, and reports, allowing users to quickly access and manage these elements. Additionally, the navigation pane also provides search and filtering options, making it a powerful tool for database management.
12.
ONCE YOU HAVE SELECTED DESIGN VIEW YOU CAN SWITCH TO ANY OTHER VIEW DURING THE CREATION OF YOUR DATABASE
Correct Answer
A. True
Explanation
Once you have selected design view in the creation of your database, you have the flexibility to switch to any other view such as datasheet view, form view, or report view. This allows you to easily switch between different views to perform various tasks and make changes to your database as needed.
13.
YOU CANNOT USE A TEMPLATE IS THE ONLY WAY TO CREATE A TABLE IN ACCESS
Correct Answer
B. False
Explanation
The statement is false. Access provides various ways to create a table, and using a template is one of those options. Templates in Access are pre-designed table structures that can be used as a starting point for creating a new table. They can save time and effort by providing a structure that is commonly used for a specific purpose or industry.
14.
A RELATED LIST OF COLUMNS AND ROWS USED TO STORE INFORMATION IS A
Correct Answer
A. TABLE
Explanation
A table is a related list of columns and rows used to store information. It is a common data structure in databases and spreadsheets, where each column represents a specific attribute or field, and each row represents a separate record or entry. Tables are organized in a tabular format, making it easy to search, sort, and manipulate data. They provide a structured and organized way to store and retrieve information, making them an essential component in data management systems.
15.
EURO IS A
Correct Answer
C. DATA TYPE
Explanation
The correct answer is "DATA TYPE" because the question is asking for the classification or category that the term "EURO" belongs to. "DATA TYPE" refers to the type of data that the term represents, indicating that "EURO" is a specific type of data rather than a formula or cell name.
16.
YOU CAN CHANGE THE VIEW BY
Correct Answer
A. ACTIVATE THE HOME TAB
17.
HOW MANY WAYS CAN YOU VIEW OBJECTS IN A DATABASE
Correct Answer
D. NONE OF THE ABOVE
18.
WHICH DATABASE COMMAND BELOW ALLOWS YOU TO START FROM SCRATCH
Correct Answer
B. CREATE
Explanation
The CREATE command in a database allows you to start from scratch by creating a new database or table. It is used to define the structure of the database and create new objects within it. This command is commonly used when setting up a new database or when starting a new project where no existing data or tables are present. The CREATE command provides the ability to create a fresh database or table, providing a blank slate to work with.
19.
IT IS A GOOD IDEA TO THING OF A RELATIONSHIP AS HAVING 'SIDES' IN ACCESS
Correct Answer
A. True
Explanation
In Access, it is indeed a good idea to think of a relationship as having "sides". This means that when creating a relationship between two tables, one table is considered the "one" side and the other table is considered the "many" side. The "one" side is the table that has a primary key, and the "many" side is the table that has a foreign key referencing the primary key of the "one" side. This concept helps in understanding and managing the relationship between the tables effectively.
20.
WHAT MUST YOU DO TO CREATE A ONE-TO-ONE RELATIONSHIP IN ACCESS
Correct Answer
C. TURN ON INDEXING IN THE FOREIGN KEY FIELD WITHOUT ALLOWING DUPLICATE VALUES
Explanation
To create a one-to-one relationship in Access, you need to turn on indexing in the foreign key field without allowing duplicate values. This means that each value in the foreign key field must be unique and indexed to ensure data integrity. By doing so, you can establish a direct and unique relationship between two tables in Access.
21.
TO ENCRYPT AND DECRYPT YOUR DATABASE YOU USE THE
Correct Answer
D. NONE OF THE ABOVE
Explanation
The correct answer is "NONE OF THE ABOVE" because encryption and decryption of a database typically involve the use of encryption algorithms, encryption keys, and cryptographic functions, rather than primary keys or foreign keys. Primary keys and foreign keys are used for establishing relationships between tables in a database, but they do not directly relate to the encryption and decryption of the database.
22.
IT IS IMPORTANT TO PLACE ALL YOUR DATA IN ONE TABLE
Correct Answer
A. True
Explanation
Placing all data in one table is important because it allows for efficient organization and retrieval of information. By having all data in one place, it becomes easier to analyze and make connections between different data points. It also reduces the risk of data duplication and inconsistencies. Additionally, having one table simplifies data management and maintenance tasks, such as backups and updates. Therefore, it is important to place all data in one table to ensure data integrity and streamline data operations.
23.
HOW MANY TABLES SHOULD A SPREADSHEET HAVE?
Correct Answer
E. NONE OF THE ABOVE ARE OPTIONS
Explanation
The question asks how many tables a spreadsheet should have, and the given options do not provide a correct answer. The correct answer would depend on the specific requirements and purpose of the spreadsheet. It could vary from one table to multiple tables, depending on the complexity and organization of the data being managed. Therefore, none of the options provided are suitable as a correct answer.
24.
WHICH MICROSOFT OFFICE PROGRAMS/SOFTWARES HAVE THE RIBBON
Correct Answer
C. WORD, EXCEL, ACCESS, POWERPOINT
Explanation
All of the Microsoft Office programs/software have the ribbon. The ribbon is a graphical control element that displays various commands and options in a tabbed format. It was introduced in Microsoft Office 2007 and has been used in Word, Excel, Access, and PowerPoint ever since. The ribbon provides a more organized and intuitive way to access the different features and functionalities of these programs.
25.
1. CLICK THE LINK BELOW
2. READ THROUGH THE LESSON
3. FOLLOW THROUGH AND USE THE EXAMPLES TO CREATE A SLIDE IN POWERPOINT (USE YOUR OWN IMAGINATION FOR ONE SLIDE) AND BE SURE TO ADD A FOOTER
4. PRINT THE SLIDE YOU CREATED
5. SAVE THE SLIDE AS FINAL IN YOUR MY DOCUMENTS FOLDER
6. COMPLETE THE SELF-TEST
7. PRINT THE SELF-TEST
http://office.microsoft.com/en-us/powerpoint-help/add-slide-numbers-and-other-footers-to-slides-RZ010258800.aspx