web viewthey are sites on the internet where people gather to share and exchange ideas ... the...

27
Synod of the Nile Ramses College for Girls First Preparatory 2 nd Term Name: ………………………… Class : …………………………

Upload: vuque

Post on 27-Mar-2018

214 views

Category:

Documents


1 download

TRANSCRIPT

Synod of the NileRamses College for GirlsFirst Preparatory2nd Term

Name: …………………………

Class : …………………………

Ramses College for Girls First Preparatory

Lesson (1):Internet

The Internet is a computer network made up of thousands and millions of networks worldwide.

Connecting to the Internet Needs to:

1- Connected computer with a” LAN” card.

2- Internet Service Provider (ISP). which is a company that provides the service to customers.

3- Web Browser : as Google Chrome, Fire Fox, Internet Explorer ….

Internet Concepts Protocols:

1- TCP/ IP This protocol is used in connecting computer sets to the internet .Itconsists of two important protocols:-

TCP (Transmission Control Protocol) is responsible for verifying the correct delivery of data from a computer to another.

IP (Internet Protocol) is responsible for transferring data between computers.

2- FTP (File Transfer Protocol) is a way to transfer files to and from the internet.

The Website is a collection of one or more web pages grouped together stored in a web server, each website has a “URL” address (Uniform Resource Locator).

The “URL” Elements:-

The “URL” of Egyptian Ministry of Education http://www.moe.gov.eg- Http:// : determines the type of protocol.- www : determines the world wide web.- Moe : determines the name of the computer where the files are stored.- Gov : determines the organization.- Eg : determines the country.

1

Ramses College for Girls First PreparatoryThe webpage is an electronic document written in “HTML” language, and may contain text, images, videos, you can view it through the browser.

Home Page of Website is the main page of website; through it you can navigate the website.

Hyperlink is a part of text or graphic on the webpage, when that part is clicked it enables you to move to a different part on the same webpage or another page on the same site or another one.

Download is to copy or move files or programs from a central computer to a smaller computer (from the internet to my computer).

Upload is to transfer a file or program to a central computer from a smaller computer.(from my computer to the internet).

Lesson (2): The Internet Services

2

Ramses College for Girls First Preparatory

Searching the Web: through search engines as “Google” and “Bing” to find information.

Mailing List It is a group of lists for e mail addresses used to forward any mail to a group of people . Each list has a certain title. The mail that is sent to the list will reach each member of it.

File Transfer Protocol “FTP” is to transfer files through the internet.

News Group They are sites on the internet where people gather to share and exchange ideas about certain topics like mathematics, geography, science, etc…

Chat is a real-time   communication between two users or more. Users can enter text, hear and can see each others.

3

Ramses College for Girls First Preparatory Social media is online communication channels such as

facebook and twitter (to keep in touch with friends, family and colleagues).

Online shopping  is a form of electronic commerce which allows consumers to directly buy goods or services from a seller over the Internet using a web browser.

E-Mail is the exchange of computer-stored messages and optional file attached by telecommunication.

WWW (World Wide Web) is a collection of internet resources such as hyperlinked text, audio, and video files formatted in a language called "HTML".

Lesson (3):Cloud Computing

4

Ramses College for Girls First Preparatory

Cloud Computing provides the users with various capabilities to store and process their data. Cloud computing provides the tools and technologies to process data using applications with much more affordable prices by connecting the cloud or server through the internet where online resources like software and data storage are made available over the Internet by a service provider..

The Main Contents of Cloud Computing:

1. Software : the applications that the user needs such as word processor, spread sheets and photo editors.

2. Platform : the process of saving and storing files and managing resources for users.

3. Infrastructure : the hard components such as processor, RAM and storage spaces.

Requirements to Login Cloud Computing:1- A computer connected to the internet.

5

Ramses College for Girls First Preparatory2- An operating system allows you to communicate to the internet.3- Web browser.4- Internet connection.5- Cloud computing service provider such as:

- Red Hat.- Google provides Google Apps and Google Drive (storage space) .- Microsoft provides Office 365 and One Drive (storage space) .- Amazon.

What is a Cloud Computing Provider?It is like a service of web hosting but with more availabilities. It allowsthe users and developers to use all the available sources efficiently.

Cloud Computing Services:

1- Electronic mail: such as Hotmail, Yahoo mail and Gmail.2- Cloud storage service such as :

- Google Drive presented by Google.- One Drive presented by Microsoft.

3- Cloud Musical Service: such as “Sound Cloud”, “iCloud”, “Google Music”.4- Cloud Apps: such as “Google Docs”, “Photoshop Express”.

Benefits of Cloud Computing:

1- Where there is an internet service you can access your data.2- No need to pay more for increasing the processor speed , the storage capacity or the

“RAM” of your personal computer.3- No need to pay more for purchasing apps.4- It is easy and more flexible to share resources.5- It is easy to link several websites.6- It is used in education.

Disadvantages of Cloud Computing:

1- Cloud apps need to an internet connection.2- The cloud server providers may reduce the storag capacity or the number of choices.3- Your personal data on the internet may be exploit.4- You couldn’t reach your data if there is a damage on the web.

Scratch6

Ramses College for Girls First PreparatorySCRATCH is a programming language that lets you create your own interactive stories, animations, games, music, and art. It is a free program can be downloaded from the internet.

https://scratch.mit.edu/scratch2download

The Scratch Main Window:

1- Menu bar 2- Tool bar 3- Stage (Stage area where the output of the project is displayed in this area) 4- Sprite 5- Stage background (where different backgrounds can be added to the stage) 6- Sprites area (where the different sprites used in the project are found in this area)7- Tabs bar (Script-Costumes-Sound)8- Script area (where the script is collected by fitting blocks together with a certain

arrangement)9- Blocks area10- (X,Y) point : (which represents the position of the sprite on the Stage)

7

Ramses College for Girls First Preparatory

To change the scratch interface to the Arabic language:

From the “Menu” bar, press the following button.

The stage:-

To run and stop the program.

To resize the stage. Or from “Edit” menu, choose “Small Stage Layout” to resize the stage.

Show the dimensions of the mouse pointer on the stage.

.

To Show the Sprite’s Information:

1- Sprite name ( it can be changed)

2- Sprite position

3- The direction of the sprite motion

The direction can be changed by moving the blue line.

4- Sprite rotation style

Using the mouse, click on the required rotation style.

5- To drag the sprite during running the project.

6- To hide or unhide the sprite on the stage.

8

Ramses College for Girls First Preparatory

Scripts:- are consist of different groups, each group contains Blocks. Blocks:- are programming Graphical Commands.

9

Blocks

Scripts

Ramses College for Girls First Preparatory

Project (1) :-

- Drag a MOVE block into the Scripts area. (Motion Script)

- Click on the block to make the cat move.

- Drag a WAIT block into the Scripts area.(Control Script)

- Drag out a REPEAT block and drop it on the top of the stack where you want

the mouth of the REPEAT block to wrap around the other blocks. (Control

Script)

- You can change the number of the repetition.

- Drag out a block and snap it on the top of script. (Events

Script). Your script will start when you click on the green flag.

- Click the stop button to stop the program.

- Click for full screen viewing.

10

Ramses College for Girls First Preparatory

NOTE:-

Instead of using ( repeat block),try using (forever block).

The sprite won’t stop moving without clicking on

To Save the File to your computer drive, from “File” menu , choose “Save As”.

To Open an Existing File:-

From “File’ menu, Select “Open”.

To Open a New File:-

From “File’ menu, Select “New”.

Adding New Sprite:-

Each object in Scratch is called a sprite.

New Sprite Button:-

11

Ramses College for Girls First Preparatory

Choose from the library

Paint your own sprite

Upload your own image or sprite

Take a picture (from a webcam)

To Deal with the Sprite on the Stage:-

1- By using the “Toolbar”.

To keep the effect of any symbol on the “Toolbar” without pressing it again, press the “Shift” key.

2- By using the shortcut menu of the sprite.3- From “Edit” menu, choose “Undelete”.

You Can Deal with the Stack on the Script Area by using the shortcut menu of the stack.

12

Ramses College for Girls First Preparatory

Project (2) :Controlling the sprite’s direction by using the arrow keys on the keyboard.

Events Blocks :-

You can choose different key from the pull-down menu.

13

To resize the stack

Ramses College for Girls First Preparatory

The Stage Backdrop and Costumes

Choose Backdrop from the Library:

14

Undo editing The editing toolbar to edit the backdrop

Ramses College for Girls First Preparatory

Costumes Tab:-

Each sprite can have more than one costume.

To change the current costume, click the “Costumes” tab, and then click on a different costume for the sprite.

You can animate the sprite by switching between costumes.

From Looks Block add,

15

Ramses College for Girls First Preparatory

Project (3): Create a script that switches between costumes.

To prevent the sprite from exiting the stage: from Motion Block add

To bounce in the right direction: from Motion Block add

16

Ramses College for Girls First Preparatory

Adding a Sound

From (Sound Scripts) add,

Project (4):-

When the child says (jump), the frog jumps 3 times and make sound. Then the child says (thanks).

- The script of the child - The script of the frog

17

Ramses College for Girls First Preparatory

Note: From (Looks Scripts) add,

From (Events Scripts) add,

Broadcast a message to tell another sprite when to talk. When it receives the message, it can respond.

Add a Color Effect

Project (5):-

Create a script that lets the sprite change its color every one second and stop running the program by pressing “Space” key.

18

Ramses College for Girls First Preparatory

Notes:

Pen Blocks

Puts down sprite's pen, so the sprite will draw as it moves.

Project (6): Create a script that lets the sprite move to draw an equilateral triangle.

19

From “Looks Scripts”

From “Events Scripts”

From “Control Scripts”

Ramses College for Girls First Preparatory

Project (7):

Create a script that lets the sprite move to draw a square.

.

Note: You can adjust the line width by adding …

From “Pen Scripts”

20