Skip to main content

Hello. First off, I apologize for the late post, I was starting to work on my post, when I called to go back in to work to take a resident to ER, my job is never done


Heather Fulkerson

Hello.  First off, I apologize for the late post, I was starting to work on my post, when I called to go back in to work to take a resident to ER, my job is never done.  My name is Heather Fulkerson and I live in San Diego, Ca.  I am currently pursuing my degree in Cognitive Studies.  I chose this degree because for the past 20 years, I have been working with children/teens with Developmental Disabilities and behavioral challenges.  I am an Administrator for a residential group home.  As an Administrator I am responsible for ensuring that the house is running in compliance with licensing and Regional Center guidelines and the residents are able to live a life that promotes their independence.  My job is challenging, but I live what I do.  In my very limited spare time, I like to spend time with my son and family.  We typically enjoy dinner and a movie at least once a week.  At 18, he prefers to be hanging out with his friends instead of mom. 
I t4end to be a visual learner.  I prefer reading the material for myself instead of being lectured.  I have to see things laid out in front of me, so that I can process it better. 
I look forward to working with each of you.






Hello Class, my name is Lisa and I live in a small town in Southern California. I have lived here my entire life and I absolutely love it. I have three children, two girls and a boy, they are my world. I am currently perusing a degree in cognitive studies, and then on to earn my teaching credential for special needs. I am currently working as an instructional assistant in a special needs class. I love my job and am very excited about teaching. Helping to reach these special children is near and dear to my heart. My son is autistic, and he is the most amazing person I know. I enjoy reading, spending time with my family and being outdoors. I have always loved working with children, especially children with special needs. When I was in high school I worked in a severely handicapped class as well as working in a primary class with special need children. I think I was being prepared for what was in store for me with my own child. I have always felt like working with these kiddos has always been my calling and my son is the most amazing, funny, full of life, intelligent, person that I know.
My bachelor's degree that I am currently pursuing is in cognitive studies.I am considered a senior and have about 3 months left in my program. I have taken some ECE units a few years back and really enjoyed them. I have worked in a daycare back in high school and I now currently work with special needs kiddos. I have worked with all different ages and all different areas, with kids ranging in moderate classes to kids with severe impairments. I have gained so much insight working with all types of kids. I have probably learned the most from my own special needs kiddo. Watching how differently he was developing than your average child. I am really looking forward to this class. I am excited about this class, and looking forward to getting to know all of you.
I would say I am a hands on learner. If I am engaged in a project or a group activity where I am actively participating, I retain the information and it stays with me. I also need visual cues as well. I'm a combination of those two learning styles.







Hello my name is Tawana Parker. I am mom to a 26 year old and a 24 year old. I also have 3 godchildren; expecting my first grandbaby in January. I received my associated degree in early childhoof back in May of 2016. Currently I am working to obtain my bachelors degree in cognitive studies. I am about 19 credits away from graduating. I have worked with children for 20 years. I began in the infant room and served all ages. I was an after coordinator for many years but have found myself back in childcare preparing 4 year olds for kindergarten.

My hobbies include baking, cooking,, and reading. My interest are singing on the prsise and worship ministry at my church, and serving in the church anyway the Lord desires. 



I learn visually and hands on because i find that i get a better understanding of the material being presented. Once i do it i learn it and at that point i am able to teach it to someone else.
CLICK HERE TO GET A PROFESSIONAL WRITER TO WORK ON THIS PAPER AND OTHER SIMILAR PAPERS, GET A NON PLAGIARIZED PAPER FROM OUR EXPERTS……

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...