fakecineaste
Thursday, October 18, 2012
Conflict Resolution Techniques
›
Techniques for Conflict Resolution • Behavioral Techniques o Don’t negotiate when angry. o Forget the past and stay in the present....
Wednesday, October 17, 2012
course pages
›
BM348 -Tasarim Kaliplari http://members.comu.edu.tr/msahin/ Advanced Object-Oriented Systems http://people.engr.ncsu.edu/efg/591O/s98/...
Project Cost Management
›
Project Cost Processes Process Project Phase Key Deliverables Estimate Costs Planning Activity Cost Estimates,Basis of estimates De...
JSP Expression Language
›
JSP Expression Language JSP Expression Language (EL) makes it possible to easily access application data stored in JavaBeans componen...
Monday, October 15, 2012
Interrupt
›
Interrupts Defn: an event external to the currently executing process that causes a change in the normal flow of instruction execution...
Interrupt vector
›
Interrupt vector An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector t...
Firewall
›
Firewall A firewall can either be software-based or hardware-based and is used to help keep a network secure. Its primary objective is to ...
Saturday, October 13, 2012
Two Phase Locking
›
Two Phase Locking The most commonly implemented locking mechanism is called Two Phased Locking or 2PL 2PL is a concurrency control mech...
Megabytes, Gigabytes, Terabytes
›
Processor or Virtual Storage · 1 Bit = Binary Digit · 8 Bits = 1 Byte · 1024 Bytes = 1 ...
Friday, October 12, 2012
What is downcasting in java?
›
Suppose we have the following Java code in which a downcast is being performed: class Parent{ /* ... */} class ChildClass extends Pare...
Thursday, October 11, 2012
Process Control Block
›
Process Control Block The OS must know specific information about processes in order to manage, control them and also to implement th...
Interprocess Communication in Unix
›
Pipes The only real IPC facility available in early Unices was the ``pipe.'' Pipes are creating using the pipe system call %...
Buddy memory allocation
›
The Buddy System The buddy system is a memory allocation and management algorithm that manages memory in power of two increments A ...
Types of I/O Devices
›
Block devices Organize data in fixed-size blocks Transfers are in units of blocks Blocks have addresses and data are therefore addre...
What is a device driver?
›
Software in OS to manage I/O to a device is called a device driver A device driver abstracts specific device hardware into a generic mode...
What are some advantages and disadvantages for a Modular Kernel?
›
A modular kernel is an attempt to merge the good points of kernel-level drivers and third-party drivers In a modular kernel, some part of ...
what is mutual exclusion ?
›
A way of making sure that if one process is using a shared modifiable data, the other processes will be excluded from doing the same thing....
What is race condition?
›
A race condition is a situation in which a computer system tries to process at least two operations simultaneously, http://www.wisegeek.co...
Critical Section
›
Critical section In concurrent programming, a critical section is a piece of code that accesses a shared resource (data structure or devi...
The fork(), exec() system call
›
fork(): The fork system call does not take an argument. When a fork() system call is made, the operating system generates a copy of t...
What is the meaning of the term "busy waiting"?
›
What is the meaning of the term "busy waiting"? In computer systems organization or operating systems, "busy waiting" ...
What is process?
›
What is process? In computing, a process is an instance of a computer program that is being executed. It contains the program code and it...
Isletim Sisteminin Temel Görevleri
›
Isletim Sisteminin Temel Görevleri • Islem Yönetimi (ProcessManagement) • Bellek Yönetimi (MemoryManagement) • Giris/Çikis Yönetimi ...
Process States
›
Process States and Their Transitions When a process is born, its life in the system begins During its existence a process executes, it...
Isletim Sistemi Tarihçesi
›
ILK NESIL iSLETIM SISTEMLERI (1945 – 1955) 1940 larda Howard Aiken, John von Neumann, Jpresper Eckert ve William Mauncley VAKUM TÜPLERI...
Isletim Sistemi Türleri
›
* Mainframe (Ana Çati) sistemleri * Sunucu(Server) isletim sistemleri * Çok islemcili isletim sistemleri * Kisisel bilgisayar isletim s...
TEMEL ISLETIM SISTEMI YAPILARI
›
TEMEL ISLETIM SISTEMI YAPILARI 1.Tek Parça (monolitik) Sistemler 2.Katmanli(Layered) Sistemler 3.Sanal Makineler(Virtual Machines) 4...
Saturday, October 6, 2012
Loop invariant
›
In computer science, a loop invariant is an invariant used to prove properties of loops. Informally, a loop invariant is a statement of the...
An algorithm's real-time readiness ratio (RTR)
›
real-time ratio=average-case running time / worst-case running time bubblesort heapsort insertion mergesort quicksort best n nlogn...
directed acyclic graph (DAG)
›
Directed Acyclic Graphs A directed acyclic graph (DAG) is a directed graph that contains no cycles http://www.csse.monash.edu/~lloyd/...
Tuesday, October 2, 2012
Event-driven architecture
›
Event-driven architecture Event-driven architecture (EDA) is a software architecture pattern promoting the production, detection, consum...
Semantic Web
›
Semantic Web The Semantic Web is about two things. It is about common formats for integration and combination of data drawn from diverse...
PRINCE2
›
PRINCE2 is a process-based approach for project management, providing an easily tailored and scaleable project management methodology for t...
Wednesday, September 26, 2012
Erlang
›
Erlang Erlang is a general-purpose concurrent, garbage-collected programming language and runtime system. It was designed by Ericsson...
‹
›
Home
View web version