Tuesday, September 4, 2018

Wednesday, Sept 5, 2018 For every season turn turn turn....I wish it would turn cooler!

QUOTABLES


     Are we really in control of our decisions?
Mkt - Amazon owns a entire collection of secret Brands - the illusion of choice; re-seller v producer

False choices - do they really count as a choice then?  Or do they only make us happier when we decide?
                                                        
                                                            
MARKETING

HW Assignment - About me
Each week - More importantly - Each Friday, you will be required to summarize your work in this course by answering the following prompts in your Google Doc titled Marketing_Block_#_YourLastNameYourFirstName.
0. Date, Time
1. What did you learn this week that you found interesting and you understand well? What did you find motivational and exciting to learn?
2. What did you explore that was challenging or that did not capture your interest? What failed to motivate you or negatively impacted you?
3. What did you want to learn that you did not have time to explore? What ideas or processes would you like to study in the future?
Your journal should always posses the following characteristics.
  • The most recent entry will always be at the top of the document.
  • The first entry of the school year should always be the last entry at the bottom of your document.
  • All entries should include detailed writing using Marketing terminology and ideas

Homework - Due Tuesday, Sept 4
Which one(s) of the 7 Functions is/are the most important….with support and examples

1.04 Work the Big Six Quiz (20)
http://www.quia.com/quiz/6174719.html
Analyze This - Lap
LAP - Analyze This! (10Q) - Strength Weakness, Opportunity, or Threat (Multiple Answer - Strength/Weakness/Opportunity/Threat)

LAP Analyze This! (10Q - open ended)

LAP Analyze This! (20Q - MC)



1.04
What are marketing strategies? 

A product is being sold at a store…..but it isn’t selling too well.  
What can the company change to make the product sell better?


Goals, Strategies, Tactics
If we can instill in the students the preference and ability to goal set,
what a wonderful world it would be.

1.04 Marketing Strategies - PPT - Finish - second half


a.    Define the following terms: marketing mix, product, place, promotion, price, goals,
strategies, and tactics.
b.    Identify the components of the marketing mix.
c.    Describe the importance of each of the components of the marketing mix.
d.    Explain the relationship of goals, strategies, and tactics.
e.    Describe the importance of marketing strategies.
f.    Explain the factors that may cause marketing strategies to change.
g.    Explain the importance of strategies in the marketing mix.


1.04 Vocab



 1.04 Cont


What is the concept of market?

What is Segmentation?


Why do we have a 9th grade academy here at Southwest?  



  • Define the following terms: market, target market, mass marketing, marketing segments, market segmentation, demographic segmentation, geographic segmentation, psychographic segmentation, and behavioral segmentation.
  • Explain the importance of target markets to businesses.
  • Describe advantages and disadvantages of mass marketing.
  • Describe advantages and disadvantages of using market segments.
  • Explain why the use of market segments is increasing.
  • Describe demographic characteristics that are analyzed by marketers.
  • Explain the value of geographic segmentation.
  • Discuss the value of psychographic segmentation.
  • Describe types of behavioral segmentation.



Have students work in groups.  

  • Assign each group a product (jeans, frozen yogurt, digital cameras, Ford Mustang, Ipad, Essence Shampoo).  
  • Group must develop the market segments.



                                                                                                                                                    
AP COMPUTER SCIENCE PRINCIPLES

Quizlet Vocab for APCSP class code     https://quizlet.com/join/6efxdQeHh 
1st Vocab will be Sept 7th first 5 of class


Unit 1 Assessment - Sept 6 - See calendar
----
Great Fun!! 
----
1.6  Sending Numbers

Agenda

  • Getting Started (5 mins)
  • Review binary numbers.
    • "How many more numbers can be represented with 4 bits as opposed to 3?"
    • "What is the highest value I can count to using 3 bits? What about with 4?"
    • "Justify the following claim: Regardless of the number of bits in our binary number system, the first value we represent is 0."
  • Activity (35 mins)
  • Introduce the Internet Simulator
    • Today we will again use the Internet Simulator to explore some challenges of sending numbers on the Internet.
    • The tool has changed from the last time you saw it! Let's find out what's different.
    • "Your job is to explore this tool with a partner - click all the buttons, type in the text areas what you can. You cannot break it so don't worry."
    • "What's different now? There is a bit of a mystery in what the tool does...and doesn't do. Can you figure it out?"
    • "You and your partner have 5 minutes to poke around and see what you can find."
             Watch the Video -         Internet Simulator - Part 2 - Video 

So in short:
     The Internet Simulator - Part 2...
                ....changes how you send and receive the messages
  •                     You no longer have to coordinate setting and reading the wire with your partner
  • Now the simulator is a two way street, and everything you send will be received by your partner automatically
  • You send a full sequence of symbols all at once, rather than one symbol at a time.
  • Now the Binary sends 0's and 1's instead of A's and B's
  • It is possible to see the decimal interpretation of the binary.
  • Develop a Number Sending Protocol.
    • Sending Numbers  (click and read)
    • Sending Numbers for Graphing
    • Challenge: 
      Groups must develop a protocol or set of rules for communicating a drawing to their partners using only bits.
    • Challenge Rules:

      • The image will be a line drawing created by connecting points on a grid, like the one seen here.
      • The parties can discuss and agree on a protocol ahead of time, but the image exchange must happen without communication between the two parties, other than through using the Internet Simulator.
      • You can only send a single message through the Internet Simulator to describe the whole image.
  • During the Acitivity
    • Give students time to develop their protocols and practice encoding and decoding their images into bits.
    • Students should be encouraged to make a simple drawing. A geometric shape, or the first letter of their name is a good option. A shape that can be drawn with about 3-5 points is a good goal. (The 5-pointed star example is a good one, and is shown in the activity guide)
    • Students have been provided three different-sized graphs, on which they could scale their initial drawing to be different sizes or draw different images. Either way, it may necessitate the creation of different protocols.
  • Wrap-up (10 mins)
  • Does it work?
    • I will give you a graph
    • you code and transmit it to your partner
  • Assessment

  • Develop a protocol that allows the user to send a calendar date (mm/dd). What is the minimum number of bits necessary?
  • Develop a protocol that allows the user to send a time (use 24hr military time hh:mm:ss). What is the minimum number of bits necessary?

  • Develop a protocol designed for a graph that is not square, e.g. 50 * 200. How does this alter the format of your protocol?
  • Develop a protocol that can communicate locations on the surface of the earth. Longitude and latitude might be helpful tools to use.
  • The “Scalable Vector Graphics” (SVG) image file format represents images as a text-based protocol. It can be used with HTML or as a standalone file. Check it out on W3Schools or Wikipedia.

----
1.7  Sending Texts

Agenda

  • Getting Started (5 mins)
    • Abstraction - a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
    • ASCII - American Standard Code for Information Interchange; the universally recognized raw text format that any computer can understand
    • Protocol - A set of rules governing the exchange or transmission of data between devices.
    • Wyoming, Vermont, Arizona
    • Prompt: Imagine we wanted to create a system that would allow you to represent each of the 50 states.
      • What's the smallest number of bits you would need to ensure you'd have unique patterns for each state?
      • Write down how you would represent these 3 different states in your system. Then add two more of your own.
    • Do individually....compare with a buddy.

      • What did we learn?
        • 3 things...
  • Prompt: When we communicate on the Internet we're not usually sending numbers back and forth, we're sending text! The version of the Internet Simulator you're using only lets you send numbers, but that doesn't mean we can't figure out our own way to send text.
    We'll be doing a series of challenges. Before each one I will give you a chance to talk to your partner. Then I'll give one member of each group a short text message like the ones on the board. Your job will be to create an encoding system that will allow you to send that message. As always this will need to be done silently, with no communication except through the Internet Simulator.
  • "hey"
  • "ttyl"
  • "morning"


Challenge 1 - Spaces and Capitals: 
Challenge 2 - Punctuation: 
Challenge 3 - Numbers: 
Challenge 4 - Review: 
Prompt: Have groups compare with each other. Then move to a full group discussion.s
  • Compare your systems. How are they the same? How are they different?
  • What's the minimum number of bits each of your system would need per character? How do you know?
    • ASCII Reference Sheet
    • Prompt: Compare ASCII to the system you developed.
      • What's the same as the systems you created?
      • What's different?
      • What is most interesting or surprising about this system?

    Questions to ponder....
          When in today's lesson is it ok to "forget the bits?"
          When or why did we need to remember that information is represented by bits?


  • What should we have learned today?
    • Binary and decimal numbers can be converted back and forth
    • It's usually easier to think of representing other things, like characters, as decimal numbers first. We ignore the underlying detail that the decimal number needs to be converted to bits (binary) to actually send on a computer.
    • We usually only think about the underlying binary representation when we have to. For example if we have a 6-bit system we know we only can represent 64 unique patterns. If we need more characters we'll need more bits.
    • Something that allows us to hide or forget underlying details is called an abstraction. Today we were sending text to each other but we know under the hood that means we're just sending electrical symbols back and forth. All the different layers we've explored in this chapter (binary numbers, decimal numbers, letters) allow us to ignore or hide the complexity of sending electric symbols. This makes it easy to quickly create systems like you did today and feel confident the underlying system will work.
  • Assessment
  • Lesson Assessment
    • Lesson 7, Check your understanding
  • Chapter Assessment
    • Coming up on Sept 6.  5th if you want to vote on it come Tuesday.

No comments: