Open Access. Powered by Scholars. Published by Universities.®

Education Commons

Open Access. Powered by Scholars. Published by Universities.®

2003

Computer Sciences

Institution
Keyword
Publication
Publication Type

Articles 1 - 30 of 30

Full-Text Articles in Education

Multi-Phase Homework Assignments In Cs I And Cs Ii, James Huggins Dec 2003

Multi-Phase Homework Assignments In Cs I And Cs Ii, James Huggins

Computer Science Presentations And Conference Materials

ll of the panelists have used small sets of related programming assignments in introductory CS courses. These assignments are essentially larger programs which are developed during several separate phases. This approach has several advantages: • Students are able to develop more realistic and interesting programs. • Students are motivated to write better code as well as documentation. Those who don't are quickly confronted by the implications. • Student interest in completing the projects is better sustained, since there is continuity from one project to the next. • It models desirable techniques such as iterative development and encapsulation. • It demonstrates …


Where's (The) Computer Science In Service-Learning?, Pete Sanderson Oct 2003

Where's (The) Computer Science In Service-Learning?, Pete Sanderson

Mathematics Faculty Scholarship

Service-learning is a form of experiential learning that integrates classroom concepts with related community service. Computer science faculty and students stand to reap great benefit from the integration of service-learning practice and philosophy into curricula. Many faculty are already doing so, yet computer science is not very visible in the service-learning community. Similarly, service-learning is not very visible in the computer science education community. It is imperative for those computer science faculty involved in service-learning to develop, apply and disseminate effective frameworks for integrating service learning into undergraduate computer science curricula so that its benefits may be more fully realized.


Enhancing The Cs Curriculum With With Aspect-Oriented Software Development (Aosd) And Early Experience, Konstantin Läufer, George K. Thiruvathukal, Tzilla Elrad Sep 2003

Enhancing The Cs Curriculum With With Aspect-Oriented Software Development (Aosd) And Early Experience, Konstantin Läufer, George K. Thiruvathukal, Tzilla Elrad

Computer Science: Faculty Publications and Other Works

Aspect-oriented software development (AOSD) is evolving as an important step beyond existing software development approaches such as object-oriented development. An aspect is a module that captures a crosscutting concern, behavior that cuts across different units of abstraction in a software application; expressed as a module, such behavior can be enabled and disabled transparently and non-invasively, without changing the application code itself. Increasing industry demand for expertise in AOSD gives rise to the pedagogical challenge of covering this methodology and its foundations in the computer science curriculum. We present our curricular initiative to incorporate a novel course in AOSD in the …


Towards A Role-Based Metadata Scheme For Educational Digital Libraries: A Case Study In Singapore, Dian Melati Md Ismail, Ming Yin, Yin-Leng Theng, Dion Hoe-Lian Goh, Ee Peng Lim Aug 2003

Towards A Role-Based Metadata Scheme For Educational Digital Libraries: A Case Study In Singapore, Dian Melati Md Ismail, Ming Yin, Yin-Leng Theng, Dion Hoe-Lian Goh, Ee Peng Lim

Research Collection School Of Computing and Information Systems

In this paper, we describe the development of an appropriate metadata scheme for GeogDL, a Web-based digital library application containing past-year examination resources for students taking a Singapore national examination in geography. The new metadata scheme was developed from established metadata schemes on education and e-learning. Initial evaluation showed that a role-based approach would be more viable, adapting to the different roles of teachers/educators and librarians contributing geography resources to GeogDL. The paper concludes with concrete implementation of the role-based metadata schema for GeogDL.


The Inverse Problem: Christianity Through A Mathematical Lens, Sharon K. Robbert May 2003

The Inverse Problem: Christianity Through A Mathematical Lens, Sharon K. Robbert

ACMS Conference Proceedings 2003

An inverse problem is a partner problem that reverses some type of direct problem. Usually the inverse problem is more challenging to solve than the direct problem: integration is more challenging than differentiation, factoring large numbers is more challenging than multiplying numbers. In this paper, the author poses that using mathematical thinking to understand the concepts of theological principles is the direct problem to the much more challenging inverse problem of using theological thinking to influence understanding in mathematics. Acknowledging that a problem is difficult allows one to be satisfied with understanding small pieces and progressing slowly to a complete …


The Search For The Real Josephus Problem, Eric Gossett May 2003

The Search For The Real Josephus Problem, Eric Gossett

ACMS Conference Proceedings 2003

Many of the problems that mathematicians and computer scientists dearly love have been around for a long time. One such problem is known as the Josephus Problem, named after the first century Jewish historian Flavius Josephus. Josephus did not invent the problem. Instead, an event from his life served as the inspiration for the problem statement. Many current books refer to "Mathematical Recreations and Essays" by W. W. Rouse Ball [originally published in 1892] for the problem statement. The problem is quite interesting (and will be solved here). However, the story, as quoted in Bell, is not completely accurate.


A Greater Tantalizer, Andrew Simoson May 2003

A Greater Tantalizer, Andrew Simoson

ACMS Conference Proceedings 2003

The children’s puzzle, sometimes called the Great Tantalizer, consists of four blocks each of whose faces have been colored with four colors; a solution consists in stacking the blocks so that on each stack face, all four colors appear. This article renders the puzzle as six octahedral blocks, each of which is colored with six colors, and describes a scheme to successfully stack all six.


What Is A Random Event? A Project For Finite Math Or Statistics, Jeremy Case May 2003

What Is A Random Event? A Project For Finite Math Or Statistics, Jeremy Case

ACMS Conference Proceedings 2003

Randomization is an important idea in Finite Mathematics and Statistics. One main idea in these courses is that events that appear to be performed in a random fashion are often not random. Here we present a simple project involving "randomly" opening the Bible. This activity leads to deeper philosophical questions such as how to study the Bible and whether an event can be considered random if God intervenes.


Sos Checks And Career Management, Russell W. Howell May 2003

Sos Checks And Career Management, Russell W. Howell

ACMS Conference Proceedings 2003

This paper compares the careers of King Saul and King David in the Bible and how they inform the career management methods of a Christian.


Mathematical Models And Reality, John Byl May 2003

Mathematical Models And Reality, John Byl

ACMS Conference Proceedings 2003

This paper examines the nature and function of mathematical models, using illustrations from cosmology, space geometry and atomic physics. Mathematical models enable us to make precise calculations and predictions; they serve as analogies and conceptual frameworks that lead to new discoveries; and they bridge the gap between appearance and reality. Their success implies that the universe had a mathematical structure. However, one must be careful not to confuse models of reality with reality itself. A variety of models can represent the same data; any model can be given different physical interpretations. The choice of a model and its interpretation depends …


Integrating Laptops Into A Mathematics Curriculum, Mary Wagner-Krankel May 2003

Integrating Laptops Into A Mathematics Curriculum, Mary Wagner-Krankel

ACMS Conference Proceedings 2003

In 1999, St. Mary's University in San Antonio received a Title V Grant, providing $2.1 million over five years. The money was used to help finance computers for students, fund faculty training for computer-related curriculum, convert traditional classrooms into technology or "Smart classrooms", and upgrade the school's Internet connections. This article discusses specific software and hardware advancements made at the University through this grant. The article also describes how the Math department specifically integrated the laptops into their courses using software programs such as Mathcad and Blackboard.


Linear Regression As A 1-Variable Optimization Exercise, Ken Constantine May 2003

Linear Regression As A 1-Variable Optimization Exercise, Ken Constantine

ACMS Conference Proceedings 2003

Derivation of the least squares line for a set of bivariate data entails minimizing a function of two variables, say the line's slope and intercept. Imposing the requirement that the line pass through the mean point for the data reduces this problem to a 1-variable problem easily solved as a single-variable Calculus exercise. The solution to this problem is, in fact, the solution to the more general problem. We illustrate with a dataset involving charitable donations.


Exploiting The Confidence Interval-Hypothesis Test Equivalence In Basic Statistics Classes, Ken Constantine May 2003

Exploiting The Confidence Interval-Hypothesis Test Equivalence In Basic Statistics Classes, Ken Constantine

ACMS Conference Proceedings 2003

An emphasis is offered for the inference portion of an elementary Statistics course: the equivalence between confidence intervals and tests of hypotheses. This equivalence is rarely mentioned in basic texts but seems helpful to students. Student reference sheets which employ this equivalence are available on-line.


A Christian Appraisal Of Stephan Wolfram's A New Kind Of Science, Gene B. Chase May 2003

A Christian Appraisal Of Stephan Wolfram's A New Kind Of Science, Gene B. Chase

ACMS Conference Proceedings 2003

Wolfram exposes some ideas about informatics that relate to Christian Scholarship: Does Wolfram's definition of free will permit God to have free will? Will human souls resurrected to a new body–as described by St. Paul and Aquinas–by like software that is moved to new hardware? Jesus' incarnation as in-form-ation in the Aristotelian sense.


Creationism - A Viable Philosophy Of Mathematics, Jonathan Zderad May 2003

Creationism - A Viable Philosophy Of Mathematics, Jonathan Zderad

ACMS Conference Proceedings 2003

The purpose of this essay is to try to answer the ontological and epistemological question of mathematics. Specifically, "What, if any, of mathematics exists in the objective sense?" And, "How do we as humans know that our knowledge of mathematics is correct?" These questions will be investigated by looking at the applications or mathematics, the practice of mathematicians, and most telling, the content of mathematics. Mathematics, admittedly, can only go so far in answering its own philosophical questions, even when aided by recent developments in the field of logic. The overwhelming evidence, as will be shown, points toward a theistic, …


Making Connections: Using Analogies To Enrich Understanding Of Mathematical Ideas And Biblical Truths, Ron Benbow May 2003

Making Connections: Using Analogies To Enrich Understanding Of Mathematical Ideas And Biblical Truths, Ron Benbow

ACMS Conference Proceedings 2003

Recent standards and research, published by mathematics education professional organizations, place a great emphasis on “connections” in all grade levels. Through this emphasis on interrelatedness, students begin to see the subject not as a collection of separate strands, but rather as an integrated field of study. When linkages between diverse domains of knowledge are formed (by comparing, contrasting, analyzing, and applying), we have increased the likelihood that we develop deeper understandings within both domains. This paper explores some specific examples of the use of analogies to connect mathematical and Biblical concepts.


Mathematics, Science, And George Macdonald, David L. Neuhouser May 2003

Mathematics, Science, And George Macdonald, David L. Neuhouser

ACMS Conference Proceedings 2003

In writing about George MacDonald choosing a college major, biographer William Raeper wrote that he chose “chemistry, a strange choice perhaps for a future novelist and poet and not an easy one for him to make.” He further conjectured that MacDonald’s choice was based on “common sense and sound economics” rather than “his poetic yearnings.” Many would agree with Raeper that science is a strange choice for a future poet and novelist. This paper argues that the role of beauty and imagination is very similar in science, mathematics, and literature, so it might not be so strange that someone could …


Men Are From The Server Side, Women Are From The Client Side: A Biblical Perspective On Men, Women And Computer Science, Kim Potter Kihlstrom May 2003

Men Are From The Server Side, Women Are From The Client Side: A Biblical Perspective On Men, Women And Computer Science, Kim Potter Kihlstrom

ACMS Conference Proceedings 2003

The percentage of women in computer science is small and has decreased over the last twenty years. Why is this the case, when computer science is a wonderful and growing field with many opportunities? I believe that the situation has its roots in the basic differences between men and women, differences that were present from the beginning of creation and are a part of the way that God made male and female uniquely. In order to ensure that both talented men and women are attracted to computer science, we need to understand the differences between men and women, and how …


Introduction (2003), Association Of Christians In The Mathematical Sciences May 2003

Introduction (2003), Association Of Christians In The Mathematical Sciences

ACMS Conference Proceedings 2003

Fourteenth Conference of the Association of Christians in the Mathematical Sciences


Schedule (2003), Association Of Christians In The Mathematical Sciences May 2003

Schedule (2003), Association Of Christians In The Mathematical Sciences

ACMS Conference Proceedings 2003

Fourteenth Conference of the Association of Christians in the Mathematical Sciences


Table Of Contents (2003), Association Of Christians In The Mathematical Sciences May 2003

Table Of Contents (2003), Association Of Christians In The Mathematical Sciences

ACMS Conference Proceedings 2003

Fourteenth Conference of the Association of Christians in the Mathematical Sciences


Ua8 Ssn Protection Committee Recommendations, Wku Information Technology Apr 2003

Ua8 Ssn Protection Committee Recommendations, Wku Information Technology

WKU Archives Records

Recommendations of the Social Security Number Protection Committee.


Ua1b3 Technology Advisory Committee Meeting Minutes, Western Kentucky University Apr 2003

Ua1b3 Technology Advisory Committee Meeting Minutes, Western Kentucky University

WKU Archives Records

Meeting regarding the Technical Advisory Committee composition, survey results and improvements to educational technology.


The Effect Of Interactivity And Instructional Exposure On Learning Effectiveness And Knowledge Retention: A Comparative Study Of Two U.S. Air Force Computer-Based Training (Cbt) Courses For Network User Licensing, Matthew J. Imperial Mar 2003

The Effect Of Interactivity And Instructional Exposure On Learning Effectiveness And Knowledge Retention: A Comparative Study Of Two U.S. Air Force Computer-Based Training (Cbt) Courses For Network User Licensing, Matthew J. Imperial

Theses and Dissertations

The United States Air Force (USAF) currently employs the use of computer-based training (CET) across a host of requirements. One such requirement is in the Information Assurance (IA) arena and involves the training/licensing of over one-million computer network end-users. USAF use of CETs has been shown to possess a potential for substantial fiscal savings. However, studies investigating the learning outcomes of learning effectiveness (initial learning) and knowledge retention (sustained learning) associated with USAF CETs are lacking.


Computing Labs And Technology Classroom (Cltc) Initiative: A Model For Distributed Support, L S. Laroche, Julianne Miranda, A Smock, T A. Noble Jan 2003

Computing Labs And Technology Classroom (Cltc) Initiative: A Model For Distributed Support, L S. Laroche, Julianne Miranda, A Smock, T A. Noble

Center for Academic Technology (CAT) - Scholarship and Professional Work

DePauw University is a small, liberal arts institution with 2200 undergraduate residential students and 222 faculty members, located in Greencastle, Indiana The challenges of supporting a campus with multiple and diverse facilities are further amplified by limited staff support resources. One of the strategies for addressing these challenges led to the formation of the Computing Labs and Technology Classrooms (CLTC) initiative. The CLTC recognizes and draws on the strengths of support specialists with a wide variety of professional training and experience, who regularly collaborate in the support and management of campus-wide labs and technology classrooms.


Wiki-Style Administration Of Online Course Content, Jianmin Wang Jan 2003

Wiki-Style Administration Of Online Course Content, Jianmin Wang

Theses Digitization Project

A Wiki is a piece of server software that allows users to freely create and edit Web page content using any Web browser. This project created the program, "Wiki-Style Administration of Online Course Content" (WAOCC) which can be used as a teaching assistant board. Students can edit their works online and the instructor can review the work and correct it directly if necessary from the WAOCC.


A Multi-Platform Application Suite For Enhancing South Asian Language Pedagogy, Tao Bai, Christopher K. Chung, Konstantin Läufer, Daisy Rockwell, George K. Thiruvathukal Jan 2003

A Multi-Platform Application Suite For Enhancing South Asian Language Pedagogy, Tao Bai, Christopher K. Chung, Konstantin Läufer, Daisy Rockwell, George K. Thiruvathukal

Computer Science: Faculty Publications and Other Works

This interdisciplinary project explores the potential for handheld/wireless (H/W) technology in the context of language education within and beyond the classroom. Specifically, we have designed and implemented a suite of multi-platform (desktop/laptop, handheld, and browser) applications to enhance the teaching of South Asian languages such as Hindi-Urdu. Such languages are very difficult to learn, let alone write, and H/W devices (with their handwriting/drawing capabilities) can play a significant role in overcoming the learning curve. The initial application suite includes a character/word tracer, a word splitter/joiner, a smart flashcard with audio, contextual augmented stories for reading comprehension, and a poetic metronome. …


Ua1bc Final Report Of 2002-2003 Wku Technology Advisory Council Meetings, Western Kentucky University Jan 2003

Ua1bc Final Report Of 2002-2003 Wku Technology Advisory Council Meetings, Western Kentucky University

WKU Archives Records

The WKU Technology Advisory Council was established on November 8, 2002. It is comprised of faculty, deans, department heads, directors and students. This report contains summaries of meeting minutes and list of committee members.


The Extreme Software Development Series: An Open Curricular Framework For Applied Capstone Courses, Konstantin Läufer, George K. Thiruvathukal Jan 2003

The Extreme Software Development Series: An Open Curricular Framework For Applied Capstone Courses, Konstantin Läufer, George K. Thiruvathukal

Computer Science: Faculty Publications and Other Works

We describe an open, flexible curricular framework for offering a collection of advanced undergraduate and graduate courses in software development. The courses offered within this framework are further unified by combining solid foundations with current technology and play the role of capstone courses in a modern software development track. Our initiative has been very successful with all stakeholders involved.


Debating E-Commerce: Engaging Students In Current Events, Amber Settle, André Berthiaume Dec 2002

Debating E-Commerce: Engaging Students In Current Events, Amber Settle, André Berthiaume

Amber Settle

A fundamental task for information technology educators is to help students understand the basic ethical, social, and legal issues inherent in the discipline. We present a method for achieving this goal using in-class debates. Debates allow for a high-level of participation, demand that students conduct significant research, and provide an interactive environment. This encourages the development of communication skills and exposes students to alternative points of view. The debates were conducted in two courses that provide a survey of some aspect of e-commerce technology, one at the undergraduate level and the other at the Masters level.