History of Informatics: Ada Lovelace

Size: px
Start display at page:

Download "History of Informatics: Ada Lovelace"

Transcription

1 History of Informatics: Ada Lovelace Renske Weeda ( ) 10th May 2004

2 Contents 1 Introduction 3 2 Biographical facts 3 3 Contributions The Notes Programming The Analytical Engine Anecdotes 6 5 Conclusion 7

3 1 Introduction When I look around me at the institute for informatics in Nijmegen, I realize that females in this field are short from becoming extinct. Yet, after a short investigation into the history of informatics I found a fact that bedazzeled and puzzeled me: the first computer programmer ever, happened to be female! This intrigued me to investigate the details of a woman who has made her way into history books: Ada Lovelace. If we look into computer history, women helped design, program, and fund the first modern computers, contributing greatly to the development of computers, but their contributions to computing history have traditionally been ignored. Before the invention of modern computers, women were often employed to perform computations using hand calculators. The calculations could take weeks to perform but the women were rarely credited for their work. Because the modern computer was developed during the second world war, the first computer programmers were almost entirely women. Women were stereotyped as ideal programmers because programming requires lots of patience, persistence, and a capacity for detail and those are traits that many girls have [3] Ada Augusta Lovelace is best known as the first computer programmer in history. With a set of instructions which she composed, she created a forerunner of modern programming languages[1]. Furthermore, she wrote about Charles Babbage s Analytical Engine with such clarity and insight that her work became the premier text explaining the process now known as computer programming[1]. 2 Biographical facts Augusta Ada Lovelace was a mathematician and musician, born in London in She was from a family of high status. Her father was the famous British poet, Lord Byron, and her mother, Annabella Milbanke, mathematician and a poet. Her father was accused of taking his half-sister to be his mistress (after whom Ada had been named), and the controversy surrounding this ended his marriage to Adas mother, less than 5 weeks after Ada had been born. Her mother feared that her daughter would turn out like her father, and therefore taught her disregard her artistic talents, and instead nurtured her mathematical and scientific abilities[12]. One of her mathematical tutors as a child was the well-known Augustus de Morgan. She was raised in the aristocratic society of England, which colored her life with theater, concerts, aristocratic parties. At one of these parties she was introduced to Charles Babbage, demonstrating a model of his Difference Engine, she later worked heavily with this man. Ada married Lord William King, who became Earl of Lovelace and she Countess of Lovelace, together they had three children. After publishing a paper in 1843 that predicted the development of computer software, artificial intelligence, and computer music, her life was plagued with illness. At he age of 14 she caught the measles and became paralyzed, and at age 29 she suffered a mental and physical breakdown. She was said to use dangerous combinations of beer, wine, brandy, opium and morphine that only contributed to her health problems. Some sources say the drugs were used to treat her illnesses, yet other sources speak of a period of explicit experimental drug and alcohol use. Throughout her life she enjoyed spending time gambling, which occurred more frequently 3

4 as she became older. Even using her acute mathematical skills to devise winning methods of playing, she managed to gamble away her husband s family fortune. She died of cancer in 1852 at the age of 36. Lady Lovelace had what we can describe as a multidimensional life, from her passionate desire to flourish in a man s world, to a battle with drug addiction and chronic sickness, from being mother and wife, to het reputation as a wild gambler and lover. 3 Contributions At 18, Ada Lovelace met Charles Babbage, a British mathematician and inventor, whom invited her to study his Difference Engine. After Babbage s first meeting with Ada he noted, She seems to understand it better than I do, and is far, far better at explaining it. Intrigued by the machine, and curious to learn how it worked, Ada observed what Babbage had designed and soon became an expert on the his work. When Babbage changed his plans and began to design an even more ambitious machine, Lovelace saw tremendous potential in the machine and collaborated with Babbage to invent the Analytical Engine, an archetype of the modern digital computer. It was capable of executing arithmetical calculations, reading data from punched cards, and storing data. Components of Ada s work remain in the modern digital electronic computer that receives a set of instructions, then carries out those instructions[1]. 3.1 The Notes An Italian mathematician Menabrea attempted to explain how the Analytical Engine worked based on a series of lectures that Babbage gave at a scientific conference in Vienna in 1842[4]. Lovelace translated his paper from French to English, and while doing so, she added footnotes and explanatory sections which greatly enhanced the original. By the time she was finished, the paper was three times as long as Menabrea s, and much more useful. Babbage was very pleased. He published and distributed Lovelace s work, modestly signed with only her initials A.A.L. Although this paper was the summit of her career, she felt it was unbecoming for a woman of her social class to publish anything so unfeminine [2]. It was nearly 30 years before the identity of A.A.L. was commonly known. 3.2 Programming In spite of het lengthy notes, this is not what she is most well known for. She was primarily interested in the ideas behind programming the Analytical Engine, rather than merely automating laborious calculations. She referred to the sequences of instructions as language and thought about and used loops, subroutines, and jumps in her programming. Programming was done by the use of Punched Cards, which was taken from Jacquard, who used them for automating weaving via a loom. Traditionally, these cards were executed sequentially. Ada modified this approach to allow for a looping behavior similar to an unconditional jump. The cards were executed in order until the loop instruction was encountered, and then the Engine would sort back through the cards, when the proper card was selected the Engine would again begin executing normally. Ada s idea of writing a set of instructions, as a library, which could then be used for that operation from that point on can be seen as a set of subroutines. 4

5 The idea of a conditional jump lies in a similar line of thought, if a condition were true then the Engine would cycle a particular number of cards forward, without executing them, and then continue execution. Ada used these programming techniques to write programs for the Analytical Engine, without the Engine ever having been completed. One of the programs she wrote using these techniques was a program to compute Bernoulli numbers, which is now regarded as the first computer program [6]. 3.3 The Analytical Engine Charles Babbage s first project was the Differential Engine, a machine capable of executing not merely arithmetical calculations, but even all those of analysis, if their laws are known. However, its use is confined to simple additions or subtractions, lacking application for many other problems in the field of mathematical analysis. Upon realization of this incompatibility, Mr. Babbage conceived the plan of another machine, the Analytical Engine, whose operations can be specified using algebraic notation. Two main principles on which the construction of the machine is based are the execution of numerical calculations and correct distribution of values obtained (eg. (a+b)(c+d) = ac+ ad+bc+bd). It is capable of executing successive operations without human intervention, and thus independently yielding an appropriate result; a finite automaton which acts according to the laws imposed upon it. This last statement may seem trivial and fundamental. However, when dividing one number by another, the usual rules of arithmetic allowed for a method of guessing which now had to be formalized into an algebraic formula for execution the engine. Having formalized the four operations of arithmetic (addition, subtraction, multiplication and division), the machine was capable of performing any numerical calculation, because each calculation can ultimately be broken down into those four operations (later refined by Alan Turing). Initially the idea was conceived as a machine with a series of vertical columns of circular discs marked with the ten decimal digits, by arranging these discs it is possible to express any finite number, as was also to be found in the Difference Engine. Representing the number 5312 would be as follows: The Analytical Engine would probably have at least two hundred columns, but the precise form and arrangement was not determined exactly at that time. The Analytical Engine has two types of cards. The first are the Operation cards, arranging the machine s parts in such a manner to execute any determinate series of operations, such as additions, subtractions, multiplications, and divisions. The second type of cards are the Variables, which indicate on which column the results are to represented. The columns of Variables may be regarded as a store of numbers, the machine s memory. When the machine is in action, the cards successively arrange the various parts of the machine according to processes that are to be executed, and executes. 5

6 V 1 V 2 V 3 V 4 V 5 V (a) (n) (x) (ax n + x) (a x) ( axn +x a x ) Representing three quantities: a = 98, n = 7, x = 2. Calculating for example (ax n ) would require 6 multiplications to get (x n ), one multiplication to get (a x n ), and one addition to get (a x n +x), thus requiring a total of 7 multiplications and one addition {7( ),+}. Calculating ( axn +x a x ) would require operations {7( ), +,, }. The intermediate result of (a x) can be retained separately if we please, as has been done in V 5. The series of operations commanded by the cards, and the results obtained, are represented in the following table: Operation Number Operation Symbol Input Columns Output Column Operation Progress 1 V 3 V 3 = V 4 = x V 3 V 4 = V 4 = x n 7 V 1 V 4 = V 4 = a x n 8 + V 3 V 4 = V 4 = a x n + x 9 V 1 V 3 = V 5 = a x 10 V 4 V 5 = V 6 = a xn +x a x 4 Anecdotes After the divorce of her parents, Ada s mother carried on with Ada s upbringing and education. She gave Ada her first introduction in mathematics, after which it soon became clear that Ada had a gift for the subject. By the age of eight, Ada had also demonstrated an interest in mechanical devices and was building detailed model boats. She received training in mathematics from Augustus DeMorgan, who is today famous for one of the basic theorems of Boolean Algebra which forms the basis for modern computers. The one person young Ada most longed to meet was Mary Sommerville, a mathematician who had just published The Mechanism of the Heavens, a book on mathematical astronomy. Fortunately, after they met the two became friends. It was Sommerville who arranged for Ada to meet Lord William King, who later became Ada s husband. For Ada, Sommerville was a role model - a female mathematician she could look up to. We thus see that Ada was fortunate to have come in contact and worked with people who today we consider extremely famous for their theories and their works in the field of science. It seems as if her whole life was one coincidence after another, yet this is not entirely true. Sadly enough, had Ada lived just one year longer, she would have witnessed the presentation of the first working difference engine. Lovelace was often drawn by her love of music. She had shown much promise as a young woman and many of her friends expected her to pursue musical studies. Furthermore, this 6

7 would be much more appropriate for a woman of her social class. While exploring the analytical engine, she thought about the potential of such machines to compose music. Now, a century after she predicted it, her dream has come true. Computers are composing music! Ada s father, Lord Byron, was a poet famous not only for his poetry but also his wild and scandalous behavior. Like her father, Ada lived only until she was 36. Even though she never met her father after the divorce of her parents when she was only one, and their lives were extremely different, she undoubtedly admired her father and was inspired by his unconventional and rebellious nature. For a woman of her aristocracy, having strong interests in mathematics and science was surely unconventional! 5 Conclusion Although Ada contributed greatly to the foundation of our modern day computer, she suffered the fate of many women engineers and scientists of her day. It was not common for a woman to be rewarded for technological ideas. Ada s work was not to be fully recognized until many years after her death. Fortunately today, women are becoming more and more commonplace in the fields of science and engineering. We thank the fundamental basis of modern digital electronic computer, receiving a set of instructions and subsequently carrying them out, to some of Ada s work. Apparent in the modern computer, her writings discussed the following aspects in full detail: Operations necessary for solving mathematical problems Distinction between types and operators Loop statements Arrays Subroutines Stored programs The United States Department of Defense honored Ada s accomplishments in the computer field and in 1977 they named their high-level, universal computer programming language, Ada, after her[5]. Contrary to what many believe, we have seen that women have been vital to the development of computers since the concept was first developed, and they continue to be pioneers in the computing industry. Ada s work inspired the Lovelace award, which today honors pioneering women in computer science. And so I have learned that much more women have been involved in the history of computer science than I could ever have imagined. Due to society they never got the credit they deserved. But more importantly, where I felt I was completely on my own, I now have found a role model! 7

8 References [1] February 18th, [2] History/Samples/ADA/Ada.html. February 13th [3] burger3/extracurricular/girls/historyofwomenincomputing.ptt. Jessie Burger. February 20th, [4] birthday.html. April 4th [5] intro.html. February 20th [6] April 5th [7] gopher://gopher.well.sf.ca.us/00/science/ada. April 5th [8] April 5th [9] Byron%27s notes on the analytical April 5th [10] number. April 5th [11] April 5th [12] storm/docs/lovelace.htm. May 7th

Phillis Wheatley, 1753-1784: Early African- American Poet

Phillis Wheatley, 1753-1784: Early African- American Poet 17 December 2011 voaspecialenglish.com Phillis Wheatley, 1753-1784: Early African- American Poet A rare signed edition of Phillis Wheatley s poetry from 1773 (Download an MP3 of this story at voaspecialenglish.com)

More information

Divorce For Multiple Causes?

Divorce For Multiple Causes? Divorce For Multiple Causes? Introduction. Of all of the different ideas on divorce and remarriage, one has become more prominent in just the last few years. Several brethren are advocating that a man

More information

English Language Arts Book 3

English Language Arts Book 3 English Language Arts Grade 8 Sample Test 2005 Name TIPS FOR TAKING THE SAMPLE TEST Here are some suggestions to help you do your best: Be sure to read carefully all the directions in the test book. Plan

More information

Boolean Design of Patterns

Boolean Design of Patterns 123 Boolean Design of Patterns Basic weave structures interlacement patterns can be described in many ways, but they all come down to representing the crossings of warp and weft threads. One or the other

More information

Mathematics for Computer Science

Mathematics for Computer Science Mathematics for Computer Science Lecture 3: Turing Machines Areces, Blackburn and Figueira TALARIS team INRIA Nancy Grand Est Contact: patrick.blackburn@loria.fr Course website: http://www.loria.fr/~blackbur/courses/math

More information

Classical Music Ludwig Van Beethoven

Classical Music Ludwig Van Beethoven Non-fiction: Classical Music Ludwig Van Beethoven Classical Music Ludwig Van Beethoven When Beethoven met Mozart in Vienna in 1787, Mozart said, You will make a big noise in the world. Mozart was right.

More information

WELCOME TO GOD S FAMILY

WELCOME TO GOD S FAMILY WELCOME TO GOD S FAMILY To all who received him, to those who believed in his name, he gave the right to become children of God children born not of natural descent, nor of human decision or a husband

More information

WILL WE BE MARRIED IN THE LIFE AFTER DEATH?

WILL WE BE MARRIED IN THE LIFE AFTER DEATH? Explanatory Notes: WILL WE BE MARRIED IN THE LIFE AFTER DEATH? Series title: Topic: Marriage in heaven / heaven as a marriage Table of Contents: Message 1: What is the Life after Death Like? p. 1 Message

More information

CHAPTER I INTRODUCTION. Here in the Philippines, we believe in the saying of our national hero Dr.

CHAPTER I INTRODUCTION. Here in the Philippines, we believe in the saying of our national hero Dr. 1 CHAPTER I INTRODUCTION Background of the Study Here in the Philippines, we believe in the saying of our national hero Dr. Jose P. Rizal that Youth is the hope of our Mother land. In their hand lies the

More information

Student Essays on NASA Project

Student Essays on NASA Project Student Essays on NASA Project The trip to Washington D.C. for the Quarterbacks of Life program was enlightening for various reasons; it goes without saying that being able to visit the nation's capital,

More information

King Solomon. ~ Philip Graham Ryken Crossway, 2011 254 pages

King Solomon. ~ Philip Graham Ryken Crossway, 2011 254 pages King Solomon The Temptations of Money, Sex, and Power ~ Philip Graham Ryken Crossway, 2011 254 pages Take-Aways Neither a successful beginning nor a strong mid-life can insulate you from failure later

More information

How To Be A Women'S Pastor At Community Bible Church

How To Be A Women'S Pastor At Community Bible Church Pastor Spotlight Martha Fisher, CBC Women s Pastor Inspiration Martha Fisher, Women s Pastor at Community Bible Church, leads with a passion to reach, teach and help the women of our community for Jesus.

More information

Chapter 6: Probability

Chapter 6: Probability Chapter 6: Probability In a more mathematically oriented statistics course, you would spend a lot of time talking about colored balls in urns. We will skip over such detailed examinations of probability,

More information

Inheritance: Laws of Inheritance & Unfair Gifts

Inheritance: Laws of Inheritance & Unfair Gifts Inheritance: Laws of Inheritance & Unfair Gifts A woman gifted her house to her niece only two weeks before her death, thus depriving her heirs, two sisters and a brother, from their shares of inheritance.

More information

Life Dates: 1840-1893 Country of Origin: Russia Musical Era: Romantic

Life Dates: 1840-1893 Country of Origin: Russia Musical Era: Romantic Life Dates: 1840-1893 Country of Origin: Russia Musical Era: Romantic I grew up in a quiet spot and was saturated from earliest childhood with the wonderful beauty of Russian popular song. I am therefore

More information

THE PARABLE OF THE TALENTS

THE PARABLE OF THE TALENTS THE PARABLE OF THE TALENTS The kingdom of heaven is like a man traveling to a far country, who called his own servants and delivered his goods to them. And to one he gave five talents, to another two,

More information

Home Is Where The Heart Is

Home Is Where The Heart Is Home Is Where The Heart Is Where is your heart? Is it where you are, or is it out searching for a relationship to fulfill you? Is your heart into making a home for yourself and your children, or is it

More information

A STUDY GUIDE KAREN BLIXEN. Biography. Research Tasks

A STUDY GUIDE KAREN BLIXEN. Biography. Research Tasks A STUDY GUIDE KAREN BLIXEN Biography To say that Karen Blixen was an extraordinary woman is an understatement. Born in 1885 in Denmark, she was already widely travelled by the age of 15, having lived in

More information

HarperOne Reading and Discussion Guide for The Weight of Glory. Reading and Discussion Guide for. The Weight of Glory. C. S. Lewis.

HarperOne Reading and Discussion Guide for The Weight of Glory. Reading and Discussion Guide for. The Weight of Glory. C. S. Lewis. Reading and Discussion Guide for The Weight of Glory by C. S. Lewis The Weight of Glory is a series of essays and talks that Lewis wrote over a long period (roughly between 1939 and 1956). We have organized

More information

Biography Paper: Rear Admiral Grace Murray Hopper

Biography Paper: Rear Admiral Grace Murray Hopper Jennifer Scott October 30, 2001 CSIS-550-001 Dr. Bergin Biography Paper: Rear Admiral Grace Murray Hopper 2 When deciding who I would write this paper on I was looking for a woman in the history of computing.

More information

International Journal of Sociology and Social Policy 98

International Journal of Sociology and Social Policy 98 International Journal of Sociology and Social Policy 98 Ethiopia: From Bottom to Top in Higher Education - Gender Role Problems by Yelfign Worku Biographical Note Yelfign Worku, Head of Gender and Education

More information

A Tale of Two Cities

A Tale of Two Cities Reflections: A Student Response Journal for A Tale of Two Cities by Charles Dickens written by Jack Turner Copyright 2007 by Prestwick House, Inc., P.O. Box 658, Clayton, DE 19938. 1-800-932-4593. www.prestwickhouse.com

More information

Romeo and Juliet Act 3 Scene 5

Romeo and Juliet Act 3 Scene 5 What do we learn about Juliet s relationship with her father from? Why does Lord Capulet arrange his daughter s wedding to Paris? He wants to see his daughter settled and married to a man he approves of

More information

California Treasures High-Frequency Words Scope and Sequence K-3

California Treasures High-Frequency Words Scope and Sequence K-3 California Treasures High-Frequency Words Scope and Sequence K-3 Words were selected using the following established frequency lists: (1) Dolch 220 (2) Fry 100 (3) American Heritage Top 150 Words in English

More information

THE REQUIREMENTS OF COMMITTED MEMBERS Part 2

THE REQUIREMENTS OF COMMITTED MEMBERS Part 2 THE REQUIREMENTS OF COMMITTED MEMBERS Part 2 We need to give strong support. We cannot give strong support unless we become mighty men. None of us should fail because this is God s plan. God wants us to

More information

Duties of a Husband. Lesson

Duties of a Husband. Lesson Lesson 6 Duties of a Husband A happy young man hurried home to his parents to share with them the good news that his girl friend had promised to marry him. But the father, rather than responding as his

More information

Jane Addams. The good we seek for ourselves is uncertain until it is secure for all of us

Jane Addams. The good we seek for ourselves is uncertain until it is secure for all of us Jane Addams 1931 The good we seek for ourselves is uncertain until it is secure for all of us Jane Addams spent her life trying to help the poor. She is best known for establishing Hull House. This was

More information

A Tale of Two Cities by Charles Dickens

A Tale of Two Cities by Charles Dickens A Tale of Two Cities by Charles Dickens Charles Dickens Born in 1812 in Portsmouth, England He had very encouraging parents who supported his writing and acting His father was sent to debtor s prison At

More information

11.) France and the U.S. had a special. A.) independence B.) freedom C.) relationship D.) gift

11.) France and the U.S. had a special. A.) independence B.) freedom C.) relationship D.) gift 8 th Form Olympiad 2013 Round I Listening Comprehension Section 1 Directions: Listen to the story, The Statue of Liberty, and mark True (+) or False (-) next to the number. 1.) Twelve people can stand

More information

United Church of God An International Association. Level 2 Unit 4 Week 4 EIGHTH COMMANDMENT AND TENTH COMMANDMENT

United Church of God An International Association. Level 2 Unit 4 Week 4 EIGHTH COMMANDMENT AND TENTH COMMANDMENT United Church of God An International Association SABBATH S CHOOL Preteen Sabbath Instruction Program Teacher s Outline Level 2 Unit 4 Week 4 EIGHTH COMMANDMENT AND TENTH COMMANDMENT OBJECTIVE: To show

More information

Reality 2: God Pursues a Continuing Love Relationship with You that is Real and Personal

Reality 2: God Pursues a Continuing Love Relationship with You that is Real and Personal Reality 2: God Pursues a Continuing Love Relationship with You that is Real and Personal Reality 2: God Pursues a Continuing Love Relationship with You that is Real and Personal Created for a Love Relationship

More information

National Association of Women Business Owners Orange County selects Debbie Dickson to receive Lifetime Achievement Award

National Association of Women Business Owners Orange County selects Debbie Dickson to receive Lifetime Achievement Award National Association of Women Business Owners Orange County selects Debbie Dickson to receive Lifetime Achievement Award Deborah Dickson, CPA, CFF, MAFF, President of Smith Dickson, a CPA firm based in

More information

Emma Watson visits People Tree s partner in Bangladesh to see the impact that fair trade fashion makes and finds out more about the real cost of fast

Emma Watson visits People Tree s partner in Bangladesh to see the impact that fair trade fashion makes and finds out more about the real cost of fast Emma Watson visits People Tree s partner in Bangladesh to see the impact that fair trade fashion makes and finds out more about the real cost of fast fashion 38 39 Fair clothes = happy families Safia Minney

More information

Copyright 2012 Pearson Education, Inc. Chapter 1 INTRODUCTION TO COMPUTING AND ENGINEERING PROBLEM SOLVING

Copyright 2012 Pearson Education, Inc. Chapter 1 INTRODUCTION TO COMPUTING AND ENGINEERING PROBLEM SOLVING Chapter 1 INTRODUCTION TO COMPUTING AND ENGINEERING PROBLEM SOLVING Outline Objectives 1. Historical Perspective 2. Recent Engineering Achievements 3. Computing Systems 4. Data Representation and Storage

More information

THE SIX STAGES OF PARENTHOOD

THE SIX STAGES OF PARENTHOOD THE SIX STAGES OF PARENTHOOD The task of being a parent parallels children s growth and development. Just as children grow and change as they develop, noted researcher Ellen Galinsky asserts that parents

More information

William Marrion Branham: THUS SAITH THE LORD! A Women Who Cuts Her Hair Should Be DIVORCED!

William Marrion Branham: THUS SAITH THE LORD! A Women Who Cuts Her Hair Should Be DIVORCED! William Branham claimed that God spoke directly through him, telling him to instruct the people that men should divorce wives who have cut their hair. Branham said that this came directly from God, as

More information

PRAYING FOR OTHER PEOPLE

PRAYING FOR OTHER PEOPLE PRAYING FOR OTHER PEOPLE SESSION ONE HOW TO PRAY FOR OTHER PEOPLE When friends get together, they talk about their problems. Sometimes your friends will share with you about their own personal difficulties

More information

Equal marriage What the government says

Equal marriage What the government says Equal marriage What the government says Easy Read Document Important This is a big booklet, but you may not want to read all of it. Look at the list of contents on pages 3, 4 and 5. It shows what is in

More information

Self-imposed Curses Psalm 34:13 - Keep your tongue from evil, and your lips from speaking deceit.

Self-imposed Curses Psalm 34:13 - Keep your tongue from evil, and your lips from speaking deceit. Power of Your Spoken Words - Sins of the Tongue Introduction: the tongue is powerful and we can use it for good or for evil. (God s word tells us that the power of life and death is in the tongue) We know

More information

Introduction to Turing Machines

Introduction to Turing Machines Automata Theory, Languages and Computation - Mírian Halfeld-Ferrari p. 1/2 Introduction to Turing Machines SITE : http://www.sir.blois.univ-tours.fr/ mirian/ Automata Theory, Languages and Computation

More information

Bible for Children. presents WISE KING SOLOMON

Bible for Children. presents WISE KING SOLOMON Bible for Children presents WISE KING SOLOMON Written by: Edward Hughes Illustrated by: Lazarus Adapted by: Ruth Klassen Produced by: Bible for Children www.m1914.org 2007 Bible for Children, Inc. License:

More information

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 1 History of Computers

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 1 History of Computers CSCA0201 FUNDAMENTALS OF COMPUTING Chapter 1 History of Computers 1 Topics 1. Definition of computer 2. Earliest computer 3. Computer History 4. Computer Generations 2 Definition of Computer Computer is

More information

Computation Beyond Turing Machines

Computation Beyond Turing Machines Computation Beyond Turing Machines Peter Wegner, Brown University Dina Goldin, U. of Connecticut 1. Turing s legacy Alan Turing was a brilliant mathematician who showed that computers could not completely

More information

The Trinity is a mystery. Even great theologians don t completely understand it, and some scholars spend their whole lives studying it.

The Trinity is a mystery. Even great theologians don t completely understand it, and some scholars spend their whole lives studying it. Holy Trinity Sunday In the name of the Father, Son, and Holy Spirit Mathew 28:16-20 Sometimes when I m leading chapel for our preschoolers, I ask a question like: Who was born in Bethlehem? And one of

More information

THEME: God desires for us to demonstrate His love!

THEME: God desires for us to demonstrate His love! Devotion NT320 CHILDREN S DEVOTIONS FOR THE WEEK OF: LESSON TITLE: The Gift of Love THEME: God desires for us to demonstrate His love! SCRIPTURE: 1 Corinthians 13:1-13 Dear Parents Welcome to Bible Time

More information

Biographical Background

Biographical Background Name: Hour: William Shakespeare Scavenger Hunt Directions: Before we begin our unit on Romeo and Juliet, complete this scavenger hunt to learn more about the author, William Shakespeare, his works, and

More information

Frank Abagnale Jr.: The Real Story Behind Catch Me If You Can

Frank Abagnale Jr.: The Real Story Behind Catch Me If You Can Frank Abagnale Jr.: The Real Story Behind Catch Me If You Can Frank Abagnale Jr. is an expert on fraud, scams, deception and beating the system. Between the ages of 16 and 21, he forged and cashed $2.5

More information

The Example of Godly Women

The Example of Godly Women The Example of Godly Women Proverbs 31:30 Thesis: To discuss the important roles and influence Godly women have in our lives. 1. Mother s Day is a very unique holiday. It is the one day in America we stop

More information

Rose Ann s Eulogy. Good morning. Most of you know me, but if not, my name is Carole Branch.

Rose Ann s Eulogy. Good morning. Most of you know me, but if not, my name is Carole Branch. Rose Ann s Eulogy Good morning. Most of you know me, but if not, my name is Carole Branch. I am Rose Ann s niece and it is my honor to share my thoughts about her with you today. As I was preparing for

More information

mathematical community as well as many others. He is considered by many to be one of the

mathematical community as well as many others. He is considered by many to be one of the Kramer 1 Johann Friedrich Carl Gauss is a name that is instantly recognized by members of the mathematical community as well as many others. He is considered by many to be one of the greatest mathematicians

More information

4.3 TABLE 3 TABLE 4. 1342 five 1 125 3 25 4 5 2 1 125 75 20 2 222.

4.3 TABLE 3 TABLE 4. 1342 five 1 125 3 25 4 5 2 1 125 75 20 2 222. .3 Conversion Between Number Bases 169.3 Conversion Between Number Bases Although the numeration systems discussed in the opening section were all base ten, other bases have occurred historically. For

More information

ROMEO AND JULIET Study Questions

ROMEO AND JULIET Study Questions ROMEO AND JULIET Study Questions As you read the play either at home or in class, try to answer the questions as best you can and plan to come to class seeking the answers you could not get on your own.

More information

Hotel Operations Partner

Hotel Operations Partner Hotel Operations Partner Good evening everyone. Thanks so much for taking time out of your busy lives to celebrate with us. Because after all the time and experiences we ve had getting our beautiful Inn

More information

Illinois State Board of Education

Illinois State Board of Education Illinois State Board of Education 100 North First Street Springfield, Illinois 62777-0001 www.isbe.net Gery J. Chico Chairman Christopher A. Koch, Ed.D. State Superintendent of Education Partnership for

More information

THE MOORE METHOD: ITS IMPACT ON FOUR FEMALE PhD STUDENTS

THE MOORE METHOD: ITS IMPACT ON FOUR FEMALE PhD STUDENTS Selevan 1 THE MOORE METHOD: ITS IMPACT ON FOUR FEMALE PhD STUDENTS A RESEARCH PAPER SUBMITTED TO DR. SLOAN DESPEAUX DEPARTMENT OF MATHEMATICS WESTERN CAROLINA UNIVERSITY BY JACKIE SELEVAN Selevan 2 The

More information

Field Experience 1 Reflection Paper. Timothy D. Koerner. Research I (EDU 757) Professor Vicki Good

Field Experience 1 Reflection Paper. Timothy D. Koerner. Research I (EDU 757) Professor Vicki Good FE 1 Reflection: -1- Field Experience 1 Reflection Paper Timothy D. Koerner Research I (EDU 757) Professor Vicki Good FE 1 Reflection: -2- Part: 1 Demographic Analysis of the Class Ms. Case s third grade

More information

Fall 2012 Q530. Programming for Cognitive Science

Fall 2012 Q530. Programming for Cognitive Science Fall 2012 Q530 Programming for Cognitive Science Aimed at little or no programming experience. Improve your confidence and skills at: Writing code. Reading code. Understand the abilities and limitations

More information

Filing a Form I-360 Self-Petition under the Violence Against Women Act

Filing a Form I-360 Self-Petition under the Violence Against Women Act Filing a Form I-360 Self-Petition under the Violence Against Women Act Prepared by: Northwest Immigrant Rights Project http://www.nwirp.org 615 Second Avenue, Suite 400 Seattle, Washington 98104 (206)

More information

EARLY CHILDHOOD EDUCATION CENTER

EARLY CHILDHOOD EDUCATION CENTER The Isadore Joshowitz EARLY CHILDHOOD EDUCATION CENTER HILLEL ACADEMY OF PITTSBURGH The Isadore Joshowitz Early Childhood Center at Hillel Academy of Pittsburgh is a warm, nurturing, and inclusive environment

More information

The following is a reprint of an interview with

The following is a reprint of an interview with An Interview with Sun-Yung Alice Chang Y K Leong Asia Pacific Mathematics Newsletter Sun-Yung Alice Chang The following is a reprint of an interview with Professor Sun-Yung Alice Chang of Princeton University

More information

LESSON TITLE: A Story about Investing. THEME: We should share the love of Jesus! SCRIPTURE: Luke 19:11-27 CHILDREN S DEVOTIONS FOR THE WEEK OF:

LESSON TITLE: A Story about Investing. THEME: We should share the love of Jesus! SCRIPTURE: Luke 19:11-27 CHILDREN S DEVOTIONS FOR THE WEEK OF: Devotion NT258 CHILDREN S DEVOTIONS FOR THE WEEK OF: LESSON TITLE: A Story about Investing THEME: We should share the love of Jesus! SCRIPTURE: Luke 19:11-27 Dear Parents Welcome to Bible Time for Kids!

More information

The Role of the Church in Today s Society

The Role of the Church in Today s Society CHURCH What is the Role of the Church in Today s Society? 1 The Role of the Church in Today s Society Ephesians 3:10 INTRODUCTION: A. Familiar sayings in threes... 1. Ready... Set... Go 2. Hop... Skip...

More information

Thank you. o With a board of directors chaired by John Madden, I had the opportunity to meet a wide range of business people

Thank you. o With a board of directors chaired by John Madden, I had the opportunity to meet a wide range of business people Thank you - I am pleased, honored and humbled to accept this award and to join past recipients who I have long admired and respected. - A very special thanks to the SCFD Board for selecting me - And an

More information

Mathematics SL subject outline

Mathematics SL subject outline Diploma Programme Mathematics SL subject outline First examinations 2014 This document explains the major features of the course, and outlines the syllabus and assessment requirements. More detailed information

More information

Guide to Letters of Recommendation, Thank You and First Choice Letters

Guide to Letters of Recommendation, Thank You and First Choice Letters Guide to Letters of Recommendation, Thank You and First Choice Letters Letters of Recommendation You should only provide a letter of recommendation to a school if you re asked for one. Some schools may

More information

Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter 4 described a mathematical system

Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter 4 described a mathematical system CHAPTER Number Theory FIGURE FIGURE FIGURE Plus hours Plus hours Plus hours + = + = + = FIGURE. Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter described a mathematical

More information

Topic 1.1.2: Influences on your healthy, active lifestyle

Topic 1.1.2: Influences on your healthy, active lifestyle Section 1.1: Healthy, active lifestyle Topic 1.1.2: Influences on your healthy, active lifestyle Sport in Context Many things can influence people to become involved in sport, such as friends, family or

More information

Our Lady Invites Us To Wake Up From Our Spiritual Coma - Medjugorje.com

Our Lady Invites Us To Wake Up From Our Spiritual Coma - Medjugorje.com Medjugorje visionary, Ivan, speaking to several thousand pilgrims today, August 18, 2010. Ivan was given special instructions from Our Lady concerning the youth and family. Being married to an American

More information

Georg Cantor and Set Theory

Georg Cantor and Set Theory Georg Cantor and Set Theory. Life Father, Georg Waldemar Cantor, born in Denmark, successful merchant, and stock broker in St Petersburg. Mother, Maria Anna Böhm, was Russian. In 856, because of father

More information

Guide to the. Morris, J.G. & Morris-Hay Family Diaries. Gettysburg College, Musselman Library. Special Collections & College Archives

Guide to the. Morris, J.G. & Morris-Hay Family Diaries. Gettysburg College, Musselman Library. Special Collections & College Archives Guide to the Morris, J.G. & Morris-Hay Family Diaries Gettysburg College, Musselman Library Special Collections & College Archives Created by Kate Boeree July 2009 MS 106: Morris, J.G. and Morris-Hay Family

More information

Campus Academic Resource Program

Campus Academic Resource Program This handout will: Discuss how to interpret teaching credential application essay prompts. Provide an example of a prompt. Provide an example of a sample response with critique. Discuss how to establish

More information

Christmas Eve Sermon 2015. John 1: 1 5. Woodridge. John 1: 1-5

Christmas Eve Sermon 2015. John 1: 1 5. Woodridge. John 1: 1-5 1 Christmas Eve Sermon 2015 John 1: 1 5 Woodridge John 1: 1-5 In the beginning was the Word, and the Word was with God, and the Word was God. He was in the beginning with God. All things came into being

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

GRADES: 4-5. Be like the stars of our faith-help care for the church! Tithe. to tithe is to share to tithe is to care

GRADES: 4-5. Be like the stars of our faith-help care for the church! Tithe. to tithe is to share to tithe is to care GRADES: 4-5 Be like the stars of our faith-help care for the church! Tithe to tithe is to share to tithe is to care Dear Student, As Orthodox Christians, we care about our faith and our church. One way

More information

Dr. Seuss & WWII Analyzing Political Cartoons

Dr. Seuss & WWII Analyzing Political Cartoons Dr. Seuss & WWII Analyzing Political Cartoons A Lesson from the Education Department The National WWII Museum 945 Magazine Street New Orleans, LA 70130 (504) 528-1944 www.nationalww2museum.org/learn/education

More information

Modern Wedding Ceremony

Modern Wedding Ceremony Modern Wedding Ceremony Shall we begin with a prayer. Our God and Father, Hallowed be your name. We come before You now thankful for Your blessings and the wonderful occasion that has brought us together.

More information

Family Responsibilities

Family Responsibilities Family Responsibilities Chapter 37 Responsibilities of the Parents What responsibilities do husbands and wives share in raising their children? Each person has an important place in his or her family.

More information

Database trends: XML data storage

Database trends: XML data storage Database trends: XML data storage UC Santa Cruz CMPS 10 Introduction to Computer Science www.soe.ucsc.edu/classes/cmps010/spring11 ejw@cs.ucsc.edu 25 April 2011 DRC Students If any student in the class

More information

Section #7: NOAH: A MAN OF FAITH

Section #7: NOAH: A MAN OF FAITH 21 Discussion Guide Section #7: NOAH: A MAN OF FAITH 1. How did Noah show his faith in God? 2. How specific were the instructions God gave? 3. Describe the size of the ark. Read to the Group: Since the

More information

THEME: Jesus sent the Holy Spirit to indwell and empower us.

THEME: Jesus sent the Holy Spirit to indwell and empower us. Devotion NT285 CHILDREN S DEVOTIONS FOR THE WEEK OF: LESSON TITLE: The Day of Pentecost THEME: Jesus sent the Holy Spirit to indwell and empower us. Dear Parents SCRIPTURE: Acts 2:1-41 Dear Parents, Welcome

More information

The Basics of Physics with Calculus. AP Physics C

The Basics of Physics with Calculus. AP Physics C The Basics of Physics with Calculus AP Physics C Pythagoras started it all 6 th Century Pythagoras first got interested in music when he was walking past a forge and heard that the sounds of the blacksmiths'

More information

Guided Reading Level J

Guided Reading Level J An Inspiring Life Guided Reading Level J No part of this publication may be reproduced in whole or in part, or stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical,

More information

Einstein s Theory of Special Relativity Made Relatively Simple!

Einstein s Theory of Special Relativity Made Relatively Simple! Einstein s Theory of Special Relativity Made Relatively Simple! by Christopher P. Benton, PhD Young Einstein Albert Einstein was born in 1879 and died in 1955. He didn't start talking until he was three,

More information

CHAPTER 2. Logic. 1. Logic Definitions. Notation: Variables are used to represent propositions. The most common variables used are p, q, and r.

CHAPTER 2. Logic. 1. Logic Definitions. Notation: Variables are used to represent propositions. The most common variables used are p, q, and r. CHAPTER 2 Logic 1. Logic Definitions 1.1. Propositions. Definition 1.1.1. A proposition is a declarative sentence that is either true (denoted either T or 1) or false (denoted either F or 0). Notation:

More information

Following the Wise Men What s Your Star? Matthew 2:1-12

Following the Wise Men What s Your Star? Matthew 2:1-12 1 Natalie W. Bell January 4, 2015 Epiphany Sunday Following the Wise Men What s Your Star? Matthew 2:1-12 Has anything grabbed your attention lately? What was it? And could it be God could God be using

More information

BIBLE STUDY: FACING LIFE S ISSUES WITH A BIBLICAL PERSPECTIVE LESSON 1

BIBLE STUDY: FACING LIFE S ISSUES WITH A BIBLICAL PERSPECTIVE LESSON 1 BIBLE STUDY: FACING LIFE S ISSUES WITH A BIBLICAL PERSPECTIVE LESSON 1 INTRODUCTION 1. Issues [Definition: a vital or unsettled matter, a concern, a problem] - A 7-year-old son is killed in an accident

More information

What Can We Learn About Teen Pregnancy from Rural Adolescents?

What Can We Learn About Teen Pregnancy from Rural Adolescents? What Can We Learn About Teen Pregnancy from Rural Adolescents? Josie A. Weiss, PhD, FNP-BC, FAANP Associate Professor Christine E. Lynn College of Nursing Florida Atlantic University Objectives of Presentation

More information

THEME: We should take every opportunity to tell others about Jesus.

THEME: We should take every opportunity to tell others about Jesus. Devotion NT307 CHILDREN S DEVOTIONS FOR THE WEEK OF: LESSON TITLE: Paul Goes Before Agrippa THEME: We should take every opportunity to tell others about Jesus. SCRIPTURE: Acts 25:13 26:32 Dear Parents

More information

Sparta was the greatest military power in the Greek city-states Spartans lived in harsh conditions, without luxuries, to make them tough fighters.

Sparta was the greatest military power in the Greek city-states Spartans lived in harsh conditions, without luxuries, to make them tough fighters. Sparta was the greatest military power in the Greek city-states Spartans lived in harsh conditions, without luxuries, to make them tough fighters. There is much less information about the Spartans than

More information

Writing Topics WRITING TOPICS

Writing Topics WRITING TOPICS Writing Topics Topics in the following list may appear in your actual test. You should become familiar with this list before you take the computer-based TOEFL test. Remember that when you take the test

More information

The Protestant Reformation

The Protestant Reformation The Protestant Reformation Mr. Montreuil April 2015 1 The Big Picture I can explain how the Protestant Reformation impacted Europe religiously, politically, & socially. This Lesson I can identify Reformation

More information

Hobbes, Locke, Montesquieu, and Rousseau on Government

Hobbes, Locke, Montesquieu, and Rousseau on Government CONSTITUTIONAL RIGHTS FOUNDATION Bill of Rights in Action 20:2 Hobbes, Locke, Montesquieu, and Rousseau on Government Starting in the 1600s, European philosophers began debating the question of who should

More information

Si Ud. no entiende esto, llame a su oficina local del Michigan Department of Health and Human Services.

Si Ud. no entiende esto, llame a su oficina local del Michigan Department of Health and Human Services. Si Ud. no entiende esto, llame a su oficina local del Michigan Department of Health and Human Services. From One Parent to Another Raising a child today is not an easy task, even under the best of circumstances.

More information

Speaking Extra. A resource book of multi-level skills activities. Mick Gammidge

Speaking Extra. A resource book of multi-level skills activities. Mick Gammidge Speaking Extra A resource book of multi-level skills activities Mick Gammidge PUBLISHED BY THE PRESS SYNDICATE OF THE UNIVERSITY OF CAMBRIDGE The Pitt Building, Trumpington Street, Cambridge, United Kingdom

More information

YEAR 1: Kings, Queens and Leaders (6 lessons)

YEAR 1: Kings, Queens and Leaders (6 lessons) YEAR 1: Kings, Queens and Leaders (6 lessons) Contents Include: The United Kingdom and the Union Jack Kings and Queens The Magna Carta Charles I Parliament The Prime Minister Suggested Teacher Resources:

More information

The Literature of Classical Greece

The Literature of Classical Greece The Literature of Classical Greece The golden age of classical Greece lasted from the early fifth to the late fourth century BC, and was concentrated in Asia Minor and the Greek Isles. Although this era

More information

JOHN DRYDEN S AN ESSAY ON DRAMATIC POESY: QUESTIONS WITH ANSWERS

JOHN DRYDEN S AN ESSAY ON DRAMATIC POESY: QUESTIONS WITH ANSWERS Tarvin 1 JOHN DRYDEN S AN ESSAY ON DRAMATIC POESY: QUESTIONS WITH ANSWERS This handout was prepared by Dr. William Tarvin, a retired professor of literature. Please visit my free website www.tarvinlit.com.

More information

Haslingden High School RE HOMEWORK BOOKLET Year 8 Block A

Haslingden High School RE HOMEWORK BOOKLET Year 8 Block A Haslingden High School RE HOMEWORK BOOKLET Year 8 Block A Name: Form: Subject Teacher: Date Given: Date to Hand in: Level: Effort: House Points: Comment: Target: Parent / Guardian Comment: 0 Year 8 Block

More information

Act 5: scene 1:32-34 (34-36) scene 4: 25-29 (25-29) scene 5: 26-30 (26-30) scene 7: 15-18 (15-17) scene 8: 17-20 (17-20)

Act 5: scene 1:32-34 (34-36) scene 4: 25-29 (25-29) scene 5: 26-30 (26-30) scene 7: 15-18 (15-17) scene 8: 17-20 (17-20) Macbeth Unit Test Study Guide January 17 Exam will be between thirty and forty scan-tron multiple choice (40 points) Characters Be able to identify characters by either quotes or descriptions. To review

More information