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

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;

40 Cards in this Set

  • Front
  • Back
The job of the _ is to fetch instructions, caryo ut the opreations commanded by the instructions, and produce some outcome or resultant information
CPU
A _ is an example of a secondary storage device
DiskDrive
The two general categories of software are _ & _
OS & Application software
A program is a set of_
Instructions
Since computers cannot be programmed in natural hman language, algorithms must be written in a )
Programming Language
_ is th eonly language computers can proces directly, with out any coversion required.
Machine Language
Words that have predefined meaning in a programming language are called__
Key Words
A __ is a name tat represents a storage location in memory
Variable
__ are characters or symbols that perform operations on one or more operands
Operator
A __ ispart of an application's code but is ignored by the compiler. It is intende for documentation purposes only
Comment
Rules that mus be followed when writinga proram are called
Syntax
_ is data the computer collects from the world outside of the computer
Input
__ is data the computer sends to the world outside of the computer
Output
A _ is a set of well-defined steps for perorming a task or solving a problem
Algorithym
A __ is a diagram that graphically illustrates the low of a program
Flowchart
__ is human-readable code that loks simlar to proraming language code
Pseudocode
A _ is a piece ofdata that detrmines some charateristic, such as color or size, ofa control
Property
If you do not see the Solution Explorer or Properties winows in Visual Studio, you may use the ___ menu to make them visible
View
You click the pushpin icon in a window's title bar to turn the __ feature on or off
Auto Hide
You use the __ to place Butons, Labels, TextBoxes, and other controls on an appliation's forms
Toolbox
The __ window allows you to navigate amont the files in your project
Solution Explorer
The __ window allows you to examine and change a control's color, size, and other characteristics
Properties
When windows are __, it means they are attached to one of the edges of the Visual Studio main window
Docked
To dock a floatin window, right-click its tile bar and then select
Dock
To reset the Visual Studio window layout, you selct Reset Window Layout rom the ___ menu
Window
AN alternative way to select Visual Studio meu commands is to use the __
Standard toolbar
the __ window shows your application's form. This is where you design your application's user interface by placing controls on te form that appears when your application executes
Designer window
When you want to place a Button, Labe, TextBox, or other control on an application's form, use the moue to select it in the __ and drag it onto the form in the Designer window
Toolbox
You can aces the full documentaion for Visual Studio by clocking __ on the menu bar, and then selecting View Help
Help
A __ is a small box that is displayed wen you hold the mouse cursor over a button on the toolbar or in the Toolbox for a few seconds
ToolTIp
What is a procedure?
a set of programming statements that exist within a program for the purpose of performing a specific task
A __ is a specific type of object that usually appears in a program's graphical user interface
control
A __ is an item in a program that contains data and has the ability to perform operations
Object
The operations an obj can perform are called
methods
Instructions made up of keywords, variables, and operators/ Also called Source code
Statements
Set of Programming statements that perform a specific task
Procedures
The part of a program that users interact with is known as
GUI GOOEY Graphical User Interface
The data an object contains is referred to as
Properties or attributes
Used to examine and change a control’s properties
The Properties Window
Used to create an application’s graphical user interface
The Designer Window