Download Overview Making information Available to Desktop Publishing with

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
CSE 3
Fluency in
Information
Technology
Adventures in Computational
Thinking
Overview
Information Technology (IT) fluency
including proficiency with certain
computer applications (traditional
computer literacy), principles on
which you can build new
understanding as IT evolves, high
level reasoning and IT problem
solving, and basic web programming
(HTML and JavaScript).
Computational thinking, data
analysis and data presentation
By Haotian Xie
Presentation of Information with
MS PowerPoint
Python is a widely used generalpurpose, high-level programming
language. Its design philosophy
emphasizes code readability, and its
syntax allows programmers to express
concepts in fewer lines of code than
would be possible in languages such
as C++ or Java. The language
provides constructs intended to
enable clear programs on both a
small and large scale.
Making information Available to
the world with HTML and Web Pages
Hypertext Markup Language (HTML) is the
common language used for writing web
page. With HTML and web page, information
can be share through the internet with the
world.
Along with CSS, and JavaScript, HTML is a
cornerstone technology, used by most
websites to create visually engaging
webpages, user interfaces for web
applications, and user interfaces for many
mobile applications. Web browsers can read
HTML files and render them into visible or
audible web pages. HTML describes the
structure of a website semantically along with
cues for presentation, making it a markup
language, rather than a programming
language.
Desktop Publishing with MS Word
Microsoft Word is a word processor developed by Microsoft. It was
first released in 1983 under the name Multi-Tool Word for Xenix
systems.
It has been wildly used for make text profile and design. We
learned how to use it for making resume and web page.
IDLE (Integrated Development and
Learning Environment)
Programming with Python
Data Analysis and Visualization
with MS Excel
During the course, we started
learning Python through PyCharm by
JetBrain. At first it was difficulty.
However, after learning all the
interpreters and logical statements, it
became much easier.
Microsoft Excel is a spreadsheet developed by Microsoft for
Microsoft Windows, Mac OS X, and iOS. It features calculation,
graphing tools, pivot tables, and a macro programming
language called Visual Basic for Applications. It has been a very
widely applied spreadsheet for these platforms, especially since
version 5 in 1993, and it has replaced Lotus 1-2-3 as the industry
standard for spreadsheets
Dynamic Webpage Programming
with JavaScript
JavaScript is a high-level, dynamic,
untyped, and interpreted
programming language. It has been
standardized in the ECMAScript
language specification. Alongside
HTML and CSS, it is one of the three
essential technologies of World Wide
Web content production; the
majority of websites employ it and it
is supported by all modern web
browsers without plug-ins.