programmingflashcards
change
sort:
best match
most recent
popularity
|
Social Networking
|
|
Python vocabulary - Flashcards: 25
Description: Beginning python vocabulary flashcards.
Popularity 0 Tags programming python Author: Mspaulyall Created: 2012-02-01
Data Structures - Flashcards: 34
Description: Data structure definitions
Popularity 0 Tags compsci datastructures programming Author: bboyad9 Created: 2012-02-01
C++ Programming - Flashcards: 107
Description: Starting Out With C++
Tony Gaddis
7th Edition - Pearson
Popularity 0 Tags c++ definitions programming structures Author: LizNenno65914 Created: 2012-01-27
ADVANCED vb.net - Flashcards: 68
Wied's Final - Flashcards: 106
Description: Flashcards for DOM, PHP, and JavaScript
Popularity 0 Tags 2011 dec final internet programming Author: wigginec16 Created: 2011-12-02
Patterns Questions - Flashcards: 7
Description: This covers the most commonly asked patterns questions.
Popularity 0 Tags design patterns programming Author: jcllings9s68 Created: 2011-11-21
Java Fundamentals (CSE201 Midterm) - Flashcards: 4
Description: From my CSE201 class AU' 2011
Popularity 0 Tags computer java programming science Author: rdowell19 Created: 2011-10-25
Hungarian notation (programming) - Flashcards: 27
Description: Study guide for learning hungarian notation.
Original article is in:
http://msdn.microsoft.com/en-us/library/Aa260976
Popularity 0 Tags hungarian notation programming Author: mario.huizar9 Created: 2011-10-07
Secure Programing - Flashcards: 6
Description: Miscellaneous security program questions
Popularity 0 Tags programming security Author: iajensen9 Created: 2011-09-29
VB.NET (Fall 2011) - Flashcards: 355
Description: Visual Basic (introductory class using Visual Studio 2010)
Popularity 3 Tags basic it programming visual Author: mj_hess Created: 2011-09-26
Java Programming - Flashcards: 4
Description: Java Coding standards, syntax and rules
Popularity 0 Tags 111 ics java programming Author: courtneylobo9 Created: 2011-09-15
ACC 260 exam 1 - Flashcards: 53
Description: Flashcards for chapters 1-3
Popularity 1 Tags basic computers programming visual Author: rpkluge9 Created: 2011-09-12
iOs SDK - Flashcards: 2
Description: iOs SDK and Objective C flash cards
Popularity 0 Tags ios programming Author: gmoralesasencio9 Created: 2011-09-04
Binary numbers for computer programming - Flashcards: 40
Description: This flashcard will help you memorize the values of relevant binary numbers for computer programming:
- Relevant powers of two up to 2^64
- Binary prefixes: kilo, mega, giga, tera, peta, exa
- Range of signed and unsigned variables up to 64 bits
Popularity 1 Tags binary programming Author: droggo9 Created: 2011-09-01
Programming Ch 2 Vocabulary - Flashcards: 19
Description: the vocabulary from Chapter 2 of An Introduction to Programming with Alice 2.2
Popularity 0 Tags programming vocab Author: running_fox_li9 Created: 2011-09-01
Programming Chapter 1 Vocabulary - Flashcards: 20
Description: The vocabulary from Chapter One of An Introduction to Programming Using Alice 2.2 and the first lecture of class.
Popularity 0 Tags programming vocab Author: running_fox_li9 Created: 2011-08-30
Clinical Procedures of Speech Pathology - Flashcards: 30
Description: Exam 1: Chapter 1
Popularity 1 Tags behavior collection data design key modification programming session strategies teaching Author: tfain169 Created: 2011-06-15
c++ - Flashcards: 15
Learning Python 2.7 - Flashcards: 1
Description: Learning Python 2.7 notes
Popularity 0 Tags programming python Author: Upside Down Coin Created: 2011-05-22
java - Flashcards: 5
Java - Chapter 1 - Intro to Computers, Programs and Java - Flashcards: 5
Description: Flashcards to help teach all the key material from Chapter 1 on Java.
Popularity 1 Tags computer java programming Author: akomapochuff11 Created: 2011-05-03
EMB307 Broadcast Programming -- Final Exam Flashcards (Vocabulary) - Flashcards: 47
Description: These flashcards correspond to the terms and concepts up through the final exam in Media Programming.
Popularity 0 Tags 2011 emb307 media nku programming spring wagar Author: boehmkera17 Created: 2011-04-29
Assembly Language Programming for the IBM PC - Flashcards: 5
Description: Flashcards for the Assembly Language programming course I took in Spring 2011.
Popularity 0 Tags assembly classes code mov opcodes programming Author: surveymail7 Created: 2011-04-21
C# Delegates - Flashcards: 10
Description: Since C# does not allow direct manipulation of pointers 'delegates' provide an alternative to C++ function pointers.
Popularity 0 Tags C# programming Author: kennethray259 Created: 2011-04-20
C# Indexers and Properties - Flashcards: 18
Description: Indexers allow you to create 'arrays' of class or struct instances. Properties allow assigning and retrieve instance values of class members while abstracting any underlying processing.
Popularity 0 Tags c# indexers net programming Author: kennethray259 Created: 2011-04-20
C# Boxing and Unboxing of Value Types - Flashcards: 6
Description: C# is an object oriented language. Everything can be treated as an object (i.e., a reference type). Boxing provide a way of converting value types (i.e., non-reference types) to objects.
Popularity 0 Tags boxing c# csharp net programming unboxing Author: kennethray259 Created: 2011-04-20
C# Datatypes - Flashcards: 16
Description: Definitions of the simple value types defined by C# within the .NET Framework.
Popularity 0 Tags c# csharp data datatypes memorize net programming types Author: kennethray259 Created: 2011-04-20
C# Attributes - Flashcards: 17
Description: C# attributes is a mechanism for providing additional information about declarations at compile time. Attribute information can be retrieved at run time using reflection.
Popularity 0 Tags attributes c# net programming Author: kennethray259 Created: 2011-04-20
C# Arrays - Flashcards: 16
Description: Arrays are the simplest of complex data structures.
Popularity 0 Tags arrays c# net programming Author: kennethray259 Created: 2011-04-20
C# Miscellaneous Topics - Flashcards: 18
Description: Parameter passing<br />the Main() method<br />using preprocessing
Popularity 0 Tags c# misc net programming Author: kennethray259 Created: 2011-04-20
C# Operators - Flashcards: 17
Description: This is memorization exercise to be able to recite and name the various C# operators. It's boring but necessary.
Popularity 0 Tags c# net operators programming Author: kennethray259 Created: 2011-04-20
C# Preprocessor Directives - Flashcards: 14
Description: Names and uses of preprocessor directives.
Popularity 0 Tags c# net preprocessor programming Author: kennethray259 Created: 2011-04-20
C# Signatures, Overloading and Scope - Flashcards: 18
Description: How does CLR know what code to execute? This section will help you answer this question.
Popularity 0 Tags c# net overloading programming scope signatures Author: kennethray259 Created: 2011-04-20
C# Constructors and Destructors - Flashcards: 17
Description: Because C# is object oriented, most of the data structures inherit from object. Except for value types, they are initialized as empty data structures. C# provides a mechanism, called constructors that you use to initialize your data structures. Sometimes it is necessary to get rid of a data structure (mostly this is done by C#). For this purpose you can use destructors.
Popularity 0 Tags c# constructors destructors net programming Author: kennethray259 Created: 2011-04-20
MCTS .Net Framework - Chapter 1 - Flashcards: 76
Description: Flashcards for Chapter 1
Popularity 0 Tags c# dotnet framework mcts net programming visual Author: kennethray259 Created: 2011-04-20
Functional Programming vs. Imperative Programming - Flashcards: 8
Description: Breaks down the differences between functional and imperative programming
Popularity 0 Tags functional imperative programming Author: kennethray259 Created: 2011-04-20
Objective C 2.0 Basics - Flashcards: 82
Description: Cards based off of text from:
https://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/chapter_1_section_1.html#//apple_ref/doc/uid/TP30001163-CH1-SW2
Popularity 0 Tags Objective C programming Author: kennethray259 Created: 2011-04-19
Computer Architecture - Flashcards: 213
Description: Flash cards from - Computer Architecture A Quantitative Approach
Popularity 0 Tags programming Author: kennethray259 Created: 2011-04-19
Object Oriented Programming - Flashcards: 52
Description: Definitions for the first half of an object oriented programming class at the university of florida
Popularity 0 Tags programming Author: kennethray259 Created: 2011-04-19
Distributed Operating Systems - Concurrent Processing and Programming - Flashcards: 10
Description: Communication, sychnronization, and scheduling
Popularity 0 Tags programming Author: kennethray259 Created: 2011-04-19
C++ Basics - Flashcards: 10
C# Reference Types - Flashcards: 33
Description: Because C# is an object oriented language much of it is dedicated to dealing with reference types. This section allows one to review the fundamentals of reference types.
Popularity 0 Tags C# programming Author: kennethray259 Created: 2011-04-19
Chapter 7 - Computer Networks - Flashcards: 12
Description: Computer Concepts & Programming
Popularity 0 Tags computer concepts networks programming Author: d.lambropoulos919 Created: 2011-04-13
Chapter 10: Markup, Scripting, And Programming for the Web - Flashcards: 15
Description: This chapter is about how to use markup, script, and programming languages for multimedia websites.
Popularity 0 Tags 10 language markup programming script Author: fasterthanyou99 Created: 2011-04-04
VIM - Flashcards: 19
Description: Vim Hotkeys
Popularity 0 Tags programming vim Author: trent.hauck.spam9 Created: 2011-04-03
Introduction to Computer Computer Programming - Flashcards: 10
Description: Flashcards for the first year intro to programming class I took in 2011
Popularity 0 Tags computer history introduction programming science softwere Author: lbwoodhead11 Created: 2011-03-08
EMB307 Broadcast Programming -- Past Quiz Flashcards - Flashcards: 83
Description: These flashcards correspond to the terms and concepts from past quizzes in Media Programming.
Popularity 0 Tags 2011 emb307 media nku programming spring wagar Author: boehmkera17 Created: 2011-02-27
EMB307 Broadcast Programming -- Midterm Flashcards (New) - Flashcards: 11
Description: These flashcards correspond to the terms and concepts up to the midterm in Media Programming.
Popularity 0 Tags 2011 emb307 media nku programming spring wagar Author: boehmkera17 Created: 2011-02-27
EMB307 Broadcast Programming -- Midterm Flashcards - Flashcards: 70
Description: These flashcards correspond to the terms and concepts up to the midterm in Media Programming.
Popularity 0 Tags 2011 emb307 media nku programming spring wagar Author: boehmkera17 Created: 2011-02-26
CS 360 - Socket Programming - Flashcards: 10
Description: Socket Programming
Popularity 0 Tags internet programming sockets Author: pathofsouls11 Created: 2011-02-11
CS 360 - Threading and Synchonization - Flashcards: 13
Description: Threading synchronization
Popularity 0 Tags internet programming synchronization threading Author: pathofsouls11 Created: 2011-02-11
CS 360 - Web Server Architecture - Flashcards: 24
Description: Web Server Architecture
Popularity 0 Tags architecture programming server Author: pathofsouls11 Created: 2011-02-11
Programming Language Pragmatics Chp. 2 - Flashcards: 11
Description: Programming Language Pragmatics Chp. 2
Popularity 0 Tags 2 chp language pragmatics programming Author: kollu13 Created: 2011-02-02
Secure Programming With Static Analysis Chapter 1 - Flashcards: 8
Description: Chapter 1 of Secure Programming with Static Analysis
Popularity 0 Tags programming secure Author: mcf22809 Created: 2011-01-23
FUNDAMENTALS OF PROGRAMMING Chapters 1 - 4 - Flashcards: 10
Description: Spring 2011 Fundamentals of Programming
Popularity 0 Tags (211s-22609-cosc-1315-010) acc austin college community fundamentals of professor programming tucker william Author: joefromaustin9 Created: 2011-01-23
iPhone SDK Programming - Flashcards: 3
Description: Flashcards for iPhone SDK Programming (Objective C, Cocoa Touch)
Popularity 0 Tags cocoa iphone programming Author: keith1068l Created: 2011-01-04
php - Flashcards: 3
Description: php code and conventions
Popularity 0 Tags code php programming Author: adamkiryk9 Created: 2010-12-30
programing general concepts - Flashcards: 18
Description: programing theory and general concepts
Popularity 0 Tags programming Author: madsamuel9 Created: 2010-12-15
320 Exam - Flashcards: 45
Description: notes for final
Popularity 0 Tags languages programming Author: bobcstrick9 Created: 2010-12-07
Organization Programming Languages - Flashcards: 30
Description: Organization Programming Languages flashcards for 2010
Popularity 0 Tags programming Author: troynt Created: 2010-11-18
Pixar Renderman (Prman) - Flashcards: 22
Description: Flashcards for Prman's programming languade.
Popularity 0 Tags 3d graphics language prman programming renderman ribs vfx Author: blafusel9 Created: 2010-11-07
Pixar Renderman (Prman: Graphics State) - Flashcards: 4
Description: The RenderMan Interface is similar to other graphics packages in that it maintains a graphics state. The graphics state contains all the information needed to render a geometric primitive. RenderMan Interface commands either change the graphics state or render a geometric primitive. The graphics state is divided into two parts: a global state that remains constant while rendering a single image or frame of a sequence, and a current state that changes from geometric primitive to geometric primiti ...
Tags 3d graphics language prman programming renderman ribs vfx Author: blafusel9 Created: 2010-11-07
Pixar Renderman (Prman: Graphics State: Options: Camera) - Flashcards: 13
Description: The graphics state has various options that must be set before rendering a frame. The complete set of options includes: a description of the camera, which controls all aspects of the imaging process (including the camera position and the type of projection); a description of the display, which controls the output of pixels (including the types of images desired, how they are quantized and which device they are displayed on); as well as renderer run-time controls (such as the hidden surface algor ...
Tags 3d graphics language prman programming renderman ribs vfx Author: blafusel9 Created: 2010-11-07
Pixar Renderman (Prman: Graphics State: Options: Displays) - Flashcards: 9
Description: The graphics state contains a set of parameters that control the properties of the display process
Popularity 0 Tags 3d graphics language prman programming renderman ribs vfx Author: blafusel9 Created: 2010-11-07
Pixar Renderman (Prman: Graphics State: Options: Additional options) - Flashcards: 3
Description: Additional RenderMan Interface Options
Popularity 0 Tags 3d graphics language prman programming renderman ribs vfx Author: blafusel9 Created: 2010-11-07
ar Renderman (Prman: Graphics State: Options: Implementation-specific options) - Flashcards: 5
Description: Rendering programs may have additional implementation-specific options that control parameters that affect either their performance or operation. These are all set by the following procedure. In addition, a user can specify rendering option by pre-pending the string "user:" onto the option name. While these options are not expected to have any meaning to a renderer, user options should not be ignored. Rather, they must be tracked according to standard option scoping rules and made a ...
Tags 3d graphics language prman programming renderman ribs vfx Author: blafusel9 Created: 2010-11-07
Pixar Renderman (Prman: Graphics State: Attributes) - Flashcards: 12
Description: Attributes are parameters in the graphics state that may change while geometric primitives are being defined
Popularity 0 Tags 3d graphics language prman programming renderman ribs vfx Author: blafusel9 Created: 2010-11-07
Computer Science Final Review - Flashcards: 31
Description: Flashcards for the Computer Science and Engineering (CSE) 203 class I took in Autumn 2010
Popularity 2 Tags computer design gaming graphics program programming science Author: Fred007 Created: 2010-10-20
CAD Quiz #3 - Flashcards: 13
Description: CAD Quiz study questions for October 4
Popularity 0 Tags cad engineering programming software solidworks Author: kve110 Created: 2010-10-03
COMP 152 Chapter 1 - Flashcards: 30
Description: Notes for the Introduction to Structured Programming course I took in Fall 2010 at UFV in Canada.
Popularity 0 Tags comp computer computers engineering intro programing programming tech Author: micthiesen9 Created: 2010-09-30
COMP 152 Chapter 2 - Flashcards: 33
Description: Notes for the Introduction to Structured Programming course I took in Fall 2010 at UFV in Canada.
Popularity 0 Tags comp computer computers engineering intro programing programming tech Author: micthiesen9 Created: 2010-09-30
c# constructor modifiers - Flashcards: 8
Description: c# constructor modifiers
Popularity 3 Tags c# constructor modifiers programming Author: adrianmooreuk11 Created: 2010-08-23
Java Chapter 2 - Flashcards: 36
Description: Java Programming 2010
Popularity 1 Tags 110 csci java programming Author: silkiestshark9 Created: 2010-08-21
Java Chapter 1 - Flashcards: 28
Description: This course is at Palomar College in San Marcos CA
Popularity 3 Tags 110 csci java programming Author: silkiestshark9 Created: 2010-08-20
Introduction to Programming Using Java - Flashcards: 10
Description: Quiz on Chapter 1
http://math.hws.edu/javanotes/c1/quiz.html
Popularity 3 Tags code java programming Author: bboyad9 Created: 2010-07-12
Ruby on Rails 3 - Flashcards: 948
Description: Flashcards to help you learn the core Ruby on Rails 3
Popularity 10 Tags computers cs programming rails ruby web Author: jack.Kinsella9 Created: 2010-06-14
Gang of Four Design Patterns Intent and Categorization - Flashcards: 23
Description: Flashcards to help study the intent and categorization of the Gang of Four Design Patterns
Popularity 5 Tags design oo patterns programming Author: bowe.alexander9 Created: 2010-06-07
Programming - Flashcards: 11
Description: General Programming Terms and Concepts
Popularity 0 Tags programming Author: Tristan Eeds Created: 2010-04-23
Fundamentals of Programming - Chapter 1 - Flashcards: 111
Description: Flash cards for Intro to computer programmnig
Popularity 21 Tags c# c+ c++ cards charts code flash flow java programming pseudo web Author: expressyourselfweb9 Created: 2010-04-20
Control Structures - Flashcards: 46
Description: All computer programs are written with one of these 3 control structures.
-Sequence
-Repetition
-Selection
Popularity 0 Tags programming Author: nadjanot9 Created: 2010-03-04
Visual Studio & OO Programming - Flashcards: 223
Description: Most of the questions in this card set came directly from two Video Tutorials called "Visual C# 2005 Express Edition for Beginners", and "Visual Basic.NET 2005 Express Edition for Beginners" from the website "http://www.learnvisualstudio.net". The questions come from a document named "Visual C# 2005 Express Edition for Beginners: A Study Guide from Learn Visual Studio.NET" and the answers come from the movie files that make up the two tutorials. The source ...
Tags programming Author: nadjanot9 Created: 2010-03-04
C++ Programming Gaddis Text Ch. 1 - Flashcards: 50
Description: Vocab and concepts from Gaddis, Ed. 6 and from instructor's handouts.
Popularity 0 Tags basics c++ programming Author: Tobias.Brandt9 Created: 2010-03-04
Object Oriented Programming - Flashcards: 52
Description: Definitions for the first half of an object oriented programming class at the university of florida
Popularity 1 Tags programming Author: shilling.jake9 Created: 2010-03-04
10: More Perl Programming - Flashcards: 24
Description: Perl Programming
Popularity 0 Tags assurance information perl programming security Author: claymore1671-general9 Created: 2010-03-04
MCTS .Net Framework - Chapter 1 - Flashcards: 76
Description: Flashcards for Chapter 1
Popularity 0 Tags basic programming visual Author: budenmeyer11 Created: 2010-03-04
Basic Object Oriented Terminology - Flashcards: 8
Description: A quick review of the basic terminology of Object Oriented Programming.
Popularity 0 Tags concept oo programming Author: xju200011 Created: 2010-03-04
C# Reference Types - Flashcards: 33
Description: Because C# is an object oriented language much of it is dedicated to dealing with reference types. This section allows one to review the fundamentals of reference types.
Popularity 1 Tags c# net programming Author: juggernt9 Created: 2010-03-04
Computer programming - Flashcards: 15
Description: Computer programming languages and such
Popularity 0 Tags programming Author: shilling.jake9 Created: 2010-03-04
Computer programming - Flashcards: 15
Description: Computer programming languages and such
Popularity 0 Tags programming Author: dee.mamora9 Created: 2010-03-04
Unix Weekend Crash Course - Chapter 2 - Flashcards: 19
Description: Logging in and out
Popularity 0 Tags computers programming unix Author: junkeo9 Created: 2010-03-04
Java SCJP Certification (Chap 1) - Declarations & Access Control - Flashcards: 59
Description: Flashcards for the Java SCJP Certification Exam
Popularity 0 Tags certification java programming Author: blz6 Created: 2010-03-04
Java Classes and Objects - Flashcards: 14
Description: Covering Classes and Objects in Java. Most of the definitions are straight from http://java.sun.com/
Popularity 0 Tags and classes java objects programming Author: xju200011 Created: 2010-03-04
dotNet Interview Questions - Flashcards: 135
Description: dotNet Interview Questions
Popularity 2 Tags c# dotnet interview programming questions Author: Tobias.Brandt9 Created: 2010-03-04
Survey of Programming Languages Vocabulary - Flashcards: 15
Description: This is some vocabulary for the survey of programming languages course at Baylor
Popularity 0 Tags design language programming Author: Tobias.Brandt9 Created: 2010-03-04
Exercise Programming Chapter 8 of the ACSM's Certification Review - Flashcards: 18
Description: Flashcards used to prepare for the ACSM personal trainer certification.
Popularity 0 Tags 8 acsm's certification chapter exercise of programming review the Author: renee23 Created: 2010-03-04
CSS Basics Practice Writing Rules - Flashcards: 31
Description: Turn specifications in English into CSS rules.
Popularity 0 Tags programming Author: nadjanot9 Created: 2010-03-04
Unix Weekend Crash Course - Chapter 1 - Flashcards: 21
Description: Many Flavors of Unix
Popularity 0 Tags computers programming unix Author: junkeo9 Created: 2010-03-04
Web Programming Vocabulary - Flashcards: 45
Description: Web Programming Vocabulary
Popularity 0 Tags programming vocabulary web Author: Tobias.Brandt9 Created: 2010-03-04
Computing F453 - Programming Languages - Flashcards: 17
Description: Notes from the modular term test for Computing F453 - Programming Languages and Paradigms
Popularity 0 Tags computing f453 programming Author: RobZ13379 Created: 2010-02-10
Programming - Flashcards: 30 |