answersLogoWhite

0

trick question. it doesnt work.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why should you develop a detailed algorith for a program before writing down any assembly language instructions?

So it works.


How does an assembly to binary converter work?

An assembly to binary converter works by translating assembly language instructions into binary code, which is the language that computers understand. Each assembly instruction is converted into a series of 1s and 0s that represent specific operations and data. This conversion process allows the computer to execute the instructions given in assembly language.


How assembler works?

To the question, It is an low level language An assembly language is use to write programs : 1.Games 2.Operating system 3.Utility program 4.compiler/assembler/interpreter 5.Virus 6.Defragmenter 7.Device driver


What has the author Jake Highton written?

Jake Highton has written: 'Everlasting no' -- subject(s): Politics and government, Voyages and travels, World politics, Social conditions, Intellectual life, Travel, Foreign relations 'No! in thunder' -- subject(s): Politics and government, Social conditions 'Wrong' 'Facing the truth' 'Reporter' -- subject(s): Reporters and reporting


What has the author James F Scanlan written?

James F. Scanlan is a professor of English and Comparative Literature, known for his research on Henry James and his works. Scanlan has written numerous scholarly articles and books focusing on James' literary influence and impact. Some of his notable works include "Narrative Perspective in the Posthumous Fiction of Henry James" and "Henry James: The Contemporary Reviews."


Is there software taht can teach me how to program?

There is no one program used to teach programming. There are many programming languages so there is one way to learn programming. You normally use the program that you are learning to program in using a book and instruction as to how the language works.


How can you download the program for a captive works spre?

How can I program a Captive Works 600spremium ?


What does a hacker need to install a backdoor program on a Mac OSX?

If you want to install a backdoor program on mac OS x, you would benefit from learning how an operating system works, how mac osx works, and learn a programming language so as to write your own backdoor program. Hard work, but beneficial in the end (pending on what your using the backdoor program to do).


What has the author Richard C Detmer written?

Richard C. Detmer has written books on topics such as business intelligence, data warehousing, and database management. Some of his notable works include "Data Warehousing: Architectures, Implementation, and Technologies" and "Business Intelligence: Making Better Decisions Faster."


How does programs works in a computer?

Computer programs are usually made with a programming language such as Microsoft C++. A ton of coding goes into a single program


What is an autoworker?

An autoworker is a person who works as an assembly line worker in an automobile assembly plant.


How software works?

In order to understand how software works, you must first understand how computers "think". Computers think using a system of 1's and 0's in order to represent numbers, letters, and instructions from a program. This is called machine code, or binary. Machine code is the "native" language of a computer, as it is the only language the computer can understand. Every internal instruction inside the computer is written in machine code. In order for software to "work", a programmer must first specify the instructions needed in order to make it function properly. These instructions are usually written in a high-level programming language such as C++, which has a high level of abstraction, or a low-level programming language such as assembly language, which has a low level of abstraction. Either way, the computer cannot directly interpret these instructions by themselves, so the programmer converts them into machine code using a program called a compiler. After the program is developed by the programmer and compiled into machine code, the computer can now understand the instructions inside the program and executes them. For instance, the string of binary 1011001 might add the number 1 to a special purpose register. There is a lot more information on how software works and this is just the basics.