Jumat, 23 Mei 2008

All About Syailendra


Syailendra :

- Sastrawan killz Vocal
- Adhy Lead Guitar
- Selowz Rhythm Guitar
- Ronggo Bass
- Doddy Drum

Nama Syailendra di ambil dari sebuah wangsa yang mana kita tahu adalah sebuah wangsa yang tangguh dalam setiap melakukan perang, atau bisa juga di bilang habis - habisan dan diharapkan juga nama ini mampu memberikan dampak yang sama buat band ini. Syailendra sendiri dalam bermusik mengusung genre Nu Metal dan ter" influence " dari band asal luar negeri seperti Metallica, Pantera dan Avenged Sevenfold. Syailendra juga telah menciptakan sebuah lagu yang ber"title" Panghianat yang di setiap performace selalu dibawakan dengan cadaz tetapi tetap dengan balutan melody yang sangat kental.

Kamis, 22 Mei 2008

Artikel Tentang Arithmetic Logic Unit II


Arithmetic / Logic Unit – Elemen Pemroses
Aritmetic/Logic Unit atau ALU adalah elemen pemroses primer dalam suatu komputer. Data dalam suatu unit dapat dikonversikan dalam suatu bentuk tertentu atau dirubah dalam suatu nilai yang tergantung pada jenis operasi yang dilakukan. Sebagian ALU dapat mengerjakan operasi aritmatika dasar seperti pejumlahan, pengurangan, perkalian dan pembagian pada bilangan bilangan integer. Sebagian ALU
juga mampu melakukan operasi lojik seperti AND, OR dan INVERT. Beberapa ALU menyediakan kemampuan tambahan untuk memproses bilangan dalam format desimal maupun floating-point.

Dikutip Dari : http://buletin.melsa.net.id/jul/1014/processor.htm

afterlife lyrics


Like walking into a dream, so unlike what you've seen
So unsure but it seems, ’cause we’ve been waiting for you
Fallen into this place, just giving you a small taste
Of your afterlife here so stay, you'll be back here soon anyway

I see a distant light, but girl this can't be right
Such a surreal place to see so how did this come to be
Arrived too early

And when I think of all the places I just don't belong
I've come to grips with life and realize this is going too far

I don't belong here, we gotta move on dear escape from this afterlife

’Cause this time I'm right to move on and on, far away from here

A place of hope and no pain, perfect skies with no rain
Can leave this place but refrain, ’cause we've been waiting for you
Fallen into this place, just giving you a small taste
Of your afterlife here so stay, you'll be back here soon anyway

This peace on earth's not right (with my back against the wall)
No pain or sign of time (I’m much too young to fall)
So out of place don't wanna stay, I feel wrong and that's my sign
I've made up my mind

Gave me your hand but realize I just wanna say goodbye
Please understand I have to leave and carry on my own life

I don't belong here, I gotta move on dear escape from this afterlife
’Cause this time I'm right to move on and on, far away from here
Got nothing against you and surely I'll miss you
This place full of peace and light, and I’d hope you might
Take me back inside when the time is right

Loved ones back home all crying ’cause they're already missing me
I pray by the grace of God that there's somebody listening
Give me a chance to be that person I wanna be
(I am unbroken; I’m choking on this ecstasy)
Oh Lord I'll try so hard but you gotta let go of me
(Unbreak me, unchain me, I need another chance to live)

I don't belong here, I gotta move on dear escape from this afterlife
’Cause this time I'm right to move on and on, far away from here
Got nothing against you and surely I'll miss you
This place full of peace and light, and I’d hope you might
Take me back inside when the time is right



By : Avenged Sevenfold

Artikel Mengenai ALU (Arithmetic Logic Unit)

An arithmetic-logic unit (ALU) is the part of a computer processor (CPU) that carries out arithmetic and logic operations on the operands in computer instruction words. In some processors, the ALU is divided into two units, an arithmetic unit (AU) and a logic unit (LU). Some processors contain more than one AU - for example, one for fixed-point operations and another for floating-point operations. (In personal computers floating point operations are sometimes done by a floating point unit on a separate chip called a numeric coprocessor.)

Typically, the ALU has direct input and output access to the processor controller, main memory (random access memory or RAM in a personal computer), and input/output devices. Inputs and outputs flow along an electronic path that is called a bus. The input consists of an instruction word (sometimes called a machine instruction word) that contains an operation code (sometimes called an "op code"), one or more operands, and sometimes a format code. The operation code tells the ALU what operation to perform and the operands are used in the operation. (For example, two operands might be added together or compared logically.) The format may be combined with the op code and tells, for example, whether this is a fixed-point or a floating-point instruction. The output consists of a result that is placed in a storage register and settings that indicate whether the operation was performed successfully. (If it isn't, some sort of status will be stored in a permanent place that is sometimes called the machine status word.)

In general, the ALU includes storage places for input operands, operands that are being added, the accumulated result (stored in an accumulator), and shifted results. The flow of bits and the operations performed on them in the subunits of the ALU is controlled by gated circuits. The gates in these circuits are controlled by a sequence logic unit that uses a particular algorithm or sequence for each operation code. In the arithmetic unit, multiplication and division are done by a series of adding or subtracting and shifting operations. There are several ways to represent negative numbers. In the logic unit, one of 16 possible logic operations can be performed - such as comparing two operands and identifying where bits don't match.

The design of the ALU is obviously a critical part of the processor and new approaches to speeding up instruction handling are continually being developed.

CONTRIBUTORS: David Brown and Theuns Kruger

Dikutip dari : http://searchcio-midmarket.techtarget.com/sDefinition/0,,sid183_gci213771,00.html