Updating search results...

Search Resources

364 Results

View
Selected filters:
  • The Saylor Foundation
Algorithms
Unrestricted Use
CC BY
Rating
0.0 stars

This course focuses on the fundamentals of computer algorithms, emphasizing methods useful in practice. Upon successful completion of this course, the student will be able to: explain and identify the importance of algorithms in modern computing systems and their place as a technology in the computing industry; indentify algorithms as a pseudo-code to solve some common problems; describe asymptotic notations for bounding algorithm running times from above and below; explain methods for solving recurrences useful in describing running times of recursive algorithms; explain the use of Master Theorem in describing running times of recursive algorithms; describe the divide-and-conquer recursive technique for solving a class of problems; describe sorting algorithms and their runtime complexity analysis; describe the dynamic programming technique for solving a class of problems; describe greedy algorithms and their applications; describe concepts in graph theory, graph-based algorithms, and their analysis; describe tree-based algorithms and their analysis; explain the classification of difficult computer science problems as belonging to P, NP, and NP-hard classes. (Computer Science 303)

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Computer Communications and Networks
Unrestricted Use
CC BY
Rating
0.0 stars

Detailed introduction to the basic hardware and software, architectural components for computer communications in local area networks. The components that are focused upon include understanding the basics of computer networks, switching, routing, protocols and security.

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Network Applications Development
Unrestricted Use
CC BY
Rating
0.0 stars

This course focuses on Object-Oriented Programming and programming techniques both at the application layer and the transport layer of the TCP/IP protocol stack. Additional concepts covered include text transport (moving text from one computer to another over the network), data transport, object transport, remote function calls, and, finally, class transport. Upon successful completion of this course, the student will be able to: code solutions using the fundamental concepts of object-oriented programming in Java; compare and contrast the usage of the Java APIs for each of the different network protocols with emphasis on the application and transport layers; explain how consistency and reusability are achieved in network processing from input through output; complete a variety of introductory to complex network programming tasks utilizing Java; solve problems that use XML to activate Java; compare and contrast object sharing with Java RMI and SOAP. This free course may be completed online at any time. (Computer Science 407)

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Numerical Analysis
Unrestricted Use
CC BY
Rating
0.0 stars

Numerical analysis is the study of the methods used to solve problems involving continuous variables. It is a highly applied branch of mathematics and computer science, wherein abstract ideas and theories become the quantities describing things we can actually touch and see. Suggested prerequisites for this course are MA211: Linear Algebra, MA221: Differential Equations, and either MA302/CS101: Introduction to Computer Science, or a background in some programming language. Programming ideas will be illustrated in pseudocode and implemented in the open-source high-level computing environment. Upon successful completion of this course, the student will be able to: show how numbers are represented on the computer, and how errors from this representation affect arithmetic; analyze errors and have an understanding of error estimation; be able to use polynomials in several ways to approximate both functions and data, and to match the type of polynomial approximation to a given type of problem; be able to solve equations in one unknown real variable using iterative methods and to understand how long these methods take to converge to a solution; derive formulas to approximate the derivative of a function at a point, and formulas to compute the definite integral of a function of one or more variables; choose and apply any of several modern methods for solving systems of initial value problems based on properties of the problem. This free course may be completed online at any time. (Mathematics 213)

Subject:
Applied Science
Computer Science
Functions
Mathematics
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Computer Skills and Literacy
Unrestricted Use
CC BY
Rating
0.0 stars

This course explores a variety of topics in computing, such as the following: the components of a computer, common computer terminology, an introduction to the Internet, computer security and privacy, computer troubleshooting techniques, and steps to maintain the life of your computer.

Subject:
Applied Science
Computer Science
Information Science
Material Type:
Activity/Lab
Full Course
Homework/Assignment
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Economic Development
Unrestricted Use
CC BY
Rating
0.0 stars

The phrase 'economic development' generally refers not only to economic growth, but to changes in the ways in which goods and services are produced in a country as well as improvements in inhabitants' quality of life. Theories of economic development attempt to explain the social, political, and economic processes that countries go through as they transition from being what are known as 'Less Developed Countries' (LDCs) to being 'Developed Countries' (DCs). In this course, the student will discover how various theories explain development success and failure in the real world. Upon completion of this course, students will be able to: Define economic development and its components; Describe major theories of economic development; Understand some simple economic models related to economic development and economic growth, including the Solow Growth model and its extensions; Place economic development theories in the social and political context in which they were created; Critically examine economic development theories in light of a history of poor performance in development programs. (Economics 304)

Subject:
Economics
Political Science
Social Science
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Measurement & Experimentation Laboratory
Unrestricted Use
CC BY
Rating
0.0 stars

This course serves as an introduction to working in an engineering laboratory. The student will learn to gather, analyze, interpret, and explain physical measurements for simple engineering systems in which only a few factors need be considered. Upon successful completion of this course, the student will be able to: Interpret and use scientific notation and engineering units to describe physical quantities; Present engineering data and other information in graphical and/or tabular format; Use automated systems for data acquisition and analysis for engineering systems; Work in teams for experiment design, data acquisition, and data analysis; Use elementary concepts of physics to analyze engineering situations and data; Summarize and present experimental design, implementation, and data in written format; Use new technology and resources to design and perform experiments for engineering analysis. (Mechanical Engineering 301)

Subject:
Applied Science
Engineering
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Design Decisions in Engineering
Unrestricted Use
CC BY
Rating
0.0 stars

Detailed introduction to design, product, and process decisions, focusing on safety and ethics, economic and quality decisions, lifecycles, statistics and sensitivity analysis, operational research, case studies, and management decisions.

Subject:
Applied Science
Engineering
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Topics in Applied Mathematics
Unrestricted Use
CC BY
Rating
0.0 stars

An introduction to mathematical topics not included in the standard coursework, delivered by topics and projects chosen by the student. The objective of this course is to study the basic theory and methods in the toolbox of the core of applied mathematics, with a central scheme that addresses „Ů_Ęinformation processing__„ and with an emphasis on manipulation of digital image data.

Subject:
Mathematics
Material Type:
Activity/Lab
Full Course
Homework/Assignment
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Dynamic Systems & Controls
Unrestricted Use
CC BY
Rating
0.0 stars

This course covers the mathematical modeling, analysis, and control of physical systems that are in rest, in motion, or acted upon by a force; it explores the dynamics of mechanical, thermal, fluid, electrical, and hybrid systems and sub-systems. Upon successful completion of this course, students will be able to: Define dynamic systems and types; Identify how mechanical, thermal, fluid, and electrical systems are modeled; Develop and review the required mathematical background for dynamic systems and control; Identify the characteristics of first- and second-order dynamic systems; Analyze dynamic systems in time-domain and frequency-domain; Identify stability of dynamic systems for controller design; Explain how dynamic systems are controlled; Define feedback control and identify various types of feedback controllers; Explain how controllers are designed for dynamic systems; Migrate from MATLAB to SCILAB; Analyze first- and second-order systems using SCILAB; Generate response and analyze response results using SCILAB; Identify and design controllers using SCILAB; Solve controller design through an example using SCILAB; Explain advanced control techniques such as digital controls, robust controls, and Z-transformations; Relate the application of control systems to real world problems using various case studies. (Mechanical Engineering 401)

Subject:
Physical Science
Physics
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
History of Economic Ideas
Unrestricted Use
CC BY
Rating
0.0 stars

The history of economic thought represents a wide diversity of theories within the discipline, but all economists address these three basic questions: what to produce, how to produce it, and for whom. The student will learn that without a clear sense of the discussions and debates that took place among economists of the past, the modern economist lacks a complete perspective. By examining the history of economic thought, the student will be able to categorize and classify thoughts and ideas and will begin to understand how to think like an economist. Upon successful completion of this course, the student will be able to: Explain and analyze the development of economics as a discipline in various ancient cultures; Trace the development of European economic thought and analyze concepts in historical context; Compare and contrast Classical economic theories; Synthesize the elements of Neo-Classical and Keynesian approaches in the modern era; Evaluate the merits of alternative approaches to maximizing happiness. (Economics 301)

Subject:
Political Science
Social Science
Material Type:
Assessment
Full Course
Homework/Assignment
Lecture
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Introduction to International Relations
Unrestricted Use
CC BY
Rating
0.0 stars

Introduction to the fundamental principles of international relations within the political science framework, exploring issues related to the politics and ethics of global welfareĺÎĺ war, world poverty, disease, trade policy, environmental concerns, human rights, and terrorism.

Subject:
Political Science
Social Science
Material Type:
Activity/Lab
Full Course
Homework/Assignment
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Introduction to Comparative Politics
Unrestricted Use
CC BY
Rating
0.0 stars

Comparative politics is the systematic study and comparison of the world's political systems. The course begins by discussing the factors and categories of analysis that political scientists and important international institutions like the World Bank, NATO, and the United Nations use regularly; it ends by comparing and contrasting governments from five different regions of the world: the Americas, Europe, Africa, Asia, and the Middle East. Upon successful completion of this course, students will be able to: Define the chief characteristics of a nation state; Identify and explain various comparative methodologies used to compare various political systems; Distinguish between unitary, federal, and confederal governmental models; Compare and contrast political cultures in selected countries; Compare and contrast political socialization in selected countries; Describe and explain patterns of representation and participation in selected countries; Compare and contrast the roles and functions of political parties in selected countries; Compare and contrast the role of interest groups in selected countries; Identify and explain governance and policy-making in selected countries; Compare and contrast the role of the executive in selected countries; Compare and contrast the role of the judicial branch in selected countries; Compare and contrast the role of the bureaucracy and the policy process in selected countries; Describe and explain the political economy and development in selected countries; Identify and explain political challenges and changing agendas in selected countries. (Political Science 221)

Subject:
Political Science
Social Science
Material Type:
Assessment
Full Course
Lecture Notes
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Introduction to American Politics
Unrestricted Use
CC BY
Rating
0.0 stars

This course serves as an introduction to American government and politics. Upon successful completion of this course, the student will be able to: Explain the major purposes of government; Distinguish between different forms of government and democracy, underscoring the American political system.; Differentiate between American political ideologies, particularly conservative and liberal, and attitudes about the scope of government; Analyze the roots of the American political system, the failure of the Articles of Confederation, and the adoption of the Constitution; Discuss the fundamental principles of the American political system, such as separation of powers, checks and balances, and federalism; Define the term 'public opinion' and explain how it is measured in American politics; Define the major factors of political socialization in American society; Describe American political culture and values and discuss their connection to social and demographic characteristics; Describe how the media influences the American public and political behavior; Evaluate the role of the media in the American political system; Discuss the various modes of participation available to individuals in the American political system; Outline the evolution of suffrage in American political history; Compare political participation rates in different types of American elections (i.e. presidential vs. congressional) and in relation to participation rates in other democratic countries; Explain the role of political parties in the American political system; Trace the evolution of political parties in the United States; Compare the major ideological differences between the modern Republican and Democratic parties today; Distinguish between different types of campaigns and elections; Explain the process of electing a president; Evaluate the role and strategies of interest groups in American politics; Account for the increase in and importance of interest groups in the American political system; Outline the history and structure of the Congress (House of Representatives and Senate); Analyze the factors that influence the outcomes of Congressional elections; Explain the legislative process and how a bill becomes a law; Describe the importance and role of the committees in Congress; Compare procedural and organizational differences between the House and Senate; Analyze the sources of presidential power and how the powers of the president have evolved overtime; Assess the role of public opinion polls and approval ratings and their impact on presidential power; Define the executive branch and the bureaucracy; Trace the evolution of the bureaucracy and bureaucratic reform; Assess the impact of the bureaucracy on public policy making; Outline the history and structure of the judicial branch; Explain the origins and importance of judicial review; Describe the nomination process for federal and Supreme Court judges and how it has changed overtime; Evaluate the role and impact of the Supreme Court in American society; Distinguish between civil rights and civil liberties; Explain the history and importance of the Bill of Rights; Examine the rights protected under the First Amendment and key Supreme Court cases that have defined these First Amendment rights; Discuss the various viewpoints on the Second Amendment; Analyze the 'right to privacy' and its origins and discuss Supreme Court rulings on privacy; Explain the process of incorporation and extending the Bill of Rights to the states; Trace the history and outcome of the Civil Rights Movement; Differentiate between de jure and de facto segregation; Discuss the process of expanding civil rights to other minorities and women; Evaluate the history and impact of affirmative action; Distinguish between different types of public policy; Describe the four main steps of the policymaking process; Explain theories of economic policy and their implementation in American politics throughout history; Discuss the budget process and key components included in the budget; Examine the major objectives and outcomes of United States tax policy; Trace the history and development of social public policy in the United States; Assess the creation, evolution and future of Social Security; Evaluate welfare reform and its impact on society; Evaluate federal education reform and the role of the federal government in creating education policy; Outline the key players and institutions in the foreign policy-making process; Discuss the history and current goals of United States foreign policy. (Political Science 231)

Subject:
Political Science
Social Science
Material Type:
Assessment
Full Course
Homework/Assignment
Lecture
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Clinical Psychology
Unrestricted Use
CC BY
Rating
0.0 stars

This course will cover the basic concepts of clinical psychology -- the study of diagnosing, treating, and understanding abnormal and maladaptive behaviors. Much of the information in this course is based on the Diagnostic Statistical Manual IV-TR (DSM), which is the industry standard for both clinical psychologists and psychiatrists. Few issues in the field have hard-and-fast answers. As such, rather than providing you with step-by-step directions, this course has been designed to assist you in making educated decisions when diagnosing and treating a mental disease. Upon successful completion of this course, students will be able to: Describe the historical context of the emergence of clinical psychology; Demonstrate an awareness of the differences between mental health professionals in the broad field of clinical psychology; Identify the subspecialty areas within clinical psychology (i.e., community psychology, health psychology, and neuropsychology); Define the main tasks of the clinical psychologist and explain how the contributions of this subspecialty fit into or relate to the broader field of psychology; Define the criteria for what is considered 'abnormal' versus 'normal' and explain how these definitions fit into the notion that psychopathology exists on a continuum; Compare/contrast the different types of psychotherapy treatments; Discuss the ethical considerations related to the practice of psychotherapy; List the main diagnostic features of a variety of mental disorders (i.e., mood disorders, schizophrenia, etc.); Identify the potential factors that may contribute to the instigation and persistence of mental illness for individuals across the lifespan (i.e., children, adults, and older adults). (Psychology 205)

Subject:
Psychology
Social Science
Material Type:
Assessment
Full Course
Homework/Assignment
Lecture
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Algebra I
Unrestricted Use
CC BY
Rating
0.0 stars

This course is oriented toward US high school students. Its structure and materials are aligned to the US Common Core Standards. Foci include: graphing, equations and inequalities.

Subject:
Algebra
Mathematics
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
Algebra
Unrestricted Use
CC BY
Rating
0.0 stars

This course discusses how to use algebra for a variety of everyday tasks, such as calculate change without specifying how much money is to be spent on a purchase, analyzing relationships by graphing, and describing real-world situations in business, accounting, and science.

Subject:
Algebra
Mathematics
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
04/29/2019
American Art
Unrestricted Use
CC BY
Rating
0.0 stars

This course surveys art of America from the colonial era through the post-war 20th century. The student will consider broad stylistic tendencies in various regions and periods and examine specific artists and works of art in historical and social contexts, with emphasis on the congruent evolution of contemporary American multi-cultural identity. Overarching issues that have interested major scholars of American art and its purview include the landscape (wilderness, Manifest Destiny, rural settlement, and urban development); the family and gender roles; the founding rhetoric of freedom and antebellum slavery; and notions of artistic modernism through the 20th century. Upon successful completion of this course, the student will be able to: Understand the historical (geographic, political) formation of the present United States of America; Be familiar with renowned influential American artists from the 18th through the 20th century; Be conversant in common stylistic designations used in Western art of the 17th through 20th centuries; Recognize subjects and forms in American art through history that mark its distinction; Be able to engage specific images, objects, and structures from different critical perspectives to consider their functions and meanings. (Art History 210)

Subject:
Art History
Arts and Humanities
Material Type:
Assessment
Full Course
Homework/Assignment
Lecture
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019
The Gothic Novel
Unrestricted Use
CC BY
Rating
0.0 stars

What makes a novel Gothic? In this course, the student will explore various definitions as he or she reads a number of novels (and screens several films). The student will supplement these studies with critical literature on the Gothic genre, critiquing and adapting their approaches and theories as the student sees fit. Upon completion of this course, students will be able to: provide a general description of the Gothic novel, with specific examples of literary themes, conventions, and tropes from the novels we have read; participate in the critical discourse that surrounds the issue of whether it is better to classify Gothic novels in terms of literary themes or historical context; explain how the Gothic novel both extends and breaks from the traditions of earlier genres; explain the historical development of the novel out of a specific political, social, and economic context; explain the themes of Gothic novels as reflections of prominent social, political, and economic concerns contemporaneous with their development; discuss the significance of the Gothic spaces in novels such as The Castle of Otranto and The Mysteries of Udolpho and explain the psychological implications of the representation of these spaces; critically discuss the theme of otherness in the Gothic novel, with attention to both the historical significance of the other, and the supernatural representation of the monster figure; identify themes of sexuality, gender, and feminism in Gothic novels as part of the novels' creation of psychological terror; explain how themes of sexuality, gender, and feminism in the Gothic novel comment on and respond to Victorian morality and notions of family; define the key terms associated with the Gothic novel and cite examples of these terms from texts read in the course; distinguish between terror and horror in the context of Gothic literary studies and cite examples of each. (English Literature 403)

Subject:
Arts and Humanities
Literature
Material Type:
Assessment
Full Course
Lecture
Lecture Notes
Reading
Syllabus
Provider:
The Saylor Foundation
Date Added:
04/29/2019