1 3 Computing System Fundamentals 3.5 Data Representation.

Slides:



Advertisements
Similar presentations
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.
Advertisements

How to install “bubble” fonts These fonts are used to create the Formative Assessment sheets.
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
UNIT 12 LO4 BE ABLE TO CREATE WEBSITES Cambridge Technicals.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Chapter 11 File Systems and Directories. 2 File Systems File: A named collection of related data. File system: The logical view that an operating system.
Web Content Management System Website Maintenance Demonstration Introduction to Macromedia Contribute Jamie Uprichard.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Operating Systems and Cross Platform Issues. Apple/Macintosh OS Steve Jobs and Steve Wozniak created the Apple I computer in their garage Apple.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
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.
Website Design CLA – Transportation. Defining a Site Select: Site – New - Site Click Next.
Homework for October 2011 Nikolay Kostov Telerik Corporation
Representing text Each of different symbol on the text (alphabet letter) is assigned a unique bit patterns the text is then representing as.
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
WYSIWYG Program (pronounced wiz - ee - wig) What You See Is What You Get Dreamweaver 4.0 Toolbars.
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
Python File Handling. In all the programs you have made so far when program is closed all the data is lost, but what if you want to keep the data to use.
INFOCODING BASICS & EXAMPLES OF CURRENT USE Introduction to Computer Science Using Ruby (c) 2010 Gideon Frieder.
Creating With Code.
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.
MICROSOFT WORD Options like New, save, Close, Selecting Text How to change text using Bold, Italics, Underline How to change Font, Font Size, Color Justification.
POWERPOINT part3. OBJECTIVE  Insert text from Microsoft Word  Insert clip art  Insert and style a picture  Insert a text box  Insert a chart  Enter.
1 What is HTML? Standardized codes Web pages SGML Descriptive markup Tags.
Text and Graphics September 26, Unit 3.
By: Kylia Ivory.  ( Demonstrate understanding of file extension and the purpose of file types across software products).
Jan 9, 2004 Symposium on Best Practice LSA, Boston, MA 1 Resource Conversion William Lewis CSU Fresno.
Chapter 11 File Systems and Directories. 2 File Systems File: A named collection of related data. File system: The logical view that an operating system.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
File Input and Output July 2nd, Inputs and Outputs Inputs Keyboard Mouse storage(hard drive) Networks O utputs Graphs Images Videos(image stacks)
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
SEC (1.4) Representing Information as bit patterns.
OCR Computing GCSE © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 4: Writing programs.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
Basics of Web Based Computing. The Architecture The user’s system A Web Server What’s inside? Server software Apache or other Resources to be accessible.
GDP-1 Understanding File Formats. Native format Is it possible to open a.wmv or a.mov file in Illustrator and edit the file? Why or why not? Can you open.
DOCUMENTS ON THE WEB: CAN EVERY ONE READ THEM BY DIPENDRA MANOCHA.
Digital Media Lecture 0: It’s all just bits! Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
HTML HyperText Markup Language Victoria E. Kozlek.
Unit Five: Layer Files In this unit… ► Review ► Storing “Instructions”  In Map Document  In Layer Files ► Using Layer Files ► Intro to Data Storage Types.
Adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents. These.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
MS Word Taking It To A New Level. You Think You Know Word You all use Word You know common functions: –Select typefaces and sizes –Bold, italics –Save.
1.4 Representation of data in computer systems Character.
Online PD Basic HTML The Magic Of Web Pages
Tutorial: How to Creat a Website.
What is HTML? Standardized codes Web pages SGML Descriptive markup
Representing Information as bit patterns
Avaya Professional Services (APS) Tools ProVision
Data Encoding Characters.
TOPICS Information Representation Characters and Images
Objective % Explain concepts used to create websites.
Authors: Font Size 24 – 28 Bold
1. Explain how ASCII is used to represent text in a computer system
Digital Representation
William Lewis CSU Fresno
funCTIONs and Data Import/Export
INFOCODING BASICS & EXAMPLES OF CURRENT USE
Module 1: Introduction Data Communication Networks
Objective Explain concepts used to create websites.
Lab 3: File Permissions.
Microsoft Excel Done by : Suaad Mohamed.
Microsoft PowerPoint 2010 for Microsoft Windows
Computer Applications -Generic Elective
Title in Arial (Bold) 60 Point Font
2016 Title in Arial (Bold) 60 Point Font
Presentation transcript:

1 3 Computing System Fundamentals 3.5 Data Representation

3.5.4 File Formats

3 Text and data files Pure data can be held in a.dat file A pure Unicode file has the file extension.txt Save in this format, it will retain no formatting information (font, bold, tables, images...) Some formatting information is retained by.rtf Proprietary formats e.g..doc may not be readable by all computers.

4 File extensions Extensions are information (invisible to most users) suffixed to the file name informing the computer how to interpret the binary code of the file itself. The code contains much hidden (meta) data that needs to be interpreted in a certain way.

5 File extensions Other file extensions that you may come across ‣.doc.bmp.mp3.docx.jpg.wav.rtf.gif.aac.dot.png.xls.pdf.swf.wmv.csv.exe.mov

6 File extensions Other file extensions that you may come across ‣.doc.bmp.mp3.docx.jpg.wav.rtf.gif.aac.dot.png.xls.pdf.swf.wmv.csv.exe.mov