click below
click below
Normal Size Small Size show me how
CMIN-203
Logic and Design Ch 1
| Question | Answer |
|---|---|
| What function(s) does an interpreter perform with the instructions in a high-level programming language? | Translates and executes |
| The first high-level programming language designed that could perform complex mathematical calculations. | FORTRAN |
| Programs that make a computer useful for everyday tasks are known as what? | Application software |
| The cycle used by the CPU to execute instructions in a program. | Fetch-decode-execute |
| Which of the following is not an example of operating system software: Microsoft Word, Windows Vista, Linux, Mac OS X? | Microsoft Word |
| Which computer language uses short words known as mnemonics for writing programs? | Assembly |
| The following is an example of an instruction written in which computer language: 10110000? | Machine language |
| What is the encoding technique called that is used to store negative numbers in the computer’s memory? | Two's compliment |
| Which programs execute faster, interpreted or compiled? | Compiled |