for Oklahoma Level 1 — Oklahoma Computer Science I
Total Standards: 28Mapped: 28Completion: 100%
L1.CS.D.01
Model how abstractions hide the underlying implementation details of computing systems embedded in everyday objects.
Oklahoma Computer Science I
4.1 Operating Systems
4.13 System Administration Quiz
5.1 Computers Speak Binary
5.3 Encoding Images in Binary
5.12 IT Concepts Quiz
Oklahoma Web Design
1.2 The Internet
1.3 Browsers
1.4 Viewing Websites
1.5 Getting Started - What is the Web? Quiz
Oklahoma Cybersecurity
4.1 Operating Systems
4.13 System Administration Quiz
5.1 Computers Speak Binary
5.3 Encoding Images in Binary
5.12 IT Concepts Quiz
L1.CS.HS.01
Analyze the levels of abstraction and interactions between application software, system software, and hardware.
Oklahoma Computer Science I
4.1 Operating Systems
4.13 System Administration Quiz
5.1 Computers Speak Binary
5.12 IT Concepts Quiz
Oklahoma Cybersecurity
4.1 Operating Systems
4.13 System Administration Quiz
5.1 Computers Speak Binary
5.12 IT Concepts Quiz
L1.CS.T.01
Develop and apply criteria for the systematic discovery of errors and systematic strategies for the correction of errors in computing systems.
Oklahoma Computer Science I
7.2 Troubleshooting Methodology
Oklahoma Computer Science II
1.17 Debugging Strategies
1.18 Programming with Karel Quiz
Oklahoma Web Design
9.5 Prototype
Oklahoma Cybersecurity
7.2 Troubleshooting Methodology
L1.NI.NCO.01
Evaluate the scalability and reliability of networks by identifying and illustrating the basic components of computer networks (e.g., routers, switches, servers, etc.) and network protocols (e.g., IP, DNS).
Oklahoma Computer Science I
5.6 IP Addresses
5.7 Routing and Packets
5.9 OSI Model
5.12 IT Concepts Quiz
6.5 Network Devices
Oklahoma Web Design
1.2 The Internet
12.2 Internet Hardware
12.3 Internet Addresses
12.4 DNS
12.5 Routing
12.6 Packets and Protocols
12.8 The Internet Quiz
Oklahoma Cybersecurity
5.6 IP Addresses
5.7 Routing and Packets
5.9 OSI Model
5.12 IT Concepts Quiz
6.5 Network Devices
L1.NI.CY.01
Compare physical and cybersecurity measures by evaluating trade-offs between the usability and security of a computing system and the risks of an attack.
Oklahoma Computer Science I
1.5 Personal Data Security
1.6 Cybersecurity Essentials
1.7 Common Cyber Attacks and Prevention
1.8 Cybersecurity and You Quiz
8.5 Environmental Controls
8.8 Data Security Quiz
Oklahoma Cybersecurity
1.5 Personal Data Security
1.6 Cybersecurity Essentials
1.7 Common Cyber Attacks and Prevention
1.8 Cybersecurity and You Quiz
8.5 Environmental Controls
8.8 Data Security Quiz
L1.NI.CY.02
Recommend security measures to address various scenarios based on information security principles.
Oklahoma Computer Science I
1.6 Cybersecurity Essentials
1.7 Common Cyber Attacks and Prevention
1.8 Cybersecurity and You Quiz
8.6 Checking for Vulnerabilities
8.7 Risky Business
8.8 Data Security Quiz
Oklahoma Cybersecurity
1.6 Cybersecurity Essentials
1.7 Common Cyber Attacks and Prevention
1.8 Cybersecurity and You Quiz
8.6 Checking for Vulnerabilities
8.7 Risky Business
8.8 Data Security Quiz
L1.NI.CY.03
Explain trade-offs when selecting and implementing cybersecurity recommendations from multiple perspectives, such as the user, enterprise, and government.
Oklahoma Computer Science I
1.5 Personal Data Security
1.7 Common Cyber Attacks and Prevention
1.8 Cybersecurity and You Quiz
8.6 Checking for Vulnerabilities
8.7 Risky Business
8.8 Data Security Quiz
Oklahoma Cybersecurity
1.5 Personal Data Security
1.7 Common Cyber Attacks and Prevention
1.8 Cybersecurity and You Quiz
8.6 Checking for Vulnerabilities
8.7 Risky Business
8.8 Data Security Quiz
L1.DA.S.01
Convert and compare different bit representations of data types, such as characters, numbers, and images.
Oklahoma Computer Science I
5.2 Bits, Text, and Numbers
5.3 Encoding Images in Binary
5.12 IT Concepts Quiz
Oklahoma Computer Science II
3.6 Using RGB to Create Colors
Oklahoma Cybersecurity
5.2 Bits, Text, and Numbers
5.3 Encoding Images in Binary
5.12 IT Concepts Quiz
L1.DA.S.02
Evaluate the trade-offs in how data is organized and stored digitally.
Oklahoma Computer Science I
5.4 Lossy Compression
5.12 IT Concepts Quiz
6.4 Storage Options
6.12 IT Infrastructure Quiz
8.2 Using Databases
8.8 Data Security Quiz
Oklahoma Cybersecurity
5.4 Lossy Compression
5.12 IT Concepts Quiz
6.4 Storage Options
6.12 IT Infrastructure Quiz
8.2 Using Databases
8.8 Data Security Quiz
L1.DA.CVT.01
Use tools and techniques to locate, collect, and create visualizations of small and largescale data sets (e.g., paper surveys and online data sets).
Oklahoma Computer Science I
8.2 Using Databases
8.8 Data Security Quiz
Oklahoma Computer Science II
11.1 The Value of Data
11.2 Data Collection & Limitations
11.3 Present a Data-Driven Insight
Oklahoma Cybersecurity
8.2 Using Databases
8.8 Data Security Quiz
L1.DA.IM.01
Illustrate and explain the relationships between collected data elements using computational models.
Oklahoma Computer Science I
8.2 Using Databases
8.8 Data Security Quiz
Oklahoma Cybersecurity
8.2 Using Databases
8.8 Data Security Quiz
L1.AP.A.01
Create a prototype that uses algorithms (e. g., searching, sorting, finding shortest distance) to provide a possible solution for a realworld problem.
Oklahoma Computer Science II
10.2 Plan and Design
L1.AP.V.01
Demonstrate the use of lists (e.g., arrays) to simplify solutions, generalizing computational problems instead of repeatedly using simple variables.
Oklahoma Computer Science II
9.1 Intro to Lists/Arrays
9.2 Adding/Removing From an Array
9.3 Array Length and Looping Through Arrays
10.3 Develop Round 1
10.5 Develop Round 2
L1.AP.C.01
Justify the selection of specific control structures (e.g., sequence, conditionals, repetition, procedures) considering program efficiencies such as readability, performance, and memory usage.
Oklahoma Computer Science II
5.2 Logical Operators
5.3 Comparison Operators
5.12 Javascript Control Structures Quiz
6.1 Control Structures Challenges
10.6 Deployment
L1.AP.M.01
Decompose problems into procedures using systematic analysis and design.
Oklahoma Computer Science II
1.6 Top Down Design and Decomposition in Karel
1.18 Programming with Karel Quiz
7.1 Functions and Parameters 1
7.2 Functions and Parameters 2
7.4 Functions and Return Values 1
7.5 Functions and Return Values 2
7.6 Functions and Parameters Quiz
10.2 Plan and Design
10.3 Develop Round 1
Oklahoma Web Design
9.1 Intro to Design Thinking
9.2 Empathy
9.3 Define
9.4 Ideate
9.5 Prototype
9.6 Test
L1.AP.M.02
Create computational artifacts by systematically organizing, manipulating and/or processing data.
Oklahoma Computer Science II
9.4 Iterating Over an Array
9.7 Applying Iteration - Usernames and Passwords
10.5 Develop Round 2
11.3 Present a Data-Driven Insight
L1.AP.PD.01
Create software that will provide solutions to a variety of users using a software development process.
Oklahoma Computer Science II
10.1 Software Development Life Cycle
10.2 Plan and Design
10.3 Develop Round 1
10.4 Test
10.5 Develop Round 2
10.6 Deployment
L1.AP.PD.02
Evaluate a variety of software licensing schemes (e.g., open source, freeware, commercial) and discuss the advantages and disadvantages of each scheme in software development.
Oklahoma Computer Science I
4.7 Software Licenses
4.13 System Administration Quiz
Oklahoma Computer Science II
10.6 Deployment
Oklahoma Cybersecurity
4.7 Software Licenses
4.13 System Administration Quiz
L1.AP.PD.03
While working in a team, develop, test, and refine eventbased programs that solve practical problems or allow self-expression.
Oklahoma Computer Science II
10.1 Software Development Life Cycle
10.2 Plan and Design
10.3 Develop Round 1
10.4 Test
10.5 Develop Round 2
10.6 Deployment
Oklahoma Web Design
10.1 Final Web Design Project
L1.AP.PD.04
Using visual aids and documentation, illustrate the design elements and data flow (e.g., flowcharts, pseudocode) of the development of a complex program.
Oklahoma Computer Science II
10.2 Plan and Design
Oklahoma Web Design
9.4 Ideate
L1.AP.PD.05
Evaluate and refine computational artifacts to make them more user-friendly, efficient and/or accessible.
Oklahoma Computer Science II
10.4 Test
10.5 Develop Round 2
Oklahoma Web Design
9.2 Empathy
9.5 Prototype
9.6 Test
L1.IC.CU.01
Evaluate the ways computing impacts personal, ethical, social, economic, and cultural practices.
Oklahoma Computer Science I
1.1 Digital Footprint and Responsibility
1.3 Can All Information Be Trusted?
1.4 Cyber Ethics and Laws
1.8 Cybersecurity and You Quiz
5.10 Impact of the Internet
5.12 IT Concepts Quiz
Oklahoma Web Design
12.7 The Impact of the Internet
12.8 The Internet Quiz
Oklahoma Cybersecurity
1.1 Digital Footprint and Responsibility
1.3 Can All Information Be Trusted?
1.4 Cyber Ethics and Laws
1.8 Cybersecurity and You Quiz
5.10 Impact of the Internet
5.12 IT Concepts Quiz
L1.IC.CU.02
Test and refine computational artifacts to ensure access to a variety of user audiences.
Oklahoma Computer Science II
10.4 Test
10.5 Develop Round 2
Oklahoma Web Design
9.6 Test
10.1 Final Web Design Project
L1.IC.CU.03
Demonstrate ways a given algorithm can help solve computational problems across disciplines.
Oklahoma Computer Science II
5.11 Applying Conditionals - Password Validation
5.12 Javascript Control Structures Quiz
9.7 Applying Iteration - Usernames and Passwords
L1.IC.SI.01
Demonstrate and debate how computing increases and decreases connectivity and communication among people of various cultures.
Oklahoma Computer Science I
5.11 The Impact of Computing Solutions in Developing Countries
Oklahoma Cybersecurity
5.11 The Impact of Computing Solutions in Developing Countries
L1.IC.SLE.01
Describe the beneficial and harmful effects that intellectual property laws can have on innovation.
Oklahoma Computer Science I
1.4 Cyber Ethics and Laws
1.8 Cybersecurity and You Quiz
Oklahoma Web Design
2.6 Copyright
2.11 HTML - Structuring Websites Quiz
Oklahoma Cybersecurity
1.4 Cyber Ethics and Laws
1.8 Cybersecurity and You Quiz
L1.IC.SLE.02
Describe and discuss the privacy concerns related to the large-scale collection and analysis of information about individuals (e.g., how websites collect and uses data) that may not be evident to users.
Oklahoma Computer Science I
1.5 Personal Data Security
1.8 Cybersecurity and You Quiz
8.1 Data as a Resource
8.8 Data Security Quiz
Oklahoma Cybersecurity
1.5 Personal Data Security
1.8 Cybersecurity and You Quiz
8.1 Data as a Resource
8.8 Data Security Quiz
L1.IC.SLE.03
Evaluate the social and economic consequences of how law and ethics interact with digital aspects of privacy, data, property, information, and identity.