Search This Blog

Monday, August 1, 2011

Quiz 8

Quiz 8 - Database Management

1. Define the term, database, and explain how a database interacts with data
and information.

answer:

Database is a collection of information organized in such a way that a computer program can quickly select desired pieces of data. You can think of a database as an electronic filing system.
is an organized collection of data for one or more purposes, usually in digital form. The data are typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels), in a way that supports processes requiring this information (for example, finding a hotel with vacancies). The term "database" refers both to the way its users view it, and to the logical and physical materialization of its data, content, in files, computer memory, and computer data storage. This definition is very general, and is independent of the technology used. However, not every collection of data is a database; the term database implies that the data is managed to some level of quality (measured in terms of accuracy, availability, usability, and resilience) and this in turn often implies the use of a general-purpose Database management system (DBMS). A general-purpose DBMS is typically a complex software system that meets many usage requirements, and the databases that it maintains are often large and complex.

2. Describe file maintenance techniques (adding records, modifying records,
deleting records) and validation techniques.

answer:
 
When you want to add  to or make changes to your data in your Microsoft Office Access 2003 database, you can do much of your work in forms and datasheets. After you design your tables and queries, you can use a form or datasheet as a window into the data. You can also use a data access page to add or edit data in a database that is on an intranet or on the Internet.
This topic explains how to use forms, datasheets, and data access pages for adding and modifying your data. It also provides examples of each method, working with the North wind Traders sample database.

Add a record

  1. To add a record, do one of the following:
    • If you are working with a form, open the corresponding form in Form view.
    • If you are working with a data access page, open the corresponding page in Page view. If Access is not installed on your computer, open the page in your Web browser.
    • If you are working with a table, open the corresponding table in Datasheet view.
  2. In Datasheet or Form view, click the New button on the navigation toolbar. To add a record to a subform, click New on the subform's navigation toolbar. If you don't see the navigation toolbar inside the subform, or if the button is disabled, you will not be able to add records to the subform. In a data access page, click New on the record navigation toolbar.
 Note   If the New button appears disabled on a page, it means that you do not have permissions to add new records. Contact the owner of the database. If you don't see the New button on a data access page, it either means that the page is read-only, or that the designer of the page has customized the appearance of the button. Look for custom instructions about using the page, or contact the page's designer.
  1. Enter your data, and then press TAB to go to the next field.

Edit a record

You can change the data in one or more fields in a record. For example, if you want to correct the spelling of a customer name, you can open the Customers form in Form view, move to the record that corresponds to the customer, and edit the Name field in the form. When you move to a different record, Access will automatically update the field in the underlying table.
  1. Open the form (in Form view), page (in your Web browser or in Page view), or table (in Datasheet view) that has the record that you want to edit.
  2. Move to the record by using the buttons on the navigation toolbar.
  3. Use the mouse or the TAB or arrow keys to move to the field that you want to edit.
To replace the entire contents of a field in a datasheet, click near the left edge of the field when the pointer turns to a plus, as shown in the following example. In a form, click the field's label.
Selecting a field in Datasheet view
To add to the existing contents of a field, place the insertion point where you want to enter the new characters. You can move the insertion point by using the arrow keys. In the following example, the insertion point is at the end of the current contents of the field, so anything that you type will be appended to the string "Alfreds FutterKiste".
Insertion point in Customers form
  1. Enter your text in the field. If text in the field was selected before you started typing, the characters that you type will replace that text.
 Note   If you make a typing mistake, press the BACKSPACE key. If you want to cancel all editing changes to a field, press the ESC key.
When you try to move out of a field after entering data, Access validates the data, making sure that the value you entered is allowed in that field. If the value isn't allowed, Access alerts you with a validation message. For more information, see Troubleshoot editing data in a field.
To move out of the field, you must either change the data to an acceptable value or undo your changes by pressing the ESC key.
When you move to another record, Access performs record-level validation, and then saves your changes. If the record can’t be saved, you must either make any necessary corrections or undo your changes.

Delete the contents of a field or an entire record

You can delete the text in a field to either leave the field blank (if the field supports Null values), or to replace the text with another value. You can also permanently delete one or more records in a table:
  • To delete text in a field, select the text and then press DEL.
For information on how to select a field, see Select fields and records.
  • To delete one or more records in a datasheet or a form, select the records and then press DEL.
  • To delete a record on a data access page, click the Delete button on the record navigation toolbar.

3. Discuss the terms character, field, record, and file.
answer: 

Field is a combination of one or more characters. It . It is the smallest unit of data user accesses
 Record is a group of related fields.
File is a collection of related records.
4. Discuss the functions common to most database management systems:
data dictionary, file retrieval and maintenance, data security, and backup
and recovery.

answer:

Data dictionary contains data about each file in a database and each field within the files.

5. Differentiate between a file processing approach and the database
approach.

answer:

File processing approach - each department or area within an organization has its own set of data files.
Database Approach -Many programs and users share the data in a database. Reduces data redundancy, improves data integrity, shares data, permits easier access, and reduces development time.

6. Describe characteristics of relational, object-oriented, and
multidimensional databases.
answer:






Relational Database - is a database that stores data in tables that consist of rows and columns. Each row has a primary key and each column has a unique name.
Object - oriented database (OODB) - stores data in objects. An object is an item that contains data, as well as the actions that read or process the data.
Multidimensional database - stores data in dimensions and can store more than two dimensions of data.

7. Explain how to access Web databases.
answer:





•Object-oriented databases often use Object Query Language (OQL) to manipulate and retrieve data.
    A relational database stores data in tables that consist of rows and columns
        –Each rowhas a primary key
        –Each columnhas a unique name
        •A relationshipis a link
    A multidimensional database can store data in more than two dimensions of data
        –Can consolidate data much faster than a relational database.


8. Define the term, computer security risks, and briefly describe the types
of cybercrime perpetrators: hacker, cracker, script kiddie, corporate spy,
unethical employee, cyberextortionist, and cyberterrorist.
answer:


A computer security risk is any event or action that could cause a loss of or damage to computer hardware, software, data, information, or processing capability. A hacker means someone who  breaks into computer, someone who can make a computer do what he wants.
Cracker someone who breaks into someone's else computer system often on a network; bypasses passwords or licenses in computer programs; or in other ways intentionally breaches computer security.
Script kiddie -A person, normally someone who is not technologically sophisticated, who randomly seeks out a specific weakness over the Internet in order to gain root access to a system without really understanding what it is s/he is exploiting because the weakness was discovered by someone else.

9. Identify database design guidelines and discuss the responsibilities of
database analysts and administrators.
answer:



10. Discuss techniques to prevent unauthorized computer access and us. 

answer:

Operating system and software patches and updates
There is no such thing as perfect software, often a software program may have several issues and could potentially have security vulnerabilities that can leave your computer open to attacks that compromise your computer and your data.
Software patches, updates, and drivers are made available, often for free, to consumers to help keep a software program and operating systems running properly and secure. If the program you're using does not have any method of checking for updates on its own it is up to you to verify the program is up-to-date. Often this can be done by visiting the web site of the developer who created the program. A listing of third-party companies and links to each of their pages can be found on our third-party support page.

Monday, July 25, 2011

Quiz 7

Quiz 7 Communications and Networks

1. Discuss the components required for successful communications.
answer:

Sending device — initiates instruction to transmit data, instructions, or information
Communications device — connects the sending device to the communications channel

Communications channel
— media on which data, instructions, or information travel
Communications device — connects the communications channel to the receiving device

 Receiving device — accepts transmission of data, instructions, or information

2. Identify various sending and receiving devices.
answer: 
A sending device initiates the transmission of data, instructions, and information while a receiving device accepts the items transmitted. All types of computers and mobile devices serve as sending and receiving devices in a communications system. This includes mainframe computers, servers, desktop computers, notebook computers, Tablet PCs, smart phones, portable media players, and GPS receivers.

3. Describe uses of computer communications.
answer:
Computers can be instructed to perform a variety of individual functions. A set of instructions that tells a computer what to do is called a program. Today, more than 10,000 application programs are available for use on personal computers. They include such popular programs as word processing programs, spreadsheet programs, database programs, and communication programs.
Word processing programs are used to type, correct, rearrange, or delete text in letters, memos, reports, and school assignments. Spreadsheet programs enable individuals to prepare tables easily. The users of such programs establish rules for handling large groups of numbers. For example, using a spreadsheet program, a person can enter some numbers into a table and the program will calculate and fill in the rest of the table.
Spreadsheets may be used for preparing budgets and financial plans, balancing a cheque book, or keeping track of personal investments.
Database programs allow a computer to store large amounts of data (information) in a systematic way. Such data might include the name, address, telephone number, salary, and starting date of every employee in a company. The computer could then be asked to produce a list of all employees who receive a certain salary.  
Communication programs connect a personal computer to other computers. People can thereby exchange information with one another via their personal computers. In addition, communication programs enable people to link their personal computers with databanks. Databanks are huge collections of information stored in large centralized computers. News, financial and travel information, and other data of interest to many users can be obtained from a databank.

4. List advantages of using a network.
answer:
  • share software
  • share information with others on networks
  • share peripherals
  • speed of sharing software and information files
  • cheaper than buying individual software and hardware for each standalone especially if for a school, network software often offers deals for amount being purchased
  • security, files can be copy inhibit mode
  • centralized software management- software being loaded onto one computer but also this loads software to entire network at one time
  • electronic mail(e-mail) between network users, ideal for office memos
  • flexible access- access you files from any computer on the network unlike standalone which would mean only being able to access your data from the one computer you uploaded data onto.
5. Differentiate among client/server, peer-to-peer, and P2P networks.
answer:  
client - server model => One or more computers act as server and other computers or clients access server.

The client–server model of computing is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients. A server machine is a host that is running one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. 

peer - to - peer (P2P) => Simple network that connects fewer than 10 computers.Each computer, or peer, has equal capabilities.
Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers.Peers make a portion of their resources, such as processing power, disk storage or network bandwidth, directly available to other network participants, without the need for central coordination by servers or stable hosts. Peers are both suppliers and consumers of resources, in contrast to the traditional client–server model where only servers supply (send), and clients consume (receive).


6. Describe the various network communications standards.
answer:
Network communication standards are certain rules and specifications framed by standard organisations for manufacturing network hardware and developing network software.

7. Explain the purpose of communications software.
answer:
The purpose of communication software is used to provide remote access to systems and is also    used to exchange messages in text, audio and video format for the purpose of communication. This software sends and receives data over telephone lines through modems. The communication software allows computers in different geographical regions to communicate with each other through terminal emulators, file transfer programs, chat and instant messaging programs.

  • Programs that help users establish connection to Internet, other network, or another computer.
  • Programs that help users manage transmission of data, instruction, and information.
  • Programs that provide an interface for users to communicate with one another.


8. Describe various types of lines for communications over the telephone network.
answer: 
A telephone network is a telecommunications network used for telephone calls between two or more parties.
There are a number of different types of telephone network:
  • A fixed line network where the telephones must be directly wired into a single telephone exchange. This is known as the public switched telephone network or PSTN.
  • A wireless network where the telephones are mobile and can move around anywhere within the coverage area.
  • A private network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world. This is usually used inside companies and call centres and is called a private branch exchange (PBX).
9. Describe commonly used communications devices.
answer:
  • A dial-up modem converts digital signals to analog signals and vice versa
  • Usually in the form of an adapter card

                                                     DSL Modem / ISDN Modem-Cable Modem
  • Send and receive digital data from DSL(Digital Subscriber Line) / ISDN
         
                                                              Cable Modem
  •  Sends and receives data over cable television (CATV) network
  •  Much faster than dial-up modem or ISDN
  •  Sometimes called a broadband modem

                                                                  Wireless Modem
  • Allows access to the Web wirelessly from a notebook computer, a smart phone, or other mobile device. 

                                                                  Hub or Switch
  • Device that provides central point for cables in network. 

                                                                       Router
  • Connects computers and transmits data to correct destination on network.
10. Discuss different ways to set up a home network.
answer: 
 A home network can be enabled in a Windows XP system through various ways.In wired connections, the user can enable the home network option through the use of various physical media. The computers should be connected through wires with the help of a router. A wireless connection can be established without any physical medium and thus the user can stay at any position within the wireless range. For wireless connections, wireless-enabled devices are required to connect the system to the network. Configuring a Virtual Private Network is another method that is used to set up or access a home network. Home network connections can also be enabled through local area connections.
11. Identify various physical and wireless transmission media.
answer:



Physical Wireless transmission media  =>  Wire, cable and other tangible materials used to send communication signals.Used when inconvenient, impractical or impossible to install cables. It includes Bluetooth and IrDA.