Computer and Operating Concepts

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:04 PM on 4/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

44 Terms

1
New cards

operating system (OS)

is a type of system software that acts as the master controller for all activities that take place within a computer system.

Manage processor resources to handle simultaneous input, output, and processing tasks.

Manage memory by allocating space for all the programs and data that are in use during a computing session.

Keep track of storage resources so that files and programs can be found and manipulated.

Ensure that input and output proceed in an orderly manner by communicating with peripheral devices.

Establish basic elements of the user interface such as the appearance of the desktop, menus, and tool bars.

2
New cards

Application Software

is a set of computer programs that helps a person carry out a task. e.g. Libre office, firefox, Gimp, Transmission

3
New cards
4
New cards

Process Allocation

OS handles task by ______

5
New cards

Multitasking
Multi threading
Multi Processing

Process allocation can be one or combination of three methods:

1. provides process and memory management services that allow two or more tasks, jobs, or programs to run simultaneously.

2. Allows multiple parts, or threads of a single program to run simultaneously.

3. Delegation of tasks, programs or processes into multiple cores

6
New cards

Single-user
Multi-user

Classifications of OS:

1. deals with one set of input devices those that can be controlled by one user at a time. - Some smart phones and Tablets fit into this category.

2. allows a single, centralized computer to deal with simultaneous input, output, and processing requests from many users.

7
New cards

Windows NT Family
UNIX
Linux or Unix-like
Other OS

Types of Operating System

8
New cards

Windows XP

a personal computer operating system produced by Microsoft as part of the Windows NT family.

Microsoft discontinued it’s extended support last April 8, 2014

9
New cards

UNIX

System V
BSD

10
New cards

System V

One of the first commercial versions of the Unix operating system. Developed by AT&T and first released in 1983.
e.g. AIX, HP-UX and Solaris.

11
New cards

BSD

An operating system based on Research Unix, developed by the Computer Systems Research Group (CSRG) at UC, Berkeley.

Proprietary at first but soon become the basis of other open-source unix.

12
New cards

Free
Open
Net
DragonFly

BSD Family (4)

13
New cards

GNU/Linux

An operating system and an extensive collection of free computer software.

Unix-like, but differs from Unix by being free software and containing no Unix code.

14
New cards

Debian
Red hat
Open SUSE
Ubuntu
Bodhi
Bayanihan

GNU/Linux (6)

15
New cards

React OS

Is a Community, Open source, Collaborative, Compatible, Free operating system.

A lightweight built from scratch.

Able to run most windows apps.

Not a linux.

16
New cards

Temple OS

(formerly J OS, SparrowOS and LoseThos) is a biblical-themed lightweight operating system designed to be the Third Temple prophesied in the Bible.

A modern x86-64 Commodore system.

17
New cards

Why GNU/Linux?

Free

Distributed along with its source code under the terms of a GPL (General Public License). Open source.

Basically secure, stable, and fast.

Because big C’s are already moving to GNU/Linux.

Due to it’s licensing policy, it is easier to develop utilities and software.

*We are working in a company (CAAP) that uses GNU/Linux (Thalix & SL).

18
New cards

Boot Process

The sequence of events that occurs between the time of turning on a computer and the time that it is ready to accept user commands.

19
New cards

Power up
Start boot program
Power-on self-test (POST)
Identify peripheral devices
Load operating system
Check configuration and customization

6 major events boot process:

1. Power is distributed to the computer circuitry by turning on the power switch.

2. he microprocessor begins to execute the boot-strap program that is stored in ROM.

3. The computer performs diagnostic tests of several crucial system components.

4. The computer identifies any peripheral devices that are connected and checks their settings

5. The operating system is copied from the hard disk to RAM.

6.The microprocessor reads configuration data and executes any customized startup routines specified by the user.

20
New cards

User Interface

the combination of hardware and software that helps people and computer communicate with each other.

Basically, it consist of a display device, mouse, and keyboard.

21
New cards

Graphical User Interface (GUI)
Command line Interface (CLI)

User Interface 2 display environments

22
New cards

/bin folder

is a standard subdirectory of the root directory in Unix-like operating systems that contains the executable programs.

23
New cards

/boot folder

Contains all the boot related info files and folders such as grub.conf, vmlinuz image aka kernel etc.

24
New cards

/dev folder

Is the location of special or device files. The two major devices are BLOCK and CHARACTER.

25
New cards

/etc folder

Is where configuration files and directories are located.

26
New cards

/home folder

also called a login directory, is the directory on Unix-like OS that serves as the repository for a user's personal files, directories and programs.

27
New cards

/lib folder

is a library files directory which contains all helpful library files as well as kernel modules used by the system.

28
New cards

/lost+found folder

Files that would normally be lost because of directory corruption. Recovered bits of corrupted files.

29
New cards

/tmp folder

A directory made available for applications that need a place to create temporary files.

30
New cards

/var folder

Contains variable data like system logging files, mail and printer spool directories, and transient and temporary files.

31
New cards
32
New cards

/usr folder

Contains all the user binaries, their documentation, libraries, header files, etc. Sometimes referred as 'User System Resources'.

33
New cards

True

True or False:
Everything inside the GNU/Linux is a file.

34
New cards

Partition

- Is a logical area of a disk as a result of division process called partitioning.

35
New cards

Filesystem

The structure and logic rules used to manage the groups of information and their names is called a "file system"

36
New cards

FAT(12, 16, 32), exFAT, NTFS

File Systems (Supported in Linux) (yung nakapula lang)

37
New cards

KDE
Mate
Gnome
Cinnamon
Budgie
LXDE
Xfce

Desktop Environments

38
New cards

Bourne Again SHell (BASH)

On-the-fly compiler that translates commands into sequence of bits understood by the machine.

Sometimes called ā€œinterpreterā€ .

Created by Stephen Bourne.

39
New cards

True

True or False

In GNU/Linux, characters are case sensitive and space sensitive between command & parameters. Multiple spaces though are ignored.

40
New cards

HOME
PATH

Common Environment (is also a variable)

41
New cards

$echo $HOME
$echo $PATH

Displaying Environment value

42
New cards

tilde (~)

$HOME is also a ______ character?

43
New cards
44
New cards