Computer Science Getting Ready for Year 12.

Slides:



Advertisements
Similar presentations
Instruction Level Parallelism and Superscalar Processors
Advertisements

JavaScript is a client-side scripting language. Programs run in the web browser on the client's computer. (PHP, in contrast, is a server-side scripting.
Lecture 4 Introduction to Digital Signal Processors (DSPs) Dr. Konstantinos Tatas.
RISC and Pipelining Prof. Sin-Min Lee Department of Computer Science.

As you arrive… Get you laptop out and get ready to program some python Go to the course website and load all the example programs that are posted there.
WHAT IS THIS? OBJECTIVE AND OUTCOMES Candidates should be able to: Describe and explain the CPU as fetching, decoding and executing of instructions and.
© 2011 University of StirlingLecture Review/Slide 1CSC931 Computing Science I CSC931 Review.
Codecademy Online Course (coding websites and games) HTML, CSS and the basics of JavaScript.
What have mr aldred’s dirty clothes got to do with the cpu
COMPUTER ORGANISATION I HIGHER STILL Computing Computer Systems Higher Marr College Computing Department 2002.
Modeling Big Data Execution speed limited by: –Model complexity –Software Efficiency –Spatial and temporal extent and resolution –Data size & access speed.
Stored Programs In today’s lesson, we will look at: what we mean by a stored program computer how computers store and run programs what we mean by the.
RISC / CISC Architecture by Derek Ng. Overview CISC Architecture RISC Architecture  Pipelining RISC vs CISC.
Performance. Moore's Law Moore's Law Related Curves.
MGT 330 Week 1 DQ 2 What factors outside your company influence the decisions that managers make? Describe at least one factor for each of the four functions.
CJA 314 Week 3 Learning Team Criminology in the Future Paper and Presentation (Preparation) To purchase this material link
WEB 237 Week 1 DQ 2 What is the current markup language standard? Describe how CSS can be leveraged in website programming Check this A+ tutorial guideline.
ETH 557 Complete Class To purchase this material link Complete-Class-Guide For more courses visit our website.
ETH 557 Week 6 DQ 2 To purchase this material link 557/ETH-557-Week-6-DQ-2 For more courses visit our website
IT 210 Week 1 DQ 1 To purchase this material link 210-Week-1-DQ-1 For more courses visit our website
IT 210 Week 5 DQ 1 To purchase this material link Week-5-DQ-1 For more courses visit our website
IT 242 Week 1 DQ 1 To purchase this material link 242-Week-1-DQ-1 For more courses visit our website
IT 244 Week 2 DQ 1 To purchase this material link 244-Week-2-DQ-1 For more courses visit our website
IT 244 Week 2 DQ 4 To purchase this material link 244-Week-2-DQ-4 For more courses visit our website
IT 244 Week 3 Business Continuity Disaster Recovery To purchase this material link Week-3-Business-Continuity-Disaster-Recovery.
IT 244 Week 4 Cyber Crime To purchase this material link Week-4-Cyber-Crime For more courses visit our website.
IT 244 Week 6 DQ 2 To purchase this material link 244-Week-6-DQ-2 For more courses visit our website
IT 244 Week 7 Access Control Cryptography To purchase this material link 244-Week-7-Access-Control-Cryptography.
LAW 421 All DQ's (Week 1 to Week 5) To purchase this material link 421-All-DQ For more courses visit our website.
LAW 421 Week 1 Reflection To purchase this material link 421/LAW421Week1Reflection For more courses visit our website.
LDR 300 Week 1 Summary To purchase this material link 300/LDR-300-Week-1-Summary For more courses visit our website.
LDR 300 Week 2 Summary To purchase this material link 300/LDR-300-Week-2-Summary For more courses visit our website.
ACC 421 Week 1 DQ 2 What is the purpose of GAAP and the accounting cycle? To purchase this material link
ACC 421 Week 2 Individual Assignment P1, P2, P3, P4 To purchase this material link Week-2-Individual-Assignment.
Self-Directed Learning
OCR GCSE Computer Science Teaching and Learning Resources
Modeling Big Data Execution speed limited by: Model complexity
The CPU, RISC and CISC Component 1.
OCR GCSE Computer Science Teaching and Learning Resources
3 Best Website Speed and Performance Checking Tools
3.3.3 Computer architectures
Spatial Analysis With Big Data
We’ll be spending a few minutes talking about Quiz 2 on Sections that you’ll be taking the next class session, before you work on Practice Quiz.
Computer Architecture 2
Teaching Computing to GCSE
العدد تذكيره وتأنيثه مقدمة
System Architecture 1 Chapter 2.
Accounting courses in Chandigarh. What is Accounting.
Foundations of Computer Science
Computer Science Task 1 Task 2 Task 3
Intro to Architecture & Organization
Computer Science Getting Ready for Year 13.
Computer Science Getting Ready for Year 10.
1.1 The Characteristics of Contemporary Processors, Input, Output and Storage Devices Types of Processors.
Part 8 Q36 to Q40 of National 5 Prelim
Chapter 4 Introduction to Computer Organization
1-2 – Central Processing Unit
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Learning Objectives To be able to describe the purpose of the CPU
World’s first programmable computer – Colossus
Front End Development workshop
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
OCR GCSE (9-1) Computer Science (J276)
Murach's JavaScript and jQuery (3rd Ed.)
A451 GCSE Computing | Hardware| Required knowledge
Lesson Objectives A note about notes: Aims
OCR Computer Science Getting Ready for Year 12 Name:
Welcome to Flex website instructions
Presentation transcript:

Computer Science Getting Ready for Year 12

Year 12 – What can I do to prepare? You will be coming to the course from different backgrounds. I have prepared some tasks for you to complete so that you are ready for year 12.

Programming Task - CodeCademy Click on the image to the right or visit: https://www.codecademy.com/catalog/subject/all Sign up for a CodeCademy account (You can use your Google login from school) Complete the Python course: https://www.codecademy.com/learn/learn-python Try to complete a minimum 3 to 4 tasks a week. Try to spend at least twenty minutes per day on this.

Programming Task 2 – HTML, CSS and JavaScript Click on the image to the right or visit: https://www.codecademy.com/catalog/subject/all Sign up for a CodeCademy account – if you haven’t already (You can use your Google login from school) Complete the following courses: HTML and CSS: https://www.codecademy.com/learn/make-a-website JavaScript: https://www.codecademy.com/learn/introduction-to- javascript Try to complete a minimum 3 to 4 tasks a week. Try to spend at least twenty minutes per day on this.

Research Task 1 Identify four events that take place during the fetch-execute cycle. Response -

Research Task 2 Describe the effect of multiple cores on processing speed. Response -

Research Task 3 What is the difference between Harvard CPU architecture and Von Neumann CPU architecture? Response -

Research Task 4 What is a RISC processor and how does it function? Response -