1. Explain how ASCII is used to represent text in a computer system

Slides:



Advertisements
Similar presentations
GCSE Computing#BristolMet Session Objectives#10 MUST define the term sample rate COULD explain how sound can be sampled and stored in digital form SHOULD.
Advertisements

GCSE Computing#BristolMet Session Objectives#18 MUST describe commonfile standards associated with the internet such as JPG,GIF,PDF,MP3,MPEG. SHOULD Describe.
Revision tip: Focus on the things you find difficult first.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Representation of Data in Computer Systems
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Lecture 5.
1. Fundamentals of Computer Systems Define a computer system Computer Systems in the modern world Professional standards for computer systems Ethical,
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Computing in the Modern World BCS-CMW-7: Data Representation Wayne Summers Marion County October 25, 2011.
Chapter 11 Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
Types of Data. Numbers Text Pictures Sound Video.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Data Representation The storage of Text Numbers Graphics.
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.
CSCI-100 Introduction to Computing Hardware Part II.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Data Representation. How is data stored on a computer? Registers, main memory, etc. consists of grids of transistors Transistors are in one of two states,
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
DATA REPRESENTATION IMAGES GCSE Computing. Learning Objective ■ To understand how an image is represented in Binary ■ To be able to convert a Binary code.
Representation of Data in Computer Systems
2.1.1.a: Define a computer system b: Describe the importance of computer systems in the modern world.
Revison Part three – some bits that aren’t explicitly mentioned in the spec.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Advanced Binary b. describe and use two’s complement and sign and magnitude to represent negative integers; c. perform integer binary arithmetic, that.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
OCR Computing OGAT Data Types. What OCR need you to know… Data Types a) Primitive data types, integer, real/floating point, character,
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
© 2016 AQA. Created by Teachit for AQA Character encoding and Representing images Lesson.
By the end of this session you should be able to... Understand character sets and why these are used within computer systems. Understand how characters.
1 Section 1.3 Binary Number Systems Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Text and Images Key Revision Points.
Unit 2.6 Data Representation Lesson 3 ‒ Images
DATA REPRESENTATION - TEXT
Computer Science 210 Computer Organization
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Revision Units Exam date 16th May 2017 Summer 1.
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
…to GCSE Level with Python Sue Sentance
Binary & Hexidecimal Numbers
Representing Nonnumeric Data
Folders out, planners out…
1. Ann wants to purchase a new computer and is looking at two models
1. Vicky has been on holiday and has taken lots of photos
Data Representation.
Representing Images 2.6 – Data Representation.
Web Design and Development
Summer Term Year 10 Slides
Computer Science 210 Computer Organization
Chapter 2 Data Representation.
How Computers Store Data
Half Term 1 Please type your name here:.
Number Systems Instructions, Compression & Truth Tables.
Computer Systems Nat 4/5 Data Representation Lesson 4:
WJEC GCSE Computer Science
WJEC GCSE Computer Science
Chapter 3 - Binary Numbering System
Presentation transcript:

1. Explain how ASCII is used to represent text in a computer system 1. Explain how ASCII is used to represent text in a computer system. (3 marks)

2. State what is meant by the character set of a computer. (1 mark)

3. Unicode is also used to represent text in a computer system 3. Unicode is also used to represent text in a computer system. Explain the difference between the character sets of Unicode and ASCII. (2 marks)

4. Some of the file formats use compression 4. Some of the file formats use compression. Explain the importance of compressing files when transmitting them via the internet. (2 marks)

5. Describe the difference between lossy and lossless compression and give an example where each would be used. (4 marks)

6. Convert the hexadecimal number 6A to binary. (2 marks)

7. Convert the binary number 00111101 to hexadecimal. (2 marks)

8. Explain why hexadecimal numbers are often used to represent binary numbers. (2 marks)

9. Explain how sampling intervals and compression can affect the size of a sound file and the quality of its playback. (8 marks)

10. What is meant by the resolution of the picture? (1 mark)

11. How does the resolution affect the size of the bitmap file 11. How does the resolution affect the size of the bitmap file? (2 marks)

12. Convert the denary number 106 into Hexadecimal. (2 marks)

13. Peter takes a high-resolution picture with a digital camera 13. Peter takes a high-resolution picture with a digital camera. The picture is stored in a bitmap file. Describe how a picture is stored in a bitmap file. (3 marks)

14. Add the following bytes. 11011000 + 01100000 (2 marks)

15. Explain how reducing the number of colours in an image can reduce its file size. (2 marks)

16. The final image file may contain metadata 16. The final image file may contain metadata. Describe, using an example, what is meant by metadata. (2 marks)

An algorithm could be written as pseudo code 17. An algorithm could be written as pseudo code (6 marks)

18. State the purpose of: a)Secondary Storage b)RAM c)ROM d)Virtual Memory (9)