• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back
The 3 basic functions of many programs are...
input, processing, output
computer software
the set of instructions that directs a computer to perform tasks
Saving
placing the data or software electronically on a storage medium such as a hard disk
persistant
means that stored data remains available even after the computer is powered off.
application
several computers working together to solve a problem
GUI
Graphical User Interface, a window with a variety of objects that can be displayed on a variety of devices
Programming Language
a set of words and symbols that can be interpreted by special computer software and can be executed as instructions by a computer
an event
the user has initiated an action that causes the program to perform the type of processing called for by the user's action
Database
is a collection of data organized in a matter that allows access, retrieval and use of that data
Programming Language Syntax
is a strict set of rules that developers must follow in order to execute a program
IDE
Integrated Development Environment - services and tools that enable a developer to code, test, and implement a single program
The 4 major features of the .NET Framework 3.5 are...
.NET class library, ADO.NET 3.5, ASP.NET 3.5 and the Common Language Runtime
Class
is a named group of program code
Class Library
once a class is coded, it can be stored here so that it is available to all developers who need to use it
object
a button created from a class, or an instance of a class
instantiation
the process of creating a button object from the button class
RAD
Rapid Application Development- the process of using prebuilt classes to make application development faster, easier, and more reliable
program compilation
process of translating programming statements into a collection of instructions that can be understood by the electronics of the computer
The five types of applications you can create in Visual Basic 2008
Windows Application, mobile applications, Web site applications, an Office application, a database application
The three programming languages you can use with Visual Studio 2008
Visual Basic, C++, Visual C#