SlideShare a Scribd company logo
1 of 6
CURRICULUM SCOPE AND SEQUENCE FOR __ COMPUTER SCIENCE____ ______ HIGH SCHOOL______
SUBJECT: COMPUTER SCIENCE
Area: Principles of Information Technology
Numbered Standard: 1, 2, 3, 4, 5, 6
Numbered Standard: 1, 4, 5, 6, 7, 8, 9, 10
10th Grade 11th Grade
CS.10.1: Creativity and Innovation. The student develops
products and generates new understandings by extending
existing knowledge
CS.10.1A: Participate with electronic communities as a learner,
initiator, contributor, and teacher/mentor.
CS.10.1B: Extend the learning environment beyond the school
walls with digital products created to increase teaching and
learning in the other subject areas.
CS.10.1C: Participate in relevant, meaningful activities in the
larger community and society to create electronic projects.
CS.11.1.A. Identify and demonstrate work behaviors and
qualities that enhance employability and job advancement such
as regular attendance, attention to proper attire, maintenance of a
clean and safe work environment, pride in work, flexibility, and
initiative;
CS.11.1.B. Employ effective verbal and nonverbal
communication skills;
CS.11.1.C. Employ effective reading and writing skills;
CS.10.2 : Communication and Collaboration. The student
communicates and collaborates with peers to contribute to his or
her own learning and the learning of others
CS.10.2A: Create and properly display meaningful output.
CS.10.2B: Create interactive console display interfaces, with
appropriate user prompts, to acquire data from a user.
CS.10.2C: Use Graphical User Interfaces (GUIs) to create
interactive interfaces to acquire data from a user and display
program results.
CS.10.2D: Write programs with proper programming style to
enhance the readability and functionality of the code by using
meaningful descriptive identifiers, internal comments, white
space, spacing, indentation, and a standardized program style.
CS.10.3: Research and Information. The student locates,
analyzes, processes, and organizes data
CS.10.3A: Use a variety of resources, including foundation and
enrichment curricula, to gather authentic data as a basis for
individual and group programming projects.
CS.10.3B: Use various productivity tools to gather authentic data
as a basis for individual and group programming projects.
CS.10.4: Critical thinking, problem solving, and decision
making. The student uses appropriate strategies to analyze
problems and design algorithms
CS.10.4A: Use program design problem-solving strategies to
create program solutions.
CS.11.1.D. Solve problems and think critically;
CS.11.1.E. Demonstrate leadership skills and function effectively
as a team member;
CS.11.1.F. Identify and implement proper safety procedures; and
CS.11.1.G. Demonstrate planning and time-management skills
such as storyboarding and project management, including
initiating, planning, executing, monitoring and controlling, and
closing a project.
CS.11.4.A. Identify major hardware components and their
functions;
CS.11.4.B. Use available reference tools as appropriate; and
CS.11.4.C. Connect and use a variety of peripheral devices such
as mouse, keyboard, microphone, digital camera, and printer.
CS.11.7.A. Identify the terminology associated with word-
processing software;
CS.10.4B: Define and specify the purpose and goals of solving a
problem.
CS.10.4C: Identify the subtasks needed to solve a problem.
CS.10.4D: Identify the data types and objects needed to solve a
problem.
CS.10.4E: Identify reusable components from existing code.
CS.10.4F: Design a solution to a problem.
CS.10.4G: Code a solution from a program design.
CS.10.4H: Identify and debug errors.
CS.10.4I: Test program solutions with appropriate valid and
invalid test data for correctness.
CS.10.4J: Debug and solve problems using error messages,
reference materials, language documentation, and effective
strategies.
CS.10.4K: Explore common algorithms, including finding greatest
common divisor, finding the biggest number out of three, finding
primes, making changes, and finding the average.
CS.10.4L: Analyze and modify existing code to improve the
underlying algorithm.
CS.10.5: Digital Citizenship. The student explores and
understands safety, legal, cultural, and societal issues relating to
the use of technology and information
CS.10.5A: Discuss intellectual property, privacy, sharing of
information, copyright laws, and software licensing agreements.
CS.11.7.B. Edit a variety of text documents using functions such
as pagination, appropriate white space, tab settings, and font
style, size, and color; and
CS.11.7.C. Create professional documents such as
memorandums, technical manuals, or proposals using advanced
word-processing features.
CS.11.8.A. Identify the terminology associated with spreadsheet
software;
CS.11.8.B. Use numerical content to perform mathematical
calculations;
CS.11.9.A. Identify the function of compilers and interpreters;
CS.11.9.B. Explain the difference between the operation of
compilers and interpreters;
CS.11.9.C. Identify various computer languages and how the
languages are used in software development;
CS.11.9.D. Recognize data representation in software
development such as string, numeric, character, integer, and
date;
CS.10.5B: Model ethical acquisition and use of digital
information.
CS.10.5C: Demonstrate proper digital etiquette, responsible use
of software, and knowledge of acceptable use policies.
CS.10.5D: Investigate measures, including passwords and virus
detection/prevention, to protect computer systems and databases
from unauthorized use and tampering.
CS.10.5E: Investigate how technology has changed and the
social and ethical ramifications of computer usage.
CS.10.6: Technology operations, systems, and concepts. The
student understands technology concepts, systems, and
operations as they apply to computer science
CS.10.6A: Compare and contrast types of operating systems,
software applications, and programming languages.
CS.10.6B: Demonstrate knowledge of major hardware
components, including primary and secondary memory, a central
processing unit (CPU), and peripherals.
CS.10.6C: Differentiate among current programming languages,
discuss the use of those languages in other fields of study, and
demonstrate knowledge of specific programming terminology and
concepts.
CS.10.6D: Differentiate between a high-level compiled language
and an interpreted language.
CS.10.6E: Understand concepts of object-oriented design.
CS.11.9.E. Identify and explain the concept of algorithms; and
CS.11.9.F. Describe the flow of a structured algorithm, including
linear and iterative instructions such as using a flow chart.
CS.11.10.A. (A) identify the terminology associated with
database software and database functions;
CS.11.10.B. Explore the application of databases;
CS.11.10.C. Identify and explain the purpose and elements of a
query language;
CS.11.10.D. Identify and explain the purpose of fields and
records; and
CS.11.10.E. Describe the process of constructing a query,
including multiple search parameters.
CS.10.6F: Use local and global scope access variable
declarations.
CS.10.6G: Encapsulate data and associated subroutines into an
abstract data type.
CS.10.6H: Create subroutines that do not return values with and
without the use of arguments and parameters.
CS.10.6I: Create subroutines that return typed values with and
without the use of arguments and parameters.
CS.10.6J: Understand and identify the data-binding process
between arguments and parameters.
CS.10.6K: Compare objects using reference values and a
comparison routine.
CS.10.6L: Understand the binary representation of numeric and
nonnumeric data in computer systems.
CS.10.6M: Understand the finite limits of numeric data.
CS.10.6N: Perform numerical conversions between the decimal
and binary number systems and count in the binary number
system.
CS.10.6O: Choose, identify, and use the appropriate data types
for integer, real, and Boolean data when writing program
solutions.
CS.10.6P: Demonstrate an understanding of the concept of a
variable.
CS.10.6Q: Demonstrate an understanding of and use reference
variables for objects.
CS.10.6R: Demonstrate an understanding of how to represent
and manipulate text data, including concatenation and other
string functions.
CS.10.6S: Demonstrate an understanding of the concept of
scope.
CS.10.6T: Identify and use the structured data type of one-
dimensional arrays to traverse, search, and modify data.
CS.10.6U: Choose, identify, and use the appropriate data type
and structure to properly represent the data in a program problem
solution.
CS.10.6V: Compare and contrast strongly typed and untyped
programming languages.

More Related Content

Similar to COMP S_S HIGH SCHOOL ggggggggggggggggggg

Comp Apps20081
Comp Apps20081Comp Apps20081
Comp Apps20081mimi03
 
Matthew Swanger .NET Programmer Resume
Matthew Swanger .NET Programmer ResumeMatthew Swanger .NET Programmer Resume
Matthew Swanger .NET Programmer Resumemattswanger
 
Integrated Bus Apps1 Stds20081
Integrated Bus Apps1 Stds20081Integrated Bus Apps1 Stds20081
Integrated Bus Apps1 Stds20081mimi03
 
Avnish kumar singh
Avnish kumar singhAvnish kumar singh
Avnish kumar singhAvnish Singh
 
Paul Kadzielawa Resume
Paul Kadzielawa ResumePaul Kadzielawa Resume
Paul Kadzielawa ResumePKadzielawa
 
Jonathan Mooser
Jonathan MooserJonathan Mooser
Jonathan Mooserbutest
 
Stayer cis 513 week 10 term paper wireless deployment plan new
Stayer cis 513 week 10 term paper wireless deployment plan newStayer cis 513 week 10 term paper wireless deployment plan new
Stayer cis 513 week 10 term paper wireless deployment plan newshyaminfo30
 
9781446959930-iLS-Computing-Specification.pdf
9781446959930-iLS-Computing-Specification.pdf9781446959930-iLS-Computing-Specification.pdf
9781446959930-iLS-Computing-Specification.pdfAmalathasSenthuran
 
Technology and Assessment L&B 2013
Technology and Assessment L&B 2013Technology and Assessment L&B 2013
Technology and Assessment L&B 2013drsuzycox
 
software-development-services-in-perth.pdf
software-development-services-in-perth.pdfsoftware-development-services-in-perth.pdf
software-development-services-in-perth.pdfRedweblisting
 

Similar to COMP S_S HIGH SCHOOL ggggggggggggggggggg (20)

ResumeIndeed2017
ResumeIndeed2017ResumeIndeed2017
ResumeIndeed2017
 
Comp Apps20081
Comp Apps20081Comp Apps20081
Comp Apps20081
 
Matthew Swanger .NET Programmer Resume
Matthew Swanger .NET Programmer ResumeMatthew Swanger .NET Programmer Resume
Matthew Swanger .NET Programmer Resume
 
Sanjeevi - Resume
Sanjeevi - ResumeSanjeevi - Resume
Sanjeevi - Resume
 
Integrated Bus Apps1 Stds20081
Integrated Bus Apps1 Stds20081Integrated Bus Apps1 Stds20081
Integrated Bus Apps1 Stds20081
 
Brandon Miller Resume
Brandon Miller ResumeBrandon Miller Resume
Brandon Miller Resume
 
CURRICULUM VITAE
CURRICULUM VITAECURRICULUM VITAE
CURRICULUM VITAE
 
Web+Dev+Syllabus.pdf
Web+Dev+Syllabus.pdfWeb+Dev+Syllabus.pdf
Web+Dev+Syllabus.pdf
 
PM Work History - D. McCollum
PM Work History - D. McCollumPM Work History - D. McCollum
PM Work History - D. McCollum
 
STID
STIDSTID
STID
 
Avnish kumar singh
Avnish kumar singhAvnish kumar singh
Avnish kumar singh
 
Paul Kadzielawa Resume
Paul Kadzielawa ResumePaul Kadzielawa Resume
Paul Kadzielawa Resume
 
Siva_DotNet
Siva_DotNetSiva_DotNet
Siva_DotNet
 
PortfolioHanawayM
PortfolioHanawayMPortfolioHanawayM
PortfolioHanawayM
 
Resume - Dhanshri Kalgaonkar
Resume - Dhanshri KalgaonkarResume - Dhanshri Kalgaonkar
Resume - Dhanshri Kalgaonkar
 
Jonathan Mooser
Jonathan MooserJonathan Mooser
Jonathan Mooser
 
Stayer cis 513 week 10 term paper wireless deployment plan new
Stayer cis 513 week 10 term paper wireless deployment plan newStayer cis 513 week 10 term paper wireless deployment plan new
Stayer cis 513 week 10 term paper wireless deployment plan new
 
9781446959930-iLS-Computing-Specification.pdf
9781446959930-iLS-Computing-Specification.pdf9781446959930-iLS-Computing-Specification.pdf
9781446959930-iLS-Computing-Specification.pdf
 
Technology and Assessment L&B 2013
Technology and Assessment L&B 2013Technology and Assessment L&B 2013
Technology and Assessment L&B 2013
 
software-development-services-in-perth.pdf
software-development-services-in-perth.pdfsoftware-development-services-in-perth.pdf
software-development-services-in-perth.pdf
 

More from EverMontoya2

Greece career Fair rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Greece career Fair rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrGreece career Fair rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Greece career Fair rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrEverMontoya2
 
Reading Handout- Constantine Converts.docx
Reading Handout- Constantine Converts.docxReading Handout- Constantine Converts.docx
Reading Handout- Constantine Converts.docxEverMontoya2
 
computer-addiction-reading-comprehension-exercises_27783.doc
computer-addiction-reading-comprehension-exercises_27783.doccomputer-addiction-reading-comprehension-exercises_27783.doc
computer-addiction-reading-comprehension-exercises_27783.docEverMontoya2
 
Islam nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Islam nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnIslam nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Islam nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnEverMontoya2
 
COMP S_S MIDDLE SCHOOL (jjjjjjjjjjjjjjjj
COMP S_S MIDDLE SCHOOL (jjjjjjjjjjjjjjjjCOMP S_S MIDDLE SCHOOL (jjjjjjjjjjjjjjjj
COMP S_S MIDDLE SCHOOL (jjjjjjjjjjjjjjjjEverMontoya2
 
Scope and Sequence antropología ggg ABSS
Scope and Sequence antropología ggg ABSSScope and Sequence antropología ggg ABSS
Scope and Sequence antropología ggg ABSSEverMontoya2
 
SCOPE AND SEQUENCE GUIDELINES FOR FILLING OUT THE TEMPLATES.docx
SCOPE AND SEQUENCE GUIDELINES FOR FILLING OUT THE TEMPLATES.docxSCOPE AND SEQUENCE GUIDELINES FOR FILLING OUT THE TEMPLATES.docx
SCOPE AND SEQUENCE GUIDELINES FOR FILLING OUT THE TEMPLATES.docxEverMontoya2
 
ANTROPOLOGÍA 11° 201-2022.docx
ANTROPOLOGÍA 11° 201-2022.docxANTROPOLOGÍA 11° 201-2022.docx
ANTROPOLOGÍA 11° 201-2022.docxEverMontoya2
 
MINE_-_Nationalism_to_Sectionalism_-_AGE_OF_JACKSON.ppt
MINE_-_Nationalism_to_Sectionalism_-_AGE_OF_JACKSON.pptMINE_-_Nationalism_to_Sectionalism_-_AGE_OF_JACKSON.ppt
MINE_-_Nationalism_to_Sectionalism_-_AGE_OF_JACKSON.pptEverMontoya2
 
joe beck cald talk.ppt
joe beck cald talk.pptjoe beck cald talk.ppt
joe beck cald talk.pptEverMontoya2
 
Wonders of the World.pptx
Wonders of the World.pptxWonders of the World.pptx
Wonders of the World.pptxEverMontoya2
 
Weather & Climate.pptx
Weather & Climate.pptxWeather & Climate.pptx
Weather & Climate.pptxEverMontoya2
 
SIX_ELEMENTS_OF_GEOGRAPHY.ppt
SIX_ELEMENTS_OF_GEOGRAPHY.pptSIX_ELEMENTS_OF_GEOGRAPHY.ppt
SIX_ELEMENTS_OF_GEOGRAPHY.pptEverMontoya2
 
Chap_11_-_Africa.ppt
Chap_11_-_Africa.pptChap_11_-_Africa.ppt
Chap_11_-_Africa.pptEverMontoya2
 
1.3 Civilization Begins - Mesopotamia PPT.ppt
1.3 Civilization Begins -  Mesopotamia PPT.ppt1.3 Civilization Begins -  Mesopotamia PPT.ppt
1.3 Civilization Begins - Mesopotamia PPT.pptEverMontoya2
 
1.1 Origins of Civilization - Learning About Our Past.ppt
1.1 Origins of Civilization - Learning About Our Past.ppt1.1 Origins of Civilization - Learning About Our Past.ppt
1.1 Origins of Civilization - Learning About Our Past.pptEverMontoya2
 
1. introduction to computers
1. introduction to computers1. introduction to computers
1. introduction to computersEverMontoya2
 

More from EverMontoya2 (18)

Greece career Fair rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Greece career Fair rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrGreece career Fair rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Greece career Fair rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
Reading Handout- Constantine Converts.docx
Reading Handout- Constantine Converts.docxReading Handout- Constantine Converts.docx
Reading Handout- Constantine Converts.docx
 
computer-addiction-reading-comprehension-exercises_27783.doc
computer-addiction-reading-comprehension-exercises_27783.doccomputer-addiction-reading-comprehension-exercises_27783.doc
computer-addiction-reading-comprehension-exercises_27783.doc
 
Islam nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Islam nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnIslam nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Islam nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
 
COMP S_S MIDDLE SCHOOL (jjjjjjjjjjjjjjjj
COMP S_S MIDDLE SCHOOL (jjjjjjjjjjjjjjjjCOMP S_S MIDDLE SCHOOL (jjjjjjjjjjjjjjjj
COMP S_S MIDDLE SCHOOL (jjjjjjjjjjjjjjjj
 
Scope and Sequence antropología ggg ABSS
Scope and Sequence antropología ggg ABSSScope and Sequence antropología ggg ABSS
Scope and Sequence antropología ggg ABSS
 
SCOPE AND SEQUENCE GUIDELINES FOR FILLING OUT THE TEMPLATES.docx
SCOPE AND SEQUENCE GUIDELINES FOR FILLING OUT THE TEMPLATES.docxSCOPE AND SEQUENCE GUIDELINES FOR FILLING OUT THE TEMPLATES.docx
SCOPE AND SEQUENCE GUIDELINES FOR FILLING OUT THE TEMPLATES.docx
 
ANTROPOLOGÍA 11° 201-2022.docx
ANTROPOLOGÍA 11° 201-2022.docxANTROPOLOGÍA 11° 201-2022.docx
ANTROPOLOGÍA 11° 201-2022.docx
 
MINE_-_Nationalism_to_Sectionalism_-_AGE_OF_JACKSON.ppt
MINE_-_Nationalism_to_Sectionalism_-_AGE_OF_JACKSON.pptMINE_-_Nationalism_to_Sectionalism_-_AGE_OF_JACKSON.ppt
MINE_-_Nationalism_to_Sectionalism_-_AGE_OF_JACKSON.ppt
 
joe beck cald talk.ppt
joe beck cald talk.pptjoe beck cald talk.ppt
joe beck cald talk.ppt
 
Wonders of the World.pptx
Wonders of the World.pptxWonders of the World.pptx
Wonders of the World.pptx
 
Weather & Climate.pptx
Weather & Climate.pptxWeather & Climate.pptx
Weather & Climate.pptx
 
SIX_ELEMENTS_OF_GEOGRAPHY.ppt
SIX_ELEMENTS_OF_GEOGRAPHY.pptSIX_ELEMENTS_OF_GEOGRAPHY.ppt
SIX_ELEMENTS_OF_GEOGRAPHY.ppt
 
Chap_11_-_Africa.ppt
Chap_11_-_Africa.pptChap_11_-_Africa.ppt
Chap_11_-_Africa.ppt
 
P2_P2_Start.pptx
P2_P2_Start.pptxP2_P2_Start.pptx
P2_P2_Start.pptx
 
1.3 Civilization Begins - Mesopotamia PPT.ppt
1.3 Civilization Begins -  Mesopotamia PPT.ppt1.3 Civilization Begins -  Mesopotamia PPT.ppt
1.3 Civilization Begins - Mesopotamia PPT.ppt
 
1.1 Origins of Civilization - Learning About Our Past.ppt
1.1 Origins of Civilization - Learning About Our Past.ppt1.1 Origins of Civilization - Learning About Our Past.ppt
1.1 Origins of Civilization - Learning About Our Past.ppt
 
1. introduction to computers
1. introduction to computers1. introduction to computers
1. introduction to computers
 

Recently uploaded

HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 

Recently uploaded (20)

HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 

COMP S_S HIGH SCHOOL ggggggggggggggggggg

  • 1. CURRICULUM SCOPE AND SEQUENCE FOR __ COMPUTER SCIENCE____ ______ HIGH SCHOOL______ SUBJECT: COMPUTER SCIENCE Area: Principles of Information Technology Numbered Standard: 1, 2, 3, 4, 5, 6 Numbered Standard: 1, 4, 5, 6, 7, 8, 9, 10 10th Grade 11th Grade CS.10.1: Creativity and Innovation. The student develops products and generates new understandings by extending existing knowledge CS.10.1A: Participate with electronic communities as a learner, initiator, contributor, and teacher/mentor. CS.10.1B: Extend the learning environment beyond the school walls with digital products created to increase teaching and learning in the other subject areas. CS.10.1C: Participate in relevant, meaningful activities in the larger community and society to create electronic projects. CS.11.1.A. Identify and demonstrate work behaviors and qualities that enhance employability and job advancement such as regular attendance, attention to proper attire, maintenance of a clean and safe work environment, pride in work, flexibility, and initiative; CS.11.1.B. Employ effective verbal and nonverbal communication skills; CS.11.1.C. Employ effective reading and writing skills;
  • 2. CS.10.2 : Communication and Collaboration. The student communicates and collaborates with peers to contribute to his or her own learning and the learning of others CS.10.2A: Create and properly display meaningful output. CS.10.2B: Create interactive console display interfaces, with appropriate user prompts, to acquire data from a user. CS.10.2C: Use Graphical User Interfaces (GUIs) to create interactive interfaces to acquire data from a user and display program results. CS.10.2D: Write programs with proper programming style to enhance the readability and functionality of the code by using meaningful descriptive identifiers, internal comments, white space, spacing, indentation, and a standardized program style. CS.10.3: Research and Information. The student locates, analyzes, processes, and organizes data CS.10.3A: Use a variety of resources, including foundation and enrichment curricula, to gather authentic data as a basis for individual and group programming projects. CS.10.3B: Use various productivity tools to gather authentic data as a basis for individual and group programming projects. CS.10.4: Critical thinking, problem solving, and decision making. The student uses appropriate strategies to analyze problems and design algorithms CS.10.4A: Use program design problem-solving strategies to create program solutions. CS.11.1.D. Solve problems and think critically; CS.11.1.E. Demonstrate leadership skills and function effectively as a team member; CS.11.1.F. Identify and implement proper safety procedures; and CS.11.1.G. Demonstrate planning and time-management skills such as storyboarding and project management, including initiating, planning, executing, monitoring and controlling, and closing a project. CS.11.4.A. Identify major hardware components and their functions; CS.11.4.B. Use available reference tools as appropriate; and CS.11.4.C. Connect and use a variety of peripheral devices such as mouse, keyboard, microphone, digital camera, and printer. CS.11.7.A. Identify the terminology associated with word- processing software;
  • 3. CS.10.4B: Define and specify the purpose and goals of solving a problem. CS.10.4C: Identify the subtasks needed to solve a problem. CS.10.4D: Identify the data types and objects needed to solve a problem. CS.10.4E: Identify reusable components from existing code. CS.10.4F: Design a solution to a problem. CS.10.4G: Code a solution from a program design. CS.10.4H: Identify and debug errors. CS.10.4I: Test program solutions with appropriate valid and invalid test data for correctness. CS.10.4J: Debug and solve problems using error messages, reference materials, language documentation, and effective strategies. CS.10.4K: Explore common algorithms, including finding greatest common divisor, finding the biggest number out of three, finding primes, making changes, and finding the average. CS.10.4L: Analyze and modify existing code to improve the underlying algorithm. CS.10.5: Digital Citizenship. The student explores and understands safety, legal, cultural, and societal issues relating to the use of technology and information CS.10.5A: Discuss intellectual property, privacy, sharing of information, copyright laws, and software licensing agreements. CS.11.7.B. Edit a variety of text documents using functions such as pagination, appropriate white space, tab settings, and font style, size, and color; and CS.11.7.C. Create professional documents such as memorandums, technical manuals, or proposals using advanced word-processing features. CS.11.8.A. Identify the terminology associated with spreadsheet software; CS.11.8.B. Use numerical content to perform mathematical calculations; CS.11.9.A. Identify the function of compilers and interpreters; CS.11.9.B. Explain the difference between the operation of compilers and interpreters; CS.11.9.C. Identify various computer languages and how the languages are used in software development; CS.11.9.D. Recognize data representation in software development such as string, numeric, character, integer, and date;
  • 4. CS.10.5B: Model ethical acquisition and use of digital information. CS.10.5C: Demonstrate proper digital etiquette, responsible use of software, and knowledge of acceptable use policies. CS.10.5D: Investigate measures, including passwords and virus detection/prevention, to protect computer systems and databases from unauthorized use and tampering. CS.10.5E: Investigate how technology has changed and the social and ethical ramifications of computer usage. CS.10.6: Technology operations, systems, and concepts. The student understands technology concepts, systems, and operations as they apply to computer science CS.10.6A: Compare and contrast types of operating systems, software applications, and programming languages. CS.10.6B: Demonstrate knowledge of major hardware components, including primary and secondary memory, a central processing unit (CPU), and peripherals. CS.10.6C: Differentiate among current programming languages, discuss the use of those languages in other fields of study, and demonstrate knowledge of specific programming terminology and concepts. CS.10.6D: Differentiate between a high-level compiled language and an interpreted language. CS.10.6E: Understand concepts of object-oriented design. CS.11.9.E. Identify and explain the concept of algorithms; and CS.11.9.F. Describe the flow of a structured algorithm, including linear and iterative instructions such as using a flow chart. CS.11.10.A. (A) identify the terminology associated with database software and database functions; CS.11.10.B. Explore the application of databases; CS.11.10.C. Identify and explain the purpose and elements of a query language; CS.11.10.D. Identify and explain the purpose of fields and records; and CS.11.10.E. Describe the process of constructing a query, including multiple search parameters.
  • 5. CS.10.6F: Use local and global scope access variable declarations. CS.10.6G: Encapsulate data and associated subroutines into an abstract data type. CS.10.6H: Create subroutines that do not return values with and without the use of arguments and parameters. CS.10.6I: Create subroutines that return typed values with and without the use of arguments and parameters. CS.10.6J: Understand and identify the data-binding process between arguments and parameters. CS.10.6K: Compare objects using reference values and a comparison routine. CS.10.6L: Understand the binary representation of numeric and nonnumeric data in computer systems. CS.10.6M: Understand the finite limits of numeric data. CS.10.6N: Perform numerical conversions between the decimal and binary number systems and count in the binary number system. CS.10.6O: Choose, identify, and use the appropriate data types for integer, real, and Boolean data when writing program solutions. CS.10.6P: Demonstrate an understanding of the concept of a variable.
  • 6. CS.10.6Q: Demonstrate an understanding of and use reference variables for objects. CS.10.6R: Demonstrate an understanding of how to represent and manipulate text data, including concatenation and other string functions. CS.10.6S: Demonstrate an understanding of the concept of scope. CS.10.6T: Identify and use the structured data type of one- dimensional arrays to traverse, search, and modify data. CS.10.6U: Choose, identify, and use the appropriate data type and structure to properly represent the data in a program problem solution. CS.10.6V: Compare and contrast strongly typed and untyped programming languages.