<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Teaching MIS</title>
<link>http://www.teachingmis.com/blog/</link>
<description>David Kroenke</description>
<language>en</language>
<copyright>Copyright 2007</copyright>
<lastBuildDate>Fri, 09 Mar 2007 12:24:50 -0800</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.2</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Using an On Line Forum for Student Participation</title>
<description><![CDATA[<p>Yesterday I talked with Professor James Sager of Cal State University /
Chico.&nbsp; Professor Sager teaches intro to MIS to sections of three to four
hundred students.&nbsp; He wants class participation, but realizes that many
students will be intimated by such a large group.&nbsp; So, instead, he requires
the students to participate in online forums.&nbsp; As he explains <a href="http://www.teachingmis.com/blog/sources/2007/Forum_Requirements.pdf" target="_blank">here</a>,
the students earn 15% of their grade based on their forum participation.&nbsp;
You can see the forum itself <a href="http://cisr.cob.csuchico.edu/JForum02/" target="_blank">here</a>.</p>
<p>I asked him if grading participation for so many students is a problem and he
explained that he's written software to compute students' scores:</p>
<blockquote>
  <p><span><font color="#0000ff" face="Arial" size="2">&quot;At present I give
  students 12 points for each original posting (new thread) and 4 points for
  each of their reviews/rating of their peers postings.&nbsp; In total, they can
  earn 148 points which amounts for roughly 15% of their grade in the course.&nbsp;
  The forum software that I use is based on an open-source product called JForum
  (<a href="http://www.jforum.net/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.jforum.net/</a>).&nbsp;
  I've modified the base software in a couple of important respects and it
  should probably be modified even further to make it a better facility for
  classroom use&nbsp;(I can think of a couple of annoyances that I'd love to
  resolve).&nbsp; Also, my version is based on a slightly older release than the
  current 2.1.7 product.&nbsp; For grading, I&nbsp;wrote a servlet that
  interrogates the JForum database and calculates&nbsp;students' point totals
  automatically.&nbsp; I started to do the job manually once and quickly
  realized that I could write the software and do the job automatically&nbsp;before
  I would finish the job looking at the data&nbsp;by hand.</font></span></p>
  <p><span><font color="#0000ff" face="Arial" size="2">&quot;Sometime in the
  future, I'd like to explore creating a &quot;Semantic Forum&quot; that would
  use Latent Semantic Analysis technology (paper <a href="http://www.teachingmis.com/blog/sources/2007/LSA_Paper.pdf" target="_blank">here</a>)
  to analyze student postings real-time and disallow postings that are off topic
  or trivial.&nbsp; Currently, I use simple minimum word requirements in
  scoring.&nbsp; I don't have any automated content analysis, but a posting such
  as &quot;I Agree&quot; doesn't count in a student's point total.</font></span></p>
  <div align="left">
    <span><font color="#0000ff" face="Arial" size="2">&quot;My current grading
    scheme takes into account peer reviews but doesn't incorporate an
    instructor-based quality assessment.&nbsp; That would be another use for LSA
    - i.e. generating a automated relevance score.&nbsp; It wouldn't be as
    reliable as instructor evaluation, but it would at least be manageable.&nbsp;
    Without an automated scheme, using a forum for a couple hundred students
    would be an absolute nightmare.&nbsp; The more of the teaching drudgery that
    I can automate the better.&nbsp; That way I get to concentrate on the fun
    stuff.</font></span>
  </div>
  <div align="left">
    &nbsp;
  </div>
  <div align="left">
    <span><font color="#0000ff" face="Arial" size="2">&nbsp;&quot;Oh yes, the
    reason that I chose JForum were (1) it's open source and (2) it's written
    primarily in Java.&nbsp; Because we teach our programming classes in the MIS
    program in Java, and because I'm therefore fairly familiar with that
    language, I'm able to tweak the software to my requirements without an undue
    amount of pain.</font></span>
  </div>
  <p><span><font color="#0000ff" face="Arial" size="2">&quot;I have some
  additional rationale for using the forum, much of which is outlined in an old
  internal research grant proposal&nbsp;from a couple of years ago.&nbsp; See
  the attachment (<a href="http://www.teachingmis.com/blog/sources/2007/Forum_Dev.doc" target="_blank">here</a>).
  &nbsp;Unfortunately, the research wasn't funded, but I went ahead and put
  something together anyway.&nbsp; I especially like the peer review aspect of
  the forum requirement because it absolves me from being the sole source of
  feedback in the course.&nbsp; Anyway, you may also share the grant document&nbsp;if
  you like.&nbsp; I do have a current research project concerning forum use for
  which I have collected student survey data, but I don't think any of the
  language in that proposal is particularly proprietary</font></span></p>
  <p><span><font color="#0000ff" face="Arial" size="2">&quot;At Chico State, we
  use WebCT Vista as the campus course management system and there is a forum
  facility built into the latest Vista version.&nbsp; I haven't yet explored its
  features, but I have that on my agenda for a slow day (the kind of day that
  rarely seems to come my way).&nbsp; Meanwhile, I'll probably keep using my
  JForum-based system, in part because it is very much like other online forums
  that students might encounter on the Web.&quot;</font></span></p>
</blockquote>
<p>I found this fascinating.&nbsp; The automated grading aspects would pertain
to online courses as well, maybe even better.&nbsp; You can contact Jim at: <a href="mailto:JSager1@csuchico.edu">JSager1@csuchico.edu</a></p>
<p>&nbsp;</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/03/using_an_on_lin.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/03/using_an_on_lin.html</guid>
<category>Blog Entry</category>
<pubDate>Fri, 09 Mar 2007 12:24:50 -0800</pubDate>
</item>
<item>
<title>Well, (5) * (3) = 15, Doesn&apos;t It?</title>
<description><![CDATA[<p>Many years ago, I was working at a university with a research center that was
developing a new general ledger system.&nbsp; That was back in the mainframe
days, and at the time, most organizations developed their own software, even
G/L, in house.&nbsp; So, they hired a group of students to help develop the
system.&nbsp; The center had a number science students who needed summer
employment, so they hired them to help develop the general ledger system.</p>
<p>Things went along swimmingly until the first major review.&nbsp; The accounts
would not sum correctly.&nbsp; Eventually, the problem was traced to the code that one of
the science students had written.&nbsp; Turned out he didn't understand that, in
a financial application, numbers in parentheses, like ($12,345), have a special
significance.&nbsp; His code ignored the parentheses.</p>
<p>Which brings me to the career question of this week:</p>
<p>What does a systems analyst need to know?</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/03/well_5_3_15_doe.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/03/well_5_3_15_doe.html</guid>
<category>Blog Entry</category>
<pubDate>Mon, 05 Mar 2007 11:08:51 -0800</pubDate>
</item>
<item>
<title>Q8 of 25 Questions about a Career in IS</title>
<description><![CDATA[<p><b>What Does a Systems Analyst Need to Know?</b></p>
<p>A systems analyst is a cultural broker.&nbsp; A systems analyst meets with
the users and learns their goals and objectives, their processes, and their
information needs.&nbsp; A background in business will enable the systems
analyst to learn business needs quickly and effectively.&nbsp; Without such a
background, his or her ignorance will slow the project unacceptably, or will
cause silly mistakes like the one above.</p>
<p>For example, consider a systems analyst that is working with, say, a
manufacturing department.&nbsp; At a requirements meeting, that analyst is
likely to hear terms like <b>MRP</b> or <b>MRP II</b> or <b>just-in-time
inventory</b>.&nbsp; The discussion might involve the number of turns in
finished goods inventory and how inventory holding costs seem to high for that
number of turns.</p>
<p>Without a background in business, the systems analyst will be unable to
follow the discussion.&nbsp; And, the team expects the systems analyst to be
able to contribute to the discussion -- adding insights into what kind of
information is needed to solve that problem, and the likely availability of the
data to produce that information.</p>
<p>At the same time, once the systems analyst understands the business
requirements, he or she then meets with technical people to explain what needs
to be done.&nbsp; The analyst must be able to develop data models, to
participate in database design, to understand how computer programmers will go
about creating the information system, to know what an effective test plan is,
to understand how the system should be implemented, and so forth.&nbsp; The
analyst needs to have sufficient background in technology to be able to reject
ideas that are clearly infeasible, whether from cost, organizational, schedule,
or technical reasons.</p>
<p>So, a systems analyst needs to be able to bridge the world of business and
the world of information technology.</p>
<p>It is a fascinating and ever so interesting a job!</p>
<p>&nbsp;</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/03/q8_of_25_questi.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/03/q8_of_25_questi.html</guid>
<category>Blog Entry</category>
<pubDate>Mon, 05 Mar 2007 11:06:39 -0800</pubDate>
</item>
<item>
<title>Q7 of 25 Questions about a Career in IS:</title>
<description><![CDATA[<p><b>How much do systems analysts earn?</b></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The BLS publishes the follow
salary statistics for systems analysts:</p>
<blockquote>
  <p>&quot;Median annual earnings of computer systems analysts were $66,460 in
  May 2004. The middle 50 percent earned between $52,400 and $82,980 a year. The
  lowest 10 percent earned less than $41,730, and the highest 10 percent earned
  more than $99,180. Median annual earnings in the industries employing the
  largest numbers of computer systems analysts in May 2004 were:</p>
</blockquote>
<div align="center">
  <center>
  <table border="0" width="52%">
    <tbody>
      <tr>
        <td width="49%">Federal Government</td>
        <td align="right" width="51%">$71,770</td>
      </tr>
      <tr>
        <td width="49%">Computer systems design and related services</td>
        <td align="right" width="51%">69,560</td>
      </tr>
      <tr>
        <td width="49%">Management of companies and enterprises</td>
        <td align="right" width="51%">67,230</td>
      </tr>
      <tr>
        <td width="49%">Insurance carriers</td>
        <td align="right" width="51%">66,840</td>
      </tr>
      <tr>
        <td width="49%">State government</td>
        <td align="right" width="51%">57,040</td>
      </tr>
    </tbody>
  </table>
  </center>
</div>
<blockquote>
  <p>&quot;According to the National Association of Colleges and Employers,
  starting offers for graduates with a bachelor’s degree were $44,417 for
  those with a degree in management information systems; and $44,775 for those
  with a degree in information sciences and systems&quot;&nbsp; source:&nbsp; <a href="http://www.bls.gov/oco/ocos287.htm#earnings">http://www.bls.gov/oco/ocos287.htm#earnings</a></p>
</blockquote>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Note these data are for
2004.&nbsp; 2007 salaries are likely to be 10 percent higher than these figures,
or more.</p>
<p>&nbsp;</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/02/q7_of_25_questi.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/02/q7_of_25_questi.html</guid>
<category>Blog Entry</category>
<pubDate>Wed, 21 Feb 2007 09:25:42 -0800</pubDate>
</item>
<item>
<title>Q6 of 25 Questions about a Career in IS:</title>
<description><![CDATA[<p><b>What are the job prospects for systems analysts?</b></p>
<blockquote>
  <p>The Bureau of Labor Statistics projects an excellent outlook for the number
  of systems analysts jobs:</p>
<p>&quot;Employment of computer systems analysts is expected to <a href="http://www.bls.gov/oco/oco20016.htm">grow
much faster than the average</a> for all occupations through the year 2014 as
organizations continue to adopt and integrate increasingly sophisticated
technologies. Job increases will be driven by very rapid growth in computer
system design and related services, which is projected to be among the fastest
growing industries in the U.S. economy.&quot;&nbsp; Source:&nbsp; Bureau of
Labor Statistics, <a href="http://www.bls.gov/oco/ocos287.htm">http://www.bls.gov/oco/ocos287.htm</a>.</p>
  <p>In the verbiage of the BLS, grow much faster than average means grow 27
  percent or more.</p>
</blockquote>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; By the way, because systems
analysts often need to work face-to-face with users, it is difficult to
outsource systems analysis tasks to off-shore vendors.</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/02/q6_of_25_questi.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/02/q6_of_25_questi.html</guid>
<category>Blog Entry</category>
<pubDate>Wed, 21 Feb 2007 09:23:13 -0800</pubDate>
</item>
<item>
<title>Q5 of 25 Questions about a Career in IS:</title>
<description><![CDATA[<p><b>What does a systems analyst do?</b></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Systems analysts are cultural
brokers.&nbsp; They have one foot in the business world and one foot in the
world of information technology.&nbsp; They translate the needs of business
users into specifications and designs for information systems.&nbsp; Systems
analysts need to be both people oriented and technology oriented.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; One of the most important jobs for
systems analysts is to to interview users and determine needs for information
systems.&nbsp; Systems analysts document those needs using text descriptions,
use cases, process diagrams, data models, and other formats.&nbsp; Systems
developers use that documentation to design and build the information
system.&nbsp; Systems analysts sometimes also test the information system to
ensure that it conforms with the specifications.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The U.S. Government's Bureau of
Labor Statistics defines the job of a systems analyst as follows:</p>
<blockquote>
  <p>&quot;Computer systems analysts solve computer problems and apply computer
  technology to meet the individual needs of an organization. They help an
  organization to realize the maximum benefit from its investment in equipment,
  personnel, and business processes. Systems analysts may plan and develop new
  computer systems or devise ways to apply existing systems’ resources to
  additional operations. They may design new systems, including both hardware
  and software, or add a new software application to harness more of the
  computer’s power. Most systems analysts work with specific types of
  systems—for example, business, accounting, or financial systems, or
  scientific and engineering systems—that vary with the kind of organization.</p>
  <p>&quot;One obstacle associated with expanding computer use is the need for
  different computer systems to communicate with each other. Because of the
  importance of maintaining up-to-date information—accounting records, sales
  figures, or budget projections, for example—systems analysts work on making
  the computer systems within an organization, or among organizations,
  compatible so that information can be shared among them.&quot;&nbsp;
  source:&nbsp; <a href="http://www.bls.gov/oco/ocos287.htm#nature">http://www.bls.gov/oco/ocos287.htm#nature</a></p>
  <p></p>
</blockquote>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/02/q5_of_25_questi_1.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/02/q5_of_25_questi_1.html</guid>
<category>Blog Entry</category>
<pubDate>Wed, 21 Feb 2007 09:18:49 -0800</pubDate>
</item>
<item>
<title>The Phishers Get Better and Better ...</title>
<description><![CDATA[<p>Here's an email I received last week:</p>
<p><img border="0" src="http://www.TeachingMIS.com/blog/sources/2007/Amazon_Phishing.jpg" width="625" height="587"></p>

<p>&nbsp;</p>

<p>Worth asking our students to find all of the clues that indicate this is a
phishing message.</p>

<p>Of course, the url is just text.&nbsp; The url behind the text does not
provide an Amazon address ... it's to the phisher's site.</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/02/the_phishers_ge.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/02/the_phishers_ge.html</guid>
<category>Blog Entry</category>
<pubDate>Wed, 14 Feb 2007 18:20:15 -0800</pubDate>
</item>
<item>
<title>Barb Warner, Elluminate, and IM</title>
<description><![CDATA[<p>Barb Warner at the University of South Florida has been using a course
teaching product called Elluminate in her intro to MIS class.&nbsp; She
summarized some of her experiences in a recent email to TeachingMIS:</p>
<blockquote>

<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; ">&quot;I
have used Elluminate in several settings.&nbsp; I have used it for office hours
- where students can just sign in &amp; I can answer questions.&nbsp; I also do
this using IM.&nbsp; For office hours- both are very useful.&nbsp; I like IM
better in some ways because I can have separate conversations/windows with each
student &amp; it is easier that way to stay organized when 'talking' with 20
students at once.&nbsp; With Elluminate - the messages fly by all on one screen
&amp; it's difficult to keep track of them &amp; students aren't always sure who
you are responding to.&nbsp; However, with Elluminate - I can do application
sharing &amp; show skills,&nbsp;and it's very&nbsp;easy to talk to all at one
time.&nbsp; In IM's favor, students can easily send me a file &amp; I can
examine/troubleshoot their work - so that is a nice feature too.&nbsp; So both
have their strengths.</span></font></p>

<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">&quot;I
also use Elluminate for exam reviews for my online class.&nbsp; We all sign on
&amp; I have a PowerPoint of questions that I load onto the whiteboard &amp; the
students can use polling to select the right answers.&nbsp;While this is going
on, I can see what each student has selected &amp; the % of students who chose
each answer &amp; then we can&nbsp;discuss that.&nbsp; That is very popular and
effective.&nbsp; I can also allow them to write on the whiteboard/PowerPoint -
which most have fun with.&nbsp;&nbsp; Another nice feature is that I can record
each session &amp; go back &amp; see who was there &amp; what was said.&nbsp; I
can also make the recording available to students.&nbsp; This can't be done with
IM.</span></font></p>

<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">&quot;I
have also used Elluminate for meetings with my TAs, conferences with others
across the country, &nbsp;and sat in on a class that had a debate via Elluminate.&nbsp;
I also took an online class on interactive media &amp; we used Elluminate for
trouble shooting projects &amp; it was nice to be able to view the recording of
the session if you had to go back &amp; check something out again.&quot;</span></font></p>
</blockquote>
<p>An interesting (but poorly done) video on the use of Elluminate for secondary
education in England is on <a href="http://www.youtube.com/watch?v=4hMGbTPnWIc" target="_blank"><u>here</u></a>
(YouTube).&nbsp; Also, if you're willing to give your name and contact info, you
can download a demo of Elluminate from <a href="http://www.elluminate.com/demo/live_demo.jsp" target="_blank">here</a>.</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/02/barb_warner_ell.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/02/barb_warner_ell.html</guid>
<category>Blog Entry</category>
<pubDate>Wed, 14 Feb 2007 17:53:33 -0800</pubDate>
</item>
<item>
<title>Student Tips for Using Excel and Access</title>
<description><![CDATA[<p>Barb used another product, Camtasia, to create an excellent set of student tips for using
Excel and Access.&nbsp; <a href="http://www.coba.usf.edu/departments/isds/faculty/warner/ism3011/tips/ac/createtable-datatypes.html" target="_blank">Here</a>
is an example of her tip for creating a table in Access.&nbsp; The full list of
tips is available <a href="http://www.coba.usf.edu/departments/isds/faculty/warner/ism3011/tips/tiplinks.htm" target="_blank">here</a>.</p>
<p>Thanks to Barb for making these available to all of us!</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/02/student_tips_fo_1.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/02/student_tips_fo_1.html</guid>
<category>Blog Entry</category>
<pubDate>Wed, 14 Feb 2007 17:51:55 -0800</pubDate>
</item>
<item>
<title>Joe Hoyle, Master Teacher</title>
<description><![CDATA[<p>Last week, Bill Beville, the Prentice-Hall sales professional in eastern Virginia,
introduced me to Joe Hoyle, the David Meade White Distinguished 
Teaching Fellow in the Robins School of Business at the University of Richmond.</p>
<p>Joe is a veritable fountain of great ideas on teaching.&nbsp; He's published
a (free for download) book on Tips and Thoughts on Improving Teaching which you
can download from <a href="http://oncampus.richmond.edu/~jhoyle/" target="_blank">here</a>.&nbsp;
The book has 35 days worth of exercises and thoughts for teaching.&nbsp;
Although Joe teaches financial accounting, all of his thoughts are pertinent to
those of us who teach MIS.</p>
<p>One of Joe's ideas is to ask the students who earned an A in his class to
write a memo to future students explaining how to obtain an A.&nbsp; A sample of one term's memos is <a href="http://www.TeachingMIS.com/blog/sources/2007/Joe_A.doc">here</a>.</p>
<p>Joe doesn't want to waste the first class period, so he sends an email to his students <u>before</u> their first class meeting.&nbsp; In that email he describes his expectations, sets out classwork ethics standards, provides
other class background, and gives the first assignment.&nbsp; He wants to
start everyone off with an expectation of hard work.</p>
<p>I'll be featuring more of his ideas here, but if you're intrigued, it's well
worth downloading his book.</p>
<p>Thanks to Bill for the introduction and to Joe for being so generous with his
materials!</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/01/joe_hoyle_maste.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/01/joe_hoyle_maste.html</guid>
<category>Blog Entry</category>
<pubDate>Mon, 29 Jan 2007 09:24:40 -0800</pubDate>
</item>
<item>
<title>Q4 of 25 Questions about a Career in IS:</title>
<description><![CDATA[<p>The IS discipline has many varied and interesting careers.&nbsp; One way to
think about them is to consider the five components of an information
system:&nbsp; hardware, software, data, procedures, and people.&nbsp; Consider
the following careers for each component:</p>
<p><b>People</b></p>
<blockquote>
  <p>Many information systems careers involve working with people.&nbsp; <b><i>Computer
  sales people</i></b> sell hardware, network services, software, database
  consulting, and other systems services.&nbsp; Such sales people must possess
  sophisticated knowledge of their customers and their industry as well as have
  broad knowledge of the capabilities of their products.&nbsp; <b><i>Sales
  support personnel</i></b> assist the sales personnel with the installation and
  use of the product either pre- or post-sale.&nbsp; Sales support personnel are
  usually more technical than sales people and are trained to give in-depth
  demonstrations of their products.</p>
  <p><b><i>Computer support personnel </i></b>assist system users.&nbsp; They
  may work on telephone support, or they may write documentation for the support
  web site. Some support personnel work in the offices of the users whom they
  support.&nbsp; <b><i>Computer training personnel </i></b>teach users how to
  employ the information system to accomplish their job tasks.</p>
  <p><b><i>Change agents</i></b> specialize in helping users adapt to new or
  modified information systems.&nbsp; Typically, users resist change and it is
  the responsibility of a change agent to determine the source of the resistance
  and to help users overcome their reluctance to adapt to the new
  system.&nbsp;&nbsp;<b>&nbsp;</b></p>
</blockquote>
<p><b>Procedures</b></p>
<blockquote>
  <p>Every information system has procedures for use.&nbsp; <b><i>Systems
  analysts </i></b>work with users to determine, early in a project, what the
  information system is supposed to accomplish.&nbsp; Systems analysts interview
  users to specify the features and functions that are needed.&nbsp; Then,
  systems analysts work with other IS professionals to design and document
  procedures.&nbsp; They coordinate with system support personnel for the
  development of training materials.</p>
  <p><i><b>Technical writers </b></i>develop documentation for using the
  system.&nbsp; Some writers create the help text within computer programs, some
  create external documentation on a web site or other facility, and still
  others create training materials.&nbsp; Technical writers need strong writing
  skills, an empathy for the user, and a fearless ability to dive into
  complicated subjects.</p>
</blockquote>
<p><b>Data</b></p>
<blockquote>
  <p>Three job titles are common for the data component.&nbsp; <i><b>Database
  designers</b></i> meet with users and systems analysts and create a data model
  of how the users view their data.&nbsp; They then transform the data model
  into a database design.&nbsp; Some database designers alter existing database
  designs to adapt to new or changed requirements.&nbsp; Database design
  requires someone with both effective communications skills and strong
  conceptual thinking abilities.</p>
  <p>Databases are shared resources and subject to conflict and misuse.&nbsp; <b><i>Database
  administrators </i></b>establish policies and procedures for controlling and
  protecting a database.&nbsp; A large database may be supported by an office of
  database administration.&nbsp; Most database administrators have strong
  database skills.</p>
  <p><b><i>Data administration</i></b> is an enterprise-wide function that
  concerns the effective use and control of an organization's data assets.&nbsp;
  A data administrator (or office of data administration) works with top
  management to set organizational data policy (for example, privacy
  restrictions on customer data) and to ensure that effective controls exist for
  protecting the organization's data.&nbsp; Data administration requires
  strategic thinking and strong diplomacy skills more that it requires technical
  knowledge.</p>
</blockquote>
<p><b>Software</b></p>
<blockquote>
  <p>The common jobs involving software are <i><b>computer programmers</b></i>
  and <i><b>software testers</b>.&nbsp; </i>Programmers design and code computer
  programs and software testers evaluate those programs against their
  specifications.&nbsp; <b><i>Maintenance programmers </i></b>are entry level
  programmers who adapt existing programs to meet new or changed
  requirements,&nbsp; Today, much software testing is done by automated systems
  and some software testers are also programmers who write the testing programs.</p>
  <p>Some IS professionals install, tune, and test pre-built or licensed
  software.&nbsp; These people, who may have been trained as programmers, do not
  actually design or write the computer code, but instead install an existing
  software product in a customer's site, tune that product to best meet the
  customer's needs, and test the installation.&nbsp;&nbsp; </p>
</blockquote>
<p><b>Hardware</b></p>
<blockquote>
  <p>Jobs for this component involve setting up and operating computer hardware
  and networks.&nbsp; The titles <i><b>system administrator</b> </i>and <i><b>network
  administrator</b> </i>are common.&nbsp; Such people setup new hardware,
  install components, and they sometimes repair computer and network gear.</p>
</blockquote>
<p>&nbsp;</p>
<blockquote>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b><i> </i></b>&nbsp;&nbsp;&nbsp; </p>
</blockquote>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/01/q4_of_25_questi.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/01/q4_of_25_questi.html</guid>
<category>Blog Entry</category>
<pubDate>Mon, 29 Jan 2007 09:06:07 -0800</pubDate>
</item>
<item>
<title>Q3 of 25 Questions about a Career in IS:</title>
<description><![CDATA[<p><b> What is the Difference between Computer Science and Information
Systems?</b></p><p>Computer science deals primarily with the software component of an
information system.&nbsp; Computer scientists learn how to write efficient and
effective computer programs.&nbsp; They also study database design and the
efficient processing of databases.&nbsp; Computer scientists are normally not
concerned with the design and development of computer hardware; usually that
topic is addressed in electrical engineering programs.&nbsp; Computer science
courses are taught in the College of Engineering.</p>
<p>IS students are concerned with the application of information systems to help
organizations achieve their goals and objectives by creating competitive
advantages, enabling organizational cost savings, solving problems, and so
forth.&nbsp; Information systems deal with all five components of an information
system.&nbsp; Information systems courses are taught in the College of Business.</p>
<p>Someone who specializes in IS needs to know not only technology, but also
business.&nbsp; An IS professional needs to know the fundamentals of accounting,
management, marketing, finance, organizational behavior and strategy, as well as
other business topics.&nbsp; IS professionals do not need to be as technical as
computer scientists, though some are.&nbsp; IS professionals are like cultural
brokers; they bridge between the needs of an organization and the capabilities
of information technology.</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/01/q3_of_25_questi.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/01/q3_of_25_questi.html</guid>
<category>Blog Entry</category>
<pubDate>Mon, 22 Jan 2007 11:45:45 -0800</pubDate>
</item>
<item>
<title>Half of Today&apos;s Students Are below Average in Intelligence (!)</title>
<description><![CDATA[<p>Heading is a quote from the first of a series of three back-to-back editorials in last week's <i>Wall
Street Journal.&nbsp; </i>Written by Charles Murray, the editorials examine the
limits created by intelligence in educational experience.&nbsp; In the <a href="http://www.opinionjournal.com/extra/?id=110009531" target="_blank">first</a>,
he wonders if we are not attempting to educate students beyond their capacities
to learn:</p>
<blockquote>
  <font face="Verdana, Times" size="1">&quot;Our ability to improve the academic
  accomplishment of students in the lower half of the distribution of
  intelligence is severely limited. It is a matter of ceilings. Suppose a girl
  in the 99th percentile of intelligence, corresponding to an IQ of 135, is
  getting a C in English. She is underachieving, and someone who sets out to
  raise her performance might be able to get a spectacular result. Now suppose
  the boy sitting behind her is getting a D, but his IQ is a bit below 100, at
  the 49th percentile.</font>
  <p><font face="Verdana, Times" size="1">&quot;We can hope to raise his grade.
  But teaching him more vocabulary words or drilling him on the parts of speech
  will not open up new vistas for him. It is not within his power to learn to
  follow an exposition written beyond a limited level of complexity, any more
  than it is within my power to follow a proof in the American Journal of
  Mathematics. In both cases, the problem is not that we have not been taught
  enough, but that we are not smart enough.&quot;</font></p>
</blockquote>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/01/half_of_todays.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/01/half_of_todays.html</guid>
<category>Blog Entry</category>
<pubDate>Mon, 22 Jan 2007 10:02:48 -0800</pubDate>
</item>
<item>
<title>The Need for Respectable Vocational Education</title>
<description><![CDATA[<p>Murray continues in his <a href="http://www.opinionjournal.com/extra/?id=110009535" target="_blank">second</a>
editorial by reiterating his thesis:</p>
<blockquote>
  <p><font face="Verdana, Times" size="1">&quot;It is possible for someone with
  an IQ of 100 to sit in the lectures of Economics 1, read the textbook, and
  write answers in an examination book. But students who cannot follow complex
  arguments accurately are not really learning economics. They are taking away a
  mishmash of half-understood information and outright misunderstandings that
  probably leave them under the illusion that they know something they do not.
  (A depressing research literature documents one's inability to recognize one's
  own incompetence.) Traditionally and properly understood, a four-year college
  education teaches advanced analytic skills and information at a level that
  exceeds the intellectual capacity of most people.</font></p>
</blockquote>
<p><font face="Verdana, Times" size="1">And then he argues for socially
respectable vocational training:</font></p>
<blockquote>
  <p><font face="Verdana, Times" size="1">&quot;No data that I have been able to
  find tell us what proportion of those students really want four years of
  college-level courses, but it is safe to say that few people who are
  intellectually unqualified yearn for the experience, any more than someone who
  is athletically unqualified for a college varsity wants to have his
  shortcomings exposed at practice every day. <i>They are in college to improve
  their chances of making a good living.</i> What they really need is vocational
  training. But nobody will say so, because 'vocational training' is second
  class. 'College' is first class.&quot;</font></p>
  <p><font face="Verdana, Times" size="1">&quot;Combine those who are
  unqualified with those who are qualified but not interested, and some large
  proportion of students on today's college campuses--probably a majority of
  them--are looking for something that the four-year college was not designed to
  provide. Once there, <i>they create a demand for practical courses</i>, taught
  at an intellectual level that can be handled by someone with a mildly
  above-average IQ and/or mild motivation.&quot;</font></p>
  <p>(Italics mine.)<br>
  </p>
</blockquote>
<p>I think his argument is valid, but it suffers from a static definition of
what is a college education.&nbsp; In fact, many collegiate institutions are
responding to the demand for practical courses and providing courses for
students with mild motivation.&nbsp; This make them less
collegiate only if we define college as Murray does.&nbsp; </p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/01/the_need_for_re.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/01/the_need_for_re.html</guid>
<category>Blog Entry</category>
<pubDate>Mon, 22 Jan 2007 09:56:24 -0800</pubDate>
</item>
<item>
<title>Education for the Gifted</title>
<description><![CDATA[<p>His <a href="http://www.opinionjournal.com/extra/?id=110009541" target="_blank">third</a>
editorial argues for special education of those students with an IQ above 120.</p>
<blockquote>
  <p><font face="Verdana, Times" size="1">&quot;The encouragement of wisdom
  requires a special kind of education. It requires first of all recognition of
  one's own intellectual limits and fallibilities--in a word, humility. This is
  perhaps the most conspicuously missing part of today's education of the
  gifted. Many high-IQ students, especially those who avoid serious science and
  math, go from kindergarten through an advanced degree without ever having a
  teacher who is dissatisfied with their best work and without ever taking a
  course that forces them to say to themselves, 'I can't do this.' Humility
  requires that the gifted learn what it feels like to hit an intellectual wall,
  just as all of their less talented peers do, and that can come only from a
  curriculum and pedagogy designed especially for them. That level of demand
  cannot fairly be imposed on a classroom that includes children who do not have
  the ability to respond. The gifted need to have some classes with each other
  not to be coddled, but because that is the only setting in which their feet
  can be held to the fire.&quot;</font></p>
  <p><font face="Verdana, Times" size="1">&quot;In short, I am calling for a
  revival of the classical definition of a liberal education, serving its
  classic purpose: to prepare an elite to do its duty. If that sounds too much
  like Plato's Guardians, consider this distinction. As William F. Buckley
  rightly instructs us, it is better to be governed by the first 2,000 names in
  the Boston phone book than by the faculty of Harvard University. <i>But we
  have that option only in the choice of our elected officials. In all other
  respects, the government, economy and culture are run by a cognitive elite
  that we do not choose.</i> That is the reality, and we are powerless to change
  it. All we can do is try to educate the elite to be conscious of, and prepared
  to meet, its obligations. For years, we have not even thought about the nature
  of that task. It is time we did.&quot;</font></p>
</blockquote>
<p>Worth reading all three editorials.</p>
]]></description>
<link>http://www.teachingmis.com/blog/archives/2007/01/education_for_t.html</link>
<guid>http://www.teachingmis.com/blog/archives/2007/01/education_for_t.html</guid>
<category>Blog Entry</category>
<pubDate>Mon, 22 Jan 2007 09:53:44 -0800</pubDate>
</item>


</channel>
</rss>
