Nt1420 Unit 1

604 Words3 Pages
Unit 1 Assignment 1 Why is the CPU the most important component in a computer? The CPU is the part of the computer that actually runs the programs What number does a bit that is turned on represent? What number does a bit that is turned off represent? 1 represents a bit that is turned ON. 0 represents a bit that is turned OFF What would you call a device that works with binary data? A device that works with binary data is called a DIGITAL device What are the words that make up a high-level programming language called? KEY WORDS or RESERVED WORDS What are the short words that are used in assembly language called? MNEMONICS What is the difference between a compiler and an interpreter? A COMPILER is a program that translates a high-level language program into a separate machine language program. An INTERPRETER is a program that both translates and executes the instructions in a high-level language program What type of software controls the internal operations of the computer’s hardware? An operating system controls the internal operations of the computer’s hardware Unit 1 Research Assignment 1 Algol (ALGOrithmic Language): 1960, Defined by an international consortium. Algol was the first language to be machine independence. It has many of the common language features, such as If-Then-Else, For and While loops, Switch with gotos, begin and end markers, local variables, etc. Cobol (COmmon Business Oriented Language): 1960, Defined by a committee named the Conference on Data Systems Languages (CODASYL). The Department of Defense, universities and others were members of the committee. Cobol focuses on business needs and the syntax is believed to be easy enough to read that documentation is not required. Cobol is a procedural language, and its programs are broken into four divisions: Identification, Environment, Data and Procedure. Pascal: 1970,

More about Nt1420 Unit 1

Open Document