• 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/21

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;

21 Cards in this Set

  • Front
  • Back

GUI

Graphical User Interface

In order for a computer to execute a program, the program and date must be placed in the computer's __________



Random Access Memory

A Class ______ stores the class and makes the class available to developers

library

An ______ is an action that the user initiates and causes the program to perform a-type of processing in response

event



A computer is able to make decisions based on the results of _ operations

Logical

Most Visual Basic programs are ____ programs that communicate with the user through a GUI

even-driven

When a program is executed, the _____ reads the Microsoft Intermediate Language and causes the instructions within the program to be executed.

common language runtime

collection of data organized in a manner that allows access, retrieval, and use of that data

database

provides tools and processes developers can use to produce and run programs

.NET Framework

may consist of several computer programs working together to solve a problem

Applications

named group of program code

class

developers write code for programs using a

programming language

program ______ translates programming statements into instructions that can be understood by the computer.

compilations

the basic functions of a computer are to ____ date, ____ data, and _______ data usable by people or other computers

accept, manipulate, and create`

a developer must follow the ______, or programming rules, of the programming language precisely

syntax

ADO>NET provides the functionality for a program to perform with a

database

VIsual Studio a an ________ (set of services and tools that enable a developer to code, test, and implement a computer program or series of programs

Integrated development Enviroment

process of using pregbuilt classses to make application development faster, easier, and more reliable is referred to as

rapid application development

set of instructions that directs a computer to perform tasks is called computer

software

a button created from a class is called a

object

very powerful and widely used programming language the we will use in class to build programs

visual basic