Updating search results...

Search Resources

1366 Results

View
Selected filters:
  • Computer Science
Proyectos prácticos de la IA para el aula: Una guía ética sobre la IA
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

En esta guía, la exploración de la IA por parte de los alumnos se enmarca en el contexto de las consideraciones éticas, y en concordancia con los estándares, conceptos y profundidad adecuados para varias materias de K–12. Dependiendo del nivel de sus alumnos y la cantidad de tiempo que tenga disponible, puede completar todas las actividades de Inicio hasta las actividades de Demostraciones culminantes; puede seleccionar actividades de la lista; o puede llevar el aprendizaje de los alumnos más lejos, aprovechando las extensiones y recursos adicionales proporcionados. Para los alumnos sin experiencia previa de formación en la IA, la exposición misma a las actividades de aprendizaje guiadas creará una comprensión de su mundo que probablemente no tenían antes. Y para aquellos con conocimientos previos en informática o con la IA, los proyectos y recursos completos seguirán desafiando su razonamiento y los expondrán a nuevas tecnologías y aplicaciones de la IA en diversos campos de estudio.

PROYECTO 1: Lo justo es justo
PROYECTO 2: ¿Quién tiene el control?
PROYECTO 3: Las ventajas y desventajas de la tecnología de la IA
PROYECTO 4: La IA y el trabajador del siglo XXI

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Education
Educational Technology
Material Type:
Lesson
Lesson Plan
Module
Unit of Study
Author:
General Motors
International Society for Technology in Education (ISTE)
Date Added:
04/05/2024
Putting It All Together: Peripheral Vision
Read the Fine Print
Educational Use
Rating
0.0 stars

In this culminating activity of the unit, students bring together everything they've learned in order to write the code to solve the Grand Challenge. The code solution takes two images captured by robots and combines them to create an image that can be focused at different distances, similar to the way that humans can focus either near or far. They write in a derivative of C++ called QT; all code is listed in this activity.

Subject:
Applied Science
Computer Science
Computer, Networking and Telecommunications Systems
Engineering
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Date Added:
09/18/2014
Python dictionary
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This is an introduction Python dictionary, using Python 3.

Prior knowledge of input/output in Python, and Python list is recommended.

For CS0 students. Part of the CUNY CS04All project.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Activity/Lab
Assessment
Homework/Assignment
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Bronx Community College
Date Added:
04/11/2023
Python for Everybody: Exploring Data In Python 3
Unrestricted Use
CC BY
Rating
0.0 stars

New Edition! The goal of this book is to provide an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python to solve data analysis problems common in the world of Informatics.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Textbook
Date Added:
04/11/2023
Python for Humanities
Unrestricted Use
CC BY
Rating
0.0 stars

Python is a general purpose programming language that is useful for writing scripts to work effectively and reproducibly with data. This is an introduction to Python designed for participants with no programming experience. These lessons can be taught in a day (~ 6 hours). They start with some basic information about Python syntax, the Jupyter notebook interface, and move through how to import CSV files, using the pandas package to work with data frames, how to calculate summary information from a data frame, and a brief introduction to plotting. The last lesson demonstrates how to work with databases directly from Python.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Information Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Date Added:
04/11/2023
Python functions
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

An introduction to functions in Python.

Prior knowledge of variables, assignments, expressions, input-output, lists, conditionals, and loops is recommended.

For CS0 students. Part of the CUNY CS04All project.

Comments
Lecture slides come in three formats and separate files, as well as three programs-examples.

All the images used in the slides are CC0 licence, packed in the imgs.rar archive together with the information about them

In-class work, HW assignment, assessment questions together with all the programs are in the Activities_and_Assignments.rar archive.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Bronx Community College
Date Added:
04/11/2023
Python if statements
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Python If-else branches, equality and relational operators, and some additional topics: Boolean operators and expressions, membership and identity operators.

Prior knowledge of variables, assignments, and expressions is recommended.

For CS0 students. Part of the CUNY CS04All project.

Comments
Lecture slides come in three formats and separate files.

In-class work, HW assignment, assessment questions together with all the programs are in the Activities_and_Assignments.rar archive.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Bronx Community College
Date Added:
04/11/2023
Python input output
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The following topics are discussed:

Development Environment
Basic input and output
Variables and assignments
Python expressions
Division and modulo
Math module
For CS0 students. Part of the CUNY CS04All project.

Comments
Lecture slides come in three formats, examples of programs are included in Instructor Materials.rar.

In-class work and assessment questions together with all the programs are in the Activities_and_Assignments.rar archive.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Bronx Community College
Date Added:
04/11/2023
Python list
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

A brief introduction to Python list.

No loops, no decision structures.

For CS0 students. Part of the CUNY CS04All project.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Activity/Lab
Assessment
Homework/Assignment
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Bronx Community College
Date Added:
04/11/2023
Python loops
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The following topics are covered:

While Loops
For Loops
Nested loops
Break and continue
Loops else
enumerate()
Applications: Turtle library with loops and decision procedures.

Prior knowledge of variables, assignments, expressions, input-output, lists, and conditionals is recommended.

For CS0 students. Part of the CUNY CS04All project.

Comments
Lecture slides come in three formats, are are packed into Instructor_Materials.rar along with programs accompanying the lecture slides.

In-class work, HW assignment, assessment questions together with all the programs are in the ActivitiesAndAssignments.rar archive.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Bronx Community College
Date Added:
04/11/2023
Python string
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

An introduction to Python strings and string formatting.

Proposed lecture slides are supplied with in-class activity, homework assignment, and assessment.

No loops, no decision structures.

For CS0 students.

Part of the CUNY CS04All project.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Activity/Lab
Assessment
Homework/Assignment
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Bronx Community College
Date Added:
04/11/2023
Póngase Critical Equipo STEM
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Póngase Critical Equipo STEM. El Centro de Extensión y Educación en Ciencias Naturales colabora con la facultad de CSU, los Parques Nacionales y los programas de ciencia ciudadana para traducir su investigación científica actual en experiencias STEM únicas para los estudiantes en forma de kits educativos que se pueden prestar. Cada kit contiene casi todos los materiales necesarios (menos cosas comunes como agua y toallas de papel) para explorar algunos temas de investigación científica realmente interesantes. enviando un formulario de recogida local o un formulario de entrega disponible en el sitio web vinculado. Utilice la información de contacto en la página de descripción general del kit STEM para obtener más información. https://www.cns-eoc.colostate.edu/stem-kits/ Este kit se proporciona de forma gratuita para uso educativo.

Subject:
Applied Science
Career and Technical Education
Communication
Computer Science
Computer, Networking and Telecommunications Systems
Electronic Technology
Engineering
English Language Arts
Geometry
History
Information Science
Mathematics
Measurement and Data
Physical Science
Physics
Reading Informational Text
Trigonometry
Material Type:
Activity/Lab
Case Study
Diagram/Illustration
Educational Kit
Interactive
Lesson
Lesson Plan
Primary Source
Reading
Simulation
Student Guide
Unit of Study
Provider:
Colorado State University
Provider Set:
Natural Sciences Education & Outreach Center
Date Added:
02/24/2023
Quantum Cryptography
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

How can you tell a secret when everyone is able to listen in? In this course, you will learn how to use quantum effects, such as quantum entanglement and uncertainty, to implement cryptographic tasks with levels of security that are impossible to achieve classically.

This interdisciplinary course is an introduction to the exciting field of quantum cryptography, developed in collaboration between QuTech at Delft University of Technology and the California Institute of Technology.

By the end of the course you will

Be armed with a fundamental toolbox for understanding, designing and analyzing quantum protocols.
Understand quantum key distribution protocols.
Understand how untrusted quantum devices can be tested.
Be familiar with modern quantum cryptography – beyond quantum key distribution.
This course assumes a solid knowledge of linear algebra and probability at the level of an advanced undergraduate. Basic knowledge of elementary quantum information (qubits and simple measurements) is also assumed, but if you are completely new to quantum information additional videos are provided for you to fill in any gaps.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Date Added:
04/11/2023
The Quantum Internet and Quantum Computers: How Will They Change the World?
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

There is no doubt that quantum computers and the quantum internet will have a great impact on our world. But we don’t yet know quite how. As with traditional computers – we will only see the effects in the decades to come.

This course will provide you with a basic understanding of quantum computing and the quantum internet. Together, we’ll peek into the fascinating world of quantum phenomena, such as qubits, superposition, and entanglement.

We’ll envision the potential impact of quantum computing and the quantum internet.

You’ll explore various application areas, such as quantum chemistry, quantum machine learning, encryption and secure communication, factorization, and blind quantum computation.

The course is aimed at a broad and diverse audience including policy-makers, people with a scientific or personal interest, business executives, and students at all levels.

We invite you on a journey beyond what is known to us now, and to envision a world with quantum technologies.

This journey will continue in a second course planned for May 2018, where we will expand from an understanding of the building blocks of Quantum Computers to look at further applications and possibilities.

This course is authored by experts from the QuTech research center at Delft University of Technology. In the center scientists and engineers work together to enhance research and development in quantum technology. QuTech Academy’s aim is to inspire, share and disseminate knowledge about the latest developments in quantum technology.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Date Added:
04/11/2023
Quizizz for Quiz in Classroom
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

"Quizizz is a free tool. It works on any device: web browser, iOS, Android and Chrome apps. You can access hundreds of ready-made learning quizzes or create your own. Join as a teacher, pick a quiz, and use the code for a virtual room to give to your students."

The way you make a quiz, you host it and then you see them playing it on their mobile phones/tablets or laptops with the Scoreboard Seen Live on the Screen/Projector in the Class makes it a real happy classroom. The extra-edge comes with the Music that is being played by the App or the Website during the quiz.

The additional features about creating a quiz are more beneficial and good with the Quizizz. You can download an excel sheet from Quizizz and enter the questions as guided in this format. While using the desktop version, you can upload this .csv and the quiz is generated. Another excellent feature is to TELEPORT the questions from Pre-made quizzes. Click on teleport after cresting name of the quiz. On the right side of the screen you see that there are many quizzes opened and you can add a question to your quiz, just by clicking ADD.

Subject:
Applied Science
Architecture and Design
Arts and Humanities
Business and Communication
Career and Technical Education
Computer Science
Computer, Networking and Telecommunications Systems
Education
English Language Arts
Information Science
Languages
Literature
Management
Social Science
Material Type:
Assessment
Interactive
Lecture Notes
Primary Source
Reading
Teaching/Learning Strategy
Date Added:
04/06/2023