Example: bachelor of science

A Simpli ed Computer Science Glossary - University of Idaho

A Simplified Computer Science GlossaryDr. Robert B. HeckendornComputer Science Department, University of IdahoFebruary 15, 2022 Here is a very simple Glossary of Computer Science terms. It covers hardware, software, and related ideas. In somecases a narrow definition is given for simplicity sake. This makes a good Glossary for an introduction to computerscience. You should also check out the number systems - This is 2 to the 8th power. It is the number of different numbers that you can store in a byte (8 bits), usuallyranging from 0 to 255. An 8 bit number can be represented by two hexadecimal digits or three octal digits.(see ASCII)AI - Artificial - Pronounced ass-key.

Computer science - a) the study of process, data and computation. b) A very cool profession. (No bias here. ;-) ). Computer - An electronic device for storing and processing information based on programs stored in the computer. Conditional - A control structure such as an if-statement or case-statement that conditionally executes a block of code

Tags:

  Programs, Computer, Sciences, Computer science

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of A Simpli ed Computer Science Glossary - University of Idaho

1 A Simplified Computer Science GlossaryDr. Robert B. HeckendornComputer Science Department, University of IdahoFebruary 15, 2022 Here is a very simple Glossary of Computer Science terms. It covers hardware, software, and related ideas. In somecases a narrow definition is given for simplicity sake. This makes a good Glossary for an introduction to computerscience. You should also check out the number systems - This is 2 to the 8th power. It is the number of different numbers that you can store in a byte (8 bits), usuallyranging from 0 to 255. An 8 bit number can be represented by two hexadecimal digits or three octal digits.(see ASCII)AI - Artificial - Pronounced ass-key.

2 Stands for the American Standard Code for Information Interchange. It is a 7bit codefor 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 - Removing detail of something to focus on a subset of the features without confusing - a) A location in memory or identifying a particular piece of memory. b) An identification that allowsaccess to something such as an internet address which allows one to access a device on the Based Modeling - A method of simulating the real world in which individual agents interact with theirenvironment and each other to simulate real world behaviors and conditions.

3 NetLogo is good at Agent - Independent acting sections of code and data that represent active interacting pieces of a model or - A set of instructions for accomplishing a task that when executed will - Measured in continuous values. The audio signal from a microphone is analog. A clock with hands isconsidered - A runnable program that provides some - One of the pieces of data provided as input to a procedure or function through the call to the procedureor Intelligence - The subfield of Computer Science that involves the creation of programs that attempt to dowhat was formerly believed to only be able to be done by - This stores a value in a variable.

4 An assignment statement has an assignment in it describing thestorage of values in - Controlled by Computer programs and not - Refers to the volume of information that can be transmitted or processed. It is usually measured inbits or bytes per time unit like bits per second .1 Big Data - The problem beginning in the 21stcentury of processing vast amounts of data coming at or refreshingat very high speed. For example satellite sensor data, city monitoring sensors, gene sequencing data, - The base 2 number system. Integer can be encoded as binary which is a string of 0 s and 1 s. Binary isa place-value system in which each bit position denotes a power of 2 (unlike decimal which uses 10 symbolsand powers of 10).

5 Kbits of information can represent 2kdifferent numbers. For example counting in 3 bits ofbinary you can count from 0 to 7: 000, 001, 010, 011, 100, 101, 110, - A binary digit. The smallest unit of information represented by one of two states (usually 0 or 1). It is oftendenoted by a lower case b as in Mbs (mega-bits per second). Or the amount of information gained whenanswering a yes or no - A collection of statements that can be grouped together to be treated as one statement. For instance in Cand Processing statements inside parentheses are treated as one statement that is either executed together ornot. Generally the only entry into a block of code is at the top of the - A type in many programming languages that can hold either a True or a False.

6 The name comes from themathematician George Boole. It can also refer to the type of expression for example the type of the expressionx >6 is Program - The program run when the Computer hardware is powered - To restart a Computer as if the Computer had been powered down regardless of whether it was on and runningor - In messaging passing it is to send the same message to all who can listen as opposed to peer-to-peercommunication for - 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 - 8 bits.

7 It is often denoted by a capital B as in MB (mega-bytes).Call - A statement in a language that starts or invokes a procedure or - Central Processing Unit. Where the Computer instructions are executed. It usually refers to the generalpurpose processor that handles a range of processing intensive - A program that spends most of its time running on the CPU with a disproportionately smallamount of time waiting for data from - Is memory used to speed memory access, that stores data that is anticipated to be used next or was justused and may be used again. For example: cache may exist on slow physically rotating discs to save informationof data that is near to the data just accessed or to hold data without writing it to disc until it is likely not tochange - A circuit board which can be plugged into your Computer Processing Unit - Processing unit that takes streams of bits as data and instructions and executes theinstructions on the data yielding more data and possibly - A single letter or symbol that is represented by a small set of bytes in the Computer .

8 See ASCII - A integrated electronic circuit generally with from thousands to billions of components such as transistorsand capacitors that perform complex functionality such as addressable memory, CPU, I/O - The internal drummer or heartbeat that keeps the CPU activities across the chip and across the moth-erboard in sync. Often measured in megahertz or Computing - Rather than computation occurring locally on one s own Computer , the computation is ondistant machines accessible via the Storage - Rather than the information being stored locally on one s own Computer , the information isstored on distant machines accessible via the - a) In the phrase in the cloud refers to information being stored not on one s own Computer but on adistant mass storage device accessible via the internet.

9 B) Computing that is done not on one s own computerbut on computers accessed via the Computer - Also known as a cluster is a supercomputer made up of many smaller computers such as PCsconnected with very fast network - Comments are important in programs as they are nonexecuting code that explains to a reader of thecode in plain text what is going onComparison - This is an operation that compares things like if the values in two variables are equal. In processingthe 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 Time - During the time that a program is being - A program for translating a program written in one language into code that can be Science - a) the study of process, data and computation.

10 B) A very cool profession. (No bias here. ;-) ). Computer - An electronic device for storing and processing information based on programs stored in the - A control structure such as anif-statement orcase-statement that conditionally executes a block ofcodeControl structure - Code or statement that changes the order of execution for instance an if-statement conditionallyexecutes code while a loop may perform a section of code - A sub-processor on a chip. Usually used when there are more than one processor on a single chip. ModernCPU chips often have several Base - The set of loyal customers a company or other software supplier Abstraction - Giving a name to a complex set of data that forms a single concept thereby removing the needto always refer to all the detail.


Related search queries