COMPSCI 111 / 111G An introduction to practical computing

Slides:



Advertisements
Similar presentations
Instructors: Connie Hutchison & Christopher McCoy
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.
Word Processing and Desktop Publishing Software
Ottawa PC Users’ Group Beginner’s Workshop Word Processor and Spreadsheet Jocelyn Doire.
Lesson 16 Enhancing Documents
Document Processing CS French Chapter 4. Text editor used for simple text entry and editing not intended to look good for editing programs and data e.g.
COMP 4—Power Tools for the Mind 1 Power Tools Word Processing What we’ll cover for this lecture topic: –Types and Examples of Application software –Creating.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
Business Computer Information Systems 1A Test 2: Word Basics, Basic Editing, and Formatting Text Lessons 1, 2, and 5 Microsoft Office XP Test 2 – REVIEW.
Word Processing 1.  Word processing is probably one of the most frequently used packages in any organization.  People use it in making of quick notes.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Microsoft Office Illustrated Fundamentals
W rking with W rds Word Processing and Desktop Publishing o o.
CTRL + Z is your best friend. Use it to undo anything! You can even undo multiple mistakes!
Sara Teel Units A-H and L-M.  The different types of computers  The types of computer systems  Input and Output devices  Processing data  Memory.
Principles of Information Technology
Introduction to HTML Today we will look at: Separating style and content The purpose of a text editor such as Notepad How web-pages are made Creating a.
Introduction to Word 2007 INSY 102: Application Software INSY 102  Introduction to Word 2007  Slide # 1.
Microsoft Word ITE115 Trisha Cummings. MsWord - Word Processing Program Allows you to create Letters, Envelopes, Mailing Labels, Memo’s , Fax’s.
Word Processing Test Review. Purpose To create a document.
MICRO SOFT WORD.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
Using FrontPage FrontPage is a great Web editing tool for people with limited knowledge and time for HTML coding. It’s similar to using Microsoft Word.
Word 2003 The Word Screen. Word 2003 Screen File Menu –Holds the options for creating a new document, opening a document, saving a document, printing.
By: Ms. Abeer Helwa 1. WORD WEB APP 2 Word Web App is a limited version of Word, enabling you to edit, format, and share documents online. Word Web App.
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,
Study Guide Test 1 Microsoft Word 8 th grade. Font The type of letters in which a document is printed. A font consists of the typeface, style, size, and.
Hosted by Mrs. Krewson
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
The idea of adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents.
9/03/2016COMPSCI 111/111G - Lecture 089/03/2016COMPSCI 111/111G - Lecture 081 COMPSCI 111 / 111G Mastering Cyberspace: An introduction to practical computing.
Microsoft Word 2007 In the Library at York College, all Windows computers have Microsoft Word 2007.
Opening a File 1.Open Word 2.Click the Microsoft Office button(Very top left hand corner). A menu appears 3.Click Open. The Open dialog box appears 4.Use.
Microsoft Word Tutorial Albert Kalim. Topics You Should Know About Start MS Word Start MS Word Open a document Open a document Enter text Enter text Change.
MS WORD INFORMATION TECHNOLOGY MANAGEMENT SERVICE Training & Research Division.
Word processing is the software package that enables you to create,edit, print and save documents for future retrieval reference. creating a document.
Application software Word processing 1. Application software  Some types:  Document production:  Word-processing, desktop publishing, web page authoring.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
4.2 Microsoft Word.
Mr. Marino – 6th Grade Computer Applications
Formatting a Research Paper
Basic Word Processing.
5.2 Microsoft Excel.
Basic Computer Vocabulary
Lesson 16 Enhancing Documents
Microsoft Office Word 2003 Lesson 4
With Microsoft FrontPage 2000
Lesson 16 Enhancing Documents
Word Processing Computer Technology.
Computer Fundamentals
Word Processing.
4.2 Microsoft Word.
Tutorial on Microsoft Word and Powerpoint
5.2 Microsoft Excel.
Basic Word Processing.
Formatting a Research Paper
Exercise 8 – Software skills
Basic Word Processing.
Microsoft Word 1453 Additional Features.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Basic Word Processing.
Basic Word Processing.
Word Processing and Desktop Publishing Software
ICT Word Processing Lesson 1: Introduction to Word Processing
1 Word Processing Part I.
Basic Word Processing.
Formatting and Editing Skills
Exploring Microsoft Word 2003
Microsoft Word 1453 Additional Features.
Microsoft Office Illustrated Fundamentals
Presentation transcript:

COMPSCI 111 / 111G An introduction to practical computing Word Processing

ASCII American Standard Code for Information Interchange Code used to represent English characters as numbers There are 128 characters ASCII codes for A - Z A 65 I 73 Q 81 B 66 J 74 R 82 C 67 K 75 S 83 D 68 L 76 T 84 E 69 M 77 U 85 F 70 N 78 V 86 G 71 O 79 W 87 H Y 72 89 P Z 80 90 X 88 http://en.wikipedia.org/wiki/ASCII

Exercise If “A” has the ASCII code 65 and “a” has the ASCII code 97: What is the ASCII code for the word “Easy”? What is the ASCII code for the word “Summer”? 69 97 115 121 83 117 109 109 101 114

Text Editor Text Editor Commonly used for editing: Examples Allows user to edit the characters on the page Plain text (ASCII) Commonly used for editing: configuration files programming language source code. Examples Notepad Notepad++ TextPad http://en.wikipedia.org/wiki/Text_editor

Word Processors Word Processor Fonts Paragraph Document Extension of a text editor Allow user to format the document (change the appearance of text) Fonts Style, size, typeface Paragraph Alignment, spacing Document Margins, Headers, Footers http://en.wikipedia.org/wiki/Word_processor

Standards Each word processor decides how to store information Uses special codes to identify the format of the text Bold, italic Font size Alignment File is saved with these codes Standards Proprietary (MS-Word) Open standard (Open Office)

What you see is what you get WYSIWYG (Whizzy-wig) Graphical User Interface What the user sees is the same as the output printed Most modern word processors work this way Microsoft Word Open Office http://en.wikipedia.org/wiki/WYSIWYG

What you see is what you get Programming is generally not WYSIWYG: Examples covered in COMPSCI111: Wiki markup (see example below) Latex HTML5 Python What you see What you get

Postscript printers Postscript Language used by Laser Printers Tells the printer how and where to display text Created in 1985 Started Desktop Publishing revolution

F A D E More Exercises 1. Is “cat” the same as “CAT” in ASCII? No What is 70 65 68 69 ? F A D E

Basic Features of a Word Processor Editing Text Word Wrap Insert/ Delete Select Text for action Clipboard Keeps multiple clippings Cut, Copy, Paste Formatting Character Paragraph Document Insert Point/ Cursor yyyy Clipboard xxxxxxx yyyy Paste xxxxxxx yyyy Cut

Last Exercises 1. What is postscript Drawing language – used on laser printers What is the different between a text editor and a word processor A text editor only stores ASCII or plain text. A word processor stores additional information about the “text format” such as font, alignment, or style.

Font Appearance of Text Typeface Style (Bold, Italic) Size (in points) Colour Effects

Paragraph Appearance of Paragraph Alignment Spacing Indent

Styles A named set of formatting changes Why use styles? Appearance is consistent Can apply many changes at once Modifying a style affects all text that uses that style Manage existing styles Create a new style

Headers, Footers and Footnotes Content found in the top margin of each page in a document Footers Content found in the bottom margin of each page in a document

Headers, Footers and Footnotes Small note located at the bottom of a page. Provides more information about something in the main text.

Plagiarism Plagiarism involves taking another person's ideas, words or inventions and presenting them as your own. Includes paraphrasing or rewording another person's work, without acknowledging its source. All material, whether directly quoted, summarised or paraphrased, must be acknowledged properly. http://www.cite.auckland.ac.nz/index.php?p=plagiarism

References and Citation Tells readers where the information came from. Within the text. Reference Provides details about the source. Should enable reader retrieval of source. Found at the end of a document.

RefWorks Web-based bibliographic database Advantages Maintain personal database of references. Copy references from the UOA library catalogue (as well as other library databases) into reference database. Insert references into documents in a variety of citation styles. Advantages Platform independent. RefWorks account accessible from any platform with compatible web browser and Internet access. UOA students can create a RefWorks account for free. Guides and tutorials available http://www.library.auckland.ac.nz/refworks/guides-tutorials.htm http://www.library.auckland.ac.nz/endnote/endnote.htm

Write-N-Cite Utility program that lets users interface between their RefWorks reference database and their MS Word documents. Available for free for MS Word on Windows and Mac operating systems from RefWorks website.