GRE Computer Science
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.
|
|
A Wikibookian believes this page should be split into smaller pages with a narrower subtopic. You can help by splitting this big page into smaller ones. Please make sure to follow the naming policy. Dividing books into smaller sections can provide more focus and allow each one to do one thing well, which benefits everyone. |
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
Nearly 15% of total .