Please enable JavaScript to use CodeHS

Standards Framework

for Arkansas Business Intelligence

16

Standards in this Framework

Standard Description
3.1.1 Analyze one’s current digital presence.
7.1.1 Use various data types (e.g., Booleans, characters, integers, floating points, strings) in appropriate situations within a program. Note: This could be using Booleans (e.g., true or false) when working with selection, integers and/or floats when performing math calculations, strings when working with text data).
7.1.2 Create and use variables within a program.
7.1.3 Construct expressions using arithmetic operators (e.g., +, -, *, /, and %) and numeric data types within a program.
7.1.4 Construct Boolean expressions using relational (e.g., <, >, <=, >=, ==, and !=) and logical operators (e.g., AND, OR, and NOT) within a program. Note: Commonly used with iteration and selection.
7.1.5 Apply appropriate typecasting or conversion methods to convert between different data types, when necessary, within a program.
7.1.7 Use data structures (e.g., arrays, lists, and maps) to store and manipulate multiple values and perform operations on the stored values.
7.1.8 Create programs that use control structures, including selection and iteration. Note: Selection can be if statements and switch cases. Iteration can be while and for loops.
7.1.9 Create procedures/functions to modularize code for reusability and organization within a program.
8.1.4 Explore how cybersecurity technologies (e.g., intrusion detection and prevention systems, encryption, and data loss prevention tools) can safeguard businesses against evolving threats and ensure the protection of critical data and systems.
9.1.4 Create programs using a text-based programming language to manage files (e.g., create, delete, move, search, and compress files) and to increase productivity in the business workplace.
12.1.1 Identify and explain the impacts of malware (e.g., ransomware), hacking, phishing, intellectual property theft, and identity theft can have on a business.
12.1.2 Explore appropriate security controls (e.g., security awareness training, antivirus and anti-malware software, access control systems, and information security policies) to protect business information.
13.1.1 Describe common network concepts (e.g., IP address, topology, protocols, bandwidth, and latency).
13.1.2 Describe common network hardware (e.g., modems, routers, switches, firewalls, and servers) that can be used in a business.
13.1.3 Describe common network security (e.g., firewalls and virtual private networks).