skip to main
|
skip to sidebar
Zemenpost
Pages
Home
Android
Drama
News
Operating System
programming
web development
Most Important Computer shortcuts
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
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...
Android - Application Components
Application components are the essential building blocks of an Android application. These components are loosely coupled by the applicatio...
Operating System - File System
File A file is a named collection of related information that is recorded on secondary storage such as magnetic disks, magnetic tapes an...
HTML5 - Web Workers
JavaScript was designed to run in a single-threaded environment, meaning multiple scripts cannot run at the same time. Consider a situatio...
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...
Android - UI Layouts
The basic building block for user interface is a View object which is created from the View class and occupies a rectangular area on t...
C++ Pointers
C++ pointers are easy and fun to learn. Some C++ tasks are performed more easily with pointers, and other C++ tasks, such as dynamic memor...
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...
Drupal - Architecture
Drupal is a platform for web content management which is powerful tool for building simple and complex sites. In this chapter, we are goin...
HTML Formatting
If you use a word processor, you must be familiar with the ability to make text bold, italicized, or underlined; these are just three of t...
No comments:
Post a Comment