skip to main
|
skip to sidebar
Zemenpost
Pages
Home
Android
Drama
News
Operating System
programming
web development
Wazema Part 6 Ethiopian Drama
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Operating System - I/O Hardware
One of the important jobs of an Operating System is to manage various I/O devices including mouse, keyboards, touch pad, disk drives, disp...
Operating System - Memory Management
Memory management is the functionality of an operating system which handles or manages primary memory and moves processes back and forth b...
C++ Loop Types
There may be a situation, when you need to execute a block of code several number of times. In general statements are executed sequentiall...
Operating System - Properties
Batch processing Batch processing is a technique in which an Operating System collects the programs and data together in a batch before ...
Operating System - Virtual Memory
A computer can address more memory than the amount physically installed on the system. This extra memory is actually called virtual memo...
Operating System Scheduling algorithms
A Process Scheduler schedules different processes to be assigned to the CPU based on particular scheduling algorithms. There are six popul...
C++ Environment Setup
Try it Option Online You really do not need to set up your own environment to start learning C++ programming language. Reason is very s...
Java - Loop Control
There may be a situation when you need to execute a block of code several number of times. In general, statements are executed sequentiall...
Operating System - Multi-Threading
What is Thread? A thread is a flow of execution through the process code, with its own program counter that keeps track of which instruc...
No comments:
Post a Comment