{"id":3738,"date":"2023-10-05T18:37:43","date_gmt":"2023-10-05T18:37:43","guid":{"rendered":"http:\/\/localhost\/ecole9ja\/?p=3738"},"modified":"2023-10-05T18:43:26","modified_gmt":"2023-10-05T18:43:26","slug":"week-1-ss3-first-term-data-processing-notes","status":"publish","type":"post","link":"https:\/\/ecolebooks.com\/nigeria\/posts\/week-1-ss3-first-term-data-processing-notes\/","title":{"rendered":"Week 1 &#8211; SS3 First Term Data  Processing Notes"},"content":{"rendered":"<p><strong>FIRST TERM E-LEARNING NOTE<br \/>\n<\/strong><br \/>\n\u00a0<strong>SUBJECT: DATA PROCESSING\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0CLASS: SS3<br \/>\n<\/strong><br \/>\n\u00a0<strong>SCHEME OF WORK<br \/>\n<\/strong><br \/>\n\u00a0<strong>WEEK\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0TOPIC<br \/>\n<\/strong><\/p>\n<ol>\n<li>REVISION\n<\/li>\n<li>INDEXES:- Definition, Clustered versus Unclustered indexes\n<\/li>\n<li>INDEXES:- Dense versus Sparse, Primary and Secondary Indexes, Indexes using Composite Search Keys\n<\/li>\n<li>MAINTENANCE OF COMPUTER:- Computer Hardware, Process Of Maintaining Hardware\n<\/li>\n<li>MAINTENANCE OF COMPUTER:- Procedure for Software Maintenance, Software for Hardware and Software Maintenance\n<\/li>\n<li>DATABASE SECURITY:- Definition and Explanation, Access Control and Encryption\n<\/li>\n<li>DATABASE SECURITY:- Importance, Integrity and Availability, the Role of a Database Administrator\n<\/li>\n<li>CRASH RECOVERY:- Introduction to ARIES, other Recovery Related Data Structure.\n<\/li>\n<li>CRASH RECOVERY:- Definition and Explanation of Check Pointing, Explain Media Recovery\n<\/li>\n<li>REVISION\n<\/li>\n<li>EXAMINATION\n<\/li>\n<\/ol>\n<p>REFERENCE TEXTBOOK: UNDERSTANDING DATA PROCESSING for SENIOR SECONDARY SCHOOLS BY: DINEHIN VICTORIA<br \/>\n<strong>WEEK ONE<br \/>\n<\/strong><strong>REVISION<br \/>\n<\/strong>DEFINITION OF DATA MODEL<br \/>\nIs the process of structuring and organizing data.<\/p>\n<p>\u00a0TYPES OF DATA MODELS<br \/>\n(1) Flat (2) Hierarchical (3) Network (4) Relational (5) Object-Relational and (6)Star Schema <\/p>\n<p>\u00a0SIGNIFICANCE OF DATA MODEL<br \/>\n(1) A well-developed data model can foster improved understanding of the organization<br \/>\n(2) Data model helps in structuring and organizing of data<br \/>\n(3) It imposes constraints or limitations on the data placed within the structure<\/p>\n<p>\u00a0STANDARD DATA MODEL<br \/>\nA standard data model or industry standard data model is a data model that is widely applied in some industry and shared amongst competitors to some degree. Examples are: ISO 10303, ISO 15926, IDEAS GROUP<\/p>\n<p>\u00a0NORMALIZATION<br \/>\nIs the process of efficiently organizing data in a database by reducing duplication or redundancy and design flaws.<\/p>\n<p>\u00a0NORMAL FORM<br \/>\nProvide criteria for determining a table&#8217;s degree of vulnerability to logical inconsistencies and anomalies.<\/p>\n<p>\u00a0CLASSES OF NORMAL FORM<br \/>\n1<sup>st<\/sup>, 2<sup>nd<\/sup>, 3<sup>rd<\/sup>, BNC, 4<sup>th<\/sup> and 5<sup>th<\/sup> normal forms<\/p>\n<p>\u00a0DETERMINANT OF NORMAL FORM<br \/>\n(1) The minimal number of attributes necessary to support the data requirements of the enterprise<br \/>\n(2) Attributes with a close logical relationship are found in the same relation<br \/>\n(3) Minimal redundancy with each attribute represented only once with the important exception of attributes that form all or part of foreign keys.<\/p>\n<p>\u00a0<strong>EVALUATION<\/strong><br \/>\n\t\t1. Define data model<br \/>\n2. State types of data model<\/p>\n<p>\u00a0CONCEPT OF KEYS<\/p>\n<p>\u00a0PRIMARY KEY<br \/>\nIs the attribute used to identify a record uniquely in a table or database<\/p>\n<p>\u00a0COMPOSITE PRIMARY KEY<br \/>\nTwo or more keys used as a primary key<\/p>\n<p>\u00a0FOREIGN KEY<br \/>\nIs the field or attribute of a table that matches the primary key of another table.<\/p>\n<p>\u00a0ENTITY RELATIONSHIP DIAGRAM (ERD)<br \/>\nIs the diagram that illustrates the logical structure of a database.<\/p>\n<p>\u00a0Components of Entity-Relationship (1) Entities (2) Attributes (3) Relationships<\/p>\n<p>\u00a0ENTITY<br \/>\nIs anything for which data can be written about in a business.<\/p>\n<p>\u00a0ATTRIBUTES<br \/>\nAre data elements that have the smallest units of data that can be described in a meaningful manner.<\/p>\n<p>\u00a0RELATIONSHIP<br \/>\nIs an association among the instances of one or more entity types<\/p>\n<p>\u00a0CARDINALITY<br \/>\nDefines the relationships between the entities in terms of numbers.<\/p>\n<p>\u00a0TYPES OF RELATIONSHIP<br \/>\nOne-to-One, One-to-Many, Many-to-Many<\/p>\n<p>\u00a0<strong>GENERAL EVALUATION<br \/>\n<\/strong><\/p>\n<ol>\n<li>\n<div>(a) Define data model?\n<\/div>\n<p>(b) State types of data model<br \/>\n(c) Use the following data to draw a hierarchical data model: Fruit; Orange, Pear, Berry; Lime, Grape,Avocado, Sour Sop, Raspberry, Cranberry [Hints: Lime and Grape are children of Orange, Avocado, and SoarSopare  children of Pear while Raspberry and Cranberry are children of Berry]\n<\/li>\n<li>\n<div>(a) State five (5) classes of normal forms\n<\/div>\n<p>(b) Bring the table below to Second Normal Form\n<\/li>\n<\/ol>\n<p>\u00a0TABLE_PURCHASE<\/p>\n<div>\n<table>\n<tbody>\n<tr>\n<td>CustomerID<\/td>\n<td>StoreID<\/td>\n<td>Purchase Location<\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td>1<\/td>\n<td>Lagos<\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td>3<\/td>\n<td>Kano<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>1<\/td>\n<td>Lagos<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>2<\/td>\n<td>Abuja<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>3<\/td>\n<td>Kano<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>Hint: This table has a composite primary key [CustomerID, StoreID]<\/p>\n<p>\u00a0<strong>WEEKEND ASSIGNMENT<br \/>\n<\/strong><\/p>\n<ol>\n<li>Data models describe \u2026\u2026\u2026 data for storage in data management systems (a) structured  (b) unstructured (c) integer (d) alphabetic\n<\/li>\n<li>\n<div>Which of this is not an example of  standard data model (a) ISO 10303 (b) ISO 15926    (c) IDEAS GROUP d) Good shepherd\n<\/div>\n<\/li>\n<li>\u2026\u2026\u2026.. key is a field in a relational table that matches a primary key of another table (a) foreign (b) surrogate (c) primary (d) candidate\n<\/li>\n<li>\u2026\u2026\u2026\u2026\u2026. is graphical representation of entities and their relationships to each other (a) Entity-Relationship Diagram (b) Entity-Relationship Picture (c) Entity-Relationship Data  (d) Entity-Relationship Symbol \u00a0\u00a0\u00a0\u00a0\n<\/li>\n<li>\n<div>A roof  covers a building describes \u2026\u2026\u2026\u2026relationship (a) one-to-one (b) one-to-many  (c) many-to-many(d) none of the above\n<\/div>\n<\/li>\n<\/ol>\n<p>\u00a0<strong>THEORY<br \/>\n<\/strong><\/p>\n<ol>\n<li>\n<div>(a) Define the following terms (i) Entity  (ii) Attribute  (iii) Relationship\n<\/div>\n<p>(b) What is cardinality?<br \/>\n(c) Mention and explain three types of relationship in ERD with one example each\n<\/li>\n<li>\n<div>(a) Define the following (i) Primary key (ii) Foreign key  (iii) Composite primary key\n<\/div>\n<p>(b) Explain the term Normal Form.<br \/>\n(c) Design a database of your choice indicating the primary key and the foreign key\n<\/li>\n<\/ol>\n<p><strong><br \/>\n\t\t\t<\/strong>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>FIRST TERM E-LEARNING NOTE \u00a0SUBJECT: DATA PROCESSING\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0CLASS: SS3 \u00a0SCHEME OF WORK \u00a0WEEK\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0TOPIC REVISION INDEXES:- Definition,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,291],"tags":[],"class_list":["post-3738","post","type-post","status-publish","format-standard","hentry","category-posts","category-first-term-ss3-data-processing"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/posts\/3738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/comments?post=3738"}],"version-history":[{"count":1,"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/posts\/3738\/revisions"}],"predecessor-version":[{"id":3739,"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/posts\/3738\/revisions\/3739"}],"wp:attachment":[{"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/media?parent=3738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/categories?post=3738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ecolebooks.com\/nigeria\/wp-json\/wp\/v2\/tags?post=3738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}