Introduction To Informatics Group Assignment
Introduction To Informatics Group Assignment
(DSI~131)
ASSIGNMENT.1
Qsn.1. Distinguish between the following:
Anyway, applied computers science sounds a lot like what it really is. Writing codes,
making games, editing pictures and movies and web design. So the difference is that
theoretical studies in detail the underlying mechanism of how it all works, while
applied informatics is about the upper layers of developing and programming.
(https://www.techtarget.com, 15/10/2022)
The main difference between pseudocode and flow chart is that pseudocode is
an informal high level description of an algorithm while flow chart is a
pictorial/diagrammatic representation of an algorithm. Pseudocode are written in
natural language and mathematically notations help to write pseudocode while
flowchart written using various symbols. Example of a pseudocode to find the
total of two numbers:
Flow chart in it, the oval shape denotes the start, and the end. And the rhombus
shape represents inputs and outputs. Further, the diamond shape symbol represents
the decision selection. For example;
start
Enter mark
Is mark > 5
yes no
Display
Display “Fail”
“pass”
stop
(d)Virtual reality and augmented reality
Augmented is an interactive experience that combines the real world and computer
generated content. The content can span multiple sensory modalities, including
visual, auditory, haptic, and olfactory while virtual reality is simulated experience that
employs pose tracking and 3D near-eye display to give the user an immersive real of
a virtual world. Application of virtual reality include entertainment, education, and
business. The distinctions between virtual reality and augmented come down to the
devices require and the experience itself: Augmented reality uses a real world setting
while virtual i9s completely virtual. Augmented reality users can control their
presence in the real world; virtual reality users are controlled by the system. Also
virtual reality requires a headset device, bit augmented reality can be accessed with
a smartphone. Lastly augmented reality enhances both the virtual and real world
while virtual reality only enhances a fictional reality. ( https://en.m.wikipedia.org,
15/10/2022)
While Social Informatics refers to the body of research and study that examines
social aspects of computerization. Including the roles of information technology in
social and organizational change and the ways that the social organization of
information technologies are influenced by social forces and social practices.
(Christian,2016)
Qsn .2. Using relevant examples show the relationship between information and the
following fundamentals of science:
(a) Cybernetics (b)electronics
(a)Weiner used the term cybernetics to characterize the common elements of his
work on computing machines, with Yuk Wing Lee on electrical networks, with Julian
Bigelow on the prediction of flight paths, and with Arturo M on neuromuscular
behavior and neurophysiology. Fundamentally, Wiener concluded that control in both
mechanical and biological system depends on feedback, which in turn requires
communication of information within the system. Secondly, the ultra-rapid computing
machine, depending as it does on consecutive switching devices, must represent an
ideal model of the problems arising in the nervous system and conversely was in
principle an ideal central nervous system to an apparatus for automatic control.
The intimate link between control and communication shifted attention from the
specifics of electrical engineering to the more general notion of the message,
however transmitted. Viewed as time series, messages become predictable through
statistical analysis, and prediction can be optimized by means of the calculus of
variations. Messages transmitted over physical channels are subject to distortion by
background noise and hence raise the problem of their accurate reconstruction.
Consideration of that problem led Wiener to the question of the measure of
information and through it to the relation of information and entropy, by which he
arrived again at the living organism.
The nature of information linked Wiener`s work to Shannon`s, whose paper had the
more narrowly defined goal of defining the capacity of a communications channel, of
determining the effect of statistical knowledge about the source in reducing the
required capacity of the channel, by the use of proper encoding of the information
and of setting the limits of possibility of correctly construing a message transmitted in
the presence of noise. Starting from the principle that information resolves
uncertainty, Shannon measured information with reference to the number of possible
messages that could be sent in a given time using a given set of symbols. The
precise form of measure being arbitrary, Shannon chose as the unit of information
for discrete channels the single binary digit or bit.
(b) Electronic and information technology is a term used in the 1998 amendments to
section 508 of the Rehabilitation Act. The term is used to define the scope of
products covered under section 508. Section 508 requires that electronic and
information technology that is developed, procured, maintained, or used by the
federal government be accessible. Electronic and
information technology includes computer hardware and software, operating system,
web-based information and applications, telephones and other telecommunications
products, video equipment and multimedia products, information kiosks, and office
products such as photocopies and fax machines.
Semiotics is the study of signs and symbols their use or interpretation and it teaches us that
reality is a system of signs. In computing, its attempt is to emulate the semiosis cycle within a
digital computer that stimulates the construction of autonomous intelligent systems able to
perform intelligent behavior. How did we come to use programming language? What are the
fundamental concepts that lead to the idea of artificial languages and how they connect to our
use of natural language asked Linda Bardha. The application lies under human computer
interaction and the fundamental devices of recognition.
In digital computers, the user’s input is transmitted as electrical pulses, only having two
states, on or off, respectively represented as 1 or 0 and this sequence of 0’s and 1’s
represents the “computer’s language”. But how did something so easy in concept, just having
two states, become so fundamental? This led to the idea of the extraction of meaning behind
different signs and symbols (semiotics). In summary on and off as natural languages where
symbolically represented as 1 (on) and 0 (off) in computer language which clearly shows that
the application of semiotics had been applied and due to human cognitive it is easier for them
to understand symbols.
Tanaka Ishii in her book, “semiotics in programming” makes the point that computer
languages have their own type of interpretative system, external to the interpretative system
of natural languages. Many of concepts principles of computer programming have derived
from technological needs without explicitly stating the context of human thoughts. An
example of this idea is the paradigm of object-oriented programming and involves the use of
codes. Just by looking at the code and reading the words you can guess what the program
does. So, this explains how powerful the meaning behind symbols and sign is and how
important they are, especially to a field like computing.
(b). Using a table, show how a decimal number can be converted into a binary equivalent
number.
Below is a table showing how to convert a decimal number into a binary equivalent number
128 64 32 16 8 4 2 1
Binary 1 0 0 0 1 1 1 0