Jeopardy 1.1 1.2 1.3 1.4 1.5 $100 $100 $100 $100 $100 $200 $200 $200 $200 $200 $300 $300 $300 $300 $300 $400 $400 $400 $500 $500.

Slides:



Advertisements
Similar presentations
How Do You Make a Program Wait?. 1. What is an algorithm? 2. Can you think of a reason why it might be inconvenient to program your robot to always go.
Advertisements

Kristine Belknap The Ethics of Robotics.
Developed in collaboration with Introduction to Programming.
Available at: – Program Optical Quad Encoders in Autonomous Mode Program optical quad encoders in autonomous mode.
Vex 1.0 © 2005 Carnegie Mellon Robotics Academy Inc. Programming in easyC.
Robots & Responsibility. Asimov's Three Laws A robot may not injure a human being or, through inaction, allow a human being to come to harm. A robot must.
10-1 Programming Remember: –programming language –how to program (conceptually) –intro to programming the “ROBOT” computer In this lecture: –programming.
RoboMind A first impression of programming with RoboMind Arvid Halma, University of Amsterdam.
Program ultrasonic range sensor in autonomous mode
Available at: Lesson 3.6 – Program Line Follower in Autonomous Mode Program Line Follower in Autonomous Mode.
ROBOTICS.
Available at: Lesson 3.5 – Program Light Sensor in Autonomous Mode Program Light Sensor in Autonomous Mode.
Programming – Remote Control Statements Intro to Robotics.
Introduction to Robotics History of ROBOTICS. History of Robotics … 1.
Find the Mindstorms Icon on the computer.. To start a new program click go.
Software. Computers can be used to control all sorts of devices: The device follows a sequence of instructions created by the software.
INTRODUCTION TO ROBOTICS Part 1: Overview Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
Robotics.
Artificial Intelligence and Robotics. Objectives: List and discuss types of artificial intelligence. Discuss the current state of artificial intelligence.
Robotics Where AI meets the real world. AMAN KUMAR, SECTION –B4902.
Introduction to Industrial Robots Landstown High School Governor’s STEM Academy Robotics Pathway.
JavaScript 101 Introduction to Programming. Topics What is programming? The common elements found in most programming languages Introduction to JavaScript.
Vex Robotics Program Two: Using two motors. Program two: using the motors In the last section, you learned how to turn on one motor. Now, you will take.
Robots EQ: How do humans interact with robotic systems?
With. Project Overview  Introduction to Factory Automation Numerical Control  Build an autonomous robotic solution  Testing an autonomous robot build.
After Construction Name: Per #:.
How Do You Make a Program Wait?
Introduction to Programming in RobotC
INTRODUCTION TO ROBOTICS Part 5: Programming
The Need for Algorithms
ROBOTICS.
In the beginning… software
Three Laws of robotics February 22, 2016.
Introduction to Programming
Intelligence in Technology
Copyright © 2008 by Helene G. Kershner
Unit 1 Investigating the Media Exam Topic: Science Fiction Films
UNIT I INTRODUCTION Definition of a Robot - Basic Concepts - Robot configurations - Types of Robot drives - Basic robot motions -Point to point control.
Copyright © 2008 by Helene G. Kershner
Chapter 1: Learning About Computer Basics
UNIT 5 INTRODUCTION Definition of a Robot - Basic Concepts - Robot configurations - Types of Robot drives - Basic robot motions -Point to point control.
The Need for Algorithms 2 days
Vocabulary Algorithm - A precise sequence of instructions for processes that can be executed by a computer.
Programming Design ROBOTC Software Computer Integrated Manufacturing
Introduction to robotics
Programming - Motion Intro to Robotics.
Chapter 2 Visual Basic Interface
Language is a medium of communication.
ROBOTICS.
DT-Assessment Frame Work Term2
Karel the Robot – Making Decisions
Special English for Industrial Robot
Exploring Computer Science Lesson 6-2
UNIT 3 CHAPTER 1 LESSON 4 Using Simple Commands.
Controlling your quadcopter
An Introduction to VEX IQ Programming with Modkit
Exploring Computer Science Lesson 6-1
Programming – Remote Control Statements
Programming Basics - RobotC
Programming – Remote Control Statements
Warm Up- What is a robot? Describe in one sentence what you understand by the term ‘robot’ 2. What are the main parts of a robot? What do people do to.
Which way does the robot have to turn to get to the charger?
GRAPHICAL USER INTERFACE GITAM GADTAULA. OVERVIEW What is Human Computer Interface (User Interface) principles of user interface design What makes a good.
GRAPHICAL USER INTERFACE GITAM GADTAULA KATHMANDU UNIVERSITY CLASS PRESENTATION.
RobotC Programming for LEGO Mindstorms NXT
U3L2 The Need For Algorithms
Controlling your quadcopter
Workshop On.
Introduction to Programing the Cortex for BEST
Presentation transcript:

Jeopardy 1.1 1.2 1.3 1.4 1.5 $100 $100 $100 $100 $100 $200 $200 $200 $200 $200 $300 $300 $300 $300 $300 $400 $400 $400 $500 $500

1 - $100 Purpose of symbol What is used to open all pages in a lesson?

1 - $200 Purpose of symbol: What is used to tell you which page you are on , and how many pages there are altogether?

1 - $300 Purpose of symbol What is used to move you to the last page you visited?

1 - $400 Purpose of symbol What is used to open easy C?

1 - $500 Purpose of symbol What is used to move to the next page in a lesson?

2 - $100 Three systems found in robots What are the controller system, the sensing system, and the movement system?

2 - $200 A certain type of machine needs a brain that can process information to take in information and take action What is a robot?

2 - $300 A set of instructions written in computer language, whose purpose is to instruct the robot What is a robot program?

2 - $400 The word robot was first used in this play by Karel Capek What is R.U.R.?

2 - $500 Statements included in the three laws of robotics What are: 1. A robot may not injure a human being or, through inaction, allow a human being to come to harm A robot must obey orders given it by human beings except where such orders would conflict with the First Law A robot must protect its own existence as long as such protection does not conflict with the First or Second Law?

3 - $100 You would be better controlling using a teleoperated means in this situation What is if the robot needs to respond to its environment in a human manner?

3 - $200 Functions of gears in a robot What is to make work faster or slower at different pacing rates?

3 - $300 Movements of thumbs on remote control set to 2 joystick mode What is move joysticks up to go forward, down to go in reverse, left joystick down, right joystick up to turn left, and right joystick down, left joystick up to turn right?

4 - $100 Conversational English is an example of this type of language What is natural language?

4 - $200 Robot programs are this type of language What is artificial language?

4 - $300 A set of clear and precise instructions on how to complete a task What is an algorithm?

5 - $100 Programming environment in which the user builds programs by dragging blocks of code. What is easyC?

5 - $200 A robot and computer would respond in this way to commands that have been commented out in easy C. What is ignore the commands?

5 - $300 This window in easy C is used to let easy C know which device is connected each port on the brain of your model. What is the configuration window?

5 - $400 Amount of function blocks in easyC What is 10?