0% found this document useful (0 votes)
33 views23 pages

Computer & Stats Application in Research - Notes

Computer & Stats Application in Research_Notes

Uploaded by

powermy972
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
33 views23 pages

Computer & Stats Application in Research - Notes

Computer & Stats Application in Research_Notes

Uploaded by

powermy972
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 23

Computer & Stats Application in Research (RM-102)

(Unit I & II)

Characteristics of Computers
Computers have become integral to modern society due to their ability to perform complex tasks at incredible
speed and accuracy. Over the years, their capabilities have expanded, making them indispensable in almost
every sector. Here are the key characteristics that define computers:
1. Speed
One of the most significant advantages of computers is their speed. Computers can perform calculations, data
processing, and decision-making tasks much faster than humans. The processing speed of modern computers
is measured in gigahertz (GHz), indicating billions of cycles per second. A computer can perform tasks like
data sorting, complex mathematical calculations, or running simulations in mere seconds, which would take
humans a considerably longer time. For instance, modern processors can execute billions of instructions in a
fraction of a second, allowing for tasks like real-time video rendering or data analysis that would be impossible
for manual methods.
2. Accuracy
Computers are known for their high level of accuracy. They perform operations with precision, eliminating
human errors that may occur in manual calculations or data entry. Once the instructions are provided, the
computer will execute them without deviation unless there's a hardware or software failure. For example, a
computer performing complex calculations or handling large amounts of data can achieve accuracy and
precision that far exceed human capabilities. Mistakes in a computer’s output are typically due to faults in
programming or input data, not errors in computation.
3. Automation
Automation refers to a computer's ability to perform tasks without human intervention after the initial setup.
Once programmed, computers can execute repetitive tasks continuously without fatigue or the need for rest.
This is especially useful in applications that require processing large datasets or performing repetitive
calculations. For example, in industries like manufacturing, computers control automated machines, robots,
and production lines that function without manual operation, thus saving time and improving efficiency.
4. Storage Capability
Another important characteristic of computers is their ability to store vast amounts of data. Modern computers
come equipped with hard drives, solid-state drives, and cloud-based storage solutions that can hold terabytes
(TB) of data. Storage is not only abundant but also fast, allowing quick retrieval of data as needed. This
characteristic is critical for storing everything from simple documents to large databases and multimedia files.
The development of cloud storage has further enhanced this capacity, enabling access to stored data from
virtually anywhere in the world.
5. Versatility
Computers are versatile tools capable of performing a wide variety of tasks. They are used in virtually every
industry, including education, healthcare, finance, engineering, and entertainment. Whether it's word
processing, scientific research, or creating animations, computers can handle tasks across different fields with
1
varying degrees of complexity. The adaptability of computers allows them to run various software applications
tailored to specific tasks, further enhancing their utility.
6. Diligence
Unlike humans, computers do not suffer from fatigue, boredom, or distraction. They can perform the same
task for extended periods without a decrease in efficiency or performance. This characteristic makes them
ideal for applications that require repetitive or continuous work. For example, computers in data centers can
process billions of requests per day without slowing down or needing breaks, ensuring consistent output.
7. Connectivity
Modern computers are highly interconnected, making it easy to access and share information globally. With
the advent of the internet, computers can be connected in networks to share resources, communicate with other
devices, and access vast amounts of information. Cloud computing, remote storage, and distributed systems
have further expanded the potential of computers, allowing for real-time collaboration, data sharing, and
access to global resources.
Computers’ speed, accuracy, automation, storage capabilities, versatility, diligence, and connectivity
are fundamental traits that make them indispensable in today's world. They have revolutionized industries,
improved productivity, and enabled innovations that were once unimaginable. As technology continues to
evolve, computers will likely become even more powerful and integrated into every aspect of life.

Computer Memory
Computer memory refers to devices or components that store data and instructions required by a computer to
perform its tasks. It plays a crucial role in determining the speed, efficiency, and functionality of a system.
Memory in computers can be classified into different types based on characteristics like speed, capacity, and
volatility. Broadly, it is divided into primary (volatile) and secondary (non-volatile) memory, with specific
types having their own roles in the system.
Types of Computer Memory
1. Primary Memory (Volatile)

• Random Access Memory (RAM): RAM is the primary form of volatile memory, meaning it loses its
content when the power is turned off. It is used to store data that is actively being processed by the
CPU, making it essential for multitasking and running applications. There are two main types of RAM:
Dynamic RAM and Static RAM.
• Cache Memory: Cache memory is a small, high-speed memory located near the CPU. It stores
frequently accessed data to improve the speed of data retrieval. Modern CPUs often include multiple
levels of cache (L1, L2, L3), with L1 being the fastest and smallest.
2. Read-Only Memory (ROM): Unlike RAM, ROM is non-volatile, meaning its content is retained even
when the computer is powered off. ROM stores critical instructions for booting the computer, such as the
BIOS (Basic Input/Output System), which initializes hardware during startup. ROM cannot be easily
modified, making it a stable source for permanent instructions. There are several types of ROM:

• PROM (Programmable ROM): Can be programmed once by the user, but cannot be changed afterward.
• EPROM (Erasable Programmable ROM): Can be erased and reprogrammed using ultraviolet light.

2
• EEPROM (Electrically Erasable Programmable ROM): Can be erased and reprogrammed electrically,
providing more flexibility.
3. Secondary Memory (Non-volatile)

• Hard Disk Drives (HDD): These are magnetic storage devices used for permanent data storage. While
slower than RAM, they offer large storage capacities at a low cost.
• Solid-State Drives (SSD): SSDs use flash memory to store data, offering faster access speeds and
greater reliability than HDDs.
• Optical Storage (CDs, DVDs): Used for storing data in the form of optical discs, primarily for media
and backups.
4. Tertiary Memory and Off-line Storage

• Cloud Storage: Cloud storage refers to data stored on remote servers accessed via the internet, allowing
users to store and retrieve information from anywhere.
• Magnetic Tapes: Primarily used for backup storage, magnetic tapes provide high storage capacity,
though they are slower to access.

Computer Generations
The development of computers has been categorized into five distinct generations, each marked by significant
technological advancements that improved processing power, efficiency, and capabilities. These generations
reflect the evolving hardware and software systems used in computers, leading to the modern, powerful
machines we use today.
First Generation (1940s - 1950s)
Technology Used: Vacuum tubes were used as the primary electronic components for logic operations. These
tubes were large, generated significant heat, and consumed a lot of power.
Key Characteristics: Computers were massive and could perform only a limited set of tasks. They were prone
to frequent failures and were expensive to operate.
Notable Examples: ENIAC, UNIVAC I.
Second Generation (1950s - 1960s)
Technology Used: Transistors replaced vacuum tubes, making computers smaller, more reliable, and energy-
efficient.
Key Characteristics: These computers were faster, more reliable, and could handle more complex tasks than
first-generation computers. The use of magnetic core memory helped in faster data retrieval.
Notable Examples: IBM 7090, IBM 1401.
Third Generation (1960s - 1970s)
Technology Used: Integrated circuits (ICs) replaced transistors, allowing for even smaller, more powerful,
and more cost-effective computers.
Key Characteristics: Third-generation computers were significantly faster and could handle a wider range of
tasks, including business applications and early forms of graphical user interfaces (GUIs).

3
Notable Examples: IBM System/360, PDP-8.
Fourth Generation (1970s - 1990s)
Technology Used: Microprocessors integrated thousands of transistors on a single chip, leading to the creation
of personal computers (PCs).
Key Characteristics: Personal computers became widely accessible. This generation also marked the rise of
networking and the beginning of the internet era.
Notable Examples: Apple II, IBM PC.
Fifth Generation (1990s - Present)
Technology Used: The development of artificial intelligence (AI), quantum computing, and parallel
processing marked this generation.
Key Characteristics: These computers have advanced capabilities, such as voice recognition, complex
problem-solving, and machine learning.
Notable Examples: Modern supercomputers, AI-driven systems like IBM Watson.
Each generation of computers has built upon the advancements of its predecessors, driving the rapid growth
of technology that has shaped industries and daily life.

Basic Computer Organization


A digital computer is considered to be a calculating device that can perform arithmetic operations at enormous
speed. It is defined as a device that operates upon information/data. To be able to process data the computer
is made of various functional units to perform its specified task.

Input Unit
Computers need to receive data and instruction in order to solve any problem. Therefore, we need to input the
data and instructions into the computers. The input unit consists of one or more input devices. Keyboard is the
one of the most commonly used input devices. Other commonly used input devices are the Mouse, Scanner,
Microphone etc. All the input devices perform the following functions.
4
• Accept the data and instructions from the outside world.
• Convert it to a form that the computer can understand.
• Supply the converted data to the computer system for further processing.

Storage Unit
The storage unit of the computer holds data and instructions that are entered through the input unit, before
they are processed. It preserves the intermediate and final results before these are sent to the output devices.
It also saves the data for the later use. The various storage devices of a computer system are divided into two
categories.
a) Primary Storage: Stores and provides very fast. This memory is generally used to hold the program being
currently executed in the computer, the data being received from the input unit, the intermediate and final
results of the program. The primary memory is temporary in nature. The data is lost, when the computer is
switched off. In order to store the data permanently, the data has to be transferred to the secondary memory.
The cost of the primary storage is more compared to the secondary storage. Therefore, most computers have
limited primary storage capacity.

b) Secondary Storage: Secondary storage is used like an archive. It stores several programs, documents, data
bases etc. The programs that you run on the computer are first transferred to the primary memory before it is
actually run. Whenever the results are saved, again they get stored in the secondary memory. The secondary
memory is slower and cheaper than the primary memory. Some of the commonly used secondary memory
devices are Hard disk, CD, etc.,

Output Unit
The output unit of a computer provides the information and results of a computation to outside world. Printers,
Visual Display Unit (VDU) are the commonly used output devices. Other commonly used output devices are
Speaker, Headphone, Projector etc.

Arithmetic Logical Unit


All calculations are performed in the Arithmetic Logic Unit (ALU) of the computer. It also does comparison
and takes decision. The ALU can perform basic operations such as addition, subtraction, multiplication,
division, etc and does logic operations viz, >, <, =, ‘etc. Whenever calculations are required, the control unit
transfers the data from storage unit to ALU once the computations are done, the results are transferred to the
storage unit by the control unit and then it is sent to the output unit for displaying results.

Control Unit
It controls all other units in the computer. The control unit instructs the input unit, where to store the data after
receiving it from the user. It controls the flow of data and instructions from the storage unit to ALU. It also
controls the flow of results from the ALU to the storage unit. The control unit is generally referred as the
central nervous system of the computer that control and synchronizes it’s working.

Central Processing Unit


The Control Unit (CU) and Arithmetic Logic Unit (ALU) of the computer are together known as the Central
Processing Unit (CPU). The CPU is like brain performs the following functions:
• It performs all calculations.
• It takes all decisions.
5
•It controls all units of the computer.

Computer Software
Computer software, or simply software, is a collection of data or computer instructions that tell the computer
how to work. The computer hardware cannot perform any task on its own. It needs to be instructed about the
tasks to be performed. Software is a set of programs that instructs the computer about the tasks to be performed.
Software tells the computer how the tasks are to be performed; hardware carries out these tasks. Different sets
of software can be loaded on the same hardware to perform different kinds of tasks.

Types of Software
Software can be broadly classified in two categories:
1. System Software, and
2. Application Software.

System Software
• System software is a type of computer program that is designed to run a computer's hardware and
application programs. If we think of the computer system as a layered model, the system software is
the interface between the hardware and user applications.
• System software provides basic functionality to the computer and is required for the working of
computer itself.
• The user of computer does not need to be aware about the functioning of system software, while using
the computer.
• For example, when you buy a computer, the system software would also include different device
drivers. When you request for using any of the devices, the corresponding device driver software
interacts with the hardware device to perform the specified request. If the appropriate device driver for
any device, say a particular model of a printer, is installed on the computer, the user does not need to
know about the device driver, while printing on this printer.

Application Software
The software that a user uses for accomplishing a specific task is the application software. Application
software may be a single program or a set of programs. A set of programs that are written for a specific purpose
and provide the required functionality is called software package. Application software is written for different
kinds of applications—graphics, word processors, media players, database applications, telecommunication,
accounting purposes etc.
Some examples of application software packages are as follows:
• Word Processing Software: For writing letter, reports, documents etc. (e.g. MS-WORD).
• Image Processing Software: For assisting in drawing and manipulating graphics (e.g. Adobe
Photoshop).
• Accounting Software: For assisting in accounting information, salary, tax returns (Tally software).
• Suite of Software having Word Processor, Spreadsheet and Presentation Software: Some examples are
MS-Office, Google Docs, Sun Open office, Apple iWork.

Operating System
An operating system (OS) is system software that manages computer hardware, software resources, and
provides common services for computer programs. It is the program that, after being initially loaded into the
6
computer by a boot program, manages all of the other application programs in a computer. In other words, an
operating system is a program on which application programs are executed and acts as a communication bridge
(interface) between the user and the computer hardware. Users can interact directly with the operating system
through a user interface such as a command line or a graphical user interface (GUI).

OS intermediates between the user of a computer and the computer hardware. Different kinds of application
software use specific hardware resources of a computer like CPU, I/O devices and memory, as needed by the
application software. OS controls and coordinates the use of hardware among the different application
software and the users.
Some available operating systems are Microsoft Disk Operating System (MS-DOS), Windows 7, Windows 8,
Windows 8.1, Windows 10, Windows XP, Linux, UNIX, and Mac OS X Snow Leopard.
Objectives of OS:
The objectives of the operating system are:
• To make the computer system convenient to use in an efficient manner.
• To hide the details of the hardware resources from the users.
• To provide users a convenient interface to use the computer system.
• To act as an intermediary between the hardware and its users, making it easier for the users to access
and use other resources.
• To manage the resources of a computer system.
• To keep track of who is using which resource, granting resource requests, and mediating conflicting
requests from different programs and users.
• To provide efficient and fair sharing of resources among users and programs.

Types of OS
Depending on the nature and functionality of OS, they have several types as:

1. Single-tasking and multi-tasking


A single-tasking system can only run one program at a time, while a multi-tasking operating system allows
more than one program to be running in concurrency. This is achieved by time-sharing, where the available
processor time is divided between multiple processes.

2. Single- and multi-user


Single-user operating systems have no facilities to distinguish users, but may allow multiple programs to run
in tandem. A multi-user operating system extends the basic concept of multi-tasking with facilities that identify
processes and resources, such as disk space, belonging to multiple users, and the system permits multiple users
to interact with the system at the same time.

3. Distributed
A distributed operating system manages a group of distinct computers and makes them appear to be a single
computer. The development of networked computers that could be linked and communicate with each other
gave rise to distributed computing. Distributed computations are carried out on more than one machine. When
computers in a group work in cooperation, they form a distributed system.

7
4. Embedded
Embedded operating systems are designed to be used in embedded computer systems. They are designed to
operate on small machines like PDAs with less autonomy. They are able to operate with a limited number of
resources. They are very compact and extremely efficient by design. Windows CE and Minix 3 are some
examples of embedded operating systems.

5. Real-time
A real-time operating system is an operating system that guarantees to process events or data by a specific
moment in time. A real-time operating system may be single- or multi-tasking, but when multitasking, it uses
specialized scheduling algorithms so that a deterministic nature of behaviour is achieved.

Functions of OS:
Major Functions of Operating Function are: Process management, Memory management, File management,
Device management, Protection and Security and User Interface.

Windows Family of OS
• Windows is a personal computer operating system from Microsoft.
• The Windows family of OS which is currently in use includes the Windows 9x family (Windows 95,
Windows 98 and Windows 2000), Windows XP, Windows Vista, Windows 7, Windows 8, and
Windows 10 operating systems.
• Windows family of OS is GUI-based operating system. Since GUI interfaces are easy to use and are
user-friendly, these have become very popular.
• Windows support multi-tasking. It means Windows OS allows simultaneous execution of multiple
tasks.
• Windows contains built-in networking, which allows users to share files and applications with each
other, if their PCs are connected to a network.
• Windows 7 comes in six different editions, Starter, Home Basic, Home Premium, Professional,
Enterprise and Ultimate.
• With each new version of the Windows OS, the user interface undergoes some changes and the user
has to learn to use the new interface. This becomes troublesome for the user.

8
Linux OS
• Linux is a Unix-like OS. Unix OS has a user interface called shell. It provides interface for the
programs to interact with the hardware, and provides services like process management and memory
management.
• Linux was developed by Linus Torvalds in 1992. Linux is copyright under the GNU Public License.
Linux is a “free” operating system that is easily available. Since Linux follows the open development
model, it is being constantly upgraded by programmers across the globe.
• Some organizations offer Linux with add-on features and capabilities. Red Hat, Mandrake, Debian and
Novell are the popular vendors of Linux OS.
• Tux, the Linux penguin is the official mascot of Linux.
• Linux is a command line user interface OS. Linux has GUI interfaces called desktop environments.
The GUI interface is convenient for the user to use.
• Linux is a 32-bit, multi-tasking OS. It supports multiple users and multiple processors.
• Linux is a reliable and secure OS, and is available almost for free. So, Linux is becoming very popular
and powerful OS.
• Linux OS is easily available, such as Redhat Linux, and, Debian—Ubuntu.

9
Application of Internet in Research

The internet has transformed research by providing instant access to vast resources, connecting researchers
globally, and streamlining processes from data collection to publication. With the advent of various online
tools, databases, and digital libraries, researchers can gather information, collaborate with peers, and publish
findings more efficiently than ever before.

Benefits of Internet in Research


• Access to Information: The internet provides access to articles, books, reports, datasets, and other
research materials, facilitating knowledge discovery.
• Collaboration: Researchers can collaborate with peers worldwide using email, video conferencing, and
cloud-based tools, enhancing knowledge exchange and joint studies.
• Speed and Efficiency: The internet allows for quick searches, real-time data analysis, and fast
communication, accelerating the research process.

Use of Internet for Research

The internet is an essential tool in the research process. Researchers use it to access academic journals,
databases, digital libraries, and tools for data analysis and publication. Here are some common applications
of the internet in research:

• Literature Review: Through online databases, researchers can review past studies, identify gaps in the
literature, and shape their own research questions.
• Data Collection: Survey tools like Google Forms and platforms for digital ethnography allow
researchers to collect data directly from participants.
• Publication and Dissemination: Researchers publish their findings in online journals and share them
through research platforms like ResearchGate or Academia.edu.

10
• Real-Time Communication: Video conferencing tools like Zoom, Skype, and MS Teams enable
researchers to connect with peers, mentors, and co-authors globally, fostering collaborative projects.

Role of Digital Tools in Research


Digital tools like online databases, e-journals, and e-libraries allow researchers to obtain reliable, peer-
reviewed sources without the need to physically access a library. Resources like INFLIBNET, DOAJ,
EBSCOhost, and other subject-specific tools enable specialized searches in specific fields, enhancing the
depth and scope of research.

INFLIBNET (Information and Library Network)

The Information and Library Network (INFLIBNET) is an inter-university centre initiated by the University
Grants Commission (UGC) of India. It serves as a hub for sharing library and information resources among
academic institutions across India. INFLIBNET’s primary objective is to promote open access to research
resources, enable resource sharing, and support the academic and research communities.

Key Features of INFLIBNET


• Access to Scholarly Databases: INFLIBNET provides access to a range of academic databases,
including JSTOR, Project Muse, and more. Through INFLIBNET’s N-LIST program, researchers can
access thousands of journals and e-books in various disciplines.
• e-ShodhSindhu: This is a digital consortium for higher education institutions that offers access to e-
resources at affordable rates, benefiting universities and research centers across India.
• Shodhganga: INFLIBNET’s digital repository for Ph.D. theses and dissertations. It provides open
access to academic research across disciplines, helping to avoid duplication and encouraging further
study.
• Research Project Database : INFLIBNET hosts a database of completed and ongoing research projects,
which aids in networking and collaboration opportunities.

Benefits of INFLIBNET in Research


• Comprehensive Access: With INFLIBNET, researchers gain access to a diverse set of resources
without needing individual subscriptions, saving both time and cost.
11
• Standardization and Quality: Resources on INFLIBNET are vetted, ensuring that researchers access
reliable, high-quality data and information.
• National Resource Sharing: INFLIBNET fosters a collaborative approach by enabling resource sharing
across institutions, which is particularly beneficial for universities with limited library budgets.

Directory of Open Access Journals (DOAJ)

The Directory of Open Access Journals (DOAJ) is an online directory that indexes and provides access to
high-quality, peer-reviewed, open-access journals. Founded in 2003, DOAJ promotes the visibility,
accessibility, and impact of open-access scholarly journals.

Key Features of DOAJ


• Broad Access to Research: DOAJ includes journals from various fields, including science, humanities,
medicine, and social sciences.
• Quality Assurance: All journals listed in DOAJ undergo a rigorous quality check, ensuring the
inclusion of reputable, peer-reviewed content.
• Free Access: DOAJ’s mission to make research freely accessible aligns with the global movement
towards open science, benefitting researchers, students, and the public.
• Indexing and Searchability: DOAJ allows users to search for journals by subject area, country,
language, and more, making it easier for researchers to find specific open-access content.

Benefits for Researchers


• Cost-Effective Research: DOAJ enables researchers to access valuable journals without subscription
fees, making it ideal for students and researchers in institutions with limited resources.
• Enhanced Collaboration: Open-access journals allow researchers worldwide to share findings,
fostering a more collaborative and inclusive research environment.
• Increased Citation Rates: Studies show that open-access publications often receive higher citation
rates, increasing the impact of research.

Use of E-Journals in Research

E-journals are digital versions of traditional academic journals. They provide researchers with access to the
latest studies, articles, and reviews across various disciplines. E-journals are typically accessible via online
databases, institutional subscriptions, or open-access repositories like DOAJ.

Advantages of E-Journals for Researchers


• Instant Access: E-journals offer instant access to the latest research publications, allowing researchers
to stay updated with developments in their fields.
• Search and Retrieval: Digital platforms often provide advanced search functions, enabling researchers
to locate relevant articles based on keywords, authors, or topics.
• Remote Access: Many universities and institutions allow their students and staff to access e-journals
remotely, making research possible from anywhere.
• Environmental and Cost Benefits: E-journals reduce paper usage and the need for physical storage,
which benefits both the environment and institutional budgets.

12
Key Platforms for E-Journals
• JSTOR: Provides access to archives of scholarly journals in various fields.
• IEEE Xplore: Specializes in technology and engineering journals.
• SpringerLink: Offers a range of scientific and medical journals.

Benefits of E-Journals in Research


Using e-journals can significantly streamline the literature review process and facilitate the discovery of new
research questions. With the rise of open-access journals, researchers can often access these publications
without subscription fees, broadening their resources and enabling a more inclusive approach to research.

Use of E-Libraries in Research

An e-library is a digital platform where users can access a vast collection of electronic books, journals, and
other digital resources. E-libraries provide a centralized location for research materials and are accessible from
computers, tablets, and mobile devices.

Features of E-Libraries
• Digital Catalogs: E-libraries offer searchable catalogs that enable users to find specific titles or
subjects.
• Variety of Resources: E-libraries include e-books, research papers, videos, and multimedia resources,
enhancing the diversity of research materials.
• Remote and 24/7 Access: Unlike traditional libraries, e-libraries can be accessed at anytime from
anywhere, making them highly convenient for researchers.

Examples of E-Libraries
• National Digital Library of India (NDLI): Provides access to a wide array of academic resources for
students and researchers in India.
• Project Gutenberg: Offers over 60,000 free e-books, including many classic texts in the public domain.
• Google Books: A vast digital library with scanned books and access to millions of titles.

Benefits of E-Libraries
E-libraries enable researchers to conduct extensive literature reviews, gather reference materials, and even
access out-of-print publications. They play a vital role in modern research, particularly in regions with limited
physical library resources, as they democratize access to knowledge and educational resources.

EBSCOhost Online Database for Academic Libraries

EBSCOhost is an online research platform providing access to a wide variety of academic databases, including
journals, magazines, e-books, and reports across multiple disciplines. It is widely used in academic institutions
worldwide for its comprehensive collection of high-quality resources.

Key Features of EBSCOhost


• Diverse Database Collection: EBSCOhost offers databases in areas such as medicine, psychology,
education, and business. Some popular ones include Academic Search Complete, Business Source
Complete, and MEDLINE.
13
• Advanced Search Options: The platform provides customizable search options, including filters for
date, type, subject, and peer-reviewed articles, making it easier for researchers to find relevant
materials.
• Full-Text Access: EBSCOhost often provides full-text access to articles, reducing the time spent
searching for complete publications.

Benefits of EBSCOhost for Researchers


• Comprehensive Research Material: EBSCOhost’s extensive collection allows researchers to access a
broad range of subjects, supporting interdisciplinary studies.
• User-Friendly Interface: EBSCOhost’s interface is designed for ease of use, even for novice
researchers, with tutorials and tools to refine searches.
• Reliable and Peer-Reviewed Sources: Many of the sources in EBSCOhost are peer-reviewed, ensuring
that researchers access credible and scholarly content.

Subject/Field-Specific Tools on Freeware.com

Freeware.com is a repository for free software and digital tools across various disciplines. Researchers in
fields like data science, statistics, and engineering can find specialized freeware to assist with data analysis,
visualization, and project management.

Applications in Research
• Statistical Analysis: Freeware like PSPP (an alternative to SPSS) and R (for statistical computing)
enables researchers to conduct in-depth data analysis without the high cost of proprietary software.
• Project Management: Tools like Gantt Project and Trello support task tracking and project
management, which are crucial for long-term research projects.
• Data Visualization: Free tools like Tableau Public and Google Data Studio allow researchers to create
visual representations of data, enhancing the interpretation and presentation of research findings.

Benefits for Researchers


• Cost-Effective: Freeware allows researchers with limited budgets to access powerful tools that would
otherwise be expensive.
• Specialized Tools: Freeware.com’s collection includes niche tools suited to specific fields, helping
researchers find resources tailored to their needs.
• Community Support: Freeware tools often come with strong community support, where users share
tips and help troubleshoot issues, fostering a collaborative research environment.

Computer Application in Research

Computers have become essential tools in research across various fields, enhancing accuracy, efficiency, and
collaboration. In data collection and analysis, computers allow researchers to gather vast amounts of
information quickly and analyze it through statistical software like SPSS, R, or Python. This helps in
identifying patterns, testing hypotheses, and drawing accurate conclusions from large datasets.

In simulations and modeling, computers enable researchers to create virtual models of complex systems, such
as climate patterns, chemical reactions, and economic forecasts, which would be impossible to study in real
14
life. This not only saves time and resources but also allows for experimentation without physical limitations
or risks.

Computers also facilitate literature reviews and information management through online databases, which
give researchers access to a global library of scientific publications. Collaboration platforms and tools, like
Google Workspace, Mendeley, and collaborative coding environments, make it easier for researchers from
different parts of the world to work together, share data, and co-author publications.

Furthermore, in fields like bioinformatics, artificial intelligence, and machine learning, computers provide the
computing power necessary for data-intensive tasks such as DNA sequencing, image recognition, and natural
language processing. Overall, computer applications have transformed research, making it faster, more
accurate, and increasingly collaborative.

Use of Internet for Research Purposes

The internet has revolutionized how researchers gather, analyze, and disseminate information. It provides tools
and platforms for conducting literature reviews, gathering data, collaborating with peers, and publishing
results. Below are some key components of using the internet for research.

E-mail

E-mail remains a fundamental tool in academic and professional research for communication, collaboration,
and information exchange.

Uses of E-mail in Research


• Correspondence: E-mail enables researchers to communicate with peers, professors, institutions, and
libraries worldwide. It facilitates discussions, data sharing, and clarifications on complex research
topics.
• Requesting Permissions: Researchers often use e-mail to obtain permission for accessing restricted
resources or to reproduce content.
• Collaboration: Group research projects rely on e-mail for regular updates, file sharing, and project
management.
• Networking: E-mail can help researchers network by reaching out to experts in their field, setting up
meetings, or attending virtual conferences.

Effective E-mail Practices for Researchers


• Use clear subject lines to indicate the purpose of your e-mail.
• Be concise, professional, and respectful, particularly when contacting new or senior colleagues.
• Keep your message focused and provide all necessary details upfront to avoid long back-and-forth
exchanges.

The World Wide Web (WWW)

The World Wide Web (WWW) is a vast repository of information resources that researchers can use to find
articles, books, and other academic content. The WWW is essential for both primary and secondary research.
15
Key Uses of WWW in Research
• Access to Journals and Databases: Many academic journals and databases are accessible online.
Websites like JSTOR, Google Scholar, PubMed, and IEEE Xplore are widely used for finding peer-
reviewed articles.
• Open Access Resources: Open-access journals and repositories like arXiv and ResearchGate make a
wealth of research freely available.
• Institutional Websites: Universities and research institutions maintain websites with databases,
research tools, and links to faculty publications.
• Digital Libraries: Libraries like Project Gutenberg and HathiTrust provide free access to many books
and manuscripts for historical and literary research.

Effective Web Research Tips


• Use search engines wisely by combining keywords with Boolean operators (AND, OR, NOT) to refine
searches.
• Bookmark or organize important websites using a digital reference tool like Zotero or EndNote.
• Verify sources for credibility by checking authorship, publication date, and the reputability of the
website.

Web Browsing

Web browsing is the act of navigating the internet through a web browser like Google Chrome, Mozilla
Firefox, or Safari. Knowing how to use a browser effectively is crucial for research.

Key Browser Features for Researchers


• Tabbed Browsing: Researchers often need to consult multiple sources, and tabbed browsing allows
multiple pages to stay open simultaneously for comparison.
• Bookmarking: Bookmarking important pages is helpful for quick reference. Researchers can organize
bookmarks into folders by topic or project.
• Extensions and Add-ons: Many browsers support research-friendly extensions. Examples include
Grammarly (for writing assistance), Mendeley (for reference management), and Pocket (for saving
articles for later reading).
• Incognito Mode: Useful when researchers need to prevent the storage of search history, particularly
when conducting searches that may be sensitive or confidential.

Tips for Efficient Web Browsing in Research


• Use specific keywords and phrases when searching to reduce irrelevant results.
• Clear your cache regularly to keep your browser functioning smoothly.
• Use web archives (like the Wayback Machine) to access past versions of webpages that may be useful
in your research.

Technical Skills

Technical skills are essential in research for efficient data collection, analysis, and presentation. These skills
include knowledge of software, data analysis tools, and digital literacy.
16
Common Technical Skills for Researchers
• Data Collection and Analysis: Researchers often use software tools like SPSS, R, and Python to
analyze datasets. Understanding basic coding or data manipulation can be valuable.
• Internet Research Skills: This includes the ability to find reliable sources, use advanced search
techniques, and evaluate online information critically.
• Digital Document Handling: Knowing how to handle PDFs, manage documents in cloud storage, and
convert files (e.g., from Word to PDF) is essential.
• Collaboration Tools: Researchers working in teams may use platforms like Google Drive, Dropbox,
or Microsoft OneDrive to share and collaborate on documents in real-time.

Developing Technical Proficiency


• Take advantage of online tutorials, courses, and certification programs that can enhance technical
skills, especially in data analysis or software tools relevant to your field.
• Practice regularly and keep up with software updates to ensure you’re using the latest features
efficiently.
• Join online forums or professional networks (such as LinkedIn groups) where you can learn about the
latest tools and techniques in your research area.

Drawing Inferences from Data

Drawing inferences from data is a key part of research. It involves analyzing data to derive meaningful
conclusions that contribute to your study’s findings.

Steps in Drawing Inferences from Data


• Data Analysis: Researchers use statistical tools and techniques to analyze raw data. This can include
descriptive statistics (mean, median, mode) and inferential statistics (correlation, regression).
• Interpreting Results: After analysis, the researcher must interpret the results to understand what they
indicate in the context of the research question.
• Avoiding Bias: Objectivity is crucial. Researchers should aim to let the data lead to conclusions rather
than fitting the data to preconceived ideas.
• Validation: Results are often cross-checked with other data sources or methods to confirm the
reliability of the inferences drawn.

Tools for Data Analysis


• SPSS and SAS: Popular statistical software for social sciences and business research.
• Microsoft Excel: Widely used for basic statistical analysis and data visualization.
• R and Python: Open-source programming languages that provide advanced data analysis capabilities,
suitable for larger datasets and complex analyses.

Research Publishing Tools

Research publishing involves preparing documents, formatting content, and sharing research findings. Several
tools aid researchers in producing polished and professional publications.

17
MS Word
• Document Preparation: MS Word is the go-to tool for drafting research papers due to its robust word
processing capabilities. It includes features for formatting text, organizing content, and inserting
references.
• Citations and References: MS Word supports referencing tools like EndNote, Mendeley, and Zotero,
which help in managing citations and creating bibliographies.
• Track Changes: This feature is useful for collaborative editing, allowing multiple users to suggest and
review changes in a document.

Adobe Acrobat
• PDF Creation and Editing: Adobe Acrobat allows researchers to create, edit, and share PDF files,
which are commonly used for research articles.
• Annotations: Acrobat has tools for commenting, highlighting, and annotating PDFs, useful during the
review and feedback stages.
• File Compression: Acrobat’s file compression features help reduce the size of large PDF files for easier
sharing and submission.

18
Both MS Word and Adobe Acrobat are widely used in the academic publishing process for formatting and
finalizing research documents.

Graphics Tool - MS Excel

Microsoft Excel is a powerful tool for data management, analysis, and visualization, making it essential for
researchers.

Data Analysis
• Statistical Functions: Excel has built-in functions for performing basic statistical analyses like mean,
standard deviation, and correlation.
• Pivot Tables: Researchers can use pivot tables to summarize large datasets and find patterns.
19
• Conditional Formatting: This feature highlights data based on certain criteria, making it easier to
interpret results.

Data Visualization
• Charts and Graphs: Excel offers various chart options (line, bar, scatter, pie charts) to visually represent
data. This is essential for presenting research findings.
• Trend Analysis: Excel’s trendline feature helps researchers analyze data trends over time, useful in
fields like economics, epidemiology, and environmental studies.

Excel is a versatile tool for both quantitative analysis and data presentation, supporting the research workflow
from data entry to result visualization.

Presentation Tool - MS Power Point

Microsoft PowerPoint is the most commonly used tool for creating research presentations. It provides features
that help researchers visually share their work with peers, at conferences, and in classrooms.

Creating Effective Presentations


• Slide Design: PowerPoint allows users to create structured slides that summarize key points, making
complex data easier to understand.
• Visual Aids: Researchers can use graphics, charts, and diagrams to make data more engaging and
accessible.
• Animations: Animations can highlight important parts of the data, guiding the audience’s attention to
critical points.

Research Presentation Tips


• Keep it Simple: Avoid clutter by using only relevant data and images. Ensure the information on each
slide is concise and clear.
• Use Consistent Formatting: Maintain a consistent font, color scheme, and layout for professionalism.
• Practice Timing: Ensure your presentation fits within the allotted time by practicing beforehand.

20
PowerPoint is essential for creating impactful presentations that effectively convey research findings to
various audiences. These tools and skills collectively enhance the research process, helping researchers gather,
analyze, publish, and present their work with efficiency and clarity. Through a combination of internet
resources and technical proficiency, researchers can manage data effectively, collaborate with others, and
share their findings in meaningful ways.

Data Analysis Software and Analysis Techniques

Data analysis involves systematically applying statistical and logical techniques to describe, illustrate, and
evaluate data. It is essential in various fields such as business, healthcare, and research, where decision-making
relies heavily on data insights.

Data Analysis Software


Data analysis software refers to tools that help users process and interpret data to uncover trends, patterns, and
relationships. These programs facilitate various types of data analysis, from basic descriptive statistics to
advanced predictive modeling. Some popular data analysis tools include:

• Microsoft Excel- Widely used for basic data analysis tasks, Excel provides functionalities like pivot
tables, data visualization, and statistical functions.
• SPSS (Statistical Package for the Social Sciences)- SPSS is highly popular in social sciences and
business for its robust statistical analysis tools and ease of use.
• R and Python- R is widely used for statistical analysis, while Python is known for its flexibility and is
often used for machine learning and data science.
• Tableau and Power BI- These tools focus on data visualization, allowing users to create interactive
dashboards that help in data-driven storytelling.

Common Analysis Techniques

• Descriptive Analysis - Summarizes and organizes data to provide a clear overview. Common
techniques include mean, median, mode, standard deviation, and frequency distribution.
• Inferential Analysis - Makes predictions or inferences about a population based on a sample of data.
Techniques include hypothesis testing, confidence intervals, and regression analysis.
• Predictive Analysis - Uses historical data to make forecasts about future outcomes. Machine learning
algorithms like decision trees and regression models are common here.
• Prescriptive Analysis- Provides recommendations based on data insights, often using optimization
techniques and simulations to determine the best course of action.
• Qualitative Analysis - Involves analyzing non-numeric data like text, images, or audio. Common in
social sciences, it uses methods like content analysis, thematic analysis, and coding.

Each of these analysis techniques is useful in understanding different aspects of the data, and the choice of
technique depends on the objectives of the analysis.

21
Introduction to Data Analysis Software - SPSS

SPSS (Statistical Package for the Social Sciences) is a software suite used for data management, statistical
analysis, and graphical representation. Originally designed for social sciences, it is now used in various fields,
including business, healthcare, and education, due to its powerful statistical and data manipulation capabilities.

Objectives of SPSS
The primary objectives of SPSS are to simplify the data analysis process and to make advanced statistical
analysis accessible to non-experts. SPSS is designed to:

• Help users analyze complex datasets through a user-friendly interface.


• Provide a wide range of statistical tools, from basic descriptive statistics to complex multivariate
analysis.
• Enable visualization of data through charts, graphs, and tables for easy interpretation.

Features of SPSS

• Data Management - SPSS allows users to import, clean, organize, and manipulate data. It supports
various file formats, including Excel, CSV, and SQL.
• Statistical Analysis- SPSS offers a wide array of statistical tests, such as t-tests, ANOVA, regression
analysis, and non-parametric tests, making it suitable for in-depth statistical research.
• Data Visualization - It provides tools for creating visual representations like bar charts, histograms,
and scatter plots, which help in identifying patterns and presenting findings.
• User-Friendly Interface - SPSS has a straightforward interface, with options to perform analyses
through drop-down menus, allowing users to conduct analyses without coding.
• Output Management - SPSS generates output in an organized and professional format, which can be
exported to various formats (e.g., Word, PDF), making it easy to share and present results.

22
SPSS has become a popular choice for researchers due to its robust features and ease of use. It enables users
to perform complex analyses and derive insights from data with minimal programming knowledge.

Data Analysis Using SPSS

Data Importing and Preparation - SPSS can import data from Excel, CSV, and other database files. Once
data is loaded, SPSS provides options to clean and prepare it by handling missing values, recoding variables,
and organizing data types.
Example: In a dataset with age, income, and satisfaction scores, SPSS can recode variables or create age ranges
(e.g., 18-24, 25-34).
Descriptive Statistics - Descriptive analysis is the initial stage of data analysis. In SPSS, this can be done
using the “Descriptive Statistics” option, which provides measures such as mean, median, mode, and standard
deviation.
Example: To summarize age distribution in a survey, SPSS can calculate the mean age, the range, and the
most common age.
Hypothesis Testing - SPSS allows users to conduct hypothesis tests, such as t-tests, ANOVA, and chi-square
tests, to determine if there are significant differences or associations in the data.
Example: A t-test can be used to compare the average income between two age groups to see if there is a
statistically significant difference.
Correlation Analysis - Correlation analysis in SPSS identifies relationships between variables. By selecting
"Correlation" under the “Analyze” menu, users can calculate the Pearson correlation coefficient to measure
the strength and direction of relationships.
Example: Analyzing if there is a correlation between income and satisfaction levels among survey participants.
Regression Analysis - Regression analysis helps in predicting one variable based on the values of another.
SPSS provides linear and multiple regression analysis tools under the "Regression" menu.
Example: Predicting satisfaction scores based on age and income by creating a regression model.
Data Visualization - SPSS provides charting options that allow users to create histograms, bar charts, scatter
plots, and box plots. These visual tools help in exploring and presenting data insights.
Example: Creating a bar chart to show satisfaction levels by income group, or a scatter plot to show the
relationship between age and income.
Advanced Analysis - SPSS also offers multivariate analyses like factor analysis, cluster analysis, and
MANOVA, suitable for complex data structures and in-depth research.
Example: Cluster analysis can group respondents with similar characteristics, useful in market segmentation.

Benefits of Using SPSS for Data Analysis


• Ease of Use: SPSS is known for its user-friendly interface, which enables even beginners to perform
complex statistical analyses without requiring extensive programming knowledge.
• Versatility: With its wide range of statistical tests and data manipulation capabilities, SPSS is
applicable across various fields and types of data.
• Professional Output: SPSS provides a well-organized output that can be directly used in reports or
presentations, saving time on formatting.

Example -Suppose you are conducting a study to examine the impact of education level and work experience
on income levels. Using SPSS, you could perform a multiple regression analysis with "Income" as the
dependent variable and "Education Level" and "Work Experience" as independent variables. This analysis
could provide insights into how much each factor contributes to income variations.
23

You might also like