GRE Computer Science

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

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

[edit] Programming Languages And Notation

[edit] Software Engineering

[edit] Systems

[edit] Computer Organization And Architecture

[edit] Digital Logic Design

[edit] Combinational Circuits

[edit] Processors And Control Units

[edit] Memories And Their Hierarchies

[edit] Networking And Communications

[edit] High-Performance Architectures

[edit] Theory And Mathematical Background

[edit] Algorithms And Complexity

[edit] Automata And Language Theory

[edit] Discrete Structures

[edit] Other Topics