Category: Open Source Technology

Home Masters of Computer Science Open Source Technology
Open Source Technology Old Exam Question – First Semester | MCS | Lincoln University College
Post

Open Source Technology Old Exam Question – First Semester | MCS | Lincoln University College

LINCOLN UNIVERSITY COLLEGE EXAMINATION PAPER FACULTY: COMPUTER SCIENCE AND MULTIMEDIA COURSE: MASTER OF COMPUTER SCIENCE YEAR/ SEMESTER:FIRST YEAR/SEMESTER ONE MODULE TITLE: OPEN SOURCE TECHNOLOGY CODE: MCSO 123 TIME ALLOWED:3 HOURS Instruction to candidates 1. This question paper has THREE (3) Sections. 2. Answer ALL questions in Section A, VSAQ 3. Answer 7 questions out of...

Background Processing in Linux. Here is what you need to know!
Post

Background Processing in Linux. Here is what you need to know!

Introduction of Process Process is an instance of program. A new process is started when you gibe any command to Linux machine. For a single program, there can be multiple processes. Types of Processes Foreground Processes Run on the screen Input from user is needed Example: Office Programs Background Processes Run on background Usually, input...

install linux on chromebook
Post

Linux Kernel Fundamentals. Things you need to know about Linux Kernel

Introduction of Kernel Kernel is core of OS representing core aspect of Linux distribution for computers and servers Architecture of Kernel is monolithic and OS operates in Kernel space. Complete control over anything is there with Kernel Linux Kernel is a layer between hardware of device and software. Kernel is responsible for For application execution, ...

Post

Overview of Linux Architecture

Overview of Linux Architecture Hardware Consists all peripheral devices Physical devices E.g RAM, HDD, Processer, motherboard etc Kernel Core Component Directly interacts with hardware Shell Interface to kernel Hides complexity of Kernel’s function Takes command / input  from users Executes function of kernels Utilities Provides functionalities of OS to users Utilities programs runs on shells...

Post

Linux Standard Directories

Linux Standard Directories All files and directories are under root directory (/) Some standard directories are /root Every file and directory starts from root Root user can write on this directory /root is home directory of root user It is not same as / /bin All executable binary files Files required for booting, repair are...

Post

Linux Vs Windows! Differences you need to know!

LINUX WINDOWS Users have access to source code Access of source code is not available to users Highly customizable Less customization option GPL License – free to modify and redistribute Microsoft’s License, can’t be modified and redistribute by users More command lines for daily uses More GUI than command lines Community Support Microsoft Support Users...