Fluency with Information Technology

Slides:



Advertisements
Similar presentations
Computing – Weekly Review By Callum Innes HTML WWW WYSIWYG URL Hyperlink.
Advertisements

PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
Power Point Demonstration Capabilities of Microsoft Power Point 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint Leave Presentation.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
PowerPoint Demonstration Capabilities of Microsoft Power Point 2000 Kandy Lane.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Power Point Demonstration Capabilities of Microsoft Power Point.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2003.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
Powerpoint demonstration Capabilities of microsoft powerpoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
Power Point Demonstration Capabilities of Microsoft Power Point 2003.
Power Point Demonstration Free form text charts can be a little trickier than it would seem. To construct this slide, follow these steps.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
FIRST COURSE Creating Web Pages with Microsoft Office 2007.
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
Computational Thinking By Emma Epps CSE 3 Fluency with Information Technology Overview Desktop Publishing with MS Word Visual Programming with Alice Making.
Tori’s CSE 3 Poster Computational Thinking: Throughout the beginning of our course, we learned as a class so much about computers, along with learning.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
CSE 3 Fluency in Information Technology Michelle Christiana Lee University of CA, San Diego Computational Thinking- This course seeks to promote the enhancement.
How to use Microsoft Word. Where can I find Microsoft Word? How to select, copy and paste information Go to the document from which you wish to copy the.
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
COMPUTATIONAL THINKING: COURSE OVERVIEW MAKING INFORMATION AVAILABLE WITH HTML AND WEBPAGES DESKTOP PUBLISHING WITH MS WORD PRESENTATION OF INFORMATION.
Intro to Computers By Alex Pu Computational Thinking: Overview Making Information Available to the World with HTML an d Web Pages Desktop Publishing with.
Sierra Learns Computers in CSE3 By Sierra Lee Lab 2 Lab 2 Desktop Publishing with MS word Lab 5 Labs 4 & 5 Lab 6 Lab 6 Visual Programming with Alice In.
CSE 3 : Fluency With Information Technology Karina Kak C OMPUTATIONAL T HINKING This course helps students become more familiar with information technology.
Making Information Available to the World with HTML and Web Pages Computational Thinking Computational thinking involves a set of problem-solving skills.
Computational Thinking A way to solve problems, design systems, and understanding human and machine intelligence. This style of thinking is very structured.
The Legend of Information Technology: A Link to the Future By Quoc Tran Making Information Available to the World with HTML and Web Pages Presentation.
Creating a Web Page Presented by: Bernadette G. Bautista Manuel I. Santos MNHS April 29, 2011.
XP Creating Web Pages with Microsoft Office
CSE3 Winter 2014 Making Information Available to the World with HTML and Web Pages Notepad++ was used for every webpage that was created. Used XHTML (Extensible.
CSE 3 Portfolio Desktop Publishing with MS Word Computational Thinking
Web Basics: HTML/CSS/JavaScript What are they?
CSE 3 Fluency in Technology
Project 1 Introduction to HTML.
Adventures in Computational Thinking
Adventures with Computational Thinking
How to create a web page using word …
Computational Thinking By Leslie Shen
Adventure in Computational Thinking
CSE3 Computational Thinking
Adventures in Computational Thinking Rosemary Maciel, Fall 2015
Microsoft® Office FrontPage® 2003 Training
CSE 3! By Emma Sasson CSE Online Webpage HTML WORD EXCEL ALICE
The Internet and HTML Code
CSE 3: Fluency with Information Technology Allison Bagnol
My CSE 3 Adventure Jane Heajin Min Desktop Publishing with MS Word
Adventures in Computational Thinking By: Abraham Ko CSE 3
CSE 3 – Fall 2015 Sierra Ampudia
CSE 3 Computational Thinking
CSE 3 Becoming Computer Literate By Katie Harunk Overview of CSE 3
Section 10.1 YOU WILL LEARN TO… Define scripting
Part 3 Creating basic HTML web pages
Fluency in Information Technology
Fluency with Information Technology
Featuring works by Robert Miska
Adventures in Computational Thinking Hannah Roots, Fall 2015
Adventures in Computational Thinking By Chin Hao Chang
Part 3 Creating basic HTML web pages
CSE 3 - Fluency with Information Technology
Adventures in Computational Thinking By Ashley Yen
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Fluency with Information Technology German Flores CSE 3 Fluency with Information Technology Computational Thinking Making Information Available to the World in HTML and Web Pages Using the Notepadd++ application we can code HTML pages to run and eventually publish onto the internet using a file transfer protocol. Things to remember: HTML – Hyper Text Markup Language ftp – file transfer protocol In the world of technology you can: Develop web pages using HTML and Java script. Master Microsoft software such as Word, and PowerPoint in order to build a variety of materials. Learn about hardware of a computer and understand why certain things function. Overview Computational Thinking involves understanding how to code web pages to look awesome and perform certain actions along with knowing certain computer hardware and knowing why they help computers function. Data Analysis and Visualization with MS Excel In CSE 3 we learned that excel is useful for much more designs than just graphing data. We can actually perform computations on it and save ourselves valuable time by plugging in equations that perform functions and calculate data for us. Excel is an extremely useful application to represent images of data using graphs as well! Presentation of Information with MS PowerPoint Desktop Publishing with MS Word MS Word is an extremely versatile application that allows users to do a large variety of things such as typing up an essay, formatting a resume, or even designing an article. Along with this, you can save your work and publish it on the internet by running HTML and inserting a link to your directory which contains your MS Word file! MS PowerPoint is also from Microsoft such as Word is and it’s most useful and main use is for presenting data or facts in a more organized manner by a slide show. Since we mastered excel in CSE 3, we used data that we created in Excel and projected it onto a PowerPoint then published it on the web with HTML. IDLE – Programming with Python Just like HTML is a programming language (hence the ending “L” which stands for Language”) there is other languages used for programming as well. In fact, there's tons of them just like there is for languages we speak. One of them being Python. Python is a special program that you run in order to create certain loops that will perform certain responses when a user types in responses. Overall, Python is a language that helps develop an interaction between user and computer. Dynamic Webpage Programming with JavaScript Although HTML creates a webpage, it doesn’t allow the page to perform any actions such as when your are playing an online game and are having to click between different responses that pop up from the page. In order to do those dynamic formats you need to use JavaScript, another language you learn in CSE 3. This is a more advanced version of just simply using HTML because it helps advance interaction between a page and a user. One thing we designed was a Blackjack game where were told if we won or lost based on the buttons we clicked.