aaa Grade 12 -Term 1 – Revision Notes

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
BTT 101 / 2O1 Lesson 10 Dundas Valley Secondary Mr. Young.
Essential Computer Concepts
IP: The Internet Protocol
Introduction to Computer Terminology
Introduction to networking (Yarnfield) Introduction to routing.
CSC 412 – Networking Scott Heggen. Agenda Today The Network Layer (Chapter 5) Discussion on A2: The Data Link Layer Thursday Q2: The Networking Layer.
Types of Computers Desktop / Laptop PC / Mac Client / Server.
FIRST COURSE Essential Computer Concepts. 2 Objectives Compare the types of computers Describe the components of a computer system Describe input and.
CCNA2 Chapter 1 Wide Area Networks and Routers. WAN is a data communications network that operates beyond a LAN’s geographic scope. Users subscribe to.
Pemrograman Jaringan Routing -Aurelio Rahmadian-.
Flash Cards Computer Technology.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
1. 2 First Things First: Internet and Web Basics Chapter 1.
Fundamental Principles of Computer Systems Unit B, Objective 3.01 & 3.02.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Lesson 2 — How Does A Computer Process Data?
Computers Inside and Out
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Requirements for an Internet Connection The Internet is the largest data network on earth. Connection to the Internet can be broken down into the physical.
CCNA 2 Week 1 Routers and WANs. Copyright © 2005 University of Bolton Welcome Back! CCNA 2 deals with routed networks You will learn how to configure.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Networks and Protocols CE Week 7b. Routing an Overview.
Network Structure Elements of communication message source the channel message destination Network data or information networks capable of carrying many.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Presented to:-Sir.Ali Presented by:-Mahmood Khan Roll No:-2801.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Relevant Computer Info. The Computer Consists of: Hardware –The CPU and motherboard (and bus) –Storage Devices (hard disk, memory, …) –Input Devices (keyboard,
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Computer Architecture and Number Systems
Chapter Objectives In this chapter, you will learn:
Routers 2nd semester
Introduction to Networks v6.0
An Overview of the Computer System
Essential Computer Concepts
Instructor Materials Chapter 5: Ethernet
Computer Hardware and Software
Principles of Information Technology
Memory Parts of a computer
Discovering Computers 2011: Living in a Digital World Chapter 4
Routers 2nd semester
Information Support and Services
Chapter 6: Network Layer
Chapter 4: Routing Concepts
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
router component and memory? How its work Console access
Fundamentals of Information Systems
Topics Introduction Hardware and Software How Computers Store Data
Chapter 3 Hardware and software 1.
Standard Grade Revision
Chapter 3 Hardware and software 1.
CCE1030 Computer Networking
Information Technology Department
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Objectives: 1.Identify different internet protocol (IP) 2.Configure sample of IP address 3.Appreciate and relate protocol in our life.
Presentation transcript:

aaa Grade 12 -Term 1 – Revision Notes 2017 - 2018 Computer Science Grade 12 -Term 1 – Revision Notes 2017 - 2018 PD Lead will introduce the Mini PDs and each person who’s going to give it. He/She will also ensure the smooth transition of the PDs. Each one should be 10-15 mins depending on the size of the group, to be decided by the PD lead.

Unit 1 Word Meaning Bit A bit (short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1. Byte A byte is the smallest unit of memory in a computer. Some computers use larger bytes but they are always multiples of 8 (e.g. 16-bit systems, 32-bit systems, 64-bit systems). Register A register is a group of bits. Pixel A tiny dot on the screen, one of many from which an image is made up of. MAC Address A unique code assigned to the network card on your device.

Number systems: A binary digit is commonly referred to as a BIT Number systems: A binary digit is commonly referred to as a BIT. 8 bits are usually referred to as a BYTE. Number system Numbers Base Binary 0,1 2 Denary or Decimal 0,1,2,3,4,5,6,7,8,9 10 Hexadecimal 01,2,3,4,5,6,7,8,9,A,B,C,D,E,F 16 Computer Memory Sizes Some computers use larger bytes but they are always multiples of 8 e.g. 16-bit systems, 32-bit systems, 64 -bit systems). Name of memory Size Number of bits Equivalent denary value 1 kilobyte (1 KB) 210 1024 bytes 1 megabyte (1 MB) 220 1 048 576 bytes 1 gigabyte (1 GB) 230 1 073 741 824 bytes 1 terabyte (1 TB) 240 1 099 511 627 776 bytes 1 petabyte (1PB) 250 1 125 889 906 842 624 bytes

Binary Number Facts The binary system consists of 1s and 0s only. A switch in the ON position can be shown by 1,a switch in the OFF position can be represented by 0. We call each of the 1s or 0s a bit. All computing devices, including smart phones, are based on the binary base 2 system. Computers use binary codes to represent and interpret letters, numbers and special characters with bits. A commonly used code is the American Standard Code for Information Interchange (ASCII). With ASCII, each character is represented by eight bits, each group of eight bits is known as a byte. Codes can be used to represent almost any type of information digitally e.g. computer data, graphics, photos, voice, video and music.

Hexadecimal Number Facts 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. These are natural numbers expressed in what can be described as the denary, decimal or base-10 system of numbers. Hexadecimal Number Facts The hexadecimal numeral system, also known as just hex, is a numeral system made up of 16 symbols (base 16). Some examples of where hex is used include: •colour references •assembly language programs •error messages

Hexadecimal and Media Access Control (MAC) A Media Access Control (MAC) address refers to a number which uniquely identifies a device on the internet. A unique code assigned to the network card on your device. The MAC address refers to the network interface card (NIC) which is part of the device. The MAC address does not change, so that a particular device can always be identified no matter where it is. A MAC address is usually made up of 48 bits which are shown as six groups of hexadecimal digits.

Number Conversions You should know the number conversions from one number system to another. You can follow any method for conversion. NO tables will be provided for the exam. Binary to Denary Denary to Hexadecimal Denary to Binary Hexadecimal to Binary Hexadecimal to Denary

Unit 5 – Routing Concepts Word Meaning Router A router connects one network to another network. OS The low-level software that supports a computer's basic functions, such as scheduling tasks and controlling devices. RAM Random-access memory is a form of computer data storage which stores frequently used program instructions to increase the general speed of a system. ROM Read-only memory (ROM) is a type of non-volatile memory used in computers and other electronic devices. Once data has been written onto a ROM chip, it cannot be removed and can only be read. Volatile Memory Volatile memory ‘forgets’ when it loses power. Non- Non-volatile memory ‘remembers’ without power.

Few concepts about Routers Networks are used to access web pages, take using IP telephones, take part in video conferences, gaming, shopping online and more Ethernet switches functions at the data link layer, the layer 2 of network and forwards frames between devices. If the source IP and destination IP addresses are on different networks, the Ethernet frame must be sent to a router. A router connects one network to another network. The router is responsible for the delivery of packets across different networks. The router uses its routing table to determine the best path to use to forward a packet. When a host sends a packet to a device on a different IP network, the packet is forwarded to the default gateway The router is responsible for the routing of traffic between networks.

Few concepts about Routers Routers have specialized ports and network interface cards to interconnect devices to other networks. A router connects multiple networks, which means that it has multiple interfaces that each belong to a different IP network. Each network that a router connects to typically requires a separate interface. These interfaces are used to connect a combination of both local-area networks (LANs) and wide-area networks (WANs). The router has a routing table. The routing table is a table which is a record of all the networks the computer knows about. If the router does not know about a network, it will pass the packet to the default gateway, which is another router. Routers use static routes and dynamic routing protocols to learn about remote networks and build their routing tables.

Routers are computers Memory A router is essentially a specialised computer. It needs a CPU and memory to temporarily and permanently store data to run operating system instructions, such as system initialization, routing functions and switching functions. Memory Computer memory is classified in two ways: volatile non-volatile Volatile Non-Volatile Loses its contents when power is turned off Does not lose its contents when the power is turned off Volatile memory is faster Non-Volatile is usually slower than volatile memory Example: RAM Example: ROM, hard drive, USB

Router Memory Memory Description Random Access  JOBS Memory (RAM) volatile memory that provides temporary storage for different applications and processes such as: •running an IOS •running configuration files •IP routing tables •packet buffers Read Only Memory  JOBS (ROM) non-volatile memory that provides permanent storage for: •boot instructions •basic diagnostic software •limited IOS in case router cannot load the full IOS Non-Volatile Random Access Memory (NRAM)  JOBS non-volatile memory that gives permanent storage for the start-up configuration file Flash  JOBS non-volatile memory that provides permanent memory for: •IOS •other system-related files

A You can refer figure A or B for connecting different networks See to that you are using routers to connect two different networks. Learn how you will number your GATEWAY Use the right cable or media. WAN media to connect to WAN LAN media to connect toy LAN Use switches to connect all the devices together in networking. Learn how you will give IP address numbers

B You can refer figure A or B for connecting different networks

LAN and WAN LAN WAN Local Area Network Wide Area Network LANs are commonly Ethernet networks that contain devices, such as PCs, printers, and servers. WANs are used to connect networks over a large geographical area. For example, a WAN connection is commonly used to connect a LAN to the internet service provider (ISP) network.

CLI – command line interface CLI – command line interface. Enterprise level means it is made for a large organisation such as a school, not like your home router. As this is an enterprise level router it does not have an interface that can be used with a mouse. It is all text based. Console access is when you physically connect to a console. An Interface that has a nice, easy-to-use screen which can be navigated with a mouse is called a GUI interface – Graphical User Interface. A time-tolive (TTL) is a value in an Internet Protocol (IP) packet that tells a network router whether or not the packet has been in the network too long and should be thrown away. The TTL is set in an eight-binary digit field in the packet header by the sending host. When forwarding an IP packet, routers are required to decrease the TTL by at least one. If a packet's TTL has reached zero, the router detecting it discards the packet and sends a message back to the sending host.

The routing table search results in one of three path determinations: •Directly connected network - The destination IP address of the packet is a host address on the same network as the interface of the router. •Remote network - Remote networks can only be reached by forwarding packets to another router. •No route determined - If the destination IP address of the packet does not belong to either a connected or remote network, the router determines if there is a Gateway of Last Resort available.

Few Examination Tips You are given 35 minutes to complete the exam. Allocate time according to the sections. - Read the questions carefully. - Look for key words in the question like define, explain, list, describe. Answer accordingly. - Do not forget to Label your drawings. - See the marks allotted and answer accordingly. - Do not leave any answer blank. Try to attempt all questions. ALL THE BEST 