
| Question | Answer |
|---|
| It is the number of different states that you can store in a single byte. | 256 |
| How many hexadecimal digits can you store in a single byte? | 2 digits |
| How many octal digits can you store in a single byte? | 3 digits |
| It is a 7-bit code character exchange use to encode characters | ASCII |
| What does ASCII stand for? | American Standard Code for Information Interchange |
| It is a process of removing detail of something to focus on a subset of features without confusing details | Abstraction |
| It can refer to either: a location in memory or a particular piece of memory, or a n identification used to access something like an internet _______ to access a device from the internet. | Address |
| It is a method that simulates the real world in which multiple agents interact with their environment or each other to simulate real-world conditions and behaviors. | Agent Based Modeling |
| It is an independent acting sections of code and data that represent active interacting pieces of a world or system | Agent |
| It is a set of instructions for accomplising a task that terminates when executed | Algorithm |
| This refers when data is measured in continuous values. | Analog |
| This is a runnable program that provides some service. | Application |
| This refers to one of the pieces of data provided as input to a function or procedure through the call to the function or procedure | Argument |
| It is a subfield of computer science that involves the creation of programs that attempt to do what was formerly believed to only be able to be done by humans. | Artificial Intelligence |
| This type of statement stores a value inside a variable. | Assignment |
| This refers to something that is done automatically, often controlled by computer programs and not people. | Autonomous |
| This refers to the volume of informatiuon that is transmitted or processed per second. | Bandwidth |