What is CMS & WordPress?
WordPress is a free, open-source Content Management System (CMS) that allows users to create and manage websites, blogs, and online stores. It’s the most popular CMS in the world, powering…
WordPress Syllabus
BCA 3 4 circular-syllabus-12-14Download
Imp script
unix shell scriptDownload
RR Algorithm
Solving the Round Robin (RR) Scheduling Algorithm Given Data: Step 1: Gantt Chart Construction Using a time quantum of 4, we allocate the CPU to each process in a round-robin…
Round Robin (RR Algorithm)
Example: Given Processes: Process Arrival Time Burst Time P1 0 6 P2 1 8 P3 2 7 P4 3 3 Time Quantum: 4 Step 1: Process Execution Gantt Chart |…
SJF (algorithm)
Example of Non-Preemptive SJF Given Processes: Process Arrival Time Burst Time P1 0 7 P2 2 4 P3 4 1 P4 5 4 Step 1: Order of Execution Gantt Chart:…
Unix chapter -5
OS unit 5Download
Unix Switch Case
variables type1)shell2)system/environment3) userdefine variable !/bin/bash echo “File Name: $0”echo “First Parameter : $1”echo “Second Parameter : $2”echo “Quoted Values: $@”echo “Quoted Values: $*”echo “Total Number of Parameters : $#” !/bin/sh…
Chapter – 1 [Algorithm]
AlgorithmDownload