Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

Unit 8 & Unit 9

Electronic Presentations
&
Data Base

Ravi Sampath
B.Tec(ICT)- UNIVOTEC
NDIT(NIE-Maharagama)
NDIT(UCSC)
Unit 8
Electronic Presentation

8.1 What is a presentation?

A collection of techniques that use to share ones views, opinions, ideas and knowledge with a
larger group of people.

Some tools used in presentations are,


1. Overhead Projector
2. Slide Projector
3. Multimedia Projector

1. Overhead Projector
Presentation is done by using pre prepared
transparent sheets. It cannot present audios and videos.
Since this was a simple device the presenters widely used
the OHP’s to do effective presentations.

2. Slide Projector
The images taken by a camera have to be prepared in a
lab and fixed on to the slides. Here too, one cannot include
audio or video in the slides.

3. Multimedia Projector
The advantages of the multimedia projector are that we
can display the presentations which are made quickly using a
computer, and the ability to include multimedia contents such
as audio and video.

1 RaviSampath Performance
8.2 The characteristics of a good quality presentation

1. No. Of Lines
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

2. Font size
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
3. Correct use of spelling and grammer
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

4. Inserting images, drawings, tables or graphs

......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

5. Use of colours
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

6. Animations and videos


......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

7. Pay attention on target groups


......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

2 RaviSampath Performance
8.3 Presentation Software

Software Company License Type

Apple Keynote

Corel Corporation

LibreOffice Impress

Microsoft Corporation

Open Office.org Impress

8.4 Fundementals of presentation software

3 RaviSampath Performance
1. Quick Access Toolbar
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………
2. Title Bar
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………
3. Tabs
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

4. Ribbon
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

5. Slide Pane
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

6. Work Space
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

7. Task Pane
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

8. Notes Pane
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

4 RaviSampath Performance
9. Status Bar
…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

10. View Tabs


…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

10.1. Normal View


……………………………………………………………………………………………
……………………………………………………………………………………………
……………………………………………………………………………………………
10.2. Slide Sorter View
……………………………………………………………………………………………
……………………………………………………………………………………………
……………………………………………………………………………………………
10.3. Reading View
……………………………………………………………………………………………
……………………………………………………………………………………………
……………………………………………………………………………………………
10.4. Slide Show
……………………………………………………………………………………………
……………………………………………………………………………………………
……………………………………………………………………………………………

11. Zoom Control


…………………………………………………………………………………………………
…………………………………………………………………………………………………
…………………………………………………………………………………………………

5 RaviSampath Performance
Unit 9
Database

9.1 What is a Database?

Definition

......................................................................................................................................................
......................................................................................................................................................

Types of databases.
1 Electronic Database
..............................................................................................................................
.....................................................................................................................

2 Manual File Approach


..............................................................................................................................
.....................................................................................................................

Comparison between electronic and manual databases.


Electronic Database Manual Databases

6 RaviSampath Performance
Advantages of electronic database.

01. ..........................................................................................................................

02. ..........................................................................................................................

03. ..........................................................................................................................

04. ...................................................................................................... ..................

05 . ...................................................................................................... ..................

... ......................................................................................................... ..................

06 . ...................................................................................................... ..................

...... ...................................................................................................... ..................

Features of a Database

1. Minimal Data Redundancy.

...........................................................................................................................
...........................................................................................................................
...........................................................................................................................
...........................................................................................................................

2. Data Consistency.

...........................................................................................................................
...........................................................................................................................
...........................................................................................................................
...........................................................................................................................

3. Increases efficiency.

...........................................................................................................................
...........................................................................................................................

7 RaviSampath Performance
...........................................................................................................................
...........................................................................................................................

4. Increases accuracy.

...........................................................................................................................
...........................................................................................................................

5. Increases validity.

...........................................................................................................................
...........................................................................................................................
...........................................................................................................................

6. Security.

...........................................................................................................................
...........................................................................................................................
...........................................................................................................................

9.2 Relational Data Base


 A collection of fields related to one person or object is called a record.
 A collection of records is called a data table.
 A collection of related tables is called a relational database.

8 RaviSampath Performance
Relational Database concepts
01. Record / Tuple
..........................................................................................................................................
..........................................................................................................................................
02. Attribute
..........................................................................................................................................
..........................................................................................................................................

Key Concepts
Person(NICno,PassportNo,FullName,Address,TelNo,Sex)

1. Candidate Key

......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

2. Primary Key

......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

3. Alternate Key

......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

9 RaviSampath Performance
4. Foreign key

......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

Relationship Types
1. (1:1) one to one

ex: One president rules one country and a country is ruled by one president.

PrName Address CName Regione

President Rule Country


we
2. (1:M) one to many

ex: One customer place many orders and a one order is placed by one customer.

CusNo Name OrdID OrdDate

Customer place Order


we
10 RaviSampath Performance
3. (M:M) many to many

ex: One student followed many courses and one course is followed by many students.

StNo Name CID CTitle

Student Follow Course

9.3 Data Base Management Systems -DBMS


A collection of objects which facilitates planning and maintenance of the database to the user
is called a Database Management System (DBMS). This consists of several objects like
tables, queries, forms and reports.

Examples for DBMS :

01. ..........................................................................................................................

02. ..........................................................................................................................

03. ..........................................................................................................................

11 RaviSampath Performance
9.4 Creating a relational database
 Create a database to record following cases.

1. To record the data of the students in a class.

 Students’ index number, first name, last name, date of birth, gender, address and
telephone number must be recorded.

Fields and Data Types

2. To record the teachers data.

 It must be recorded the teachers private data and their subject data in two different
tables.

Fields and Data Types for teacher table

12 RaviSampath Performance
Fields and Data Types for subject table

Relationship Type

Foreign keys

3. To record the students’ private data and the marks obtained for each subjects.

Fields and data types for student table

13 RaviSampath Performance
Fields and data types for subject table

Relationship Type

Foreign keys

14 RaviSampath Performance
Notes :

......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................
......................................................................................................................................................

15 RaviSampath Performance

You might also like