Computer Science - IT MCQs
Topic Notes: Computer Science - IT
<p>MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.</p>
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
221
The main panel on the left side of the Access window that lists all your database objects is called the:
Answer:
Navigation Pane
The Navigation Pane is your primary tool for opening, organizing, and managing all the objects (tables, queries, forms, reports) within your database.
222
Which object is best suited for formatting and presenting your data in a professional, printable layout?
Answer:
Report
Reports are designed for summarizing and presenting data for printing or viewing online. They offer advanced formatting options, grouping, and calculations that are not available in other objects.
223
If you want to ask a question of your database to retrieve specific data, which object would you use?
Answer:
Query
A query is essentially a stored question. It allows you to pull information from one or more tables based on a set of criteria you define, letting you filter, sort, and calculate data.
224
Which Access object is designed to provide a user-friendly interface for entering, viewing, and editing data one record at a time?
Answer:
Form
Forms are used to create an easy-to-use screen for interacting with the data in your tables. They can be customized with buttons, text boxes, and other controls to simplify data entry.
225
In Microsoft Access, what is the primary object used for storing data?
Answer:
Table
Tables are the fundamental building blocks of a database. They store all the data in a structured format of rows (records) and columns (fields).
226
What is Microsoft Access primarily designed for?
Answer:
Designing and Managing Databases
Microsoft Access is a database management system (DBMS) specifically designed for creating, managing, and analyzing databases. It allows users to create tables to store data, queries to find and retrieve data, forms for data entry, and reports to present data. ### Access Interface & Database Objects (Tables, Queries, Forms, Reports)
227
Which Microsoft Office application is used to create and manage databases?
Answer:
MS Access
Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a part of the Microsoft Office suite, used for creating and managing databases.