Updating search results...

Search Resources

2900 Results

View
Selected filters:
  • Computer Science
CKSci Grade 2 Unit 6: Using Computers
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The goal of this 10 lesson, grade 2 unit, is for young students to continue using computer devices with increasing independence for various purposes, including game play, communication, and schoolwork..
The key question guiding the unit is: How can we use computers and the internet?

Download the Teacher Guide — containing comprehensive lessons, lesson plans, and a unit overview, and the Student Book — designed as a Read-Aloud.
.

Subject:
Applied Science
Computer Science
Material Type:
Lesson
Lesson Plan
Module
Unit of Study
Author:
Core Knowledge Foundation
Date Added:
08/01/2023
CKSci Grade 3 Unit 6: Codes and Computers
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The goal of this 9 lesson, grade 3 unit, is for students to identify the output of any computer device as a solution to a problem and deconstruct the solution into the necessary steps required.
The key question guiding the unit is: How do programmers build computer programs?

Download the Teacher Guide — containing comprehensive lessons, lesson plans, and a unit overview, and the Student Reader — offering engagingly written and richly illustrated text on the topics specified for the unit.
.

Subject:
Applied Science
Computer Science
Material Type:
Lesson
Lesson Plan
Module
Unit of Study
Author:
Core Knowledge Foundation
Date Added:
08/01/2023
CKSci Grade 4 Unit 7: Problem-Solving and Computers
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The goal of this 10 lesson, grade 4 unit, is for students to continue articulating steps of increasing complexity to solve problems. Their understanding of developing and following a correct step-by-step procedure when developing computer programs is enhanced by the reading and activities in this unit.
The key question guiding the unit is: What kinds of problems can we solve with computers?

Download the Teacher Guide — containing comprehensive lessons, lesson plans, and a unit overview, and the Student Reader — offering engagingly written and richly illustrated text on the topics specified for the unit.
.

Subject:
Applied Science
Computer Science
Material Type:
Lesson
Lesson Plan
Module
Unit of Study
Author:
Core Knowledge Foundation
Date Added:
08/01/2023
CKSci Grade 5 Unit 7: Designing Computer Programs
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The goal of this 10 lesson, grade 5 unit, is for students to apply their knowledge of how to tell computers what to do, and develop their programming skills by using decision-making trees. They will learn also about protecting information on a network and once again become aware of internet safety.
The key question guiding the unit is: What kinds of computer programs can I develop?

Download the Teacher Guide — containing comprehensive lessons, lesson plans, and a unit overview, and the Student Reader — offering engagingly written and richly illustrated text on the topics specified for the unit.
.

Subject:
Applied Science
Computer Science
Material Type:
Lesson
Lesson Plan
Module
Unit of Study
Author:
Core Knowledge Foundation
Date Added:
08/01/2023
CKSci Grade K Unit 6: Computers All Around Us
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this 8 lesson, Grade K unit from Core Knowledge, the goal of the instruction is that young students build a concept of what makes something a computer and how we use computer devices in our daily lives. The key question guiding the unit is: What are computers and where can we find them?

Download the Teacher Guide that contains comprehensive lessons and lesson plans and an overview of the entire unit of study and the Student Book designed as a Read-Aloud.
.

Subject:
Applied Science
Computer Science
Material Type:
Lesson
Lesson Plan
Module
Unit of Study
Author:
Core Knowledge Foundation
Date Added:
07/25/2023
CLIC Turns 50
Unrestricted Use
CC BY
Rating
0.0 stars

A history of Cooperating Libraries in Consortium, 1969-2019

Word Count: 31409

(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)

Subject:
Applied Science
Business and Communication
Computer Science
Material Type:
Textbook
Provider:
CLIC
Date Added:
06/10/2019
CMC Activity about Gender/Discrimination
Unrestricted Use
CC BY
Rating
0.0 stars

This is an active and creative lesson, involving research, collaboration and digital skills. Students will connect with students from other school by Computer Mediated Communication and will share information about Gender/Discrimination. 

Subject:
Computer Science
History
Information Science
Languages
Mathematics
Material Type:
Activity/Lab
Author:
Inês Vaz
Date Added:
12/04/2020
CPU, memory, input & output
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Smart fabric designer Madison Maxey and founder and maker Danielle Applestone explain the different components that allow computers to input, store, process, and output information.

Subject:
Applied Science
Computer Science
Material Type:
Lesson
Provider:
Khan Academy
Provider Set:
Code.org
Author:
Code.org
Khan Academy
Date Added:
07/14/2021
C++ Programming
Unrestricted Use
CC BY
Rating
0.0 stars

The student will learn the mechanics of editing and compiling a simple program written in C++ beginning with a discussion of the essential elements of C++ programming: variables, loops, expressions, functions, and string class. Next, the student will cover the basics of object-oriented programming: classes, inheritance, templates, exceptions, and file manipulation. The student will then review function and class templates and the classes that perform output and input of characters to/from files. This course will also cover the topics of namespaces, exception handling, and preprocessor directives. In the last part of the course, the student will learn some slightly more sophisticated programming techniques that deal with data structures such as linked lists and binary trees. Upon successful completion of this course, students will be able to: Compile and execute code written in C++ language; Work with the elementary data types and conditional and iteration structures; Define and use functions, pointers, arrays, struct, unions, and enumerations; Write C++ using principles of object-oriented programming; Write templates and manipulate the files; Code and use namespaces, exceptions, and preprocessor instructions; Write a code that represents linked lists and binary trees; Translate simple word problems into C++ language. (Computer Science 107)

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
The Saylor Foundation
Date Added:
11/16/2011
C# Programming
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Although C# is derived from the C programming language, it introduces some unique and powerful features, such as delegates (which can be viewed as type-safe function pointers) and lambda expressions which introduce elements of functional programming languages, as well as a simpler single class inheritance model (than C++) and, for those of you with experience in "C-like" languages, a very familiar syntax that may help beginners become proficient faster than its predecessors. Similar to Java, it is object-oriented, comes with an extensive class library, and supports exception handling, multiple types of polymorphism, and separation of interfaces from implementations. Those features, combined with its powerful development tools, multi-platform support, and generics, make C# a good choice for many types of software development projects: rapid application development projects, projects implemented by individuals or large or small teams, Internet applications, and projects with strict reliability requirements. Testing frameworks such as NUnit make C# amenable to test-driven development and thus a good language for use with Extreme Programming (XP). Its strong typing helps to prevent many programming errors that are common in weakly typed languages.

Subject:
Applied Science
Computer Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
07/28/2016
C Programming
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

C is the most commonly used programming language for writing operating systems. The first operating system written in C is Unix. Later operating systems like GNU/Linux were all written in C. Not only is C the language of operating systems, it is the precursor and inspiration for almost all of the most popular high-level languages available today. In fact, Perl, PHP, Python and Ruby are all written in C. By way of analogy, let's say that you were going to be learning Spanish, Italian, French, or Portuguese. Do you think knowing Latin would be helpful? Just as Latin was the basis of all of those languages, knowing C will enable you to understand and appreciate an entire family of programming languages built upon the traditions of C. Knowledge of C enables freedom.

Subject:
Applied Science
Computer Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
07/28/2016
CRS 111 - Basic Coding 1
Unrestricted Use
CC BY
Rating
0.0 stars

This course prepares the medical coding student for detailed procedural coding in integumentary, musculoskeletal, respiratory, and cardiovascular systems. Additionally, this course prepares the student to use ICD-10 diagnostic codes as principal, primary, secondary, and tertiary medical necessity justification. This course also prepares students to competently select accurate HCPCS codes for supplies, medications, transportation, etc.

Course Outcomes:
1. Identify and locate clinical information in patient charts which pertain to reimbursable data in all outpatient settings, and closely approximate the proper
2. Evaluation and Management code for reimbursement.
3. Demonstrate competency in procedural and diagnostic coding for the following systems: Integumentary; Respiratory; and Cardiovascular.
4. Demonstrate knowledge of Insurance, Billing and Coding Regulations.
5. Demonstrate accurate Diagnostic Coding.
6. Demonstrate accurate HCPCS Coding.
7. Demonstrate knowledge of CPT Coding Conventions.

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
Linn-Benton Community College
Author:
Linn Benton Virtual College
Date Added:
07/09/2020
CS04ALL: Command Line Python
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students are presented with information relating to stand alone Python programs, stdin, stdout, and command line arguments. This is a lab exercise. After completion students should be able to create executable Python programs which can accept input from stdin or command line arguments.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Provider:
CUNY Academic Works
Provider Set:
John Jay College of Criminal Justice
Author:
Hunter. R Johnson
Date Added:
02/02/2019
CS 120 - Digital Literacy
Unrestricted Use
CC BY
Rating
0.0 stars

This course introduces terminology and gives an overview of the computer and information science. It focuses on the basic concepts of computer hardware and software systems, software applications, online inquiry, and evaluation of materials including ethical decisions. It also includes concepts reinforced in a laboratory environment. Through specific hands-on experience you will gather, evaluate, and solve real-world problems and form decisions based upon critical examination of today's technology.

This class is designed to teach you how to use a computer running a Windows Operating System. If you do not have access to a Windows computer or have problems doing assessments, please contact your Navigator to discuss your options.

Course Outcomes:
1. Identify current and future trends in computing and recognize various computing devices and their uses.
2. Identify the parts of a computer and their features and functions and recognize the advantages and limitations of important peripheral devices.
3. Identify and describe the features of desktop and specialized computer operating systems and understand the importance of system utilities, backups, and file management.
4. Explain why the web is important in today's society and why fluency in the tools and language of the Internet is necessary to be an educated consumer, a better student, an informed citizen, and a valuable employee.
5. Understand what a computer network is, identify different types of networks, and recognize threats to security and privacy.
6. Demonstrate the proper use of basic word processing, spreadsheet and presentation software features.

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
Linn-Benton Community College
Author:
Linn Benton Virtual College
Date Added:
07/09/2020
CS120 - Digital Literacy - OER (Public) Version
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

This course is designed as a survey course to familiarize students with computer concepts including software and hardware, software applications, and living online leading towards digital computer literacy. Instruction in this course is provided through demonstration and discussion. Class time will be provided for practicing concepts as well as working through assignments; however, additional time outside of class will be essential to improve skills and complete the assignments.

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
Linn-Benton Community College
Author:
Sisi Virasak
Ziko Rizk
Date Added:
04/04/2018
CS140M - Operating Systems: Microsoft - OER (PUBLIC) version
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

This course presents an overview of the Microsoft Windows Operating System (OS), with emphasis on the OS design, configuration, operations, and applications. This course will also cover PowerShell scripting and includes researching, documenting, and presenting a key OS function.

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
Linn-Benton Community College
Author:
Ziko Rizk
Date Added:
04/04/2018
CS 240A - Microsoft Windows Server Admin I
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

This is the first of two courses in the administration of Microsoft Windows® client/server networked operating systems. The courses CS 240A and CS 240B are laboratory-intensive courses that provide hands-on experience in the planning, installation, and administration of Microsoft Windows® client/server networks. The two courses provide partial preparation for the MCSA® and MCSE® exams.

Subject:
Applied Science
Computer Science
Material Type:
Full Course
Provider:
Linn-Benton Community College
Author:
Ziko Rizk
Date Added:
07/09/2020