Operating Systems: Concepts and Architectures

Monoprogramming or Single-tasking

An operating system where only one program runs at a time. A new program cannot start until the current one finishes. This execution type is practically obsolete, replaced by multiprogramming.

Multiprogramming

A technique that allows two or more programs to occupy the same main memory unit and execute concurrently. For example, while executing input/output operations for one program, the CPU can perform non-I/O operations for other programs. Multiprogramming is managed

Read More

Understanding Decrease and Conquer, Topological Sort, and More: A Comprehensive Guide to Algorithms

1. Define decrease & conquer approach with example (insertion or topological sort)
The decrease and conquer approach is a problem–
Solving strategy where a problem is reduced to a smaller instance of the same problem, solved, and then extended to solve the original problem. This technique involves three steps: 1. Decrease: Reduce the problem to a smaller instance. 2. Conquer: Solve the smaller instance. 3. Extend: Use the solution of the smaller instance to solve the original problem. Let’s illustrate

Read More

Internet for Beginners: A Comprehensive Guide to Understanding and Using the Web

Internet

What is the Internet?

The Internet is a vast network of interconnected computers that communicate with each other. Using a computer at school, home, or work, you can access hundreds of thousands of computers worldwide. With the right software, you can transfer files, connect remotely to computers thousands of miles away, and use electronic mail (email) to send and receive messages.

The FTP protocol allows an Internet user to transfer files from a computer without having an account on it. This

Read More

Essential PC Hardware and Software Troubleshooting Guide

Common Issues and Solutions

1. Hiding the WLAN ID

To hide your WLAN ID from wireless clients, disable the broadcast of the SSID on the access point.

2. CPU Upgrades and Thermal Compound

When upgrading a CPU, always apply thermal compound between the new CPU and the heat sink/fan.

3. Managing Startup Programs in Windows

After installing Windows, use the Msconfig utility to select programs that run at startup.

4. Default Windows 7 File System

The default file system used during a fresh installation of Windows

Read More

Introduction to Television Systems and Signal Processing

ITEM 6: Image Decomposition and Exploration

2. Decomposition of the Image

  • Each image (frame) is decomposed into horizontal lines.
  • Each line consists of points.
  • Parameters of the point:
    • Brightness
    • Hue
    • Saturation
  • Synchronization

3. Exploration of the Image

  • PAL System: 625/25
  • Perception of image:
    • Retentive
    • Visual Persistence
  • Progressive Scan:
    • Table = 625 lines
  • Interlace:
    • Table = 2 fields
    • Field = 312.5 lines

4. Brightness and Color

  • Each image point is composed of three basic colors: red (R), green (G), and blue (B).
  • Transmission
Read More

Computer Components: Buses, Ports, Microprocessors, and More

Buses and ports in a port just ‘there can get a device, any external device that we have our computer can be connected to the ports are bus connections with internal components that communicate by passing information from one side to another. There are 3 types of bus stop:
Bus data-They travel data, we want to read or write address bus-traveling there to bring the bits where we where we need to read or write. Bus Control – passive synchronization signals and orders to be worked each bus is talk

Read More