Computing
Computer Science LearnITWithMrC ⛯ Year 7 Year 8 Year 9 GCSE
Responsive image

Lesson Video

46

Lesson Tasks

  • Watch the Lesson video
    Make notes if needed.
  • Open your Learning Journal
    Complete Task 1 in your Learning Journal
  • Complete the learning activities
    Make sure you complete the book tasks in your Unit Booklet
  • Complete End of Task Assessment
    Update your learning objectives

What do I need to Learn?

0 results forGuest
I need to learn how to understand what a character set is.
I need to learn how to describe the ASCII amd Unicode character encoding methods:
I need to learn how to convert characters to character codes
I need to learn how to convert character codes to characters.
I need to learn how to understand that character codes are commonly grouped and run in sequence within encoding tables.

Key Terms

character set ASCII Extended ASCII 7 bit 8 bit

Task 1 - Getting organised Click to see more


Task: Learning Journal

Open your Learning Journal by clicking on the image below

Good notes will help you organise and process data and information


Task 2 - Character Sets - ASCII Click to see more

A character set is a defined list of characters recognized by the computer hardware and software. Each character is represented by a number. The ASCII character set, for example, uses the numbers 0 through 127 to represent all English characters as well as special control characters.

Task:

Open your student workbook at page 30 Read through the notes then complete the following tasks in your book.
  1. Task 16
  2. Task 17

  • When you are finished screenshot your answer into your Learning Journal

  • Task 3 - Extension task Click to see more

    Task: ASCII decoding

    Look at the example below

    Write a game like the one above in python that gets the user to encode or decode a character or number into an ASCII character or an ASCII numbers.