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

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;

27 Cards in this Set

  • Front
  • Back
Computer
electronic device that completes tasks under the direction of a sequence of instructions to produce useful results for people.
• Computer Software/Computer Program
set of instructions that directs a computer to perform tasks
• App
computer program on a mobile device or on a Windows 8/10 computer
• Computer Hardware
physical equipment associated with a computer. (keyboard, mouse, hard disk)
• Mobile Device
portable computer hardware such as a smartphone or table
• Data
words, numbers, videos, graphics, & sound that programs manipulate, display, & otherwise process
• RAM
Random Access Memory
• CPU
Central Processing Unit
• SAVING & STORING DATA
placing the data or software electronically on a storage medium such as a hard disk or Universal Serial Bus (USB) drive or saving to a cloud storage server.
• Developers
people skilled in designing computer programs and creating them using programming languages.
• Application
several programs working together to solve a problem.
• Programming Language
set of words and symbols that can be interpreted by a special computer software & eventually executed as instructions by a computer.
• GUI
graphical user interface. Usually consists of a window that contains a variety of objects and that can be displayed on various devices such as a computer monitor or phone screen.
• Event
user has initiated an action that causes the program to perform a type of processing in response.
• Database
a collection of data organized in a manner that allows access, retrieval, and use of that data.
• Syntax
strict set of usage/programming rules that belong to a specific program language. Developers uses to communicate instructions to computer.
• IDE
Integrated development environment. Provides services and tools that enable a developer to code, test, and implement a single program, or sometimes a series of the programs that comprise an application.
• Class
named group of program code
• Class Library
makes the class available to all developers who need to use it
• Object
a button created from a class, or sometimes an instance of a class.
Title Bar
identifies the window and the application open in the window.
• Menu Bar –
displays the Visual Studio 2015 menu names. The menus contain lists of commands that allow you to create, edit, save, print, test, and run a Visual Basic program, and to perform other functions that are critical to developing Visual Basic programs.
• Standard Toolbar
contains buttons that execute frequently used commands such as Open Project, New Project, Save, Cut, Copy, Paste, and Undo.
• Toolbox –
contains .NET components that help you develop the GUI for your program. You can use the toolbox to place buttons, picture boxes, labels, radio buttons, and other Windows GUI objects in the windows of your program.
• Main Work Area
- contains the item you are currently developing.
• Solution Explorer
displays the elements of the Visual Basic solution, which is the name for the Visual Basic program and other items generated by Visual Studio to help the program execute properly.
• Properties Window
An item that is a visual part of a GUI is called an object or control. Each object has a set of characteristics called properties of the object.