1.
Allows the user to open or select the menu item by
using the keyboard instead of the mouse pointer
Correct Answer
B. Access key
Explanation
The correct answer is "Access key." An access key allows the user to open or select a menu item by using the keyboard instead of the mouse pointer. This feature is particularly useful for individuals who may have difficulty using a mouse or prefer keyboard shortcuts for navigation. Access keys are typically represented by underlined letters or numbers on menu items, and pressing the corresponding key will activate the associated menu item.
2.
Choices that appear when the user clicks the parent
menu item
Correct Answer
A. Child menu items
Explanation
When a user clicks on a parent menu item, the choices that appear are the child menu items. These child menu items are the options that are displayed as subcategories or submenus under the parent menu item. They provide more specific choices or actions related to the parent menu item, allowing the user to navigate and access different features or functionalities within the menu system.
3.
A folder on the client workstation in which
Developer10g always looks for form files when a command references a form in an
integrated database application
Correct Answer
C. Default form folder
Explanation
The correct answer is "Default form folder". This is the folder on the client workstation where Developer10g always searches for form files when a command references a form in an integrated database application. It is the default location where the application expects to find the form files, and if the form files are not present in this folder, the application may not be able to locate and open them properly.
4.
A folder on the client workstation in which
Developer10g always looks for report files when a command references a report in
an integrated database application
Correct Answer
B. Default report folder
Explanation
The correct answer is "Default report folder". In Developer10g, when a command references a report in an integrated database application, it will always look for the report files in the default report folder on the client workstation. This folder is the designated location where Developer10g expects to find the report files, allowing for easy access and retrieval of the reports within the application.
5.
A block item that displays an image loaded by a
trigger while the form is running
Correct Answer
B. Dynamic image item
Explanation
A dynamic image item is a block item that displays an image that is loaded by a trigger while the form is running. This means that the image can be changed or updated during the form's execution based on certain conditions or events. It provides a way to show different images dynamically, enhancing the user experience and allowing for more flexibility in the form's design and functionality.
6.
A form object that you create using program commands
Correct Answer
A. Form timer
Explanation
A form timer is a feature in a program that allows you to create and set timers within a form object. These timers can be used to perform specific actions or execute certain code at regular intervals. By using a form timer, you can automate processes or update information in real-time without the need for manual intervention.
7.
A variable that references a text string specifying
the complete path to the drive and folder where you store all the
application files
Correct Answer
C. Global path variable
Explanation
A global path variable is a variable that stores the complete path to the drive and folder where all the application files are stored. This variable can be accessed and used throughout the program, allowing easy access to the files in the specified folder. It is a convenient way to store and manage the file path information in a single variable, making it easier to update or modify the file path if necessary.
8.
A variable that you create in the code of one form and
that you can subsequently reference in any other open form
Correct Answer
B. Global variable
Explanation
A global variable is a variable that is created in the code of one form and can be referenced in any other open form. This means that the variable's value can be accessed and modified from different parts of the program, allowing for data sharing and communication between different forms or modules. Global variables are useful when you need to store and retrieve data that is needed across multiple forms or modules in your code.
9.
The place from which users access all of the
individual application components
Correct Answer
A. Main form
Explanation
The main form is the central interface that provides access to all of the individual application components. It serves as the starting point for users, allowing them to navigate and interact with different features and functionalities within the application. This main form acts as a hub, connecting various components and providing a cohesive user experience.
10.
Corresponds to a menu item in the Object Navigator
Correct Answer
C. Main menu
Explanation
The correct answer is "Main menu" because it is the option that corresponds to a menu item in the Object Navigator. The Object Navigator is a tool used in programming to navigate and manage objects within an application. In this context, the main menu refers to the menu bar that contains the main options or commands available in the application. Therefore, selecting "Main menu" in the Object Navigator would allow the user to access and modify the items within the main menu of the application.
11.
A PL/SQL program that is associated with a child menu
item and contains commands to perform actions
Correct Answer
B. Menu code trigger
Explanation
A PL/SQL program that is associated with a child menu item and contains commands to perform actions is called a menu code trigger. This trigger is executed when the associated menu item is selected by the user. It allows the programmer to define specific actions or functionality to be performed when the menu item is chosen. This can include tasks such as updating data, displaying messages, or executing other PL/SQL code. The menu code trigger is a powerful tool for customizing the behavior of a menu in a PL/SQL program.
12.
A set of menu selections that appear horizontally on
the menu bar
Correct Answer
A. Menu item
Explanation
A menu item refers to a specific option or command within a menu that appears horizontally on the menu bar. It allows users to select different actions or navigate through various sections or features of a program or application. Menu items are typically organized under main menus or submenus, and they provide a convenient way for users to access different functionalities and perform specific tasks within the software.
13.
A module that you create in Forms Builder that is
independent of any specific form
Correct Answer
C. Menu module
Explanation
A menu module is a module that is created in Forms Builder and is independent of any specific form. This means that it can be used across multiple forms without being tied to any particular form. It allows for the creation of a menu system that can be easily navigated and accessed by users.
14.
Menu selections that appear horizontally on the menu
bar
Correct Answer
C. Parent menu items
Explanation
Parent menu items are menu selections that appear horizontally on the menu bar. These menu items are typically the main categories or headings that organize the different options within a menu module. They provide a hierarchical structure to the menu, allowing users to easily navigate and access the various sub-menu items and commands. By selecting a parent menu item, users can reveal a drop-down menu or submenu that displays additional options related to that category.
15.
A folder that contains form and report files and
graphics
Correct Answer
B. Project folder
Explanation
A project folder is a logical choice for a folder that contains form and report files and graphics. It allows for easy organization and management of all the files related to a specific project. By keeping all the necessary files in one central location, it becomes easier to locate and access them when needed. Additionally, using a project folder helps to maintain the overall structure and consistency of the project by keeping related files together.
16.
A top-level Forms Builder object in the Object
Navigator window that represents a Reports Builder report file
Correct Answer
A. Report object
Explanation
The correct answer is "Report object". In the Object Navigator window of Forms Builder, a top-level object that represents a Reports Builder report file is called a Report object. This object allows users to design and modify reports using the Reports Builder tool. It provides access to various properties and methods related to the report design, layout, and data retrieval.
17.
A front-end entry screen that introduces the
application
Correct Answer
B. Splash screen
Explanation
A splash screen is a front-end entry screen that is displayed when an application is launched. It is usually a visually appealing image or animation that appears for a few seconds before the main content of the application is displayed. The purpose of a splash screen is to provide a visually engaging introduction to the application and to give users a sense of anticipation while the application loads.
18.
Programs or messages that handle undeveloped system
features
Correct Answer
A. Stubs
Explanation
Stubs are programs or messages that handle undeveloped system features. They are used in software development to simulate the behavior of components that are not yet implemented. Stubs are placeholders that allow other parts of the system to be tested and developed independently. They provide a way to test the interaction between different components before all the components are fully functional. Stubs can also be used to simulate external systems or dependencies that are not available during development or testing.
19.
Consists of command buttons that enable users to
access the most commonly used forms and reports quickly and easily
Correct Answer
C. Switchboard
Explanation
A switchboard is a user interface element that consists of command buttons. These buttons allow users to quickly and easily access commonly used forms and reports. The switchboard acts as a central hub, providing a convenient and organized way for users to navigate through the application's various features. It helps streamline the user experience by eliminating the need to search for specific forms or reports, making it more efficient for users to access the desired functionality.
20.
A generic form that includes standard form
objects—such as graphics, command buttons, and program units—that appear on
every form in an application
Correct Answer
B. Template form
Explanation
A template form is a generic form that includes standard form objects such as graphics, command buttons, and program units that appear on every form in an application. This means that the template form serves as a base or blueprint for all other forms in the application, ensuring consistency in the design and functionality across the entire application.
21.
A form object that defines object properties, such as
text item colors, font sizes, and font styles
Correct Answer
A. Visual attribute group
Explanation
A visual attribute group is a form object that defines object properties such as text item colors, font sizes, and font styles. This allows for consistent styling and formatting of objects within a form.