GRE Computer Science
From Wikibooks, the open-content textbooks collection
The purpose of this book is to help Computer Science majors, or any one with a background in the field, to review all the material covered over the four years of College curriculum and what is expected on the GRE subject exam.
Contents |
[edit] Software Systems And Methodology
[edit] Data Organization
[edit] Data Types
In computer programming, a data type is a classification of the type of information. A data type describes representation, interpretation and structure of values manipulated by algorithms or objects stored in computer memory or other storage device. Common types of data in programming languages include primitive types, tuples, records, algebraic data types, abstract data types, reference types, classes and function types.
[edit] Program Control And Structure
Iteration and recursion Procedures, functions, methods, and exception handlers Concurrency, communication, and synchronization