grades 7-8 (computer basics) 09/07/15-09/12/15

Post on 09-Feb-2017

231 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Computer BasicsLesson #3

Basic Computer Operations/Input & Outputs

Spotlight Searches the computers hard drive for any file or

program with the name you search.

Control/Click

Desktop: Gives you options to create a folders and organize your desktop by cleaning up and arranging icons.

Text/pictures: Copy/paste/save /edit/ info/ SPELL CHECK/ Open with…

Control Click (Desktop)

Control Click (Image)

System Preferences

Display/duel display Dock Network Mouse Sound options

Inputs/Outputs What is an input and give an example (sends along electrical signal to a device:

Mouse/Phone Charger/ Microphones/ keyboard)

What is a output and give an example (Displays electrical signal: TV screen/Speakers/

Printer)

Where would you plug the guitar? Where would you plug in the speaker? Think of what is sending the signal and what will be displaying the signal.

Commands!

Command + S = Save

Command + Z= Undo

HTML/CSS

What HTML tag is used to group specific parts of your website in order to edit them separately in css.

DIV-Example <div id= group1> <p> Anything in this group will be edited by CSS if

we choose to select group1</p> </div> ----------------------------------------------------------------------

-------- #group1 { Font-color: green; }

top related