Various types of user interface models - microsoft solution framework

Describe the various types of user interface models

Some of the types of UI are:

Graphical UI: Accept input from the user through mouse/keyboard and provide output in a graphical way on the screen.

Web UI: Accept user input through mouse/keyboards in a browser and exchange information through web pages.

Command line UI: User provides input through a command string and the system displays output text on screen.

Touch UI: User provides input by touching the screen and the output is displayed using graphics as a result of user’s actions. 
What is a database schema? - microsoft solution framework
Database schema is a formally described structure in terms of DBMS. In an RDBMS, schema is defined using database tables, fields, and relationships (foreign keys)..........
What are the types of physical data models? - microsoft solution framework
Types of physical data models - Flat-file, Hierarchical, Relational and object-oriented.......
Various relationships that can exist between database tables - MSF
One-to-One: Depicts that one instance of entity A is and can be only related to one instance of entity B. e.g.: Student->Class (One-to-One).......
Post your comment