
Operating Systems
Presentation
•
Computers
•
8th Grade
•
Medium
Adrian Mallia
Used 7+ times
FREE Resource
13 Slides • 48 Questions
1
Operating Systems
2
Multiple Choice
Which program brings all device resources together?
Microsoft Office
The operating system
Internet Browser
Binary
3
Multiple Select
The operating system is the program that lets you __________ with your computer. (choose two correct answers)
Communicate
Store
Hide
Interact
4
Multiple Choice
Manage all hardware & software resources on a computer/electronic device
5
OS Functions
6
OS Management Functions
File Management - organizes files & folder
User Interface - allows user to interact with device
Memory management - allocates ram to apps
I/O Management - transfers data between components
Process Management - allocates CPU usage to each task
7
Multiple Choice
Which of the following is NOT a function of an operating system?
Memory management
Process management
Network management
Word processing
8
Multiple Choice
9
Multiple Choice
10
Multiple Choice
Which of the following functions is generally not associated with the role of an operating system?
Device management
Network security
Job scheduling
Memory management
11
Multiple Choice
Which component of the operating system is responsible for managing the file system?
Kernel
Shell
File Manager
Device Driver
12
User Interfaces - Types
CLI - Command Line Interface
Identified by a black screen with text, where the user types commands directly. |
GUI - Graphical User Interface
Identified by colorful icons, buttons, and visual elements that users can click on. |
NUI - Natural User Interface
Recognized by hands-free interaction like voice commands, touch gestures, or body movements. |
13
Multiple Choice
What is the purpose of a user interface in an operating system?
To provide security features for the system.
To facilitate user interaction with the system.
To manage hardware resources directly.
To increase the speed of the operating system.
14
Multiple Choice
What is the difference between a command-line interface and a graphical user interface?
CLI is slower than GUI for all tasks.
GUI requires coding skills, whereas CLI does not.
CLI is only for advanced users, while GUI is for beginners.
CLI uses text commands, while GUI uses graphical elements for interaction.
15
Multiple Choice
16
Multiple Choice
17
Multiple Choice
What type of interface allows the user to interact with the computer system using issued commands?
Menu driven interface
Graphical User Interface
Command line interface
Touchscreen interface
18
Multiple Choice
Which type of interface is text-based and allows for precise and complex instructions to be executed in a fast and efficient way?
Menu driven interface
Command line interface
Graphical User Interface
Touchscreen interface
19
Multiple Choice
What type of interface offers a consistent user experience across different applications and operating systems?
Touchscreen interface
Menu driven interface
Command line interface
Graphical User Interface
20
Multiple Choice
Which type of interface can include multimedia elements such as images, videos, and animations to enhance the user experience?
Command line interface
Menu driven interface
Graphical User Interface
Touchscreen interface
21
Multiple Choice
What does WIMP stand for in the context of Graphical User Interfaces?
Web, Information, Music, Photos
Wireless, Internet, Multimedia, Printing
Windows, Icons, Menus, Pointers
Work, Innovation, Management, Productivity
22
Multiple Choice
The image shown is an example of which type of interface?
GUI
Command line
23
Multiple Choice
The image shown below is called a:________________
GUI
Command line
24
Multiple Choice
What does NUI stand for?
Network User Interface
National University of Ireland
Natural User Interface
New User Information
25
Multiple Choice
What kind of technology falls under Natural User Interface?
Smartphone/Tablet
Keyboard
Mouse
Desktop Computer
26
Multiple Select
What is the difference between NUI and GUI?
GUI's are more intuitive and direct.
NUI's are more indirect and responsive.
GUI's are more indirect and responsive.
NUI's are more intuitive and direct.
27
Filing Systems
A component found in the OS, used to allocate file resources through an organized system of folders and files.
28
Filing Systems
FAT32 (File Allocation Table): Simple structure, compatibility with various platforms, used in removable storage devices. Discuss its limitations, such as file size restrictions and lack of modern features.
NTFS (New Technology File System): Advanced security features, support for larger file sizes. Explore its use in Windows operating systems and advantages over FAT32.
APFS (Apple File System): Designed for Apple devices, supports encryption, optimized for flash storage. Highlight its integration with macOS and
iOS devices, and advantages
XT4 (Fourth Extended File System): Used in Linux systems, supports large file systems. Discuss its role in Linux environments and compatibility with modern storage technologies.
29
Multiple Choice
What is the file system format used for Windows Installer?
FAT
FAT32
NTFS
UFS
30
Virtual Memory
Virtual memory is a method that computers use to manage storage space to keep systems running quickly and efficiently. Using the technique, operating systems can transfer data between different types of storage, such as random access memory (RAM), also known as main memory, and hard drive or solid-state disk storage
31
Research Time...
About Virtual Memory
32
Multiple Choice
33
Multiple Choice
34
Device Drivers
A device driver is a special program that allows the operating system to communicate with hardware devices like printers, keyboards, or graphics cards.
Purpose: It acts as a translator between the OS and the device, ensuring the hardware functions correctly.
Example: A printer driver translates the print command from the computer into instructions the printer understands.
Without device drivers, the OS wouldn’t know how to control or use hardware devices.
35
Research time...
Device Drivers...
36
Multiple Choice
What does the acronym 'USB' stand for in relation to device drivers?
Universal Serial Bus
User System Bus
Ultra Speed Bus
Universal Serial Band
37
Multiple Choice
These are small computer programs that allow operating systems to read pieces of hardware connected to your computer
Device
Driver
Device Driver
Hardware
38
Multiple Choice
The keyboard has already a built-in device driver thus there’s no need to install a driver.
TRUE
FALSE
39
Multiple Choice
The graphics display card will function properly without installing device driver.
TRUE
FALSE
40
Multiple Choice
What is the purpose of device drivers?
Device drivers are used to control software applications.
Device drivers are responsible for managing network connections.
Device drivers enable operating systems to communicate with hardware devices.
Device drivers are used to enhance the performance of hardware devices.
41
Multiple Choice
What are some common issues that can occur with device drivers?
Compatibility issues, outdated or incompatible drivers, driver conflicts, and driver corruption.
Installation errors, system crashes, and performance degradation.
Driver updates, driver incompatibility, and driver inaccessibility.
Hardware issues, software issues, and network issues.
42
Buffering
What is a buffer?
A buffer is a temporary storage area used by the computer to hold data while it’s being transferred between two locations
What is buffering?
Buffering involves temporarily storing data in a buffer, allowing devices to operate at different speeds without causing data loss or disruptions.
Purpose of buffering:
It ensures that devices or processes with different speeds can work together smoothly
43
Multiple Choice
The process of continually refilling a buffer to transfer data between sender and receiver is known as
spilling
spooling
batch processing
buffer control
44
Multiple Choice
A buffer is particularly useful between the sender and the receiver when...
there is a difference in price between the sender and receiver
security needs to be enforced on the transmission
there is a difference in operational speed of the sender and receiver
different user interfaces need to be implemented
45
Multiple Choice
"Selecting ten files and dragging them all to a different folder" or "selecting ten files and choosing 'print all'" would both be good examples of
batch processing
multi-tasking
memory management
user account security
46
Fill in the Blanks
47
Each process is assigned a priority level.
The CPU executes the process with the highest priority first.
Once a process starts, it runs until completion without interruption.
Priority Based
Each process gets a fixed time slice (e.g., 10ms) to use the CPU.
After its time is up, the next process in the queue gets its turn.
If a process doesn’t finish in its time slice, it goes back to the end of the queue.
Round Robin
Process Scheduling
48
Multiple Choice
Which Scheduling algorithm allocates the
CPU first to the process that requests CPU first?
First Come First serve scheduling
shortest job scheduling
priority scheduling
none of the mentioned
49
Multiple Choice
In priority scheduling algorithm:
CPU is allocated to the process with highest priority
CPU is allocated to the process with lowest priority
equal priority processes can not be scheduled
none of the mentioned
50
Multiple Choice
Round robin scheduling falls under the category of ____________
Non-preemptive scheduling
Preemptive scheduling
All of the mentioned
None of the mentioned
51
Multiple Choice
What is Scheduling?
allowing a job to use the processor
making proper use of processor
all of the mentioned
none of the mentioned
52
System utilities are software tools that help maintain, manage, and optimize a computer's performance and functionality
System Utilities
53
Multiple Select
What happens during Defragmentation?
Information is rearranged on a USB
To make the retrieval of data quicker
Information is rearranged on a Hard Drive
To make the retrieval of data slower
54
Multiple Choice
55
Multiple Choice
What is the purpose of Anti-Virus software?
To keep the computer safe from malicious software
To keep people safe from other people
To keep the computer safe from defragmantation
To keep data safe
56
Multiple Choice
Utility programs are usually…..?
Part of the Operating System
Brought on a disk from a store
Only needed if you are connected to the Internet
Very expensive to buy
57
Multiple Select
Defragmentation will aim to…..? (Select two)
Make more space on the hard drive
Move files further apart from each other
Move files closer together
Move free space closer together
58
Multiple Choice
A Defragmented hard drive will decrease the performance of the computer?
True
False
59
Multiple Choice
Clears space on a hard drive by searching for files that can be safely deleted.
Defragmentation
Disk Cleanup
Format
CHKDSK
60
Multiple Choice
It prepares a hard drive to store information.
Defragmentation
CHKDSK
Format
SFC
61
Multiple Choice
Software tools that help detect and correct disk errors, prepare a disk for data storage, and remove unwanted files.
Disk Cleanup
System File Checker
CHKDSK
Operating Systems
Show answer
Auto Play
Slide 1 / 61
SLIDE
Similar Resources on Wayground
56 questions
Copy of G2_K9_L11_22-23
Presentation
•
KG
52 questions
Migration to Hawai'i
Presentation
•
7th - 8th Grade
55 questions
American Revolution Grade Recovery Lesson
Presentation
•
8th Grade
56 questions
Gramma 8-weather天氣用法
Presentation
•
8th Grade
53 questions
EM Spectrum EOU Assignment
Presentation
•
8th Grade
56 questions
Anne Frank
Presentation
•
8th Grade
58 questions
15.2 "Early Years of the War" Quizizz Lesson
Presentation
•
8th Grade
55 questions
Introduction to Exponents
Presentation
•
8th Grade
Popular Resources on Wayground
10 questions
Factors 4th grade
Quiz
•
4th Grade
10 questions
Cinco de Mayo Trivia Questions
Interactive video
•
3rd - 5th Grade
13 questions
Cinco de mayo
Interactive video
•
6th - 8th Grade
20 questions
Math Review
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
19 questions
Classifying Quadrilaterals
Quiz
•
3rd Grade
Discover more resources for Computers
15 questions
Review DT Year 2 Semester 2
Quiz
•
8th Grade
7 questions
Internet Privacy and Digital Awareness
Flashcard
•
8th Grade
18 questions
Company Logos
Quiz
•
6th - 8th Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
18 questions
Early Video Games
Quiz
•
6th - 8th Grade