Purchase Solution

Machine Code

Not what you're looking for?

Ask Custom Question

When might it be appropriate to write software using machine code?

Purchase this Solution

Solution Summary

Disscussion of when it might be appropriate to write software using machine code?

Solution Preview

When might it be appropriate to write software using machine code?

Machine Code, or machine language, in computer science, low-level programming language that can be understood directly by a computer's central processing unit (CPU). (Encarta, 2008)

Machine code is extremely difficult for humans to read because it consists merely of patterns of bits (i.e., zeros and ones). The specific set of instructions that constitutes a machine code depends on the make and model of the computer's CPU. For instance, the machine code for the Motorola 68000 microprocessor differs from that used in the Intel Pentium microprocessor.

Programmers who want to work at the machine code level instead usually use assembly language, developed by American mathematician Grace Murray Hopper in 1952, a human-readable notation for the machine language in which the instructions represented by patterns of zeros and ones are replaced with alphanumeric symbols (called mnemonics) in order to make it easier to remember and work with them (including reducing the chances of making errors). Like machine code, the specific set of instructions that make up an assembly ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C++ Operators

This quiz tests a student's knowledge about C++ operators.