
MGT 213 (MIS) - Delapina, Pabellan
Presentation
•
Computers
•
University
•
Medium
+9
Standards-aligned
RODELLEN PABELLAN
Used 3+ times
FREE Resource
32 Slides • 22 Questions
1
Chapter 2:
Computers and Their Business Applications
By EMILY JAN DELAPINA & RODELLEN PABELLAN
2
Fill in the Blank
Fill-in-the-blank:
________ is a machine that accepts data as input(1),
processes data without human intervention by using stored instructions(2),
and outputs information(3).
3
2-1 DEFINING A COMPUTER
If airplanes had developed as computers have developed, today you would be able to go around the globe in less than 20 minutes for just 50 cents.
4
processes the data to produce the expected output information
GIGO
5
Multiple Choice
Fill-in-the-blank:
The ________ is the heart of a computer.
central
process unit
(CPU)
arithmetic
logic unit
(ALU)
control
processing unit (CPU)
central processing unit
(CPU)
6
Components of Computer
Hardware
Software
CPU
Processor Size and Operating System
BUS
Disk Drive
Motherboard
7
2-2 HISTORY OF COMPUTER HARDWARE & SOFTWARE
Major developments in hardware have taken place over the past 60 years. To make these developments clearer, computers are often categorized into “generations” that mark technological breakthroughs.
8
Multiple Choice
Which Major Technologies belongs to the Fourth-generation (1971-1992) of hardware computers?
Parallel processing, gallium arsenide chips, optical technologies
Miniaturization, VSLI, personal computers, optical discs
Integrated circuits, remote data entry, telecommunications
Transistors
Vacuum tube
9
Multiple Choice
Which Major Technologies belongs to the Third-generation (1964-1970) of hardware computers?
Parallel processing, gallium arsenide chips, optical technologies
Miniaturization, VSLI, personal computers, optical discs
Integrated circuits, remote data entry, telecommunications
Transistors
Vacuum tube
10
Multiple Choice
Which Major Technologies belongs to the Second-generation (1957-1963) of hardware computers?
Parallel processing, gallium arsenide chips, optical technologies
Miniaturization, VSLI, personal computers, optical discs
Integrated circuits, remote data entry, telecommunications
Transistors
Vacuum tube
11
Multiple Choice
Which Major Technologies belongs to the First-generation (1946-1956) of hardware computers?
Parallel processing, gallium arsenide chips, optical technologies
Miniaturization, VSLI, personal computers, optical discs
Integrated circuits, remote data entry, telecommunications
Transistors
Vacuum tube
12
13
Multiple Choice
Which Major Software Generation does Machine Language belong?
First Generation
Second Generation
Third Generation
Fourth Generation
Fifth Generation
14
Multiple Choice
Which Major Software Generation does High-level Language belong?
First Generation
Second Generation
Third Generation
Fourth Generation
Fifth Generation
15
Multiple Choice
Which Major Software Generation does Assembly Language belong?
First Generation
Second Generation
Third Generation
Fourth Generation
Fifth Generation
16
Multiple Choice
Which Major Software Generation does Natural Language Processing belong?
First Generation
Second Generation
Third Generation
Fourth Generation
Fifth Generation
17
18
NLP is a subfield of AI that aims to improve communication between humans and computers.
20
2-3 THE POWER OF COMPUTERS
Computers draw their power from three factors that far exceed human capacities: speed, accuracy, and storage and retrieval capabilities.
21
Multiple Select
Computers draw their power from three factors that far exceed human capacities. What are the three factors?
Speed
Critical Analysis
Storage and Retrieval
Accuracy
22
Process data with amazing speed, being capable of responding to requests faster than humans
Speed
computers to not make mistakes
Accuracy
Storage means saving data in computer memory
Retrieval means accessing data from memory
Storage and Retrieval
23
Uninstall Unnecessary Software
Limit Programs at Startup
Add more RAM to PC
Check for Spyware and Viruses
Use Disk Cleanup and Defragmentation
Consider a startup SSD
Take a look at your web browser
7 ways to Improve Computer Performance accdg to HP Tech
24
2-4 COMPUTER OPERATIONS
Computers can perform three basic tasks:
arithmetic operations, logical operations, and storage and retrieval operations.
25
Computers can perform three basic tasks:
arithmetic operations, logical operations, and storage and retrieval operations.
All other tasks are performed using one or a combination of these operations.
(1)
Computers can add, subtract, multiply, divide, and raise numbers to a power (exponentiation)
(+, -, *, /, ^)
(2)
Computers can perform comparison operations by comparing two numbers.
( x = y )
(3)
Computers can store massive amounts of data in very small spaces and locate a particular item quickly.
(4)
26
Multiple Choice
TRUE OR FALSE:
(A) Computers can perform four basic tasks.
(B) Computers can store massive amounts of data in very small spaces.
(A) is True,
(B) is False
(A) is True,
(B) is True
(A) is False,
(B) is False
(A) is False,
(B) is True
27
2-5 INPUT, OUTPUT, & MEMORY DEVICES
To use a computer and process data, three major components are needed:
input, output, and memory devices.
28
Input devices send data and information to the computer.
29
30
Multiple Choice
ODD ONE OUT:
(Select the option that does not belong to the category)
Category: INPUT DEVICES
Microphone
Mouse
Touch screen
Keyboard
Monitor
31
An output device is capable of representing information from a computer.
32
An output device is capable of representing information from a computer.
HP DesignJet Z9+ Pro
33
Multiple Choice
TRUE OR FALSE:
(A) Output displayed on a screen is called "hard copy".
(B) Output devices include plotters and voice synthesizers.
(A) is True,
(B) is False
(A) is True,
(B) is True
(A) is False,
(B) is False
(A) is False,
(B) is True
34
Multiple Choice
2-5c MEMORY DEVICES
Fill-in-the-blanks:
Main memory stores data and information and is usually _____ ;
Secondary memory, which is _____, holds data when the computer is off.
non-volatile;
volatile
volatile;
non-volatile
35
Main Memory
36
Multiple Select
Select all secondary memory devices.
solid-state drive (SSD)
hard disk, USB flash drives, memory cards
magnetic disk, magnetic tape, optical discs
37
SECONDARY Memory
38
Cloud Storage
Access files anytime, anywhere
Prevent data loss
Reduced cost
Improved collaboration
Improved security
No maintenace
39
Poll
POLL:
Which of the following cloud storage facilities are you familiar with?
40
(NAS)
(SAN)
a dedicated highspeed network consisting of both hardware and software used to connect and manage shared storage devices
essentially a network-connected computer dedicated to providing file-based data storage services to other network devices.
41
2-6 CLASSES OF COMPUTERS
Usually, computers are classified based on:
cost, amount of memory, speed, and sophistication.
42
43
popular ipad business applications
44
Multiple Choice
TRUE OR FALSE:
(A) Computers are classified based on cost, memory, speed, and sophistication.
(B) Supercomputers are the most powerful classification of computers.
(A) is True,
(B) is False
(A) is True,
(B) is True
(A) is False,
(B) is False
(A) is False,
(B) is True
45
Multiple Choice
Fill-in-the-blank:
A _____ is a computer and all the software for managing network resources and offering services to a network.
software
computer
network
server
46
Application servers
Database servers
Disk servers
Fax servers
File servers
Mail servers
Print servers
Remote access servers (RAS)
Web servers
SERVER PLATFORMS
47
2-7 WHAT IS SOFTWARE?
Software is all the programs that run a computer system. It can be classified broadly as system software and application software.
48
Multiple Choice
Fill-in-the-blanks:
_____ is all the programs that run a computer system.
It can be classified as _____ and _____
Software;
system software;
application software
Hardware;
system hardware;
application hardware
49
Multiple Choice
Control programs manage computer hardware and resources by performing the following function:
Select the wrong answer.
communication
data management
resource allocation
job management
data analysis
50
set of programs for controlling and managing computer hardware and software
Apple macOS, Microsoft Windows, Google's Android OS, Linux Operating System, and Apple iOS
51
mac os
Works With Everything
Rapid and Meaningful Updates
Compatibility problems and Version confusion
windows
Windows vs. Mac OS vs. Chrome OS accdg to digital trends
"It just works"
Better Together
Limited Options
"It's a web world"
Cheap and Easy
chrome os
52
53
Poll
POLL:
Which of the following common categories of Application Softwares are you familiar with?
Word-Processing, Spreadsheet, Database
Presentation, Graphic,
Desktop Publishing
Financial Planning and Accounting,
Project Management
Computer-Aided Design (CAD)
Others
54
6.1 Input and output devices for physically challenged users | Social implications of hardware. (n.d.). Siyavula. Retrieved March 19, 2022, from https://www.siyavula.com/read/cat/grade-11-cat/social-implications-of-hardware/06-social-implications-of-hardware
Khillar, S. (n.d.). Difference between Primary Memory and Secondary Memory | Difference Between. Differencebetween.net. Retrieved March 21, 2022, from http://www.differencebetween.net/technology/difference-between-primary-memory-and-secondary-memory/
Other:
Bidgoli, H. (2020). MIS: Management Information Systems. Cengage Learning.
Main reference
Some text here about the topic of discussion
Chapter 2:
Computers and Their Business Applications
By EMILY JAN DELAPINA & RODELLEN PABELLAN
Show answer
Auto Play
Slide 1 / 54
SLIDE
Similar Resources on Wayground
49 questions
Fenomeni e funzioni
Lesson
•
KG - University
49 questions
Utility Program
Lesson
•
University
50 questions
Historia del computador (INF-100)
Lesson
•
University
51 questions
Module 6 - Data Link Layer
Lesson
•
University
50 questions
L1: Flowcharts-and-pseudoco
Lesson
•
12th Grade
50 questions
Programas y Sistemas Operativos
Lesson
•
Professional Development
49 questions
Лекција 70.71.72. ОРС
Lesson
•
12th Grade
45 questions
Software
Lesson
•
Professional Development
Popular Resources on Wayground
8 questions
Spartan Way - Classroom Responsible
Quiz
•
9th - 12th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
3 questions
Integrity and Your Health
Lesson
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
9 questions
FOREST Perception
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
Discover more resources for Computers
20 questions
Disney Trivia
Quiz
•
University
7 questions
Fragments, Run-ons, and Complete Sentences
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
10 questions
DNA Structure and Replication: Crash Course Biology
Interactive video
•
11th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
14 questions
Ch.3_TEACHER-led
Quiz
•
University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University