Skip to main content

Home/ ACSE Discussion/ Group items tagged introduction

Rss Feed Group items tagged

Doug Peterson

CodeLesson - Introduction to JavaScript - 1 views

  •  
    Introduction to JavaScript A basic introduction to coding the JavaScript language
Doug Peterson

Book review of Python for Kids: A Playful Introduction to Programming | opensource.com - 0 views

  •  
    "The new book, Python for Kids: A Playful Introduction to Programming, is just the ticket to get me back into programming. It will also be helpful to me when I volunteer for the CoderDojoDC programming club that has started up this month here in the DC-area."
Doug Peterson

Introduction to Event Driven Programming - App Inventor Instructors | Google Groups - 0 views

  •  
    Introduction to Event Driven Programming  
Doug Peterson

This is CS50 OpenCourseWare - 0 views

  •  
    "Introduction to the intellectual enterprises of computer science and the art of programming. This course teaches students how to think algorithmically and solve problems efficiently."
tech vedic

Xbox owns your TV - 0 views

  •  
    Xbox owns your TV Voice commands will be a big part of interacting with the One. While we can assume youll still be able to navigate via your controller or Smart Glass app, Yusef Mehdi, Microsoft's senior vice president of interactive entertainment, demonstrated how to navigate the One using voice commands and gesture control with the updated Kinect sensor. Xbox One Users can instantly activate the One by uttering "Xbox On." The Xbox will be able to differentiate the user's voice and automatically remember where that particular user last left off in the dashboard. One of the most impressive features demonstrated Tuesday was Xbox One's Instant Switching, which moves between functions with little latency. Like the current Xbox Kinect, users can switch between functions with voice commands such as "Xbox go to music" and "Xbox go to game," but the One is able to do it with the ease of switching between television channels. One of the biggest additions is the introduction of live television streams into the Xbox experience. Users can instantly switch to live TV via a prompt of "Xbox Live TV." The One even features a TV Guide-like "Xbox One Guide," which shows what television is available right now alongside on-demand content. Additionally, users will be able to organize media content by "favorites" as well as by what content is currently trending in popularity. Borrowing a trick from Windows 8, the One's new Snap Mode will allow users to multitask between different apps and functions on the same screen. For example, if youre watching a live sporting event, you can prompt the One to access your updated fantasy league stats or search the Web for using Explorer-all in one screen. One will also offer Skype integration and allow users to video chat using the network directly through the Kinect sensor. In effect, Xbox will make any TV it is attached to a smart TV-smarter and more functional than almost any TV we've see
Doug Peterson

An Introduction to Tree Diagrams : nrich.maths.org - 0 views

  •  
    "A tree diagram is simply a way of representing a sequence of events. Tree diagrams are particularly useful in probability since they record all possible outcomes in a clear and uncomplicated manner."
tech vedic

How to remove "Windows Experience Index Rating" from Windows 7 System Properties? - 0 views

  •  
    The objective behind the introduction of Windows Experience Index was to facilitate users with a quick and easy feature to evaluate the performance of hardware components of any PC. It first appeared in Windows Vista. This rating score is displayed in System Properties window as shown in following screenshot:
Peter Beens

Oracle Academy (Java) - 1 views

  •  
     Oracle Academy prepares students for 21st century careers and provides teachers with world-class training and professional development opportunities.
  •  
    I checked out their website and I find it a bit of a joke. First off, their Introduction to CS includes topics like PL/SQL which is proprietary. Oracle states that their Introduction to CS workshop is free and then when you go to enrol it is only available in China, India, and Brazil. I was expecting them to offer something like the FREE course that Stanford offered this spring by Nick Parlante.
Peter Beens

Education Week: Educators, Innovators Call for Earlier Introduction to Computer Science - 0 views

  • By Bobby Kerlik, The Pittsburgh Tribune-Review, (MCT) Printer-Friendly Email Article Reprints Comments Tweet Like Liked Producing computer scientists and engineers to fill the demand from domestic companies should be a national priority, said Jeannette Wing, head of the computer science department at Carnegie Mellon University.
  •  
    Producing computer scientists and engineers to fill the demand from domestic companies should be a national priority, said Jeannette Wing, head of the computer science department at Carnegie Mellon University.
Peter Beens

Think Java - 2 views

  •  
    Think Java is an introduction to Java programming for beginners. It is tailored for students preparing for the Computer Science Advanced Placement (AP) Exam, but it is for anyone who wants to learn Java.
Doug Peterson

MIT OpenCourseWare | Electrical Engineering and Computer Science | 6.00 Introduction to... - 0 views

  •  
    This subject is aimed at students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems. It also aims to help students, regardless of their major, to feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class will use the Python™ programming language.
Doug Peterson

CodeLesson - The C# Programming Language - 0 views

  •  
    This course provides an introduction to programming in C#. It is suitable for experienced programmers interested in learning C# and the .NET framework as well as those who are new to coding.
Doug Peterson

Scratch Curriculum Guide Draft | ScratchEd - 0 views

  •  
    This Scratch curriculum guide provides an introduction to creative computing with Scratch, using a design-based learning approach.
Mike McIlveen

Introduction to Programming: Java - 0 views

  •  
    This course is designed for high school students interested in enrolling as computer science majors in college. It will serve as preparation for the computer science AP exam. The class will be self paced, with students moving on to new topics when they complete a section. The main focus of the class will be on the Java programming language.
Peter McAsh

Java Basics: GUI: Lesson 1 - Introduction - 0 views

  • Giving up control - Event-driven programming. The GUI programming style is referred to as event-driven programming. In this style of programming you set up the graphical user interface and initialize things. It appears that the program just stops and sits there doing nothing! There is no input loop; your program isn't trying to read from the user. You, the programmer, have to learn to give up control in two ways. Your program gives control to the GUI system, and you only get control back to when your listeners are called. At an even higher level, your program has given control to the user. It's the user who selects which of your methods to call by their choice of buttons to click on, menu items to select, etc. Listeners. When the user clicks a button (or uses another GUI component), an event is sent to listener method. Your job as a programmer is to write a listener method for each component. It's the user, not the programmer, who has control, indirectly choosing methods in your program to execute by interacting with graphical user interface components.
1 - 19 of 19
Showing 20 items per page