Understanding File Subsystems and Disk Access
File Subsystem and Disk Access
The file subsystem is a part of the operating system responsible for ensuring each user has access to their files and programs and for ensuring the safety of these files by controlling access by other users.
- Field: A set of interrelated characters. Types: numeric, alphanumeric, Boolean, etc.
- Record: A set of fields relating to the same entity.
- File: A set of interrelated records.
- Database: Interrelated groups of files that are managed together.
- Key: A set of one or more
Operating Systems: Elements, Structure, and Functions
Unit 2: Operating System Elements and Structure
2.1 Introduction to the OS
OS Definition: A set of programs, services, and functions that manage and coordinate the operation of hardware and software.
User Interaction: Through an Interface
- Interface Types:
- Text mode (Prompt)
- Graphic Mode (Mouse, Touchscreen, Voice)
Types of OS (Based on Hardware and Software Management):
- Single-User OS: Only one simultaneous user (e.g., XP, Vista, MS-DOS).
- Multi-User OS: Multiple users can use software and hardware resources
Visual Basic: Relational Operators, Loops, and Control Lists
Relational Operators in Visual Basic
Relational operators are used to compare values in Visual Basic. Here’s a breakdown of common operators:
- = (Equals): The expression
a = b
evaluates toTrue
ifa
is equal tob
, andFalse
otherwise. - > (Greater Than): The expression
a > b
evaluates toTrue
ifa
is greater thanb
, andFalse
otherwise. - < (Less Than): The expression
a < b
evaluates toTrue
ifa
is less thanb
, andFalse
otherwise. - >= (Greater Than or Equal To): The expression
a >= b
evaluates
8086 Microprocessor: Instruction Formats and Assembler Directives
8086 Instruction Formats
A machine language instruction format has one or more fields associated with it.
- The first field is called the operation code field or opcode field, which indicates the type of operation to be performed by the CPU.
- The instruction format also contains other fields known as operand fields.
- The CPU executes the instruction using the information which resides in these fields.
- There are six general formats of instructions in the 8086 instruction set.
- The length of an instruction may
Information Systems: Concepts and Applications
Module 1: Information Systems in Business
Computer literacy is the skill in using productivity software, such as word processors, spreadsheets, database management systems, and presentation software, as well as having a basic knowledge of hardware and software, the Internet, and collaboration tools and technologies.
Information literacy is understanding the role of information in generating and using business intelligence.
Business intelligence (BI) provides historical, current, and predictive views
Understanding Programs, Software, and Systems
A program is a set of instructions written in a programming language for a computer to perform a particular task. A program is called into action to create or design programs. Programmers are the people who carry out this action.
Programming Languages
Low-Level Language
Used to write programs or system software because they provide a more direct shape.
High-Level Language
Used to write application programs and special-purpose programs, written in a way more like the language we speak, but in English.
Read More