Revision For Computer Study EOY

๐Ÿ’ป Your Work Station โ€“ Email Etiquette

  • โœ‰ Emails should be respectful & appropriate.

  • ๐Ÿงพ Subject line tells what your email is about.

  • ๐Ÿ‘€ BCC = Blind Carbon Copy.

  • ๐Ÿšซ No text speak to teachers (no โ€œuโ€ instead of โ€œyouโ€).

  • ๐Ÿ“š Emails in school may be monitored by staff.

  • ๐Ÿ˜Š Use a polite tone โ€“ kindness matters!

  • ๐ŸŽฏ Keep emojis limited.

  • ๐Ÿ“ Double-check spelling & grammar before clicking Send!

  • ๐Ÿ‘ค Recipient = the one receiving the email.

  • ๐Ÿ™Œ Respect others in every message.


๐Ÿ’ฌ Online Communication

  • ๐Ÿ” 123456 = terrible password โŒ

  • ๐Ÿง  Think before hitting Send.

  • ๐Ÿ—ฃ โ€œStop, Speak, Supportโ€ = be brave & stand up online.

  • ๐Ÿž Sandwich feedback = nice โ†’ advice โ†’ nice again.

  • ๐Ÿ“– Read feedback before reacting.

  • ๐ŸŽฏ Feedback is for growth, not to hurt.

  • ๐Ÿค Online teamwork = stay friendly!

  • ๐Ÿง Sarcasm = confusing online.

  • ๐Ÿ™… Donโ€™t use personal insults.

  • ๐Ÿ™ Always say โ€œthank youโ€ for feedback.


๐Ÿ“Š Using Media & Formatting

  • ๐Ÿ“ Word processor = type & format documents.

  • ๐Ÿ‘โ€๐Ÿ—จ๏ธ Formatting helps make docs easier to read.

  • ๐Ÿ”  Make text bold, italic, or underlined to highlight key points.

  • ๐Ÿ“ Tables help organize info clearly.

  • ๐Ÿงฎ Spreadsheets = for numbers, not letters.

  • ๐ŸŽค Presentations = for slideshows.

  • ๐Ÿ“‰ Charts show data visually.

  • ๐Ÿ”ค Changing size & colour = formatting!

  • ๐ŸŒŸ Formatting makes important stuff stand out!


๐Ÿ–ผ Licensing Appropriate Images

  • ๐Ÿ“œ Creative Commons lets you use content legally.

  • ๐Ÿšซ Using pics without permission = copyright violation!

  • ๐Ÿ’ธ You could be fined ยฃ50,000 or jailed for 6 months ๐Ÿ˜ฑ

  • ๐Ÿ” Use โ€œUsage Rightsโ€ filter on Google for safe images.

  • ๐Ÿ“† Copyright Act = 1988

  • ๐Ÿ–‹ Even with Creative Commons โ€“ still credit the creator!

  • ๐Ÿ’ฐ โ€œNo commercial useโ€ = donโ€™t use it to make money.

  • ๐ŸŽจ Editing = changing things like colour or crop.

  • โœ… Always pick images that match your topic.


๐Ÿ“ฐ Credibility of Sources

  • โœ… Credibility = how trustworthy info is.

  • ๐ŸŒ Anyone can make a website โ€“ always check the source!

  • ๐Ÿ•ตโ€โ™‚๏ธ Check author & reason behind the article.

  • ๐Ÿ“œ Use reputable sources for research.

  • ๐Ÿง  Fake news tries to trick you or earn clicks ๐Ÿ’ฐ

  • ๐Ÿ•ฐ Old info may not be useful today.

  • ๐Ÿ“š Check Wikipedia's references at the bottom.

  • ๐Ÿง Funny names = ๐Ÿšฉ it might be fake!

  • ๐Ÿ•ตโ€โ™€๏ธ Hide clues when testing credibility with friends.

  • ๐Ÿ—ž Sky News = reliable source.


โŒจ Input, Output & Storage Devices

Input Devices ๐Ÿ–ฑ โ€“ Send info to the computer:

  • โŒจ Keyboard

  • ๐Ÿ–ฑ Mouse

  • ๐Ÿ“ท Camera

  • ๐ŸŽ™ Microphone

  • ๐Ÿงฟ Touchscreen

Output Devices ๐Ÿ’ป โ€“ Show info from the computer:

  • ๐Ÿ’ป Monitor

  • ๐Ÿ–จ Printer

  • ๐Ÿ”Š Speakers

  • ๐ŸŽง Headphones

Storage Devices ๐Ÿ’พ โ€“ Save info for later:

  • ๐Ÿ’ฝ Hard Drive

  • ๐Ÿ’ฟ DVD Drive

  • ๐Ÿ” USB Stick


๐ŸŒ€ Fetch-Execute Cycle

The brain of your computer โ€“ the CPU โ€“ does everything in a loop!

  1. ๐Ÿง  Fetch the next instruction from memory.

  2. ๐Ÿ“– Decode it โ€“ figure out what to do.

  3. โš™ Execute the instruction.

  4. ๐Ÿ” Repeat again and again until shutdown!

๐Ÿงพ The program counter (PC) keeps track of where the next instruction is.


๐Ÿ”ข Binary โ€“ The Language of Computers! ๐Ÿ’ปโšก

  • Binary is a way of representing information using only two digits: 0โƒฃ and 1โƒฃ.

  • Computers use binary because they work with electrical signals that are either ON (1) or OFF (0). โšก๐Ÿ”Œ

  • Every piece of data, whether text, images, or sounds, is converted into long strings of 0s and 1s so the computer can understand and process it.

  • For example, the letter A in binary is 01000001.


๐ŸŽฏ Key Points About Binary:

  • Binary is base 2, meaning it only has 2 digits (0 and 1), unlike decimal which is base 10 (0-9). ๐Ÿ”ข

  • Each binary digit is called a bit (short for binary digit). ๐Ÿ’ก

  • 8 bits together make a byte, which is enough to store one character like a letter or number. ๐Ÿ“ฆ

  • Binary powers computers to do all tasks, from simple calculations to running complex programs! ๐Ÿš€
    ย 

ย