click below
click below
Normal Size Small Size show me how
Module 1 Chapter 1
Quiz ITP 120
| Question | Answer |
|---|---|
| The purpose of validating the results of the program is: | To determine whether the program solves the original problem |
| The data contained in an object is known as: | Atributes |
| Syntax is: | Rules that must be followed when writing a program |
| Software Refers to | Programs |
| RAM is usually: | A volatile type of memory, used only for temporary storage |
| One of the design tools used by programmers when creating a model of the program is: | Pseudocode |
| Key words are: | Words that have a special meaning in the programming language |
| Java was developed by: | Sun Microsystems |
| Byte code instructions are: | Read and interpreted by the JVM |
| Because Java byte code is the same on all computers, compiled Java programs: | Must be re-compiled for each different machine it is run on |
| Another term for programs is: | Software |
| A runtime error is usually the result of: | A logical error |
| A program is a sequence of instructions stored in: | The Computers Memory |
| A computer program is: | A set of instructions that enable the computer to solve a problem or perform a task |
| A byte is a collection of: | Eight bits |
| ________ refers to the physical components that a computer is made of. | Hardware |
| Variables are: | Symbolic names made up by the programmer that represents locations in the computer's RAM |
| This is a special language used to write computer programs. | Programming Language |
| This is a software entity that contains data and procedures. | Object |
| These are used to indicate the end of a Java statement. | Semicolons |