-
The job of the _______ is to fetch instructions, carry out the operations commanded by the instructions, and produce some outcome or resultant information.
Central Processing Unit (CPU)
-
A _____ is an example of a secondary storage device.
Disk
-
The two general categories of software are _______ and ________.
- Operating systems
- applications
-
A program is a set of _________.
instrustions
-
Since computers can't be programmed in natural human language, algorithms must be written in a __________ language.
Programming
-
________________ is the only language computers really process.
Machine language
-
Words that have special meaning in a programming language are called ____________.
Key words
-
A ______ is a name that represents a storage location in memory.
Variable
-
_________ are characters or symbols that perform operations on one or more operands.
Operators
-
A ________ is part of an application's code but is ignored by the compiler. It is intended for documentation purposes only.
Remark or comment
-
The rules that must be followed when writing a program are called ________.
Syntax
-
_________ is information a program gathers from the outside world.
Input
-
________ is information a program sends to the outside world.
Output
-
An _______ is a set of well-defined steps for perfroming a task or solving a problem.
Algorithm
-
A ______ is a digram that graphically illustrates the flow of a program.
Flowchart
-
_______ is a cross between human language and a programming language.
Pseudocode
-
A _________ is a piece of data that determines some characteristic of a control.
Property
-
If you do not see the Solution Explorer or Properties window in Visual Studio, you may use the _____ menu to bring them up.
View
-
You click the pushpin icon in a window's title bar to turn the _________ feature on or off.
Autohide
-
You use the __________ to place Buttons, Lables, TextBoxes, and other controls on an application's forms.
Toolbox
-
The ______________ window allows you to navigate among the files in your project.
solution explorer
-
The ______ window allows you to examine and change a control's project.
Properties
-
When windows are ______, it means they are attached to one of the edges of the Visual Studio main window.
Docked
-
To dock a floating window, right-click its title bar and then select ______.
Dock
-
To reset the Visual Studio window layout, you select Reset Window layout from the ______ menu.
Window
-
All commands executed by the ___________ may also be executed from a menu.
Standard toolbar
-
The _____ window shows your application's form. This is where you design your application's user interface by placing controls on the form that appears when your application executes.
Designer
-
When you want to place a Button, label, TextBox, or other control on an application's form, you select it in the _______, and drag it onto the form in the Designer window.
Toolbox
-
You can access the full documentation for Visual Studio by Clicking _____ on the menu bar and then selecting View Help.
Help
-
A _____ is a small box that is displayed when you hold the mouse cursor over a button on the toolbar or in the Toolbox for a few seconds.
Tooltip
|
|