Shared Flashcard Set

Details

LO5 - Information Communication
Information Communication
56
Computer Networking
Undergraduate 1
05/19/2012

Additional Computer Networking Flashcards

 


 

Cards

Term
Storing Data
Definition

Is effective when there is thorough design of data types and structures and careful consideration of fields used as primary keys for creating relationships.

Term
DBMS
Definition
Is an integrated set of programs used to define, update, and control databases.
Term
Organising Information
Definition
Involves the following steps of Critical Thinking; Clarify, Reflect, Analyse and Synthesise
Term
Data
Definition
Is facts, images, or sounds that may or may not be pertinent or useful for a particular task.
Term
Information
Definition
Is data whose form and content are appropriate for a particular task.
Term
Active Reading Strategies
Definition
Are used to stimulate your thinking, to help you get interested in what you read, to make reading easier and to increase your recall.
Term
Information Management
Definition
Is the effective definition, storage AND retrieval of your information.
Term
Mailmerge
Definition
Is a feature that adds extra functionality and allows the rows of a table to represent records that may be merged into form letters, catalogue entries or mailing labels.
Term
Data type
Definition
Can be text, image, audio, video, number or a predefined data item.
Term
Information Literacy
Definition

Is gained by the following steps;

  • Define the need for information
  • Initiate the search strategy
  • Locate the resources
  • Assess and comprehend the information
  • Interpret the information
  • Evaluate the product and the process.
Term
Guide Questions
Definition
Are used to focus your attention and aid you in picking out what is important in the text you are reading.
Term
Flat File Database
Definition
Is commonly implemented by end users, such as a spreadsheet.
Term
Queries
Definition
Are used to interrogate table data by using Grids, or by using Standard Query Design Language (SQL).
Term
Relational Database
Definition
Can hold thousands of related tables filled with data.
Term
Knowledge
Definition
Is a combination of rules, ideas, instincts and procedures that guide actions and decisions.
Term
Text Database
Definition
Is common for delivering proformas ie documents with forms to be filled in by users, or procedural documents with standard steps detailed on them.
Term
Relationships
Definition
Are used to link tables containing primary keys togethers.
Term
Hypertext Document
Definition
Contain links which allow a user to navigate quickly through a document or other related documents.
Term
Information Collection Techniques
Definition
Interviewing and Observation, Reading, Note Taking and Listening.
Term
Retrieving Information
Definition
Is the function of reports in a database
Term
What are the five basic steps in an interview process?
Definition
  1. Selecting the person or people to interview
  2. Designing your interview questions
  3. Preparing for the interview
  4. Conducting the interview
  5. Following up after the interview

 

Term
What are three types of interview questions?
Definition
  1. closed-ended questions
  2. open-ended questions
  3. Probing questions
Term
Active Reading
Definition
  1. Read the title, subtitles, and headings
  2. Read the introduction or abstract or executive summary
  3. Read the first sentence under each heading
  4. Note typographical and graphical aids
  5. Read the conclusion/final summary
  6. Look through the bibliographic/reference section at the end of the resource
  7. Defining your purposes for reading using Guide Questions
Term
Note Taking
Definition
  • Listen/Look for key words or phrases. 
  • Find important points in source materials. 
  • Use short sentences to record your own ideas while the lecture is in progress. 
  • Use pre-published material as a guide to lecture structure and so on. 
  • Keep your notes organised for easy retrieval and use later on. 
  • Use ink in a standard size notebook, start each lecture/tutorial on a new page with the date clearly noted.
Term
Active Listening
Definition
  • Approach listening as a process similar to reading
  • Focus on content, not delivery
  • Listen carefully to the speaker’s opening comments
  • Attempt to understand the lecturer’s purpose
  • Fill the gap between rate of speech and the rate of thinking
  • Approach listening as a challenging mental task
Term
What are the three information types/sources
Definition
  1. Primary Information
  2. Secondary Information
  3. Tertiary Information

 

Term
when collecting data/information we need to again consider our information literacy skills
Definition

·         Define the need for information

·         Initiate the search strategy

·         Locate the resources

·         Assess and comprehend the information

·         Interpret the information

·         Evaluate the product and the process

Term
Before storing data, we need to critically think about the data in regards to...
Definition

Relevance

Reliability

Bias

Term
What is metadata?
Definition
Metadata consistz of data about data, that is, data characteristics and relationships.
Term
What is an Entity?
Definition

An entity is anything (a person, a place, a thing, or an event) about which data are to be collected and stored. It can be a physical object as well as an abstract concept, such as Appointment. There has to be more than 1 instance of an entity

Term
What is an attribute?
Definition
An attribute is a property that describes some aspect of the entity that we wish to record.
Term
What is a table?
Definition
A tabel represents entities in the database
Term
What are columns in a database?
Definition
Columns in a database are the attributes
Term
What are rows in a database?
Definition

 Rows: = records = instances of the entity

Term
What is a Primary Key
Definition
A primary key uniquely identifies each record or,a primary key is an identifier composed of one or more attributes that uniquely identifies a row.
Term
What is a Foreign Key?
Definition
A foriegn key is an attribute that refers to a primary key of another entity
Term
What does cardinality represent?
Definition

Cardinality expressess the maximum number of relationships

 

·         Cardinality: = one-to-one, one-to-many, many-to-many

Term
All DBMS share some common functions. They are:
Definition
• Providing a user view
• Physically storing and retrieving data in a database
• Allowing the creation and modification of the database
• Manipulation of data and the generation of reports
Term
What is Interaction Design (ID)?
Definition
Interaction Design (ID) is about creating user experiences that enhance and extend the way people work, communicate and interact.
Term
A key question for interaction design is...
Definition

How do you optimize the user’s interactions with a system, environment or product, so that they match the user’s activities that are being supported and extended?

Term
Interface style effects nature of this dialogue, common interface styles include:
Definition

·         Command line interface

·         Menus

·         Natural language

·         Question/answer and query dialog

·         Form-fills and spreadsheets

·         WIMP Point and click

·         3-D interfaces

Term
The seven stages in Norman’s model of interaction are;
Definition

1.       Establishing the goal

2.       Forming the intention

3.       Specifying the action sequence

4.       Executing the action

5.       Perceiving the system state

6.       Interpreting the system state

7.       Evaluating the system state with respect to the goals and intentions

Term
Define Conceptual Model
Definition
The conceptual model represents 'concepts' (entities) and relationships between them. Conceptual modelling is a well known technique of data modelling.The conceptual model is explicitly chosen to be independent of implementation details, such as concurrency or data storage. The aim of conceptual model is to express the meaning of terms and concepts used by domain experts to discuss the problem, and to find the correct relationships between different concepts. This is also called semantic model . The conceptual model attempts to clarify the meaning of various usually ambiguous terms, and ensure that problems with different interpretations of the terms and concepts cannot occur.
Term
Define Interface metaphors
Definition

User interface guidelines for most of the popular operating systems encourage the use of metaphors in interface design. They suggest that applications should build on the user's real-world experience by exploiting concrete metaphors thereby making applications easier to use.

 

Metaphors connect the user with a familiar mental model and method of interaction.

Term
The advantages of metaphors:
Definition

1.       Increase the familiarity with Interface

2.       Motivates the user to explore

3.       Maintain Consistency in Interface

4.       Contain a naturalness and pervasiveness of metaphor in human thought and language

5.       Coherence: all elements of the metaphor naturally belong together

6.       Help novices to quickly learn how to use a computer system through the application of a source domain to the target domain

Term
The disadvantages of metaphors:
Definition

1.       Restrictive for design decisions

2.       A mismatch between source and target domains can mislead users

3.       Can be expensive and time consuming

4.       Slight mismatches between the real-world and the representation on the computer are inevitable

Term
What are the characteristics of valuable information?
Definition

Accessable

Accurate

Complete

Economical

Flexible

Relevant

Reliable

Secure

Simple

Timely

Verifiable

(An Ant Can't Eat From Rob's Roast Still She Tries Violently)

Term
What are the four areas o 'Fairness of Inforamtion Use'?
Definition
  1. Knowledge
  2. Control
  3. Notice 
  4. Consent
Term
Building a database requires two types of view;
Definition
  1. Logical design (view)
    The logical design of a data base shows an abstract model of how the data should be structured and arranged to meet an organizations information needs. The logical design of a database involves identifying relationships among the different data items and grouping them in an orderly fashion.
  2.  Physical design (view)
    Physical database design starts from the logical database design and fine-tunes it for performance and cost consideration [eg. Improved response time, reduced storage space, lower operating costs, etc.
Term
The advantages of the relational model are:
Definition

·         Data and structural independence—structural independence: change in database structure does not require changes to programs e.g. inserting a new table; data independence: change to field characteristics does not require changes to programs e.g. field change from char to numeric. Independence allows us to view data logically rather than physically

·         Easy to design and manage data

Term
The disadvantages of relational model are:
Definition
  • RDBMS requires substantial hardware and operating system overhead
  • Slower than other database systems
Term
An Entity Relationship Diagram?
Definition
A model that identifies the concepts or entities that exist in a system and the relationships between those entities.  An ERD is often used as a way to visualize a relational database: each entity represents a database table, and the relationship lines represent the keys in one table that point to specific records in related tables. 
Term
What is Optionality and Cardinality?
Definition

Optionality” expresses whether the relationship is optional or mandatory.

Cardinality” expresses the maximum number of relationships.

Term
What is Bridge Entities?
Definition

When an instance of an entity may be related to multiple instances of another entity and vice versa, that is called a “many-to-many relationship.”  In the example below, a supplier may provide many different products, and each type of product may be offered by many suppliers:

 

Term
What are the two forms of Arguments?
Definition
‘Arguments come in two forms – deductive and inductive. A deductive argument is intended to provide logically conclusive support for its conclusion. An inductive argument is intended to provide probable – not conclusive – support for its conclusion.’
Supporting users have an ad free experience!