Restricting the vocabulary - visual interface design, Visual Basic Programming

Assignment Help:

Restricting The Vocabulary:

The properly formed vocabulary is like an inverted pyramid. All easy to learn communication system follow this pattern. The canonical vocabulary in the figure is comprised of the compounds, idioms and primitives. The Idioms combine compounds with the knowledge of the problem termed as domain knowledge. The Application specific commands and feedback forms the idioms. The input at this level would be commands like delete, create and draw.

The predictable output would be a scrolling effect, sorted output or dialogs. The next level is the compounds. They present the complex constructs created by combining one or more of the primitives. It is comprised of the generic input and output actions & symbols. The input at this level in GUI context would be actions like double clicking, clicking the button & manipulating the objects like push button and check box. The target controls would be edit fields and check box. Highlighting would be a possible output at this level.

2139_the canonical vocab.png

Figure: The Canonical Vocabulary

The next level is the primitives. It is comprise of the minimum indivisible actions and feedback mechanisms. They form the atomic elements of which everything in the language is comprised. Input at this level would be commands like click, drag or key press. The expected output would be on the cursor and text. When the user interface design obeys the canonical vocabulary it will be an achievement.


Related Discussions:- Restricting the vocabulary - visual interface design

Loops - VBScript, Using Loops to Repeat Code Looping let you to run a g...

Using Loops to Repeat Code Looping let you to run a group of statements repeatedly. Some loops repeat statements till a condition are False; others repeat statements till a con

Restricting the vocabulary - visual interface design, Restricting The Vocab...

Restricting The Vocabulary: The properly formed vocabulary is like an inverted pyramid. All easy to learn communication system follow this pattern. The canonical vocabulary in

Help, Assume that s is a string variable that is supposed to contain a va...

Assume that s is a string variable that is supposed to contain a value to be converted to integer. Write a fragment of code that converts the value to integer variable and displ

Check whether a number is palindrome or not, Function IsPalindrome(str) ...

Function IsPalindrome(str) Dim iStart,iEnd,ctr,blnPalin str=trim(str) blnPalin=true iEnd=len(str) iCnt=round(iEnd / 2) iStart=1 for ctr=1 to cint(iCnt) if(mid(str,iEnd,

Data control, DATA CONTROL The data control is used to connect to the d...

DATA CONTROL The data control is used to connect to the database. Three properties are very necessary to connect to the database. The primary property is the database name. You

Coding, Write an event procedure to automate the billing system of a superm...

Write an event procedure to automate the billing system of a supermarket. Give the details of database tables, forms, controls and menu design (if any). Make assumptions, wherever

Variable naming conventions, For reason of readability & consistency, emplo...

For reason of readability & consistency, employ the following prefixes along with descriptive names for variables in your VBScript code. S ub type Prefi

How to replace the text from textbox to another., I''m doing a project on v...

I''m doing a project on vb.NET. I''m stuck with this place where I should replace the text to different characters from textbox1 to textbox2 without changing text in textbox1. For

Module - dialog box in visual basic, MODULE The Modules are the collect...

MODULE The Modules are the collection of VB statements. Modules are used to simplify the program development. To add a module to your project, choose the project tabpage, and t

Illustration of ccolordialog, ILLUSTRATION OF CCOLORDIALOG The construc...

ILLUSTRATION OF CCOLORDIALOG The constructor of the CColorDialog takes the initial parameter as the default color and the next parameter specifies how much the dialog is displa

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd