SlideShare a Scribd company logo
1 of 30
Academic Content Workshop
(ACW)
Computer Science L 2
Computer Architecture Basics
Created by Simon
Lesson 1 Vocabulary Review
Vocabulary
Algorithm
Artificial intelligence
Artificial general intelligence
(AGI)
Artificial narrow intelligence
(ANI)
Big data
Clustering
Cognitive computing
Computer vision
Data mining
Deep learning
Machine learning (ML)
Robotics
Structured data
Objectives
By the end of today’s class you should be able to:
• Identify the main parts of a typical computer.
• Discuss possible future developments in data
storage.
Lesson 2 Vocabulary
hardware
software
firmware
html
RAM
CPU
binary
OS
console
component
HDD
GPU
monitor
I/O
compiler
peripherals
ROM
DRAM
SSD
memory
Hardware vs Software
What is the difference?
Discuss in small groups.
What is the difference, exactly?
What's the other word we might associate with electronic devices that
ends in 'ware'?
(Hint: We might use this word in everyday English to describe something
which has a texture between 'hard' and 'soft')
Before we continue...
What is the difference between
HTML and RAM?
Hint: Think of how we pronounce them...
Other than one is software and one is hardware.
So the difference is that, with an acronym, we pronounce
the abbreviation as a word, with an initialism we say it
only as individual letters.
We are going to watch our first video of this class.
We have three to watch in total (!), but they are all only
5 minutes long each.
On the next slide there are five questions about the
video...
VIDEO#1 - QUESTIONS
(take a photo!)
Group task
1. Is the dog male or female?
2. What console does Jerome work on?
3. What is the master chip called?
4. In what format are the commands processed by the master
chip (HINT 0s or 1s ONLY)?
5. What is the master program called?
OK, let's watch video#1 ...
VIDEO#1 QUESTIONS + ANSWERS
1. Is the dog male or female?
2. What console does Jerome work on?
3. What is the master chip called?
4. In what format are the commands
processed by the master chip?
5. What is the master program called?
Female (her job is to nap...)
Xbox
Central Processing Unit
(CPU)
0s and 1s only is binary
Operating System
(OS)
What is a component?
What hardware components of a
computer can you name?
VIDEO#2 - QUESTIONS
(take a photo!)
1. What part of a computer handles a mouse click?
2. What does this part do to let the CPU know the mouse has been clicked?
3. What expression means being able to do more than one activity at once?
4. How is human-readable code turned into language that a computer can
understand?
5. What do we call devices that are attached to a computer (e.g. printer,
scanner etc.) ?
OK, let's watch video#2 ...
VIDEO#2 - QUESTIONS + ANSWERS
1. What part of a computer handles a mouse click?
2. What does this part do to let the CPU know the
mouse has been clicked?
3. What expression means being able to do more
than one activity at once?
4. How is human-readable code turned into
language that a computer can understand?
5. What do we call devices that are attached to a
computer (e.g. printer, scanner etc.) ?
Input/Output
(I/O) subsystem
It generates an
interrupt
Multi-task
It’s compiled
Peripherals
Not all human-readable code is turned
into language that a computer can
understand by a compiler.
What alternative method is there?
Discuss in small groups.
What alternative method is there to a compiler?
In a compiled language, the target machine directly translates
the program.
In an interpreted language, the source code is not directly
translated by the target machine.
Instead, a different program, aka the interpreter, reads and
executes the code.
RAM vs ROM.
What is the a difference?
DRAM vs SRAM.
What is the a difference?
RAM is Random Access Memory (we CAN use it for storage)
ROM is Read Only Memory (we CANNOT use it - it contains
bootstrap code, the bare minimum code needed to start the
computer up).
(There are other differences too...)
Let’s watch video#3 to find out...
VIDEO#3 - QUESTIONS
(You will be able to read the transcript after the video + see if you can answer these
questions.
However try and listen out for them when we watch the video)
1. What type of memory needs recharging periodically to prevent data loss,
DRAM or SRAM?
2. What is memory latency?
3. What kind of storage uses floating gate transistors?
OK, let's watch video#3...
VIDEO#3 - QUESTIONS + ANSWERS
1. What type of memory needs recharging
periodically to prevent data loss, DRAM or
SRAM?
2. What is memory latency?
3. What kind of storage uses floating gate
transistors?
DRAM
(Dynamic..., vs
Static)
the time between initiating a request for a byte or word
in memory until it is retrieved by a processor.
SSD (Solid-State
Drives)
Key Terms + Vocabulary Review...
We have encountered lots of new vocabulary today, some of
it being more important than the rest.
The following are key terms that you should try and
remember the meaning, pronunciation and spelling of.
We will no doubt see some, if not all, of this vocabulary next
time!
Try and match the term to the definition
1. Central Processing Unit
(CPU)
2. Memory
3. Binary
4. Operating System (OS)
5. Compiled
6. Peripheral
7. Interrupt
8. Multi-task
A. Stores information for immediate use.
B. Human readable code that has been turned into
machine readable code
C. A mouse or keyboard for example.
D. Base-2 numbering system (0 or 1)
E. A signal that gets the attention of the master chip in
response to a key press or movement of the mouse.
F. The ability to do more than one thing at a time.
G. The master chip - the brains of a computer.
H. Manages hardware, software and provides common
services.
Answers...
A. Stores information for immediate use.
B. Human readable code that has been turned into
machine readable code
C. A mouse or keyboard for example.
D. Base-2 numbering system (0 or 1)
E. A signal that gets the attention of the master chip in
response to a key press or movement of the mouse.
F. The ability to do more than one thing at a time.
G. The master chip - the brains of a computer.
H. Manages hardware, software and provides common
services.
2. Memory (e.g. DRAM/SRAM)
5. Compiled (code)
6. Peripheral
3. Binary
7. Interrupt
8. Multi-task
1. Central Processing Unit (CPU)
4. Operating System (OS)
Homework

More Related Content

Similar to Computer ACW Computer Architecture L 2.pptx

ITBIS105 6
ITBIS105 6ITBIS105 6
ITBIS105 6
Suad 00
 
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdfAERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
ssuserb3a23b
 
Types of components and objects to be measured_Presentation
Types of components and objects to be measured_PresentationTypes of components and objects to be measured_Presentation
Types of components and objects to be measured_Presentation
Bryan Corpuz
 
Supplementary Reading 01 - Introduction to computers, programs and java.pdf
Supplementary Reading 01 - Introduction to computers, programs and java.pdfSupplementary Reading 01 - Introduction to computers, programs and java.pdf
Supplementary Reading 01 - Introduction to computers, programs and java.pdf
AshirHussain6
 

Similar to Computer ACW Computer Architecture L 2.pptx (20)

C with lab
C with labC with lab
C with lab
 
ITBIS105 6
ITBIS105 6ITBIS105 6
ITBIS105 6
 
Itroduction about java
Itroduction about javaItroduction about java
Itroduction about java
 
Computer system
Computer systemComputer system
Computer system
 
Hardware & Software
Hardware & SoftwareHardware & Software
Hardware & Software
 
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdfAERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
 
Some topics of Computer
Some topics of ComputerSome topics of Computer
Some topics of Computer
 
Computer Science Class 11 India PPT
Computer Science Class 11 India PPTComputer Science Class 11 India PPT
Computer Science Class 11 India PPT
 
Rrw02 Week 1 Assignment
Rrw02 Week 1 AssignmentRrw02 Week 1 Assignment
Rrw02 Week 1 Assignment
 
Computer system organization unit i chapter 1
Computer system organization unit   i chapter 1Computer system organization unit   i chapter 1
Computer system organization unit i chapter 1
 
Programming Fundamentals and Programming Languages Concepts
Programming Fundamentals and Programming Languages ConceptsProgramming Fundamentals and Programming Languages Concepts
Programming Fundamentals and Programming Languages Concepts
 
ICT for Beginners - session 3 (C&G 4249 iTQ) - Buying a PC
ICT for Beginners - session 3 (C&G 4249 iTQ) - Buying a PCICT for Beginners - session 3 (C&G 4249 iTQ) - Buying a PC
ICT for Beginners - session 3 (C&G 4249 iTQ) - Buying a PC
 
Basic of computer ( miit )
Basic of computer ( miit )Basic of computer ( miit )
Basic of computer ( miit )
 
Introduction To Programming in Matlab
Introduction To Programming in MatlabIntroduction To Programming in Matlab
Introduction To Programming in Matlab
 
Sena partes del computador
Sena partes del computadorSena partes del computador
Sena partes del computador
 
1 basic computer course
1 basic computer course1 basic computer course
1 basic computer course
 
Types of components and objects to be measured_Presentation
Types of components and objects to be measured_PresentationTypes of components and objects to be measured_Presentation
Types of components and objects to be measured_Presentation
 
CISY 105 Chapter 1
CISY 105 Chapter 1CISY 105 Chapter 1
CISY 105 Chapter 1
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 
Supplementary Reading 01 - Introduction to computers, programs and java.pdf
Supplementary Reading 01 - Introduction to computers, programs and java.pdfSupplementary Reading 01 - Introduction to computers, programs and java.pdf
Supplementary Reading 01 - Introduction to computers, programs and java.pdf
 

More from EdmondLabule2 (6)

Non-Fiction Texts Reading Comprehension Strategies.pptx
Non-Fiction Texts Reading Comprehension Strategies.pptxNon-Fiction Texts Reading Comprehension Strategies.pptx
Non-Fiction Texts Reading Comprehension Strategies.pptx
 
Debate Academic Communication 3 (Rebuttal).pptx
Debate Academic Communication 3 (Rebuttal).pptxDebate Academic Communication 3 (Rebuttal).pptx
Debate Academic Communication 3 (Rebuttal).pptx
 
Academic Communication Lesson 2 (Debating Techniques).pptx
Academic Communication Lesson 2 (Debating Techniques).pptxAcademic Communication Lesson 2 (Debating Techniques).pptx
Academic Communication Lesson 2 (Debating Techniques).pptx
 
Computer Science ACW Intro to OOP L7.pptx
Computer Science ACW Intro to OOP L7.pptxComputer Science ACW Intro to OOP L7.pptx
Computer Science ACW Intro to OOP L7.pptx
 
Y1 ACW Computer Science 4 - Identifying Client ICT Problems.pptx
Y1 ACW Computer Science 4 - Identifying Client ICT Problems.pptxY1 ACW Computer Science 4 - Identifying Client ICT Problems.pptx
Y1 ACW Computer Science 4 - Identifying Client ICT Problems.pptx
 
Debate Lesson for Different Roles and Styles
Debate Lesson for Different Roles and StylesDebate Lesson for Different Roles and Styles
Debate Lesson for Different Roles and Styles
 

Recently uploaded

Abortion Clinic in Jeddah +966572737505 buy cytotec pills
Abortion Clinic in Jeddah +966572737505 buy cytotec pillsAbortion Clinic in Jeddah +966572737505 buy cytotec pills
Abortion Clinic in Jeddah +966572737505 buy cytotec pills
Abortion pills in Riyadh +966572737505 get cytotec
 
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
vwymvu
 
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
mestb
 
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotecAbortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotecAbortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Buy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
Buy best abortion pills Doha [+966572737505 | Planned cytotec QatarBuy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
Buy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
samsungultra782445
 
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
mestb
 
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
mestb
 
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
drjose256
 
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
mestb
 
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pills
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pillsCytotec 200 mcg in doha [+966572737505 ] buy abortion pills
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pills
samsungultra782445
 
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
daisycvs
 
Vibration of Continuous Systems.pjjjjjjjjptx
Vibration of Continuous Systems.pjjjjjjjjptxVibration of Continuous Systems.pjjjjjjjjptx
Vibration of Continuous Systems.pjjjjjjjjptx
joshuaclack73
 
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
mestb
 
Balancing of rotating bodies questions.pptx
Balancing of rotating bodies questions.pptxBalancing of rotating bodies questions.pptx
Balancing of rotating bodies questions.pptx
joshuaclack73
 

Recently uploaded (19)

NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...
NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...
NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...
 
Abortion Clinic in Jeddah +966572737505 buy cytotec pills
Abortion Clinic in Jeddah +966572737505 buy cytotec pillsAbortion Clinic in Jeddah +966572737505 buy cytotec pills
Abortion Clinic in Jeddah +966572737505 buy cytotec pills
 
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
 
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
 
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotecAbortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
 
NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...
NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...
NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...
 
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotecAbortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
 
Buy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
Buy best abortion pills Doha [+966572737505 | Planned cytotec QatarBuy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
Buy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
 
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhh
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhhMatrix Methods.pptxhhhhhhhhhhhhhhhhhhhhh
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhh
 
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
 
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
 
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
 
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
 
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pills
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pillsCytotec 200 mcg in doha [+966572737505 ] buy abortion pills
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pills
 
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
 
Vibration of Continuous Systems.pjjjjjjjjptx
Vibration of Continuous Systems.pjjjjjjjjptxVibration of Continuous Systems.pjjjjjjjjptx
Vibration of Continuous Systems.pjjjjjjjjptx
 
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
 
Balancing of rotating bodies questions.pptx
Balancing of rotating bodies questions.pptxBalancing of rotating bodies questions.pptx
Balancing of rotating bodies questions.pptx
 
Cyber-Security-power point presentation.
Cyber-Security-power point presentation.Cyber-Security-power point presentation.
Cyber-Security-power point presentation.
 

Computer ACW Computer Architecture L 2.pptx

  • 1. Academic Content Workshop (ACW) Computer Science L 2 Computer Architecture Basics Created by Simon
  • 3. Vocabulary Algorithm Artificial intelligence Artificial general intelligence (AGI) Artificial narrow intelligence (ANI) Big data Clustering Cognitive computing Computer vision Data mining Deep learning Machine learning (ML) Robotics Structured data
  • 4. Objectives By the end of today’s class you should be able to: • Identify the main parts of a typical computer. • Discuss possible future developments in data storage.
  • 7. Hardware vs Software What is the difference? Discuss in small groups. What is the difference, exactly?
  • 8. What's the other word we might associate with electronic devices that ends in 'ware'? (Hint: We might use this word in everyday English to describe something which has a texture between 'hard' and 'soft')
  • 9. Before we continue... What is the difference between HTML and RAM? Hint: Think of how we pronounce them... Other than one is software and one is hardware.
  • 10. So the difference is that, with an acronym, we pronounce the abbreviation as a word, with an initialism we say it only as individual letters.
  • 11. We are going to watch our first video of this class. We have three to watch in total (!), but they are all only 5 minutes long each. On the next slide there are five questions about the video...
  • 12. VIDEO#1 - QUESTIONS (take a photo!) Group task 1. Is the dog male or female? 2. What console does Jerome work on? 3. What is the master chip called? 4. In what format are the commands processed by the master chip (HINT 0s or 1s ONLY)? 5. What is the master program called?
  • 13. OK, let's watch video#1 ...
  • 14. VIDEO#1 QUESTIONS + ANSWERS 1. Is the dog male or female? 2. What console does Jerome work on? 3. What is the master chip called? 4. In what format are the commands processed by the master chip? 5. What is the master program called? Female (her job is to nap...) Xbox Central Processing Unit (CPU) 0s and 1s only is binary Operating System (OS)
  • 15. What is a component? What hardware components of a computer can you name?
  • 16.
  • 17. VIDEO#2 - QUESTIONS (take a photo!) 1. What part of a computer handles a mouse click? 2. What does this part do to let the CPU know the mouse has been clicked? 3. What expression means being able to do more than one activity at once? 4. How is human-readable code turned into language that a computer can understand? 5. What do we call devices that are attached to a computer (e.g. printer, scanner etc.) ?
  • 18. OK, let's watch video#2 ...
  • 19. VIDEO#2 - QUESTIONS + ANSWERS 1. What part of a computer handles a mouse click? 2. What does this part do to let the CPU know the mouse has been clicked? 3. What expression means being able to do more than one activity at once? 4. How is human-readable code turned into language that a computer can understand? 5. What do we call devices that are attached to a computer (e.g. printer, scanner etc.) ? Input/Output (I/O) subsystem It generates an interrupt Multi-task It’s compiled Peripherals
  • 20. Not all human-readable code is turned into language that a computer can understand by a compiler. What alternative method is there? Discuss in small groups. What alternative method is there to a compiler?
  • 21. In a compiled language, the target machine directly translates the program. In an interpreted language, the source code is not directly translated by the target machine. Instead, a different program, aka the interpreter, reads and executes the code.
  • 22. RAM vs ROM. What is the a difference? DRAM vs SRAM. What is the a difference? RAM is Random Access Memory (we CAN use it for storage) ROM is Read Only Memory (we CANNOT use it - it contains bootstrap code, the bare minimum code needed to start the computer up). (There are other differences too...) Let’s watch video#3 to find out...
  • 23. VIDEO#3 - QUESTIONS (You will be able to read the transcript after the video + see if you can answer these questions. However try and listen out for them when we watch the video) 1. What type of memory needs recharging periodically to prevent data loss, DRAM or SRAM? 2. What is memory latency? 3. What kind of storage uses floating gate transistors?
  • 24. OK, let's watch video#3...
  • 25. VIDEO#3 - QUESTIONS + ANSWERS 1. What type of memory needs recharging periodically to prevent data loss, DRAM or SRAM? 2. What is memory latency? 3. What kind of storage uses floating gate transistors? DRAM (Dynamic..., vs Static) the time between initiating a request for a byte or word in memory until it is retrieved by a processor. SSD (Solid-State Drives)
  • 26. Key Terms + Vocabulary Review... We have encountered lots of new vocabulary today, some of it being more important than the rest. The following are key terms that you should try and remember the meaning, pronunciation and spelling of. We will no doubt see some, if not all, of this vocabulary next time!
  • 27. Try and match the term to the definition 1. Central Processing Unit (CPU) 2. Memory 3. Binary 4. Operating System (OS) 5. Compiled 6. Peripheral 7. Interrupt 8. Multi-task A. Stores information for immediate use. B. Human readable code that has been turned into machine readable code C. A mouse or keyboard for example. D. Base-2 numbering system (0 or 1) E. A signal that gets the attention of the master chip in response to a key press or movement of the mouse. F. The ability to do more than one thing at a time. G. The master chip - the brains of a computer. H. Manages hardware, software and provides common services.
  • 28. Answers... A. Stores information for immediate use. B. Human readable code that has been turned into machine readable code C. A mouse or keyboard for example. D. Base-2 numbering system (0 or 1) E. A signal that gets the attention of the master chip in response to a key press or movement of the mouse. F. The ability to do more than one thing at a time. G. The master chip - the brains of a computer. H. Manages hardware, software and provides common services. 2. Memory (e.g. DRAM/SRAM) 5. Compiled (code) 6. Peripheral 3. Binary 7. Interrupt 8. Multi-task 1. Central Processing Unit (CPU) 4. Operating System (OS)
  • 29.