NotesFAQContact Us
Collection
Advanced
Search Tips
Showing all 15 results Save | Export
Peer reviewed Peer reviewed
Sher, David B. – Mathematics and Computer Education, 2000
Focuses on how to write clear programs with C++ that are easier to debug and modify. Student programs designed according to these outlined principles will tend to develop more quickly, have less bugs, and be much easier to debug. (ASK)
Descriptors: Computer Uses in Education, Higher Education, Mathematics Instruction, Programming
Peer reviewed Peer reviewed
Direct linkDirect link
Holliday, Mark A. – Mathematics and Computer Education, 2004
This paper discusses the author's experiences developing a Java applet that illustrates how error control is implemented in the Transmission Control Protocol (TCP). One section discusses the concepts which the TCP error control Java applet is intended to convey, while the nature of the Java applet is covered in another section. The author…
Descriptors: Internet, Programming, Computer Science Education, Undergraduate Study
Peer reviewed Peer reviewed
Direct linkDirect link
Courtney, Mary F.; Stix, Allen – Mathematics and Computer Education, 2006
Instructors teaching beginning programming classes are often interested in exercises that involve processing photographs (i.e., files stored as .jpeg). They may wish to offer activities such as color inversion, the color manipulation effects archived with pixel thresholding, or steganography, all of which Stevenson et al. [4] assert are sought by…
Descriptors: Textbooks, Textbook Content, Internet, Programming Languages
Peer reviewed Peer reviewed
Direct linkDirect link
Sher, David B. – Mathematics and Computer Education, 2004
Generally, when recursion is introduced to students the concept is illustrated with a toy (Towers of Hanoi) and some abstract mathematical functions (factorial, power, Fibonacci). These illustrate recursion in the same sense that counting to 10 can be used to illustrate a for loop. These are all good illustrations, but do not represent serious…
Descriptors: Computer Science, Mathematical Concepts, Higher Education, Scientific Concepts
Peer reviewed Peer reviewed
Bergmann, Seth; Chandrupatla, Tirupathi R.; Osler, Thomas J. – Mathematics and Computer Education, 2002
Describes how to modify old QBASIC programs to run in visual Basic. (NB)
Descriptors: Computer Software, Computer Uses in Education, Higher Education, Programming Languages
Peer reviewed Peer reviewed
Calzada, Maria; Scariano, Stephen M. – Mathematics and Computer Education, 1996
Uses the visual and programming capabilities of the graphing calculator to discern both differences and similarities between two independent collections of sample data. (MKR)
Descriptors: Data Analysis, Graphing Calculators, Graphs, Higher Education
Peer reviewed Peer reviewed
Cecil, David R.; Wang, Rongdong – Mathematics and Computer Education, 2002
Description of a technique in Maple programming language that automatically prints all paths of any desired length along with the name of each vertex, proceeding in order from the beginning vertex to the ending vertex for a given graph. (Author/MM)
Descriptors: Computer Uses in Education, Graphs, Mathematics Education, Programming
Peer reviewed Peer reviewed
Direct linkDirect link
Goldberg, Robert; Waxman, Jerry – Mathematics and Computer Education, 2004
This paper reports on an ongoing effort to incorporate a programming component into exploratory mathematics courses and analyzes some of the many practical considerations required for successfully managing such a course in large lecture hall classes. Two pedagogical paradigms (top-down and bottom-up) are compared and contrasted for teaching Visual…
Descriptors: Programming, Mathematics Instruction, Lecture Method, Group Dynamics
Peer reviewed Peer reviewed
Hassen, Abdulkadir; Osler, Thomas J. – Mathematics and Computer Education, 2001
The notions of pentagonal numbers and partitions can be understood by students at the precalculus level, and should work well in a first course in programming for high school or college students. Presents opportunities to conjecture properties of partitions from a computer program. (Contains 14 references.) (Author/ASK)
Descriptors: Computer Uses in Education, Higher Education, Mathematics Education, Numbers
Peer reviewed Peer reviewed
Mitchell, Richard – Mathematics and Computer Education, 1998
Discusses the place of linear programming in college curricula and the advantages of using linear-programming software. Lists important characteristics of computer software used in linear programming for more effective teaching and learning. (ASK)
Descriptors: Computer Software, Computer Uses in Education, Educational Technology, Higher Education
Peer reviewed Peer reviewed
Saltzman, Robert M.; Kohler, David – Mathematics and Computer Education, 2002
Explores the relative strengths and weaknesses of the spreadsheet approach versus specialized mathematical programming software for solving a particular logic puzzle. (KHR)
Descriptors: Computer Uses in Education, Higher Education, Logical Thinking, Mathematical Logic
Peer reviewed Peer reviewed
Leavens, Gary T.; Baker, Albert L.; Honavar, Vasant; Prabhu, Gurpur; LaValle, Steven M. – Mathematics and Computer Education, 1998
Discusses the reasons for careful evaluation of students' programs by a skilled programmer. Suggests that grades for programs must be partly based on quality factors such as clarity, organization, conciseness, and maintainability. (ASK)
Descriptors: Computer Uses in Education, Educational Technology, Evaluation Criteria, Higher Education
Peer reviewed Peer reviewed
Direct linkDirect link
Klima, Richard E.; Sigmon, Neil P. – Mathematics and Computer Education, 2005
The use of the computer, and specifically the mathematics software package Maple, has played a central role in the authors' abstract algebra course because it provides their students with a way to see realistic examples of the topics they discuss without having to struggle with extensive computations. However, Maple does not provide the computer…
Descriptors: Programming Languages, Computer Science, Algebra, Computer Assisted Design
Peer reviewed Peer reviewed
Direct linkDirect link
Armoni, Michal; Gal-Ezer, Judith – Mathematics and Computer Education, 2005
When dealing with a complex problem, solving it by reduction to simpler problems, or problems for which the solution is already known, is a common method in mathematics and other scientific disciplines, as in computer science and, specifically, in the field of computability. However, when teaching computational models (as part of computability)…
Descriptors: Teaching Methods, Memory, Computer Science, Computer Simulation
Peer reviewed Peer reviewed
Direct linkDirect link
Ecker, Michael W. – Mathematics and Computer Education, 2005
In this article, the author proves a theorem about polynomial zeros, but the focus is on how the theorem is integrated into a QuickBASIC computer program, and how that program answers the questions of the theorem--a unification of mathematics and computer programming. For a given polynomial, how can one overcome assorted problems in finding zeros…
Descriptors: Computers, Programming, Intervals, Computer Software