Saturday, April 28, 2012
THE DIGITAL DIVIDE
The Digital Divide, or the digital split, is a social issue referring to the differing amount of information between those who have access to the Internet and those who do not have access.
The term became popular among concerned parties, such as scholars, policy makers, and advocacy groups, in the late 1990s.
Dimensions of the Divide
Broadly speaking, the difference is not necessarily determined by the access to the Internet, but by access to ICT and to Media that the different segments of society can use. With regards to the Internet, the access is only one aspect, other factors such as the quality of connection and related services should be considered. Today the most discussed issue is the availability of the access at an affordable cost.
The digital divide is not indeed a clear single gap which divides a society into two groups. Researchers report that disadvantage can take such forms as lower-performance computers, lower-quality or high price connections (i.e. narrowband or dialup connection), difficulty of obtaining technical assistance, and lower access to subscription-based contents.
Over coming the digital divide :
even though individuals might be capable of accessing the Internet, many are thwarted by barriers to entry such as a lack of means to infrastructure or the inability to comprehend the information that the Internet provides. Lack of adequate infrastructure and lack of knowledge are two major obstacles that impede mass connectivity. These barriers limit individuals' capabilities in what they can do and what they can achieve in accessing technology. Some individuals have the ability to connect, but have nonfunctioning capabilities in that they do not have the knowledge to use what information ICTs and Internet technologies provide them. This leads to a focus on capabilities and skills, as well as awareness to move from mere access to effective usage of ICT[19].
The United Nations is aiming to raise awareness of the divide by way of the World Information Society Day which has taken place yearly since May 17, 2001.[
THANKS FOR READING , I HOPE YOU ENJOYED IT , IF YOU HAVE ANY QUESTIONS AM READY TO ANSWER :)
Thursday, October 27, 2011
Applications of Expert System
Hello Every one..
we have recently studies in ICT class abou "Expert Systems" and after the lesson we were asked to publish a post about some of applications of an Expert system.
What is an Expert System ?
An expert system is computer software that attempts to act like a human expert on a particular subject area.
Expert systems are often used to advise non-experts in situations where a human expert in unavailable (for example it may be too expensive to employ a human expert, or it might be a difficult to reach location).
Some Application of an Expert System :
1- Highly interactive or conversational applications, IVR, voice server, chatterbot
2- Fault diagnosis for example examining a car in a garage.
3- Medical diagnosis.
4- Educational software.
5- Decision support in complex systems like interactive user guide and Tutorials softwares.
6- Providing financial advice
7- Helping to identify items such as plants / animals / rocks / etc
8- Playing strategy games like chess against a computer (the knowledge base would contain strategies and moves, the player's moves would be used as the query, and the output would be the computer's 'expert' moves)
THANKS FOR READING
we have recently studies in ICT class abou "Expert Systems" and after the lesson we were asked to publish a post about some of applications of an Expert system.
What is an Expert System ?
An expert system is computer software that attempts to act like a human expert on a particular subject area.
Expert systems are often used to advise non-experts in situations where a human expert in unavailable (for example it may be too expensive to employ a human expert, or it might be a difficult to reach location).
Some Application of an Expert System :
1- Highly interactive or conversational applications, IVR, voice server, chatterbot
2- Fault diagnosis for example examining a car in a garage.
3- Medical diagnosis.
4- Educational software.
5- Decision support in complex systems like interactive user guide and Tutorials softwares.
6- Providing financial advice
7- Helping to identify items such as plants / animals / rocks / etc
8- Playing strategy games like chess against a computer (the knowledge base would contain strategies and moves, the player's moves would be used as the query, and the output would be the computer's 'expert' moves)
THANKS FOR READING
Tuesday, October 4, 2011
Analysing a System (Flow Charts and Flow Diagrams)
When analysing a system the analyst after finishing the stsge of information collection and then selecting the output and input methods he reaches to a stage of Recording information about the system.In this stage the analyst can use data flow and data diagram charts to make this stage easier.
And in this post am gonna write about about the system data flow diagram and the others...
1- Program flow charts
Program flow charts are a way of displaying how data flows in a system and how decisions are made to control events.
To illustrate this, symbols are used. They are connected together to show what happens to data and where it goes. The basic ones include:
2- System Flow charts
A system flow chart is used to show how data in a computer system is processed. It does not involve the complex detail of the porgram instructions(which are represented by the porgram flow charts) but it gives a broad view of the system operation.
Example :
Data Flow Diagrams:
Data Flow Diagram (DFD) is an important technique for modeling a system’s high-level detail by showing how input data is transformed to output results through a sequence of functional transformations. DFDs reveal relationships among and between the various components in a program or system.
DFDs consists of four major components: entities, processes, data stores and data flows.
Example :
Process flow diagram :
A process flow diagram (PFD) is a diagram commonly used in engineering to indicate the general flow of plant processes and equipment. The PFD displays the relationship between major equipment of a plant facility and does not show minor details such as piping details and designations. Another commonly-used term for a PFD is a flowsheet. Typically, process flow diagrams of a single unit process will include the following:
Process piping
Major bypass and recirculation lines
Major equipment symbols, names and identification numbers
Flow directions
Control loops that affect operation of the system
Interconnection with other systems
System ratings and operational values as minimum, normal and maximum flow, temperature and pressure
Composition of fluids
Example :
THE END....
And in this post am gonna write about about the system data flow diagram and the others...
1- Program flow charts
Program flow charts are a way of displaying how data flows in a system and how decisions are made to control events.
To illustrate this, symbols are used. They are connected together to show what happens to data and where it goes. The basic ones include:
2- System Flow charts
A system flow chart is used to show how data in a computer system is processed. It does not involve the complex detail of the porgram instructions(which are represented by the porgram flow charts) but it gives a broad view of the system operation.
Example :
Data Flow Diagrams:
Data Flow Diagram (DFD) is an important technique for modeling a system’s high-level detail by showing how input data is transformed to output results through a sequence of functional transformations. DFDs reveal relationships among and between the various components in a program or system.
DFDs consists of four major components: entities, processes, data stores and data flows.
Example :
Process flow diagram :
A process flow diagram (PFD) is a diagram commonly used in engineering to indicate the general flow of plant processes and equipment. The PFD displays the relationship between major equipment of a plant facility and does not show minor details such as piping details and designations. Another commonly-used term for a PFD is a flowsheet. Typically, process flow diagrams of a single unit process will include the following:
Process piping
Major bypass and recirculation lines
Major equipment symbols, names and identification numbers
Flow directions
Control loops that affect operation of the system
Interconnection with other systems
System ratings and operational values as minimum, normal and maximum flow, temperature and pressure
Composition of fluids
Example :
THE END....
Monday, September 26, 2011
Designing a New System
After analysing the system the analyst has to design a new software ,programs,fourms etc...
In short design a new system different than the old one.
In most cases the new system will be computer-based. The ease with which computers can communicate and process data means that are usually the best tool for the job.
In the designing stage the analyst has to design most of the system parts like:
1- Designing the System Inputs
2- Choosing the Best Data Capture and Data Input Methods for the System
3- Designing On-Screen Forms for Data Input
4- Setting Data Validation Techniques
5- Setting Data Verification Techniques
6- Designing the System Processes
7- Designing the How the Data Will be Processed
8- Designing the System Outputs
9- Designing Printed Reports
1- Designing the system inputs :
To get data into a system is a two-part process:
- Data must first be ‘captured’ (collected in a way that then makes it easy to input)
- Data must be input into the computer
The systems analyst will select a data capture method and data input method that best suit the requirements of the new system.
Data capture and input methods:
* Manuall
* Paper Forms (Form can be a simple ones with spaces for numbers and text to be written in. The data form this form would then be typed into the computer)
Forms can also be machine-readable, such as OMR forms
* Barcode Reader (Barcode readers capture the numeric code that the barcode represents.
Typically used with POS systems and also stock-control systems)
* Card Reader (Many cards contain data stored on a magnetic strip or in a small bit of memory (smart cards) which can be captured with a card reader,used in systems such as EFTPOS)
* Camera ( Capture still or moving images which can then be input to a computer for processing)
* Fingerprint reader (employees could put a finger on the reader at the start and end of work (hard to cheat) )
In short design a new system different than the old one.
In most cases the new system will be computer-based. The ease with which computers can communicate and process data means that are usually the best tool for the job.
In the designing stage the analyst has to design most of the system parts like:
1- Designing the System Inputs
2- Choosing the Best Data Capture and Data Input Methods for the System
3- Designing On-Screen Forms for Data Input
4- Setting Data Validation Techniques
5- Setting Data Verification Techniques
6- Designing the System Processes
7- Designing the How the Data Will be Processed
8- Designing the System Outputs
9- Designing Printed Reports
1- Designing the system inputs :
To get data into a system is a two-part process:
- Data must first be ‘captured’ (collected in a way that then makes it easy to input)
- Data must be input into the computer
The systems analyst will select a data capture method and data input method that best suit the requirements of the new system.
Data capture and input methods:
* Manuall
* Paper Forms (Form can be a simple ones with spaces for numbers and text to be written in. The data form this form would then be typed into the computer)
Forms can also be machine-readable, such as OMR forms
* Barcode Reader (Barcode readers capture the numeric code that the barcode represents.
Typically used with POS systems and also stock-control systems)
* Card Reader (Many cards contain data stored on a magnetic strip or in a small bit of memory (smart cards) which can be captured with a card reader,used in systems such as EFTPOS)
* Camera ( Capture still or moving images which can then be input to a computer for processing)
* Fingerprint reader (employees could put a finger on the reader at the start and end of work (hard to cheat) )
Tuesday, September 13, 2011
The system life cycle (System Analysis)
hi every one iil be talking today about system life cycle and and speceficaly system analysis....
System analysis is defined as the examining the existing system in detail like collecting information on how the system works , recording information (data flow diagrams) and finaly identifying problems associated with the system.
Methods of collecting information :
1- Examining documents.
2- Interviews.
3- Observation.
4- Questionnaires.
Examining documents : It is a method where an analysist should go through or check an system documents like invoices , letters , order forms , payslips , bills etc...
System analysis is defined as the examining the existing system in detail like collecting information on how the system works , recording information (data flow diagrams) and finaly identifying problems associated with the system.
Methods of collecting information :
1- Examining documents.
2- Interviews.
3- Observation.
4- Questionnaires.
Examining documents : It is a method where an analysist should go through or check an system documents like invoices , letters , order forms , payslips , bills etc...
Saturday, October 9, 2010
Ebay ??!!
We were asked today in the ICT subject to write some information about ebay.com as we have learned about online shopping ^^
whats ebay ?
ebay is website or an american internet company of online shopping in which poeple and business sell and buy varitey of goods and services.
Ebay was founded in 1995 by an french-born iranian man called Pierre Omidyar.
For buying and selling in Ebay first you have to create a account then have a visa card or a webshopper etc.. which then allows you to buy products as well as selling them
Nowdays online shopping has becomed very famous and thats because it cheap and fast and saves time as well as you can find a variety of goods..
Ebay.com is such a great invention beside the online shopping but it has some disadvantages like you may get a broken item (which the site is not responsible for that ) or you can be fooled by hacker which sends you fake emails from a fake adress asking you to verify your account and of course you will put you card number as you will think it is a trusted website and then they will steal your money. In addition you may not recive your purchased product.
At the end i like to warn you guyz that be carefull while shopping online and always try to use some safe websites
Thanks for reading
and if you have any comments i will be very most welcoming your comments as by yur comments i develope.
whats ebay ?
ebay is website or an american internet company of online shopping in which poeple and business sell and buy varitey of goods and services.
Ebay was founded in 1995 by an french-born iranian man called Pierre Omidyar.
For buying and selling in Ebay first you have to create a account then have a visa card or a webshopper etc.. which then allows you to buy products as well as selling them
Nowdays online shopping has becomed very famous and thats because it cheap and fast and saves time as well as you can find a variety of goods..
Ebay.com is such a great invention beside the online shopping but it has some disadvantages like you may get a broken item (which the site is not responsible for that ) or you can be fooled by hacker which sends you fake emails from a fake adress asking you to verify your account and of course you will put you card number as you will think it is a trusted website and then they will steal your money. In addition you may not recive your purchased product.
At the end i like to warn you guyz that be carefull while shopping online and always try to use some safe websites
Thanks for reading
and if you have any comments i will be very most welcoming your comments as by yur comments i develope.
Thursday, October 7, 2010
Translating A Poem To The Sms Language
Original
Yesterday z History,
'Tis so far away
Yesterday z Poetry
'Tis Philosophy
Yesterday z mystery
Where itz Today
While we shrewdly speculate
Flutter both away
Duplicate
Ystrdy z hstry
'Tis so far away
Ystrdy z poetry
'Tis Phlosphy
Ystrdys mstry
Wher it z 2dy
While w shrwdly spculte
Flutr both away
Yesterday z History,
'Tis so far away
Yesterday z Poetry
'Tis Philosophy
Yesterday z mystery
Where itz Today
While we shrewdly speculate
Flutter both away
Duplicate
Ystrdy z hstry
'Tis so far away
Ystrdy z poetry
'Tis Phlosphy
Ystrdys mstry
Wher it z 2dy
While w shrwdly spculte
Flutr both away
Subscribe to:
Posts (Atom)










