Term
| Term: Set of instructions that direct a computer to perform tasks |
|
Definition
|
|
Term
| Term: Physical equipment associated w/ a computer |
|
Definition
|
|
Term
| Term: Program on a mobile device or Windows 8 |
|
Definition
|
|
Term
| Term: Raw info that programs have to manipulate, display, or process |
|
Definition
|
|
Term
| What are the three basic operations all programs perform? |
|
Definition
1. Input 2. Processing 3. Output |
|
|
Term
| To execute a program, __ and __ must be placed in the computer's __ so the CPU can act on it. |
|
Definition
|
|
Term
| Term: Storing on a storage medium or server |
|
Definition
|
|
Term
| Term: Storage remains available even after the power is turned off |
|
Definition
|
|
Term
| Term: Several computer programs working together to solve a problem |
|
Definition
|
|
Term
| Term: Action that a user initiates, causing a program to process in response |
|
Definition
|
|
Term
| What are the three logical operations a computer can perform? |
|
Definition
-Equal -Less than -Greater than |
|
|
Term
| True/False: The program you write can also save data. |
|
Definition
|
|
Term
| Term: Collection of data organized that allows access, retrieval, and use |
|
Definition
|
|
Term
| Term: Strict set of programming usage rules |
|
Definition
|
|
Term
| What provides services and tools for coding, testing, and implementing? |
|
Definition
| Integrated Development Environment (IDE) |
|
|
Term
| What are the five programming languages Visual Studio uses? |
|
Definition
-Visual Basic -C++ -Visual C# -Javascript -Visual F# |
|
|
Term
| Which programming language offers a mix between C++ and Visual Basic? |
|
Definition
|
|
Term
| Which programming language has a math-intensive focus, great for scientific and programming uses? |
|
Definition
|
|
Term
| Term: Software environment in which programs can be developed for .NET |
|
Definition
|
|
Term
| Term: Group of programming code |
|
Definition
|
|
Term
| Term: Object created from a class |
|
Definition
|
|
Term
| Where can you find a database of object codes? |
|
Definition
| .NET Class Library (ADO.NET 4.5) |
|
|
Term
| Term: Process of programming code being translated into instructions |
|
Definition
|
|
Term
| What is the first generation (1GL) of programming language? |
|
Definition
| Machine language (00001 10000) |
|
|
Term
| What is the second generation (2GL) of programming language? |
|
Definition
| Assembly language (MOV AL, 1h) |
|
|
Term
| What is the third generation (3GL) of programming language? |
|
Definition
| Procedure-oriented (How to..) - First language to use English |
|
|
Term
| What is the fourth generation (4GL) of programming language? |
|
Definition
| Non-procedure-oriented (What you want) |
|
|
Term
| What is the fifth generation (5GL) of programming language? |
|
Definition
|
|
Term
| What does BASIC stand for? |
|
Definition
| Beginner's All-purpose Symbolic Instruction Code |
|
|
Term
| What generation is Visual Basic? |
|
Definition
Hybrid 3-4-5th generation Object-oriented/Event-driven (OOED) with GUI |
|
|
Term
| In a form, what is a text box for? |
|
Definition
|
|
Term
| In a form, what is a label box for? |
|
Definition
| Information display/output |
|
|
Term
| Why is a form a special object? |
|
Definition
It's a container object -Can be designed -Is a container for other objects |
|
|
Term
| What parts of a computer affect the speed of MIPS? |
|
Definition
|
|