Definitions Flashcards

1
Q

256

A

This is 2 to the 8th power. It is the number of different numbers that you can store in a byte (8 bits), usually ranging from 0 to 255. An 8 bit number can be represented by two hexadecimal digits or three octal digits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

AI

A

Artificial Intelligence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ASCII

A

Stands for the American Standard Code for Information Interchange. It is a 7bit code for characters. For example: the letter ’x’ is represented as 1111000. Because it is only 7 bits long, an ASCII character can be stored in a byte.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Abstraction

A

Removing detail of something to focus on a subset of the features without confusing details.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Address

A

a) A location in memory or identifying a particular piece of memory.

b) An identification that allows access to something such as an internet address which allows one to access a device on the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Agent Based Modeling

A

A method of simulating the real world in which individual agents interact with their environment and each other to simulate real world behaviors and conditions. NetLogo is good at Agent Based Modeling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Agent

A

Independent acting sections of code and data that represent active interacting pieces of a model or system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Algorithm

A

A set of instructions for accomplishing a task that when executed will terminate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Analog

A

Measured in continuous values. The audio signal from a microphone is analog. A clock with hands is considered analog.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Application

A

A runnable program that provides some service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Argument

A

One of the pieces of data provided as input to a procedure or function through the call to the procedure or function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Artificial Intelligence

A

The 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Assignment

A

This stores a value in a variable. An assignment statement has an assignment in it describing the storage of values in variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Autonomous

A

Controlled by computer programs and not people.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Bandwidth

A

Refers to the volume of information that can be transmitted or processed. It is usually measured in bits or bytes per time unit like “bits per second”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Big Data

A

The problem beginning in the 21st century of processing vast amounts of data coming at or refreshing at very high speed. For example satellite sensor data, city monitoring sensors, gene sequencing data, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Binary

A

The base 2 number system. Integer can be encoded as binary which is a string of 0’s and 1’s. Binary is a place-value system in which each bit position denotes a power of 2 (unlike decimal which uses 10 symbols and powers of 10). k bits of information can represent 2k different numbers. For example counting in 3 bits of binary you can count from 0 to 7: 000, 001, 010, 011, 100, 101, 110, 111.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Bit

A

A binary digit. The smallest unit of information represented by one of two states (usually 0 or 1). It is often denoted by a lower case ’b’ as in Mbs (mega-bits per second). Or the amount of information gained when answering a yes or no question.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Block

A

A collection of statements that can be grouped together to be treated as one statement. For instance in C and Processing statements inside parentheses are treated as one statement that is either executed together or not. Generally the only “entry” into a block of code is at the top of the code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Boolean

A

A type in many programming languages that can hold either a True or a False. The name comes from the mathematician George Boole. It can also refer to the type of expression for example the type of the expression x > 6 is Boolean.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Boot Program

A

The program run when the computer hardware is powered up.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Boot

A

To restart a computer as if the computer had been powered down regardless of whether it was on and running or not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Broadcast

A

In messaging passing it is to send the same message to all who can listen as opposed to peer-to-peer communication for instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Bus

A

a) the main path for bits traveling in parallel in and out of a CPU or between major computational, storage, and device components. It is often many bits wide.

b) Any pathway for bits to travel in parallel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Byte
8 bits. It is often denoted by a capital B as in MB (mega-bytes).
26
Call
A statement in a language that starts or invokes a procedure or function.
27
CPU
Central Processing Unit. Where the computer instructions are executed. It usually refers to the general purpose processor that handles a range of processing tasks.
28
CPU intensive
A program that spends most of its time running on the CPU with a disproportionately small amount of time waiting for data from memory.
29
Cache
Is memory used to speed memory access, that stores data that is anticipated to be used next or was just used and may be used again. For example: cache may exist on slow physically rotating discs to save information of data that is near to the data just accessed or to hold data without writing it to disc until it is likely not to change again.
30
Card
A circuit board which can be plugged into your computer motherboard.
31
Central Processing Unit
Processing unit that takes streams of bits as data and instructions and executes the instructions on the data yielding more data and possibly instructions.
32
Character
A single letter or symbol that is represented by a small set of bytes in the computer. See ASCII and Unicode.
33
Chip
A integrated electronic circuit generally with from thousands to billions of components such as transistors and capacitors that perform complex functionality such as addressable memory, CPU, I/O functions.
34
Clock
The internal “drummer” or heartbeat that keeps the CPU activities across the chip and across the motherboard in sync. Often measured in megahertz or gigahertz.
35
Cloud Computing
Rather than computation occurring “locally” on one’s own computer, the computation is on distant machines accessible via the internet.
36
Cloud Storage
Rather than the information being stored “locally” on one’s own computer, the information is stored on distant machines accessible via the internet.
37
Cloud
a) In the phrase “in the cloud” refers to information being stored not on one’s own computer but on a distant mass storage device accessible via the internet. b) Computing that is done not on one’s own computer but on computers accessed via the internet.
38
Cluster Computer
Also known as a cluster is a supercomputer made up of many smaller computers such as PCs connected with very fast network hardware.
39
Comment
Comments are important in programs as they are nonexecuting code that explains to a reader of the code in plain text what is going on
40
Comparison
This is an operation that compares things like if the values in two variables are equal. In processing the equals comparison is done with the double equals: ==. In NetLogo it is done with a single equals: =. Other comparisons are things like not equal and greater than.
41
Compile Time
During the time that a program is being compiled.
42
Compiler
A program for translating a program written in one language into code that can be executed.
43
Computer science
a) the study of process, data and computation. b) A very cool profession. (No bias here. ;-) ).
44
Computer
An electronic device for storing and processing information based on programs stored in the computer.
45
Conditional
A control structure such as an if-statement or case-statement that conditionally executes a block of code
46
Control structure
Code or statement that changes the order of execution for instance an if-statement conditionally executes code while a loop may perform a section of code repeatedly.
47
Core
A sub-processor on a chip. Usually used when there are more than one processor on a single chip. Modern CPU chips often have several cores.
48
Customer Base
The set of loyal customers a company or other software supplier supports.
49
Data Abstraction
Giving a name to a complex set of data that forms a single concept thereby removing the need to always refer to all the detail. To hide the details of data by referring to the whole rather than the parts. For example a complex data structure may be necessary to describe all the details of a car but could collectively be referred to as simply the car type. All the data of the car could for instance be created, copied, sorted, deleted without mentioning all the component parts.
50
Data Mining
Using algorithms to infer complex results for masses of data such as sensor data or the world’s web pages. Generally to be data mining most of the data available is not relevant but large enough amounts are that it is nontrivial to draw conclusions.
51
Data intensive
A program that spends most of its time waiting for data from memory rather than computing. Sometimes called memory intensive.
52
Database
An organized collection of data and services to access them in a variety of ways relevant to the data.
53
Declaration
A statement in a program that attaches a property to a symbol. For example in Processing you might say: “float x” which means that the variable x has the property that it is a floating point number. In processing you have to declare variables giving them a type before you use them.
54
Device
A unit or piece of hardware with a specific purpose such as a disk, keyboard, audio board, etc.
55
Digital Divide
The societal advantages for those with internet or computer access over those who do not have access or have limited access
56
Digital
Measured in a set of discrete steps. The audio signal on a CD or in an mp4 file is digital. cf. Analog.
57
Disk
A magnetic storage device that records data on a spinning disk. The bulk of long term storage on a today’s computers is “on the disk”. The main file system is usually found here. Compare with the term SSD
58
Drone
An unmanned flying vehicle. May be remote controlled or autonomous.
59
Embedded
A computer is said to be embedded if it is integrated into the function of a physical item. The computers in a car are embedded in the car. One speaks of embedded systems.
60
Emacs
A classic highly reconfigurable editor that challenges vi for dominance of UNIX based text editing.
61
Encryption
To use a code to render data unintelligible. An encryption key is data that when supplied to an encryption program and the original data to be encrypted yields the encrypted data. A decryption key when supplied with a decryption program and encrypted data the recovers the original data. Many times these two keys are the same.
62
Executable
A file that can be executed by the operating system.
63
Expression
Is a language construct that can be used to produce a value. For example sqrt(3) or 4+7*88.
64
External hard drive
A disk that is a peripheral.
65
File Extension
When naming a file there is often a part after the last period in the file name called the file extension that indicates the type of the file such as pdf, jpg, txt, etc.
66
File
A single block of information allocated by an operating system for retention beyond the execution time of any program.
67
File System
A formatting of memory such as a disk by the Operating System to organize that memory into a hierarchy of directories and files. It can mean the format standard or the formatted memory.
68
Flag
A term used in reference to a Boolean variable used to answer an true or false question. For example. For example: the variable errorFlg is used in the program to indicate if an error has been found. Often flag variables are used as a parameter to control some aspect of a function or program. For example: the variable noOutput is used to control if the program is to produce any visible output or not.
69
Floating Point Number
A number with a decimal in it like 3.141592653589.
70
Front-side Bus
It is a connection between the CPU and fast components of your computer like RAM and GPU (See the term Bus). Technically it is a term for a specific Intel transport mechanism but can be used in this general way
71
Functional Abstraction
Abstraction to what a section of code will do rather that the details of how it does it. A function definition allows for abstracting the contained code to a simple call to a function.
72
Function
A standalone segment of code with a clear set of inputs and output that performs a specific function and returns a value. It is essentially a procedure that returns a value.
73
Giga
A prefix for a billion, (10^9) as in a gigabyte or gigahertz or gigabananas (billion bananas).
74
GPU - Graphics Processing Unit
It is a CPU that processes instructions specifically targeted at graphics processing. It is highly parallel with hundreds to thousands of simple cores.
75
Grammar
The formal specification of the syntax of a language
76
Graphics card
Is a circuit board containing a GPU (CPU that processes instructions specifically targeted at graphics processing. This is especially useful for games and simulation programming).
77
Graphics processing
Image construction and manipulation.
78
HSB or HSV
Stands for “Hue, Saturation, Brightness or Value”. It is a way of specifying a color by giving the amount of each of three contributing factors to make the color: Hue is the color in the color wheel, Saturation is the amount of color versus white, Value is how bright the color is or distance from black.
79
HTML
Hypertext Markup Language. A language used to write internet based documents that can refer to each other.
80
HW
Abbreviation for hardware.
81
Hard drive
Same as disk.
82
Hardware
Physical components of a computer or related equipment.
83
Hertz
A cycle or oscillation per second. A second hand on a standard analog clock ticks at 1 hertz. The clock on most computers is currently on the order of 1 gigahertz.
84
Hexadecimal
The base 16 number system (compare with binary). It is often used to express binary numbers in shorter strings than binary or octal. Counting to 20 using two hex symbols: 01, 02, 03, 04, 05, 06, 07, 08, 09, 0a, 0b, 0c, 0d, 0e, 0f, 10, 11, 12, 13, 14.
85
Hex
Short for Hexadecimal.
86
High Level Language
A language that is NOT similar to the one that runs on the hardware and deals more complex data types and control structures than the hardware. Languages like Java, C, C++, Python...
87
I/O
Input and output.
88
IDE
Integrated Development Environment. A software tool to help you write software. Examples include the open source: Eclipse and NetBeans and the proprietary Microsoft Visual Studio.
89
Indenting
Indenting is a MUST in your program. Indenting shows the reader what is the intended nesting of the code. Indenting is a critical tool in debugging. Always, always indent!!
90
Instruction
a) A single executable action for the CPU b) the binary encoded form for the instruction.
91
Integer
A whole number, that is, with no fractional part. Maybe be positive, negative, or zero.
92
Interface
The formal way in which two things interact. In particular how humans and machines interact or two pieces of software interact.
93
Internet
A network of computers, routers, and other networks interconnected with a specific network communications protocol (TCP/IP).
94
Interpreter
A combination of a compiler and runtime environment that translates and executes a program in one step.
95
IOT
Internet of Things. Physical objects with embedded computers that represent the object on the internet. For example, a washing machine may be on the internet allowing an owner to “start the wash” remotely. Around 2021 the number of IOT devices exceeded the number of people and continues to grow.
96
IT
Information Technology. This refers to general hardware, OS, and network design and support.
97
Keyword
A reserved word in the language that has special meaning in the language and cannot be appropriated for other purposes. For example “for” in Processing or C++.
98
Kilo
A prefix for a thousand, as in a kilobyte.
99
Kilobyte
May be 1000 bytes or 1024 (2^10) bytes depending on situation.
100
Linux
An operating system authored by Linus Torvalds as a free operating system. Companies that distribute Linux make their money in configuration and support. It is based on the UNIX operating systems.
101
Local variable
A variable that is accessible only in a portion of the code. Generally, within a procedure and is created as you enter a procedure and destroyed as you leave.
102
Logic Error
A semantic error. Note: Compiler writers may draw a subtle distinction between the two.
103
Loop
A control structure in the code that causes repeated execution of a section of code.
104
Machine Instructions
The instructions executed by a CPU. The bit level instructions of a computer.
105
Machine Learning
Is a branch of Artificial Intelligence that uses statistical modeling to learn from experience.
106
Malware
Software that is surreptitiously installed on a computer to damage, compromise, or acquire data. It may also be used to for unauthorized accessibility to the function of the computer e.g. cause damage to a machine controlled by the computer
107
Meerkat
A burrowing social mammal of the mongoose family found in southern Africa.
108
Mega
A prefix for a million, (10^6) as in a megabyte or megahertz.
109
Memory
Addressable storage for storage and retrieval of bytes of data. The term memory generally refers to the memory that is off CPU. See the terms Cache and RAM.
110
Message Passing
A way to pass information between processes, machines, or threads that are running in parallel.
111
Motherboard
The main circuit board generally connecting most major components of a computer such as CPU, memory, I/O devices.
112
Multi-Core processor
A chip with multiple processors and cache memory to speed execution.
113
Nano
a) a prefix for a billionth, as in a nanosecond or a nanometer. b) a very small thing like nanotechnology.
114
Nanosecond
A billionth of a second. Light travels about a foot in a vacuum in a nanosecond
115
Nest
Nesting is an important feature of most computer programs and languages. To nest a piece of code in another piece of code is to use the first code as a integral block of function in the second piece of code. For example we could nest a for statement in the body of another for statement.
116
NetLogo
An easy to use agent based modeling language and development environment based on the classic Logo language
117
NetLogo
An easy to use agent based modeling language and development environment based on the classic Logo language
118
Network
An interconnected set of computers that can share information.
119
Northbridge
Connects the CPU to high speed data components such as memory and graphics cards.
120
OS
Operating System.
121
Object Oriented programming
A programming style in which variables and functions are associated in an object and visibility of the contents of the object is constrained. For example in Scratch, a sprite “owns” its own local variables and scripts/threads.
122
Object
A collection of variables and functions brought together in a programming system to represent a physical thing, its data and its function.
123
Octal
The base 8 number system (compare with binary). It is often used to express binary numbers in shorter strings. Counting to 10 using two octal symbols: 01, 02, 03, 04, 05, 06, 07, 10, 11, 12.
124
On Chip
Generally means the functionality is on the CPU chip or the chip under discussion. Can refer to hardware as in “The north bridge can now be found on chip” or refer to execution as in “the data and instructions are cached on chip”.
125
Open Source
An application or software which is provided with the source code, usually with few restrictions, for repurposing or augmenting.
126
Operating System
The program that runs on the computer hardware creating information objects such as files and processes and assures the fair and secure allocation of processor time, access to files, access to devices, and other resources. Accounts and access control of data is commonly provided giving privacy/security
127
Operator
Is a computational or mathematical operator such as ==, equal, *, +, /. It generally is used in-between the values to be used as input for the operator (called operands). For example 1+2.
128
PC
Personal Computer or sometimes stands for a Personal Computer running the Windows operating system.
129
Packet
A unit of information into which data is broken up for transmission in a network or by other means. For example a stream or file of data would be broken up into packets and sent separately across the internet.
130
Pairs Programming
A programming methodology that has two programmers set down at a single keyboard and display to program as a team effort. Producing more and better working code.
131
Parallel Computing
The field of Computer Science that deals with algorithms, techniques and hardware that enables simultaneous execution of many streams of instructions.
132
Parallel
Processes run in parallel means they are executing at the same time on different CPUs or cores.
133
Peripheral
A physical device used by a computer that is not part of the physical box containing CPU and memory. A printer is an example.
134
Peta
A prefix for a quadrillion (10^15) as in a petabyte.
135
Port
A physical socket on a computer for attaching the computer to external devices such as a printer or a router.
136
Powers of Two
A number that is the product of two multiplied together many times. The kth power of two is denoted 2k. Powers of two are very important in computing because k bits can be used to number 2k things in binary. The first few powers of two are: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096.
137
Procedure
A standalone segment of code with a clear set of inputs and output that performs a specific function. Compare with function.
138
Process
An operating system construct that is a running program.
139
Processing
A language originally designed for artists to allow them to do simple graphical design programs in a movie like paradigm.
140
Programming
Constructing a program; usually in a high level language. The art of instructing computers how to store, retrieve, and process data automatically.
141
Program
An implementation of an algorithm.
142
Proprietary
Owned by an individual or company and whose use generally requires payment.
143
Protocol
A standard for communication between pieces of hardware or between pieces of software that allows information and/or commands to be exchanged.
144
RAM
Random Access Memory. Generally refers to the memory that is not in the CPU and not a disk. In general it is volatile and anything in it is lost when the computer is turned off. It’s used to temporarily store current instructions and data during execution amongst other things.
145
Ransomware
Malicious software designed to hold data hostage for money often by encrypting it.
146
RGB
Stands for “Red, Green, Blue”. It is a way of specifying a color by giving the amount of each of three contributing primary colors to make the desired color.
147
Reboot
To restart a computer as if the computer had been powered down even though it was turned on and possibly running.
148
Recursion
The programming or algorithm technique of invoking a procedure from within itself.
149
Router
A networking device that forwards data packets between computer networks and may also be used to connect computers to a network.
150
Shell
A character based program that gives the user simple and programmatic access to the operating system via commands
151
STEM
Science Technology Engineering and Mathematics - The set of fields many educational institutions and governments are focusing on to improve enrollments and retention.
152
SW
Abbreviation for software.
153
Scalable Computing
An application supported on an amount of hardware that automatically adjusts to the size of the demand thereby saving money by using less hardware when demand is light and more when the demand is heavy.
154
Scratch
A language created by MIT containing colorful characters and easy for beginners to write programs without syntax errors
155
Semantics
The meaning of statements in a language as distinct from the syntax.
156
Semantic Error
A legal program that creates incorrect results for some input.
157
Server
A computer that provides some service and is accessible over the internet.
158
Simulation
Modeling the behaviors and conditions of the real world.
159
SoC
System on a chip. A single integrated circuit that integrates all or most components of a computer including CPU, memory, I/O and bus. May including devices such as wireless modems. Contrast with motherboard-based PC architectures. Examples of SoCs include Apple M1, Snapdragon, and ARMxxx chips.
160
Software
A set of information that includes at least one program and optionally many programs and data files. The set of information is generally related and used with a specific goal in mind such as image processing software.
161
Solid state disk (SSD)
Uses chips to emulate a rotating disk but with no moving parts. Much faster than rotating mechanical disks but currently not as much storage and more expensive.
162
Southbridge
Connects the CPU to lower speed data components such as internet, keyboard, audio, USB, etc.
163
Speed of Light
Generally means the speed of light in a vacuum. It is about 3 X 10^8 m/s
164
Statement
A basic statement or command in program or the basic unit of a grammar of a programming language. For instance: the three assignment statements were followed by an if statement.
165
String
a) An ordered sequence such as a string of bits or characters. b) a string of characters.
166
Strongly Typed
A language is strongly typed if all type errors can be found at compile time
167
Supercomputer
A computer with a much higher than average performance.
168
Syntax
The grammar for a language or the rules to decide if a statement is in the language but not the meaning.
169
Syntax Error
Creating a illegal program in the language by making an error such as a typo, insertion, deletion, or misuse of an element of the language. E.g. leaving off a trailing semicolon in Processing or misspelling a key word.
170
System Call
A programmatic interface to operating system features
171
Telepresence
A set of technologies which allows a person to feel as if they were present, to give the appearance of being present, and/or to have an effect as if present.
172
Tera
A prefix for a trillion (10^12) as in a terabyte.
173
Text
a) just the set of bits that represents a stream of symbols in a language. It does not include any formatting or information such as font or color. b) any representation of a set of symbols. c) text encoded in ASCII.
174
Thread
A thread is a “lightweight” sub-unit of execution of a process that can run in parallel with other threads in the process. It is a way to have parts of a process run simultaneously.
175
Time sharing
Fairly splitting up time between running processes.
176
Tractable
Solvable in a practical amount of time.
177
Type
The kind of data that can be stored or referred to and has a specific set of operations that apply to it such as addition is an operation that is used on integers. Popular types are int, float, boolean. Processing supports types like color and string as well.
178
UAV
Unmanned Aerial Vehicle and autonomous drone.
179
UNIX
A variety of operating system that originated in the 70s as an independent project in Bell Labs and has grown to be the basis of many of today’s operating systems including Linux and Apple distributions.
180
URL
A Uniform Resource Locator or web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it such as HTTP or FTP
181
Usagi
The Japanese word for rabbit.
182
USB
Universal Serial Bus. A popular standard for creating a data path between computers and peripherals. It includes the capability of powering a device. More recently USB has been used as a power source alone, disregarding its data protocols.
183
Unicode
A method for encoding a string of symbols as bits. This set of schemes can be used to represent nearly any symbol including Chinese. However, Klingon (plqaD) is not currently in the standard. However: http://en.wikipedia.org/wiki/ConScript Unicode Registry.
184
Variable
A place in a running program where data is stored. For example the variable x might contain a number like 42.
185
Virtual Machine
A virtual machine is a software implementation of a machine that executes programs like a physical machine. The machine that is mimicked need not really have a hardware implementation but only exist as a virtual machine.
186
Visibility
Said of a variable. A variable is visible if its contents can be accessed by its name. A local variable in one function might not be visible from inside another function.
187
Vi
The classic text editor on a UNIX machine. Generally available on all UNIX based operating systems. The modern version of vi is vim.
188
Windows
The proprietary operating system distributed by Microsoft.