<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1708318641185342866</id><updated>2011-07-07T16:22:50.895-07:00</updated><title type='text'>nota ict....</title><subtitle type='html'>Untuk pelajar ict</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-6585182680466348588</id><published>2009-01-26T22:10:00.000-08:00</published><updated>2009-01-26T22:11:07.995-08:00</updated><title type='text'>L20: SECURITY PROCEDURES</title><content type='html'>Computers should have alarm systems to guard them from any attacks such as viruses and data corruption. The alarm system is the security measures that we take to ensure its safety.&lt;br /&gt;&lt;br /&gt;DATA PROTECTION&lt;br /&gt;We need to protect the data in the computer as it may somehow get lost or corrupted due to some viruses or mishap like fire, flood, lightning, machine failures and even human errors.&lt;br /&gt;&lt;br /&gt;There are a few ways to protect the information namely:&lt;br /&gt;   •  make backup files&lt;br /&gt;   •  detect the virus and clean the computer&lt;br /&gt;   •  warn others on virus attacks&lt;br /&gt;&lt;br /&gt;1) BACKUP FILES&lt;br /&gt;Users can do backups of file systems by:&lt;br /&gt;&lt;br /&gt; keeping the duplicated files in external storage such as in the floppy disk and thumb drive &lt;br /&gt; do backup frequently&lt;br /&gt;&lt;br /&gt;2) DETECT VIRUS AND DO CLEANUP&lt;br /&gt;A computer virus is able to affect and infect the way the computer works. Viruses can be detected when we run an antivirus. We can also delete the infected files and documents.&lt;br /&gt;&lt;br /&gt;3) WARN OTHERS ON VIRUS ATTACK&lt;br /&gt;We can warn others on virus attacks or new viruses by sending e-mails to them.&lt;br /&gt;DETECTING ILLEGAL ACCESS TO SYSTEMS&lt;br /&gt;The computer system is able to detect any illegal access to the system by a user who does not have any authorisation. Basically, a corporation will simply use tcpwrappers and tripwire to detect any illegal access to their system. User's access will be reviewed periodically by computer operations. On going internal audits will be made to ensure detection of violations of security and unauthorised modifications to software and data .&lt;br /&gt;&lt;br /&gt;TCPWRAPPERS&lt;br /&gt;&lt;br /&gt;Tcpwrappers stop the attempted connection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;examines its configuration files&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;will decide whether to accept or reject the request.&lt;br /&gt;&lt;br /&gt;Tcpwrappers will control access at the application level, rather than at the socket level like iptables and ipchains. The system will run tcpwrappers to log access to ftp, tftp, rch, rlogin, rexec and telnet.&lt;br /&gt;&lt;br /&gt;TRIPWIRE&lt;br /&gt;Tripwire will detect and report on any changes in the thousands of strategic system files.&lt;br /&gt;The system will run tripwire to determine if system files have changed.&lt;br /&gt;&lt;br /&gt;PREVENTING ILLEGAL ACCESS TO SYSTEMS&lt;br /&gt;Ways to prevent illegal access to systems:&lt;br /&gt;1. Run anlpassword to make password cracking difficult. &lt;br /&gt;2. Run tcpwrappers to check if the name for an ip address can be provided by DNC&lt;br /&gt;3. Use a callback system to prevent unauthorised use of stolen passwords.&lt;br /&gt;&lt;br /&gt;PREVENTING ILLEGAL ROOT ACCESS&lt;br /&gt;&lt;br /&gt;Sudo stands for (Superuser do) and  is a program in Unix, Linux and similar operating systems such as Mac OS X that allows users to run programs in the form of another user (normally in the form of the system's superuser).&lt;br /&gt;&lt;br /&gt;Sudo allows a permitted user to execute a command as the superuser or another user, as specified in the sudoers file.&lt;br /&gt;&lt;br /&gt;PATCH&lt;br /&gt;Patch supplies small updates to software, provided that the source code is available.&lt;br /&gt;Patch is a name of an UNIX utility. It applies a script generated by the different program to a set of files that allows changes from one file to be directly applied to another file.&lt;br /&gt;&lt;br /&gt;Resources are not enough to patch all security holes that we hear about through the bugtraq list.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-6585182680466348588?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/6585182680466348588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=6585182680466348588' title='43 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6585182680466348588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6585182680466348588'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l20-security-procedures.html' title='L20: SECURITY PROCEDURES'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>43</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-6309570334219153307</id><published>2009-01-26T22:09:00.000-08:00</published><updated>2009-01-26T22:10:18.396-08:00</updated><title type='text'>L19: RELATIONSHIP BETWEEN SECURITY THREATS AND SECURITY MEASURES</title><content type='html'>SECURITY THREADS&lt;br /&gt;&lt;br /&gt;Security threats may come from in many forms. For example, when someone is invading your account information from a trusted bank, this act is considered as a security threat.&lt;br /&gt;&lt;br /&gt;Security measures can be used to prevent this invader from getting the account information. For example, the bank can use a firewall to prevent &lt;br /&gt;unauthorised access to its database.  &lt;br /&gt;&lt;br /&gt;MALICIOUS CODE THREATS VS. ANTIVIRUS AND ANTI-SPYWARE&lt;br /&gt;Security threats include virus, Trojan horse, logic bomb, trapdoor and backdoor, and worm.&lt;br /&gt;&lt;br /&gt;Antivirus and anti-spyware can be used to protect the computer from the threats by:&lt;br /&gt; limiting connectivity&lt;br /&gt; allowing only authorised media for loading data and software&lt;br /&gt; enforcing mandatory access controls&lt;br /&gt; blocking the virus from the computer program&lt;br /&gt;&lt;br /&gt;HACKING VS. FIREWALL &lt;br /&gt;Hacking is an unauthorised access to the computer system done by a hacker. We can use firewall or cryptography to prevent the hacker from accessing our computers.&lt;br /&gt;&lt;br /&gt;A firewall permits limited access to unauthorised users or any activities from the network environment. Cryptography is a process of hiding information by changing the actual information into different representation, for example, an APA can be written as 7&amp;*.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NATURAL DISASTER VS. DATA BACKUP&lt;br /&gt;The natural and environmental disasters may include:&lt;br /&gt;     •  flood&lt;br /&gt;     •  fire&lt;br /&gt;     •  earthquakes&lt;br /&gt;     •  storms &lt;br /&gt;     •  tornados&lt;br /&gt;&lt;br /&gt;The backup system is needed to backup all data and applications in the computer. With the backup system, data can be recovered in case of an emergency.&lt;br /&gt;&lt;br /&gt;THEFT VS. HUMAN ASPECTS&lt;br /&gt;Computer theft can be of two kinds:&lt;br /&gt; can be used to steal money,  goods, information and computer resources &lt;br /&gt; the actual stealing of computers, especially notebooks and PDAs&lt;br /&gt;&lt;br /&gt;Measures that can be taken to   prevent theft:&lt;br /&gt; prevent access by using locks, smart-card or password&lt;br /&gt; prevent portability by restricting the hardware from being moved &lt;br /&gt; detect and guard all exits and record any hardware transported&lt;br /&gt;&lt;br /&gt;BE SUPSPICIOUS OF ALL RESULTS&lt;br /&gt;&lt;br /&gt;There are many instances where non-programmers develop applications which are not built  with proper understanding of software engineering practices. Data produced by such applications may not be correct and may risk corrupting data received from other sources that are not compatible with the application.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-6309570334219153307?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/6309570334219153307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=6309570334219153307' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6309570334219153307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6309570334219153307'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l19-relationship-between-security.html' title='L19: RELATIONSHIP BETWEEN SECURITY THREATS AND SECURITY MEASURES'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-7288488904683611479</id><published>2009-01-26T22:08:00.000-08:00</published><updated>2009-01-26T22:09:17.695-08:00</updated><title type='text'>L18: SECURITY MEASURES</title><content type='html'>Security measures mean the precautionary measures taken toward possible danger or damage. There are 6 type of security measures.&lt;br /&gt;&lt;br /&gt;1) DATA BACKUP&lt;br /&gt;Data Backup is a program of file duplication. Backups of data applications are necessary so that they can be recovered in case of an emergency.&lt;br /&gt;&lt;br /&gt;2) CRYPTOGRAPHY&lt;br /&gt;Cryptography is a process of hiding information by altering the actual information into different representation, for example, an APA can be written as I? X. &lt;br /&gt;&lt;br /&gt;Almost all cryptosystems depend on a key such as a password like the numbers or a phrase that can be used to encrypt or decrypt a message.&lt;br /&gt;&lt;br /&gt;The traditional type of cryptosystem used on a computer network is called a symmetric secret key system.&lt;br /&gt;&lt;br /&gt;3) ANTIVIRUS&lt;br /&gt;An antivirus program protects a computer against viruses by identifying and removing any computer viruses found in the computer memory, on storage media or incoming e-mail files. An antivirus program scans for programs that attempt to modify the boot program, the operating system and other programs that normally are read from but not modified.&lt;br /&gt;&lt;br /&gt;IDENTIFYING VIRUS&lt;br /&gt;Two technique are used to identify the virus.&lt;br /&gt;&lt;br /&gt;If an antivirus program identifies an infected file, it attempts to remove its virus, worm or Trojan horse. If the antivirus program cannot remove the infection, it often quarantines the infected file. Quarantine is a separate area of a hard disk that holds the infected file until the infection can be removed. This step ensures other files will not become infected. Patents for inventions Utility, design or plant patents that protect inventions and improvements to existing inventions&lt;br /&gt;&lt;br /&gt;4) ANTI-SPYWARE&lt;br /&gt;Spyware is a program placed on a computer without the user’s knowledge. It secretly collects information about the user.&lt;br /&gt;&lt;br /&gt;The spyware program communicates information to the outside source.&lt;br /&gt;&lt;br /&gt;An anti-spyware application program sometime called tracking software or a spybot is used to remove spyware.&lt;br /&gt;&lt;br /&gt;Among of the popular anti-spyware programs are:&lt;br /&gt;  •  Spybot Search and Destroy&lt;br /&gt;  •  Ad-aware&lt;br /&gt;  •  Spyware Blaster&lt;br /&gt;&lt;br /&gt;5) FIREWALL&lt;br /&gt;Firewall is a piece of hardware or software which functions in a networked environment to prevent some communications forbidden by the security policy.&lt;br /&gt;&lt;br /&gt;Firewall implement a security policy. It might  permit limited access from in or outside the network perimeters or from certain user or for certain activities.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6) HUMAN ASPECTS OF SECURITY MEASURES&lt;br /&gt;Human aspects refer to the user and also the intruder of a computer system.&lt;br /&gt;It is one of the hardest aspects to give protection to.&lt;br /&gt;&lt;br /&gt;The most common problem is the lack of achieving a good information security procedure&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-7288488904683611479?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/7288488904683611479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=7288488904683611479' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/7288488904683611479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/7288488904683611479'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l18-security-measures.html' title='L18: SECURITY MEASURES'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-6071412198293434522</id><published>2009-01-26T22:07:00.000-08:00</published><updated>2009-01-26T22:08:13.789-08:00</updated><title type='text'>L17: INTRODUCTION COMPUTER THREATS</title><content type='html'>The computer is a great tool to store important information. In certain cases, the information is very vital that losing it will harm the computer system.&lt;br /&gt;&lt;br /&gt;Computer threats can come from many ways either from human or natural disasters. For example, when someone is stealing your account information from a trusted bank, this threat is considered as a human threat. However, when your computer is soaked in heavy rain, then that is a natural disaster threat.&lt;br /&gt;&lt;br /&gt;MALICIOUS CODE &lt;br /&gt;Malicious code is also known as a rogue program. It is a threat to computing assets by causing undesired effects in the programmer’s part. The effect is caused by an agent, with the intention to cause damage.&lt;br /&gt;&lt;br /&gt;The agent for malicious code is the writer of the code, or any person who causes its distribution. There are various kinds of malicious code. They include virus, Trojan horse, logic door, trapdoor and backdoor, worm and many others. &lt;br /&gt;a) VIRUS&lt;br /&gt;• a program that can pass on the malicious code to other programs by modifying them&lt;br /&gt;• attaches itself to the program, usually files with .doc, .xls and .exe extensions&lt;br /&gt;• destroys or co-exists with the program&lt;br /&gt;• can overtake the entire computing system and spread to other systems &lt;br /&gt;&lt;br /&gt;b) TROJAN HORSE&lt;br /&gt;• a program which can perform useful and unexpected action &lt;br /&gt;• must be installed by users or intruders before it can affect the system’s assets&lt;br /&gt;• an example of a Trojan horse is the login script that requests for users’ login ID and password&lt;br /&gt;• the information is then used for malicious purposes&lt;br /&gt;&lt;br /&gt;c) LOGIC BOMB&lt;br /&gt;• logic bomb is a malicious code that goes off when a specific condition occurs.&lt;br /&gt;• an example of a logic bomb is the time bomb&lt;br /&gt;• it goes off and causes threats at a  specified time or date&lt;br /&gt;&lt;br /&gt;e) TRAPDOOR OR BACKDOOR&lt;br /&gt;• a feature in a program that allows someone to access the program with special privileges&lt;br /&gt;&lt;br /&gt;f) WORM&lt;br /&gt;• a program that copies and spreads itself through a network&lt;br /&gt;&lt;br /&gt;Primary Differences Between Worms And viruses&lt;br /&gt;&lt;br /&gt;Worm Virus&lt;br /&gt;Operates through the network Spreads through any medium&lt;br /&gt;Spreads copies of itself as a standalone program Spreads copies of itself as a program that attaches to other &lt;br /&gt;programs&lt;br /&gt;HACKER&lt;br /&gt;Hacking is a source of threat to security in computer. It is defined as unauthorised access to the computer system by a hacker. Hackers are persons who learn about the computer system in detail. They write program referred to as hacks. Hackers may use a modem or cable to hack the targeted computers.&lt;br /&gt;&lt;br /&gt;NATURAL AND ENVIRONMENTAL THREATS&lt;br /&gt;Computers are also threatened by natural or environmental disaster. Be it at home, stores, offices and also automobiles.Examples of natural and environmental disasters:&lt;br /&gt; Flood&lt;br /&gt; Fire&lt;br /&gt; Earthquakes, storms and  tornados&lt;br /&gt; Excessive Heat&lt;br /&gt; Inadequate Power Supply&lt;br /&gt;&lt;br /&gt;THEFT&lt;br /&gt;Two types of computer theft:&lt;br /&gt;1) Computer is used to steal money, goods, information and resources.&lt;br /&gt;2) Stealing of computer, especially notebook and PDAs.&lt;br /&gt;&lt;br /&gt;Three approaches to prevent theft:&lt;br /&gt;1) prevent access by using locks, smart-card or password&lt;br /&gt;2) prevent portability by restricting the hardware from being moved&lt;br /&gt;3) detect and guard all exits and record any hardware transported&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-6071412198293434522?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/6071412198293434522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=6071412198293434522' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6071412198293434522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6071412198293434522'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l17-introduction-computer-threats.html' title='L17: INTRODUCTION COMPUTER THREATS'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-4429525944046490343</id><published>2009-01-26T22:05:00.000-08:00</published><updated>2009-01-26T22:07:03.379-08:00</updated><title type='text'>L16: COMPUTER SECURITY</title><content type='html'>DEFINITION OF COMPUTER SECURITY&lt;br /&gt;Computer security means protecting our computer systems and the information they contain against unwanted access, damage, destruction or modification.&lt;br /&gt;&lt;br /&gt;We need to protect our computer from any intruders such as hackers, crackers and script kiddie. &lt;br /&gt;&lt;br /&gt;We do not want strangers to read our e-mail, use our computer to &lt;br /&gt;attack other systems, send forged e-mail from our computer, or examine personal information stored on our computer such as financial statements.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TYPES OF COMPUTER SECURITY &lt;br /&gt;Three types of computer security are:&lt;br /&gt;a) hardware security&lt;br /&gt;b) software security/data security&lt;br /&gt;c) network security&lt;br /&gt;&lt;br /&gt;a) HARDWARE SECURITY &lt;br /&gt;Hardware security refers to security measures used to protect the hardware specifically the computer and its related documents.&lt;br /&gt;&lt;br /&gt;The examples of security measures used to protect the hardware include PC-locks, keyboard-locks, smart cards and biometric devices.&lt;br /&gt;&lt;br /&gt;b) SOFTWARE AND DATA SECURITY &lt;br /&gt;Software and data security refers to the security measures used to protect the software and the loss of data files.&lt;br /&gt;&lt;br /&gt;Examples of security measures used to protect the software are activation code and serial number.  &lt;br /&gt;&lt;br /&gt;c) NETWORK SECURITY &lt;br /&gt;The transfer of data through network has become a common practice and the need to implement network security has become significant. &lt;br /&gt;&lt;br /&gt;PERSONAL COMPUTER SECURITY CHECKLIST&lt;br /&gt;In order to make sure our computers are secured,  here are the computer  &lt;br /&gt;security checklist to follow.&lt;br /&gt; Do not eat, drink or smoke near the computer&lt;br /&gt; Do not place the computer near open windows or doors&lt;br /&gt; Do not subject the computer to extreme temperatures&lt;br /&gt; Clean the equipment regularly&lt;br /&gt; Place a cable lock on the computer&lt;br /&gt; Use a surge protector&lt;br /&gt; Store disks properly in a locked container&lt;br /&gt; Maintain backup copies of all files&lt;br /&gt; Stores copies of critical files off sites&lt;br /&gt; Scan a floppy disk before you open it&lt;br /&gt; Do not open any unknown email received&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-4429525944046490343?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/4429525944046490343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=4429525944046490343' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/4429525944046490343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/4429525944046490343'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l16-computer-security.html' title='L16: COMPUTER SECURITY'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-1088875475241979900</id><published>2009-01-26T22:03:00.001-08:00</published><updated>2009-01-26T22:05:31.665-08:00</updated><title type='text'>L15: COMPUTER CRIMES</title><content type='html'>COMPUTER CRIMES&lt;br /&gt;A computer crime is defined as any criminal activity that is related to the use of computers. These activities include computer fraud, copyright infringement, computer theft and computer attack.&lt;br /&gt;&lt;br /&gt;COMPUTER FRAUD&lt;br /&gt;Computer fraud is defined as having an intention to take advantage over or causing loss to other people, mainly on monetary basis through the use of computers.&lt;br /&gt;&lt;br /&gt;COPYRIGHT INFRINGEMENT&lt;br /&gt;Copyright infringement is defined as a violation of the rights secured by a copyright. Copyright infringement involves illegal copy or reproduction of copyrights material by the black market group. The open commercial sale of pirated item is also illegal. &lt;br /&gt;&lt;br /&gt;COMPUTER THEFT&lt;br /&gt;Computer theft is defined as the unauthorised use of another person’s property with the intention to deny the owner the rightful possession of that property or its use.&lt;br /&gt;Examples of computer theft include:&lt;br /&gt;• transfer of payments to the wrong accounts&lt;br /&gt;• tap into data transmission lines on database at no cost&lt;br /&gt;• divert goods to the wrong destination&lt;br /&gt;&lt;br /&gt;COMPUTER ATTACK&lt;br /&gt;Computer attack may be defined as any activities taken to disrupt the equipment of computer systems, change processing control or corrupt stored data.&lt;br /&gt;Computer attack can be in the forms of: &lt;br /&gt;• physical attack that disrupt the computer facility or its  transmission lines.&lt;br /&gt;• an electronic attack that uses the power of electromagnetic energy to overload computer circuitry.&lt;br /&gt;• a computer network attack that uses a malicious code to exploit a weakness in software, or in the computer security practices of a computer user&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-1088875475241979900?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/1088875475241979900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=1088875475241979900' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/1088875475241979900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/1088875475241979900'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l15-computer-crimes_26.html' title='L15: COMPUTER CRIMES'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-7513093720412244496</id><published>2009-01-26T21:57:00.000-08:00</published><updated>2009-01-26T22:00:24.497-08:00</updated><title type='text'>L14: CYBER LAW</title><content type='html'>What is Cyber Law?&lt;br /&gt;Cyber law refers to any laws relating to protecting the Internet and other online communication technologies.&lt;br /&gt;&lt;br /&gt;NEEDS FOR CYBER LAW&lt;br /&gt;These concerns and issues clearly indicate why cyber laws are needed in online activities.&lt;br /&gt;&lt;br /&gt;THE CYBER LAW ACTS IN MALAYSIA&lt;br /&gt;The Malaysian Government has already passed several cyber laws to control and reduce the Internet abuse. These cyber laws include:&lt;br /&gt;• Digital Signature Act 1997&lt;br /&gt;• Computer Crimes Act 1997&lt;br /&gt;• Telemedicine Act 1997&lt;br /&gt;• Communications and Multimedia Act 1998&lt;br /&gt;&lt;br /&gt;DIGITAL SIGNATURE ACT 1997&lt;br /&gt;The Digital Signature Act 1997 secures electronic communications especially on the Internet. Digital Signature is an identity verification standard that uses encryption techniques to protect against e-mail forgery. The encrypted code consists of the user’s name and a hash of all the parts of the message.&lt;br /&gt;&lt;br /&gt;COMPUTER CRIMES ACT 1997&lt;br /&gt;The Computer Crimes Act 1997 gives protection against the misuses of computers and computer criminal activities such as unauthorised use of programmes, illegal transmission of data or messages over computers and hacking and cracking of computer systems and networks. By implementing the Computer Crimes Act 1997, users can protect their rights to privacy and build trust in the computer system. At the same time, the government can have control at a certain level over cyberspace to reduce cyber crime activities.&lt;br /&gt;&lt;br /&gt;TELEMEDICINE ACT 1997&lt;br /&gt;The Telemedicine Act 1997 ensures that only qualified medical practitioners can practice telemedicine and that their patient's rights and interests are protected.&lt;br /&gt;&lt;br /&gt;These act provides the future development and delivery of healthcare in Malaysia.&lt;br /&gt;COMMUNICATIONS AND MULTIMEDIA ACT 1998&lt;br /&gt;The implementation of Communication and Telecommunication Act 1998 ensures that information is secure, the network is reliable and the service is affordable all over Malaysia.&lt;br /&gt;&lt;br /&gt;This Act also ensures high level of user's confidence in the information and communication technology industry.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-7513093720412244496?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/7513093720412244496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=7513093720412244496' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/7513093720412244496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/7513093720412244496'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l14-cyber-law.html' title='L14: CYBER LAW'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-8083149555863892319</id><published>2009-01-26T21:54:00.000-08:00</published><updated>2009-01-26T21:56:52.580-08:00</updated><title type='text'>L13: THE PROCESS OF INTERNET FILTERING</title><content type='html'>&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CMFARID%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:Verdana; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:536871559 0 0 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:218983364; 	mso-list-type:hybrid; 	mso-list-template-ids:386072200 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l1 	{mso-list-id:518128914; 	mso-list-type:hybrid; 	mso-list-template-ids:-2073937030 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l1:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	margin-left:1.0in; 	text-indent:-.25in; 	font-family:Symbol;} @list l2 	{mso-list-id:642664607; 	mso-list-type:hybrid; 	mso-list-template-ids:-1923321842 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l2:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	margin-left:1.0in; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;INTERNET FILTERING&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;It is our responsibility to ensure that the teenagers are protected from these corruptions of the mind by filtering access to the Internet.Internet filtering is a process that prevents or blocks access to certain materials on the Internet.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;It is our responsibility to ensure that the teenagers are protected from these corruptions of the mind by filtering access to the Internet.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;What is Internet filtering?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Internet filtering is a process that prevents or blocks access to certain materials on the Internet. Filtering is most commonly used to prevent children from accessing inappropriate material and to keep employees productive on the Internet.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;CONTROLLING ACCESS TO THE INTERNET&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;The current preferred method of choice to limit access on the Internet is to filter content either by:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;keyword blocking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;site blocking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;web rating systems&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.75in;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;These methods require software to be installed at a client of server level.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;KEYWORD BLOCKING&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;One of the strategies is by using the keyword blocking method. This method uses a list of banned words or objectionable terms.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;As the page is downloading, the filter searches for any of these words. If found, it will block the page completely, stop downloading the page, block the banned words and even shut down the browser.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;SITE BLOCKING &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;software company maintains a      list of ‘dubious Internet sites’&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;the software prevents access      to any sites on this list &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;‘denial lists’ regularly      updated&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;some software provides      control over what categories of information you block &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Who decides what goes on the      ‘denial list’ and what criteria are they using?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;can you keep track of the      whole of the Internet? &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;filters can use both site      blocking and word blocking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;WEB RATING SYSTEMS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Web sites are rated in terms of nudity, sex, violence and language. The Recreational Software Advisory Council (RSACI) is responsible for the rating of the websites on the content on the internet. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;ratings done either by the web page author or by the independent bureau.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;browsers set to only accept pages with certain levels of ratings.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-8083149555863892319?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/8083149555863892319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=8083149555863892319' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/8083149555863892319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/8083149555863892319'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l13-process-of-internet-filtering.html' title='L13: THE PROCESS OF INTERNET FILTERING'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-5496715219101381475</id><published>2009-01-26T21:50:00.000-08:00</published><updated>2009-01-26T21:59:43.108-08:00</updated><title type='text'>L12: CONTROVERSIAL CONTENT</title><content type='html'>CONTROVERSIAL CONTENT&lt;br /&gt;A controversial content is information that causes disagreement in opinions and may cause the disruption of peace because different people or culture will have different views&lt;br /&gt;&lt;br /&gt;ISSUES ON CONTROVERSIAL CONTENTS&lt;br /&gt;The issues on controversial contents are always focusing on pornography and slander. Malaysia considers pornography and slander as illegal.&lt;br /&gt;&lt;br /&gt;Pornography Creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire.&lt;br /&gt;&lt;br /&gt;Slander Oral communication of false statements injurious to a person's reputation.&lt;br /&gt;A false and malicious statement or report about someone.&lt;br /&gt;&lt;br /&gt;DEFINITION OF PORNOGRAPHY&lt;br /&gt;The definition of pornography is any form of media or material (like books or photographs) that depicts erotic behaviour and is intended to cause sexual excitement.&lt;br /&gt;&lt;br /&gt;Pornography tends to exploit men, women and children in a distasteful manner.&lt;br /&gt;&lt;br /&gt;SLANDER&lt;br /&gt;Slander is another example of controversial content.&lt;br /&gt;&lt;br /&gt;Slander is a legal term for false and malicious statement (meaning knowing that it is false, or “reckless disregard” that it was false) about someone.&lt;br /&gt;&lt;br /&gt;Examples :&lt;br /&gt;You wrote an e-mail that a fellow classmate was having an affair with a teacher, even though it was not true. You then sent it to five other friends.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IMPACTS ON MALAYSIAN SOCIETY&lt;br /&gt;&lt;br /&gt;Pornography&lt;br /&gt;• can lead to criminal acts such as exploitation of women and children&lt;br /&gt;• can lead to sexual addiction or perversion&lt;br /&gt;• can develop low moral value towards other men, women or children&lt;br /&gt;• can erode good religious, cultural and social beliefs and behaviour&lt;br /&gt;&lt;br /&gt;Slander&lt;br /&gt;• can develop into a society that disregards honesty and truth&lt;br /&gt;• can develop bad habit of spreading untruths and rumours&lt;br /&gt;• can lead to unnecessary argument&lt;br /&gt;• can cause people to have negative attitudes towards another person&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-5496715219101381475?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/5496715219101381475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=5496715219101381475' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/5496715219101381475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/5496715219101381475'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l12-controversial-content.html' title='L12: CONTROVERSIAL CONTENT'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-6277707562737084470</id><published>2009-01-26T21:48:00.000-08:00</published><updated>2009-01-26T21:49:38.839-08:00</updated><title type='text'>L11: VERIFICATIONS</title><content type='html'>VERIFICATION&lt;br /&gt;Verification is the act of proving or disproving the correctness of a system with respect to a certain formal specification.&lt;br /&gt;&lt;br /&gt;METHODS OF VERIFICATION&lt;br /&gt;There are two methods commonly used in verification, which are user identification and processed object.&lt;br /&gt;&lt;br /&gt;User identification refers to the process of validating the user.&lt;br /&gt;&lt;br /&gt;Processed object refers to something the user has such as identification card, security token and cell phone.&lt;br /&gt;&lt;br /&gt;USER IDENTIFICATION&lt;br /&gt;The examples of validating process using the user identification are:&lt;br /&gt;• Key in the user name to log-in to a system and the system will verify whether the user is valid or invalid user&lt;br /&gt;• Show the exam slip to verify that you are the valid candidate for the exam.&lt;br /&gt;• show a passport before departure.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-6277707562737084470?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/6277707562737084470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=6277707562737084470' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6277707562737084470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6277707562737084470'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2009/01/l11-verifications_26.html' title='L11: VERIFICATIONS'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-5412324280784505505</id><published>2008-02-01T15:58:00.000-08:00</published><updated>2008-02-01T15:59:49.051-08:00</updated><title type='text'>L10: AUTHENTICATIONS</title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;AUTHENTICATIONS&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Authentication is a process where users verify that they are who they say they are. The user who attempts to perform functions in a system is in fact the user who is authorised to do so.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;For Example : When you use an ATM card, the machine will verify the validation of the card then the machine will request&lt;span style=""&gt;  &lt;/span&gt;for a pin number. This is where the authentication process takes place. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;METHODS OF AUTHENTICATION&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;There are two commonly used authentication methods, which are biometric device and callback system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Biometric device is a device that translates personal characteristics into a digital code that is compared with a digital code stored in the database.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Callback system refers to the checking system that authenticates the user.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;BIOMETRIC DEVICES&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Fingerprint&lt;span style=""&gt;  &lt;/span&gt;Recognition&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;In order to prevent fake fingers from being used, many biometrics fingerprint systems also measure blood flow, or check for correctly arrayed ridges at the edges of the fingers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Facial Recognition&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Facial recognition analyses the characteristics of an individual's face images captured Through a digital video camera. Facial recognition is widely used, touted as a fantastic system for recognizing potential threats &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;(whether terrorists, scam artists, or known criminals).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Hand Geometry Scanning&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Hand scanning involves the measurement and analysis of the shape of one's hand.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Unlike fingerprints, the human hand isn't unique. Individual hand features are not descriptive enough for identification.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;It is possible to devise a method by combining various individual features and measurements of fingers and hands for verification purposes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Iris Scanning&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Iris scanning analyses the features that exist in the colored tissues surrounding the pupil which has more than 200 points that can be used for comparison, including rings, furrows and freckles.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The scans use a regular video camera and can be done from further away than a retinal scan. It will work perfectly fine through glasses and in fact has the ability to create an accurate enough measurement that it can be used for identification purposes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The accuracy of this method is excellent while the cost involved is high.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Retinal Scanning&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Retinal biometrics involves the scanning of retina and analyzing the layer of blood vessels at the back of the eye.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Retinal scanning involves using a low-intensity light source and an optical coupler and can read the patterns at a great level of accuracy.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Retina scanning requires the user to remove glasses, place their eye close to the device, and focus on a certain point. Whether the accuracy can outweigh the public discomfort is yet to be seen.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The accuracy in retinal scanning is very good and the cost involved is fair.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Voice&lt;span style=""&gt;  &lt;/span&gt;Recognition&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Voice recognition system compares a person’s live speech with their stored voice pattern.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Voice recognition biometrics requires user to speak into a microphone. What he speaks can be his password or an access phrase.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Verification time is approximately 5 seconds. To prevent recorded voice &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;use, most voice recognition devices require the high and low frequencies of the sound to match, which is difficult for many recording instruments to recreate well. Also, some devices generate random number of sequences for verification.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The accuracy in voice recognition is fair and the cost involved is very reasonable.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Signature Verification System&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Signature verification system uses special pen and tablet. After pre-processing the signature, several features are extracted.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The authenticity of a writer is determined by comparing an input signature to a stored reference set (template) consisting of three signatures.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The similarity between an input signature and the reference set is computed using string matching and the similarity value is compared to a threshold.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The accuracy in signature verification system is fair and the cost involved is excellent.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;CALLBACK SYSTEM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The callback system is commonly used in the bank operation and business transaction.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;For example, when you book for the taxi service, the operator will ask you to hang up and she will call you back to confirm for the service required.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;WHY IS AUTHENTICATION IMPORTANT?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Authentication is important in order to safeguard against the unauthorized access and use.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-5412324280784505505?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/5412324280784505505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=5412324280784505505' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/5412324280784505505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/5412324280784505505'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/02/l10-authentications.html' title='L10: AUTHENTICATIONS'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-5647681832040403953</id><published>2008-02-01T15:56:00.000-08:00</published><updated>2008-02-01T15:58:32.674-08:00</updated><title type='text'>L9: PRIVACY IN COMPUTER USAGE</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;WHAT IS PRIVACY?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Privacy in IT refers to data and information privacy.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Data refers to a collection of raw unprocessed facts, figures and symbols. Then, computer is used to process data into information. In general, data include texts, numbers, sounds, images and video.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Information privacy is described as the rights of individuals and companies to deny or restrict the collection and use of information about them.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;WAYS COMPUTER TECHNOLOGY THREATEN OUR PRIVACY&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Every time you click on an advertisement or register a software product online, your Information is entered into a database. Computer technology can also threaten privacy through spam. Do you know what spam is? Spam is unsolicited e-mail messages, advertisements or newsgroup postings sent to many recipients at once.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;How does computer technology threaten the privacy of our data? It is done through:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Cookies&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Electronic profile&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Spy ware&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Computer technology threatens our privacy through electronic profiling. For example, when we fill out a form such as a magazine subscription, purchasing products or contest entry form on the Internet, this data is kept in the database. It will include age, address, marital status and other personal details.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Cookies&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;are used to identify users by web casting, e-commerce and other web applications&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;contain user information and are saved in the computer hard disk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;are used by some websites to store passwords and track how regularly we visit a website, that’s how we become potential targets for web advertisers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;enable web sites to collect information about your online activities and store them for future use, then the collected details will be sold to any company that requests for it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Electronic profile&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;electronic profile is the combining of data in a database that can be sold to the Internet by the company to the interested parties.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;this database is in a form such as magazine subscription or product&lt;span style=""&gt;    &lt;/span&gt;warranty cards that had been filled by online subscribers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;the information in electronic profile includes personal details such as your age, address and marital status.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Spyware&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;refers to a program that collects user information without the user’s knowledge.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;can enter computers, sneaking in like a virus.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;is a result of installing new programs.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;communicates information it collects to some outside source while we are online.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;WHY DO WE&lt;span style=""&gt;  &lt;/span&gt;NEED PRIVACY?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;We need privacy for anonymity. For example, the Internet creates an elaborate trail of data detailing a person surfing on the Web because all information is stored inside cookies. We do not want our trail to be detected.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;We also need privacy for confidentiality. For example, online information generated in the course of a business transaction is routinely used for a variety of other purposes without the individual’s knowledge or consent.&lt;span style=""&gt;   &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;We do not want our private lives and habits exposed to third parties.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;CAN PRIVACY BE PROTECTED?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Privacy can be protected by:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;(a) Privacy law&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The privacy laws in &lt;st1:place st="on"&gt;&lt;st1:country-region st="on"&gt;Malaysia&lt;/st1:country-region&gt;&lt;/st1:place&gt; emphasizes on the&lt;span style=""&gt;  &lt;/span&gt;following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Security Services to review the security policy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Security Management to protect the resources&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Security Mechanism to&lt;span style=""&gt;  &lt;/span&gt;implement the required security services&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Security Objects, the important entities within the system&lt;span style=""&gt;   &lt;/span&gt;environment&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;(b) Utilities software&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Example: anti-spam program, firewall, anti-spyware and antivirus.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-5647681832040403953?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/5647681832040403953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=5647681832040403953' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/5647681832040403953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/5647681832040403953'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/02/l9-privacy-in-computer-usage.html' title='L9: PRIVACY IN COMPUTER USAGE'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-8911800306329223811</id><published>2008-02-01T15:55:00.001-08:00</published><updated>2008-02-01T15:55:58.899-08:00</updated><title type='text'>L8: INTELLECTUAL PROPERTY RIGHTS</title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;DEFINITION OF INTELLECTUAL PROPERTY&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Intellectual Property refers to works created by inventors, authors and artists. These works are unique and have value in the market place. In our daily lives, we are surrounded by things that are protected by IP. Your school bags, your shoes and even your socks are protected by Intellectual Property rights. Nike, Bata or Adidas, for example, are all protected by a group of legal rights.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;INTELLECTUAL PROPERTY LAW&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Intellectual Property laws cover ideas, inventions, literary creations, unique names, business models, industrial processes, computer program codes and more.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;INVENTIONS PROTECTED BY INTELLECTUAL PROPERTY LAWS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;As businesses continue to expand globally, business owners must realise the importance of getting professional advice on how to establish and safeguard their intellectual property rights. These include :&lt;span style=""&gt;    &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Trademarks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Service marks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Trade/company names&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Domain names&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Geographical indications&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Copyrights&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Patents&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Example : Protected by property law.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;INTELLECTUAL PROPERTY PROTECTION&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;There are four types of Intellectual Property protection. They are patents for invention, trademarks for brand identity, designs for product appearance and copyright for material.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Patents for inventions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Trademarks for brand identity&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Design for product appearance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Copyright for material&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Patents for inventions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Utility, design or plant patents that protect inventions and improvements to &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;existing inventions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Trademarks for brand identity&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Words, names, symbols, devices and images that represent products, goods or services.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Design for product appearance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Literary and artistic material,&lt;span style=""&gt;  &lt;/span&gt;music, films, sound recordings and road casts, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;including software and multimedia.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Copyright for material&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The features of, in particular, the lines, contours, colors, shape, texture or material of the product itself or its ornamentation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-8911800306329223811?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/8911800306329223811/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=8911800306329223811' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/8911800306329223811'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/8911800306329223811'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/02/l8-intellectual-property-rights.html' title='L8: INTELLECTUAL PROPERTY RIGHTS'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-7747757971009663464</id><published>2008-02-01T15:53:00.000-08:00</published><updated>2008-02-01T15:54:36.004-08:00</updated><title type='text'>L7: THE DIFFERENCES BETWEEN ETHICS AND LAW</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;DEFINITION OF ETHICS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;In general, ethics is a moral philosophy where a person makes a specific moral choice and sticks to it. On the other hand, ethics in computing means moral guidelines to refer to when using the computer and computer networks. This includes the Internet.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;DEFINITION OF LAW&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Law is a legal system comprising of rules and principles that govern the affairs of a community and controlled by a political authority. Law differs from one country to another. In the era of technology, computer law is needed to clarify goods or actions that fall under the computer law. Computer law refers to all areas in law that requires an understanding of computer technology such as hardware, software and Internet. Examples of laws of computing in &lt;st1:country-region st="on"&gt;&lt;st1:place st="on"&gt;Malaysia&lt;/st1:place&gt;&lt;/st1:country-region&gt; include the Malaysian Communication and Multimedia Act, the Computer Crime Act 1997 and the Telemedicine Act 1997.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;WHY DO WE NEED ETHICS AND LAW IN COMPUTING?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Respecting Ownership &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Respecting Privacy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Respecting Property&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;RESPECTING OWNERSHIP&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;We must respect ownership by not stealing other people’s work either by duplicating or distributing it. Duplicating and distributing copies of audio tapes, video tapes and computer programs without permission and authorization from the individual or company that created the program are immoral and illegal.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;RESPECTING PRIVACY AND CONFIDENTIALITY&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;We should respect other people's privacy and confidentiality by refraining ourselves from reading their mails or files without their permission. If we do so, it is considered as violating an individual’s rights to privacy and confidentiality.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;RESPECTING PROPERTY&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Property here means ownership. Since an individual data and information are considered as property, therefore, an act of tampering and changing electronic information is considered as vandalism and disrespect for other people’s property.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;SIMILARITIES BETWEEN ETHICS AND LAW&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Both ethics and law are complimentary to each other and are made:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;to guide user from misusing computers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;to create a healthy computer society, so that computers are used to contribute to a better life&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;to prevent any crime&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;DIFFERENCES BETWEEN ETHICS AND LAWS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;ETHICS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;GUIDELINE - As a guideline to computer users.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;MORAL STANDARDS -&lt;span style=""&gt;  &lt;/span&gt;Ethical behavior is judged by moral standards.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;FREE TO FOLLOW - Computer users are free to follow or ignore the code of ethics.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;NO PUNISHMENTS - No punishment for anyone who violates ethics.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;UNIVERSALS - Universal, can be applied anywhere, all over the world.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;PRODUCE ETHICAL COMPUTER USERS - To produce ethical computer users.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;IMMORAL - Not honoring computer ethics means ignoring the moral elements (immoral).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;LAW&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;CONTROL - &lt;span style=""&gt; &lt;/span&gt;As a rule to control computer users.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;JUDICIAL STANDARDS &lt;span style=""&gt; &lt;/span&gt;- Law is judged by judicial standards.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;MUST FOLLOW - &lt;span style=""&gt; &lt;/span&gt;Computer users must follow the regulations and law.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;PENALTIES, IMPRISONMENTS&lt;span style=""&gt;  &lt;/span&gt;AND OTHER PUNISHMENTS - Penalties, imprisonments and other punishments for those who break the law.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;DEPENDS ON COUNTRY - Depends on country and state where the crime is committed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;PREVENT MISUSING OF COMPUTERS - To prevent misuse of computers. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;CRIME - Not honoring the law means committing a crime.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;UNETHICAL VS. LAW BREAKING CONDUCTS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Unethical:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;using the office computer to do personal things&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;reading your friend’s e-mail without his or her permission&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;plagiarising and using materials from the Internet for your class assignment without giving credit to the original author.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Law breaking:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;sending a computer virus via e-mail&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;hacking into your school’s database to change your examination results.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;selling pirated software in a night market&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-7747757971009663464?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/7747757971009663464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=7747757971009663464' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/7747757971009663464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/7747757971009663464'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/02/l7-differences-between-ethics-and-law.html' title='L7: THE DIFFERENCES BETWEEN ETHICS AND LAW'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-410383136789893819</id><published>2008-02-01T15:52:00.001-08:00</published><updated>2008-02-01T15:52:53.193-08:00</updated><title type='text'>L6: COMPUTER ETHICS</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;ETHICS IN GENERAL&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;A guideline is needed to stop the current technology products from being exploited for example replicating original CDs and selling them as pirated software, this unethical behavior can be controlled by the code of conducts. Unethical refers to any code of conducts that are not conforming to approved standards of social or professional behavior.Computer ethics is a system of moral standards or values used as a guideline for computer users.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;THE TEN COMMANDMENTS OF COMPUTER ETHICS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The United States Institute of Computer Ethics has come out with the Ten Commandments of Computer Ethics. These principles consider the effective code of conducts for the proper use of information technology. The Ten commandments of computer ethics are :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;1.&lt;span style=""&gt;         &lt;/span&gt;You shall not use a computer to harm other people.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;2.&lt;span style=""&gt;         &lt;/span&gt;You shall not interfere with other people's computer work.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;3.&lt;span style=""&gt;         &lt;/span&gt;You shall not snoop around in other people's computer files.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;4.&lt;span style=""&gt;         &lt;/span&gt;You shall not use a computer to steal.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;5.&lt;span style=""&gt;         &lt;/span&gt;You shall not use a computer to bear false witness.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;6.&lt;span style=""&gt;         &lt;/span&gt;You shall not copy or use proprietary software for which you have not paid.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;7.&lt;span style=""&gt;         &lt;/span&gt;You shall not use other people's computer resources without authorization or proper compensation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;8.&lt;span style=""&gt;         &lt;/span&gt;You shall not appropriate other people's intellectual output.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;9.&lt;span style=""&gt;         &lt;/span&gt;You shall think about the social consequences of the program you are writing or the system you are designing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;10.&lt;span style=""&gt;        &lt;/span&gt;You shall always use a computer in ways that ensure consideration and respect for your fellow humans.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;GUIDELINES ON THE E-MAIL AND INTERNET USAGE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Some guidelines from the Department of Public Services of Malaysia:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;use only individual e-mail address to forward individual opinion&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;keep the identity name and password a secret to avoid the misuse of your&lt;span style=""&gt;  &lt;/span&gt;e-mail without your knowledge&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;e-mail must be active to promptly reply the necessary actions needed for any matters&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;ensure the total mail kept in the box is within the computer storage capacity&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;scan files regularly to avoid the transmission of virus from one computer to&lt;span style=""&gt;   &lt;/span&gt;another&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;do not send e-mails that contain classified information which can be used to&lt;span style=""&gt;   &lt;/span&gt;tarnish other people or country&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;choose a suitable time to search the Internet to save access time and cost&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;beware of prohibited sites which could affect one's moral, organization or nation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;print only relevant documents that you think can be used in future to save cost&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;UNETHICAL COMPUTER CODE OF CONDUCTS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;With the advancement of ICT, it is easy for anyone to retrieve your information from the Internet. You may not realize that when you fill a form on the Internet, your information may be exposed and stolen. Examples of unethical computer code of conducts include:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-indent: -36pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;modifying certain information on the Internet, affecting the accuracy&lt;span style=""&gt;  &lt;/span&gt;of the information&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;selling information to other parties without the owner’s permission&lt;span style=""&gt;   &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;using information without authorization&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;involvement in stealing software&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;invasion of privacy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Intellectual property refers to any product of human intellect that is unique and has value in the market place. This covers ideas, inventions, unique name, computer program codes and many more.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;ETHICAL COMPUTER CODE OF CONDUCTS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Examples of ethical computer code of conducts include:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;sending warning about viruses to other computer users&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;asking permission before sending any business advertisements to others&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;using information with authorization&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-410383136789893819?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/410383136789893819/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=410383136789893819' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/410383136789893819'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/410383136789893819'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/02/l6-computer-ethics.html' title='L6: COMPUTER ETHICS'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-6770990040635443403</id><published>2008-02-01T15:50:00.000-08:00</published><updated>2008-02-01T15:51:21.165-08:00</updated><title type='text'>L5: THE IMPACT OF ICT ON SOCIETY</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;FASTER COMMUNICATION SPEED&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;In the past, it took a long time for any news or messages to be send. Now with the Internet, news or messages are sent via e-mail to friends, business partners or to anyone efficiently. With the capability of bandwidth, broadband and connection speed on the Internet, any information can travel fast and at an instant. It saves time and is inexpensive.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;LOWER COMMUNICATION COST&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Using the Internet is cost-effective than the other modes of communication such as telephone, mailing or courier service.&lt;span style=""&gt;  &lt;/span&gt;It allows people to have access to large amounts of data at a very low cost. With the Internet we do not have to pay for any basic services provided by the Internet. Furthermore, the cost of connection to the Internet is relatively cheap.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;RELIABLE MODE OF COMMUNICATION&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Computers are reliable. With the internet, information could be accessed and retrieved from anywhere and at anytime. This makes it a reliable mode of communication. However, the input to the computer is contributed by humans. If the data passed to the computer is faulty, the result will be faulty as well. This is related to the term GIGO.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;GIGO is a short form for Garbage In Garbage Out. It refers to the quality of output produced according to the input. Normally bad input produces bad output.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;EFFECTIVE SHARING OF INFORMATION&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;With the advancement of&lt;span style=""&gt;  &lt;/span&gt;ICT, information can be shared by people all around the world. People can share and exchange opinions, news and information through discussion groups, mailing list and forums on the Internet. This enable knowledge sharing which&lt;span style=""&gt;  &lt;/span&gt;will contribute to the development of knowledge based society.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;PAPERLESS ENVIRONMENT&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;ICT technology has created the term paperless environment. This term means information can be stored and retrieved through the digital medium instead of paper. Online communication via emails, online chat and instant messaging also helps in creating the paperless environment.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;BORDERLESS COMMUNICATION&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Internet offers fast information retrieval, interactivity, accessibility and versatility. It has become a borderless sources for services and information.&lt;span style=""&gt;  &lt;/span&gt;Through the Internet, information and communication can be borderless.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;SOCIAL PROBLEMS&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;There are some negative effects of ICT. It has created social problems in the society. Nowadays, people tend to choose online communication rather than having real time conversations. People tend to become more individualistic and introvert.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Another negative effect of ICT is :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;fraud&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;identity theft&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Pornography&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;Hacking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;This will result a moral decedent and generate threads to the society.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;HEALTH PROBLEMS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;A computer may harm users if they use it for long hours frequently. Computer users are also exposed to bad posture, eyestrain, physical and mental stress. In order to solve the health problems, an ergonomic environment can be introduced. For example, an ergonomic chair can reduces back strain and a screen filter is used to minimize eye strain.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-6770990040635443403?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/6770990040635443403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=6770990040635443403' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6770990040635443403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6770990040635443403'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/02/l5-impact-of-ict-on-society.html' title='L5: THE IMPACT OF ICT ON SOCIETY'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-8358121102596106005</id><published>2008-02-01T15:43:00.000-08:00</published><updated>2008-02-01T15:48:00.726-08:00</updated><title type='text'>L4: COMPUTERISED AND NON-COMPUTERISED SYSTEMS</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial;"&gt;COMPUTER SYSTEM&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;1.&lt;span style=""&gt; &lt;/span&gt;A system is an arrangement of elements that when it is put together it becomes an organized and established procedure. A system typically consists of components connected together in order to facilitate the flow of information, matter or energy.&lt;br /&gt;2.&lt;span style=""&gt; &lt;/span&gt;A computer system consists of a set of hardware and software which processes data in a meaningful way.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;EDUCATION&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;education is the science of teaching and learning of specific skills&lt;br /&gt;•&lt;span style=""&gt;           &lt;/span&gt;it also imparts knowledge, good judgment and wisdom&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;                        &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;BANKING SYSTEM&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;BANKING BEFORE ICT&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;banking was done manually&lt;span style=""&gt;  &lt;/span&gt;by taking deposits directly&lt;br /&gt;•&lt;span style=""&gt;           &lt;/span&gt;transactions can only be made during working hours&lt;br /&gt;•&lt;span style=""&gt;           &lt;/span&gt;takes time to approve any loan applications&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;BANKING WITH ICT&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;•&lt;span style=""&gt;           &lt;/span&gt;all transactions are done by computers&lt;br /&gt;•&lt;span style=""&gt;           &lt;/span&gt;transaction can be done at anytime and place&lt;br /&gt;•&lt;span style=""&gt;           &lt;/span&gt;online services, phone banking system, credit cards are available&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;INDUSTRY&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;INDUSTRY BEFORE ICT&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Production was slow because everything was done manually and totally depended on human labor.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;INDUSTRY WITH ICT&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Computers and telecommunications industry became very popular and profitable since production can be increased through an all day operation&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;      &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;COMMERCE&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Commerce is an activity of exchanging, buying and selling of commodities on a large scale involving transportation from place to place&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;COMMERCE BEFORE ICT&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;br /&gt;•&lt;span style=""&gt;           &lt;/span&gt;Trading was made using the barter system and it was then later developed into currency.&lt;br /&gt;•&lt;span style=""&gt;           &lt;/span&gt;Advertisement was in the form of word of mouth, billboards and printed flyers.&lt;br /&gt;•&lt;span style=""&gt;           &lt;/span&gt;Trading globally was extremely slow, late and expensive. Traders had to find ways to market local products in the global market&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;COMMERCE WITH&lt;span style=""&gt;  &lt;/span&gt;ICT&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;E-commerce plays an important role in the economic scene. It includes distribution, buying, selling and servicing products that are done electronically.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-8358121102596106005?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/8358121102596106005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=8358121102596106005' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/8358121102596106005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/8358121102596106005'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/02/l4-computerised-and-non-computerised.html' title='L4: COMPUTERISED AND NON-COMPUTERISED SYSTEMS'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-6179543072475814805</id><published>2008-01-28T08:42:00.000-08:00</published><updated>2008-01-28T08:44:48.642-08:00</updated><title type='text'>L3: USAGE OF ICT IN DAILY LIFE</title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;EDUCATION&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Today, most schools and higher educational institutions have computers in the classroom for teacher and students. In education, teachers, students, researchers and school administrators benefits from the usage of ICT.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;      &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;1. Teachers use computers to research for teaching materials, participate in online forums and online conferences as well as to aid their teaching.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;2. Students use the computers as a reference tool. They use computers to browse the Internet to look for information.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;3. School administrators use computers for administrative purposes to make sure that the entire operation runs smoothly.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;BANKING&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;The computer is the nerve centre of the banking system around the world. It functions to control the entire banking system that also includes 'Electronic Banking Services'. Electronic banking provides 24 hour services. The services include :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Automated Teller Machine (ATM)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Cheque Deposit&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Electronic Fund Tranfer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Direct Deposit&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Pay by phone system&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Personal computer banking/ internet banking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;In the banking sector, customers, businessman and bank administrator benefits from the usage of ICT.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;1. Customers can make any transactions at the 24 hour service centres or via online.These services allow them to do transaction at anytime they want.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;2. Businessmen can save their time by using the online services offered by banks. They can access company accounts for loan applications, business transactions and update on their cash flow at any time.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;3. Bank administrators can oversee the entire banking activities such as reconciliations, inter-branch transactions (IBT), telegraphic &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;transfer and others by referring to the banking system.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;INDUSTRY&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Computers are used to facilitate production planning and control systems, to support chain management and to help in product design in the industrial sector In the industrial sector ,workers, researchers and administrator benefits from the usage of ICT.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-family: Verdana;"&gt;Workers use machines that are connected to computers to operate. In some productions, robots are used to take over jobs that are dangerous to the workers.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style=""&gt;2.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-family: Verdana;"&gt;Researchers use computers to analyze and collect research data for future reference.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style=""&gt;3.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-family: Verdana;"&gt;Administrators use computers to oversee the entire operations in the plant or factory to detect specific errors or defects that occurred in the process.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;E-COMMERCE&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;E-commerce helps in boosting the economy. It makes buying and selling activities easier, more efficient and faster. For this application, computers, Internet and shared software are needed.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;In the e-commerce sector ,customers r, suppliers and employees benefits from the usage of ICT.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Verdana;"&gt;1. Customers use computers to be connected online with suppliers to purchase products. This method can save time and cost as they do not have to go to any outlets.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;2. Suppliers use computers to keep track of their transactions. All products are bar coded and can be read by the computer scanner to help in determining prices and managing inventory.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style=""&gt;4.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-family: Verdana;"&gt;Employees use computers and telephones to communicate with their customers for any enquiries. The system helps employees to get the latest updates on inventory to be informed to the customers.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;OTHER SECTOR&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm;" start="1" type="1"&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Architectute&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Arts&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Career&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Healthcare&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Home&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-6179543072475814805?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/6179543072475814805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=6179543072475814805' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6179543072475814805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/6179543072475814805'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/01/l3-usage-of-ict-in-daily-life.html' title='L3: USAGE OF ICT IN DAILY LIFE'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-1919827171924437541</id><published>2008-01-28T08:37:00.000-08:00</published><updated>2008-01-28T08:42:18.170-08:00</updated><title type='text'>L2: EVOLUTION OF COMPUTERS</title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b style=""&gt;&lt;span style="font-family: Verdana;"&gt;EVOLUTION OF COMPUTERS&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;In the early years, before the computer was invented, there are several inventions of counting machines.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;FIRST GENERATION (1940-1956)&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;The first generation of computer were huge, slow, expensive and often unreliable. In 1946, two Americans, Presper Eckert and Willian Mauchly build the ENIAC (Electronic Numerical Integrator and Computer). It use vacuum tube instead of mechanical switches of the MARK 1.&lt;/span&gt; &lt;span style="font-family: Verdana;"&gt;In 1951, Eckert and Mauchly build the UNIVAC, which could calculate at the rate of 10,000 addition per seconds.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;VACUUM TUBE - The vacuum tube was an extremely important step of the advancement of computers.In a computer, a vacuum tube which is an electronic tube about the size of light bulbs, was used as the internal computer components. Thousands of them were used.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;PUNCHED CARD - Punched card was used to store data.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;MAGNETIC TAPE - Magnetic tape was introduced in 1957. It was a faster and a more compact method of storing data. Using magnetic tape became more reliable and cost-effective.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Problems&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;the vacuum tubes generated a great deal of heat causing many&lt;span style=""&gt;  &lt;/span&gt;problems in temperature regulation and climate control&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;the tubes also burnt out frequently&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;people operating the computer did not know that the problem was in the programming machine&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;the second generation computer scientists invented something new due to lots of problem created by vacuum tubes&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;SECOND GENERATION (1956-1963)&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;!--[if !supportLists]--&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"&gt;&lt;span style="font-family: Verdana;"&gt;The famous computer scientists during the second generation era were:&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Verdana;"&gt;John Bardeen&lt;br /&gt;&lt;span style=""&gt;2.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-family: Verdana;"&gt;Walter Houser&lt;br /&gt;&lt;span style=""&gt;3.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="font-family: Verdana;"&gt;Willian Shockley&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;              &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;The creation of transistor spark the production of a wave of second generation computer. Transistor was small devices use to transfer electronic signals across a resister. Transistors had many advantages compared to other hardware technology.&lt;br /&gt;•&lt;span style=""&gt;       &lt;/span&gt;transistors were smaller than vacuum tubes&lt;br /&gt;•&lt;span style=""&gt;       &lt;/span&gt;they needed no warm up time&lt;br /&gt;•&lt;span style=""&gt;       &lt;/span&gt;consumed less energy&lt;br /&gt;•&lt;span style=""&gt;       &lt;/span&gt;generated much less heat&lt;br /&gt;•&lt;span style=""&gt;       &lt;/span&gt;faster and more reliable&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;THIRD GENERATION (1964-1971)&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;In the third generation era, the IBM 370 series were introduced in 1964. It came in several models and sizes. It was used for business and scientific programs. Other computer models introduced were CDC 7600 and B2500.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;The development of integrated circuit (IC), signal the beginning of the third generation computers. Silicone chips were manufactured in 1961 at the &lt;st1:place st="on"&gt;&lt;st1:placename st="on"&gt;Silicone&lt;/st1:PlaceName&gt; &lt;st1:placetype st="on"&gt;Valley&lt;/st1:PlaceType&gt;&lt;/st1:place&gt;. Then came the integrated circuit technology, which had reduced the size and cost of computers.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;It is a complete electronic circuit on a small chip of silicone. Which is also known as semi conductor. Other than that, the Magnetic Core Memory was replaced by a device called the microchip. Also the first 256 bit RAM was introduced and it was the basis for development of 1K bit RAM.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style="font-weight: bold;"&gt;Advantages&lt;/span&gt;&lt;br /&gt;A new concept&lt;span style=""&gt;  &lt;/span&gt;in this generation was that of a family of computer which allowed computer to be upgraded and expanded as necessary. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Silicone chips were reliable, compact and cheaper.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Sold hardware and software separately which created the software industry. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;customer service industry flourished (reservation and credit checks)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;FOURTH GENERATION (1971-PRESENT)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;It took only 55 years for the 4 generations to evolve. The growth of the computer industry developed technologies of computer inventions. There are many types of computer models such as:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Apple Macintosh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;IBM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;DELL&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;ACER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;In 1971 Intel created the first microprocessor. In 1976, Steve Jobs built the first Apple computer. Then, in 1981, IBM introduced its first personal computer.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;During the fourth generation,&lt;span style=""&gt;  &lt;/span&gt;hardware technology such as silicone chips,&lt;span style=""&gt;  &lt;/span&gt;microprocessor and storage devices were invented. A microprocessor is a specialized chip which is developed for computer memory and logic.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;The microprocessor is a large-scale integrated circuit which contained thousands of transistors. The transistors on this one chip are capable of performing all of the functions of a computer's central processing unit.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Advantages&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -36pt;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;    &lt;/span&gt;Computers became 100 times smaller than ENIAC&lt;span style=""&gt;  &lt;/span&gt;(Electronic Numerical Integrator and Computer) the first computer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Gain in speed, reliability and storage capacity&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Personal and software industry boomed&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;FIFTH GENERATION (PRESENT &amp;amp; BEYOND)&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;The fifth generation computers are technologically advance and are still being development to become more efficient.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;The inventions of new hardware technology in the fifth generation have grown rapidly including many other modern computer devices such as :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;silicone chips&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;processor&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;robotics&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;virtual reality&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;intelligent systems&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;programs which translate languages&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;NEW ERA COMPUTER&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;After the fifth generation computer, the technology of computer has become more advanced, modern and sophisticated. The latest invention in the era of computers are :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Super Computers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Mainframe Computers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Mini Computers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Personal Computers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;•&lt;span style=""&gt;       &lt;/span&gt;Mobile Computers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;In the new era of computers, expert system such as teleconferencing and speech-recognition system have been invented as part of modern world communication tools.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-1919827171924437541?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/1919827171924437541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=1919827171924437541' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/1919827171924437541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/1919827171924437541'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/01/l2-evolution-of-computers.html' title='L2: EVOLUTION OF COMPUTERS'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1708318641185342866.post-3738879198419091761</id><published>2008-01-28T08:34:00.000-08:00</published><updated>2008-01-28T08:37:49.092-08:00</updated><title type='text'>L1: INTRODUCTION TO ICT</title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b style=""&gt;&lt;span style="font-family: Verdana;"&gt;EVOLUTION OF COMMUNICATION&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Communication has improved and evolved to facilitate our daily activities. In the 21st century, everything related to communication utilizes technology to ‘send out’ or disseminate information to a wider audience. Information can be ‘sent out’ in many ways. The inventions of cellular phones, television and other electronic devices are important in enhancing communication.&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;WHAT IS ICT?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;ICT is the technology required for information processing, in particular, the use of electronic computers, communication devices and software applications to convert, store, protect, process, transmit and retrieve information from anywhere, anytime.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;INFORMATION&lt;/span&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Information refers to the knowledge obtained from reading, investigation, study or research. The tools to transmit information are the telephone, television and radio. We need information to make decisions and to predict the future. For example, scientists can detect the formation of a tsunami using the latest technology and warn the public to avoid disasters in the affected areas. Information is knowledge and helps us to fulfill our daily tasks. For example, forecasting the stock exchange market.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;COMMUNICATION&lt;/span&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Communication is an act of transmitting messages. It is a process whereby information is exchanged between individuals using symbols, signs or verbal interactions. Previously, people communicated through sign or symbols, performing drama and poetry. With the advent of technology, these ‘older’ forms of communication are less utilised as compared to the use of the Internet, e-mail or video conferencing. Communication is important in order to gain knowledge. With knowledge, we are more confident in expressing our thoughts and ideas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;TECHNOLOGY&lt;/span&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Technology is the use of scientific knowledge, experience and resources to create processes and products that fulfill human needs. Technology is vital in communication.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b style=""&gt;&lt;span style="font-family: Verdana;"&gt;Aiding Communication&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;Telephone and fax machines are the devices used in extending communication.&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b style=""&gt;&lt;span style="font-family: Verdana;"&gt;Spreading Information&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Verdana;"&gt;To broadcast information such as news or weather reports effectively. Radio, television, satellites and the World Wide Web (www) are powerful tools that can be used.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1708318641185342866-3738879198419091761?l=myictdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myictdotnet.blogspot.com/feeds/3738879198419091761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1708318641185342866&amp;postID=3738879198419091761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/3738879198419091761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1708318641185342866/posts/default/3738879198419091761'/><link rel='alternate' type='text/html' href='http://myictdotnet.blogspot.com/2008/01/l1-introduction-to-ict.html' title='L1: INTRODUCTION TO ICT'/><author><name>mfarids</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
