CS 101 – Nov. 6 The Joy of Text Software for text –Text formatters vs. word processors Spell checking.

Slides:



Advertisements
Similar presentations
MY NCBI (module 4.5). MODULE 4.5 PubMed/How to Use MY NCBI Instructions - This part of the: course is a PowerPoint demonstration intended to introduce.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
1 © Netskills Quality Internet Training, University of Newcastle From My Home Page to FrontPage An Overview of Authoring Tools Patris van Boxel Netskills.
MS-Word XP Lesson 1.
 Use the Left and Right arrow keys or the Page Up and Page Down keys to move between the pages. You can also click on the pages to move forward.  To.
Chapter 2—HTML Dreamweaver for College & Business.
An Online Microsoft Word Tutorial & Evaluation Begin.
Windows XP Basics OVERVIEW Next.
Lesson 7 — Word Processing
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 10: GUI HTML Editors.
Network applications Skills: none Concepts: client, server, automatic downloading of programs from Web servers, desktop or stand-alone application versus.
HTML tags Skills: adding HTML tags, text editor IT concepts: plain text, computer components – storage versus memory, separation of content and format.
Basic Web Publishing BA209 Arturo Perez-Reyes. Web is a communication protocol The Internet is A net of nets That use the TCP/IP protocol To publish on.
Linux & Applications Sean GavinWayne State University multi-user environment -- log in: user name and password -- you never turn the computer on or off.
MICROSOFT – WORD. WORD... text entry f formatting spell check bulleting numbering t tables and much more.
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
MY NCBI (module 4.5). MODULE 4.5 PubMed/How to Use MY NCBI Instructions - This part of the:  course is a PowerPoint demonstration intended to introduce.
Export citations and create a bibliography Jacqueline A. Gill Associate Professor Reference Librarian and Information Literacy Coordinator
CSCI 330 T HE UNIX S YSTEM Editing files. E DITOR C ONCEPTS Editing a file is to modify the content of a file Text editor: Enter and modify text in a.
Using Linux Text Editors. Use Non-Graphical Linux Text Editors Graphical Text Editor.
Word Tutorial 1 Creating a document.
2.1 Different Text Attributes Font A set of printable or displayable text characters with its style and size specified Arial 16 point bold Arial 32 point.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
W rking with W rds Word Processing and Desktop Publishing o o.
Adobe Dreamweaver CS5 Introduction Web Site Development and Adobe Dreamweaver CS5.
Creating Web Pages Overview. Design – Start with a Purpose Before you start any web page, you need to design the website. The first question that should.
CHBT-01 Basic Micro process & Computer Operation
Applications Software. Applications software is designed to perform specific tasks. There are three main types of application software: Applications packages.
Chapter Three The UNIX Editors. 2 Lesson A The vi Editor.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
Web Design-Lecture1-QN-2003 Web Design Web Design Using HTML.
Microsoft Word The basics. For Your Information  Microsoft Word is one of the most popular word processing programs  supported by both Mac and PC platforms.
CS105- Module2 Hardware vs. Software Local Applications Local applications are programs or software that can be run on a single computer. The computer.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
Microsoft Word ITE115 Trisha Cummings. MsWord - Word Processing Program Allows you to create Letters, Envelopes, Mailing Labels, Memo’s , Fax’s.
© Anthony J. Nowakowski, Ph.D.. Web Page Development.
LIBS May 2005 Microsoft Word Setting Options.
Creating Web Pages Chapter 5 Learn how to… Identify Web page creation strategies. Define HTML Web page elements. Describe the principles of good screen.
Editors And Debugging Systems Other System Software Text Editors Interactive Debugging Systems UNIT 5 S.Sharmili Priyadarsini.
Slide No. 1 Slide No. 1 HTML and Web Publishing Continued CS 104 CS 104.
Started Getting started with HTML Authoring Authoring on the Web.
Tools to Create Web Pages Fall Tools Text Editors – Notepad (free) – Notepad++ (free) Word Processor – MS Word (Expensive) HTML – HTML Kit (free,
Kevin Murphy Basics of XML Masters Project CS 490.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
(PubMed) MY NCBI (Advanced Course: Module 2). Table of Contents  How to register and sign into MY NCBI  Setting up filters in MY NCBI  Saving searches.
Introduction to Information Technology Applications.
ICT 111 – PART 2 APPLICATIONS SOFTWARE /11: APPLICATIONS SOFTWARE Remember: Computer hardware VS human body Computer operating systems VS human.
Chapter Three The UNIX Editors.
Intermediate 2 Computing Unit 2 - Software Development Topic 2 - Software Development Languages and Environments.
Lesson 10 Word Processing Unit 2—Using the Computer.
BASIC WORD PROCESSORS WEEK 5. BASIC WORD PROCESSORS Word Processor Word processor is a program which is used to edit text files and format them with font,
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
HTML Hyper Text Markup Language. The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within.
On Line Microsoft Word Tutorial & Evaluation Begin.
Adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents. These.
Is CPCC Right For You Is CPCC Right For You? Module Three to determine your readiness for online learning To advance this presentation.
HTML Hyper Text Markup Language. Agenda Basics Tools Important tags Tables & databases Forms Publishing at Stern.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
CS 101 – Nov. 4 Wrap up OS Examples User interface Hierarchy of files Techniques for searching –Breadth first and depth first Continue with Access in lab.
 After completing this lesson, you will be able to:  Describe the page setup options.  Describe how to insert page numbers and page breaks in a document.
1 Section 4 Web Skills InternetWebHTML. 2 The difference between the Internet and the Web The Internet is a way of linking large multi-user computers.
Chapter 3: Mastering Editors Chapter 3 Mastering Editors (Emacs)
Online PD Basic HTML The Magic Of Web Pages
Web Site Development and Macromedia Dreamweaver 8
Guide To UNIX Using Linux Third Edition
Basic Microsoft Word 2013.
COMPSCI 111 / 111G An introduction to practical computing
The How-to-Guide for Using Word
Software Introduction
HTML HYPERTEXT MARKUP LANGUAGE.
Presentation transcript:

CS 101 – Nov. 6 The Joy of Text Software for text –Text formatters vs. word processors Spell checking

Text Software Text editor (Notepad, Wordpad, emacs, vi) (Web) Browser (Netscape, Opera) Text formatter (LaTeX, Groff) Word processor (MS Word)

example.html browser See on screen example.tex LaTeX example.ps printer example.doc Word Different strategies for creating formatted text file:

Text Formatters Groff was first in 1969 LaTeX most popular since 1974 Used extensively in scientific pub’s Formatting commands embedded in text. Run “latex” to convert.tex to.ps file Advantages: free & saves space!

Word Processors Popular among general public since 1980s. WYSIWYG –Formatting commands are invisible Entire document in 1 file Many features: spell checking, word count, readability, etc. Not free, generally requires more space.

Example My vita is a 2-page document LaTeX –vita.tex has 4,210 bytes –vita.ps has 43,675 bytes (can delete!) Microsoft Word –vita.doc has 31,232 bytes

Spell Checking One feature of MS Word is spell checking Looks up each word in its “dictionary” Uses binary search to make lookup fast! Analogy: Try to guess my number

Binary Search If dictionary has 100 words, need 7 guesses to see if word is spelled right. log ~ 7 What if 1,000 words? A real dictionary may have > 25,000 words.

Example Looking for “goat”. Here are guesses: Joachin, degumming, gale, holly, guideline, gloomy, granite, golly, gnu, … Notice they go back and forth.

Search summary By now, we have seen 4 ways to search for data. –If the data is arranged linearly: Linear search Binary search (linear data, already sorted) –If the data is arranged non-linearly: Breadth-first search Depth-first search