Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students



Similar documents
Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Computer Science/Software Engineering

Computer Science. General Education Students must complete the requirements shown in the General Education Requirements section of this catalog.

Please consult the Department of Engineering about the Computer Engineering Emphasis.

Professional Organization Checklist for the Computer Science Curriculum Updates. Association of Computing Machinery Computing Curricula 2008

DIABLO VALLEY COLLEGE CATALOG

University of Dayton Department of Computer Science Undergraduate Programs Assessment Plan DRAFT September 14, 2011

Assessment for Master s Degree Program Fall Spring 2011 Computer Science Dept. Texas A&M University - Commerce

Computer Science. 232 Computer Science. Degrees and Certificates Awarded. A.S. Degree Requirements. Program Student Outcomes. Department Offices

Information Systems. Administered by the Department of Mathematical and Computing Sciences within the College of Arts and Sciences.

Master of Science in Computer Science Information Systems

Computer and Information Sciences

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.)

Department of Computer Science

How To Get A Computer Science Degree At Appalachian State

Computer Science. Computer Science 213. Faculty and Offices. Degrees and Certificates Awarded. AS Computer Science Degree Requirements

Computer Science. Cabrillo College Catalog

Department of Computer Science

Computer Science. Requirements for the Major (updated 11/13/03)

These degree requirements are in effect starting from Admission.

FACULTY OF COMPUTER SCIENCE AND INFORMATION TECHNOLOGY AUTUMN 2016 BACHELOR COURSES

Computer Science. Computer Science 207. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes

COMPUTER SCIENCE. FACULTY: Jennifer Bowen, Chair Denise Byrnes, Associate Chair Sofia Visa

UF EDGE brings the classroom to you with online, worldwide course delivery!

Tsinghua University-Columbia University Double Masters Degree Program in Business Analytics Application Form

COMPUTER SCIENCE. Contact Information. Overview. Degrees/Certificates

COURSE TITLE COURSE DESCRIPTION

Division of Mathematical Sciences

Computer Science. Master of Science

Cabrillo College Catalog

Undergraduate Major in Computer Science and Engineering

Department of Computer Science

These degree requirements are in effect starting from Admission.

INFORMATION TECHNOLOGY PROGRAM

CURRICULUM VITAE EDUCATION:

Course Descriptions. preparation.

Department of Computer Science

MASTER OF SCIENCE IN APPLIED PHYSICS AND COMPUTER SCIENCE FIVE-YEAR PROGRAM

Bachelor of Science in Information Technology. Course Descriptions

CS Standards Crosswalk: CSTA K-12 Computer Science Standards and Oracle Java Programming (2014)

Computer Science Course Descriptions Page 1

Assessment Plan for CS and CIS Degree Programs Computer Science Dept. Texas A&M University - Commerce

MEng, BSc Applied Computer Science

Master Degree Program in Computer Science (CS)

Computer Science (COMP)

MEng, BSc Computer Science with Artificial Intelligence

MASTER OF SCIENCE PROGRAMS ADMISSION REQUIREMENTS

Bachelor of Technology (Computer Engineering.) Scheme of Courses/Examination. (3 rd SEMESTER) 1 HUT-211 Organizational Behaviour

Datavetenskapligt Program (kandidat) Computer Science Programme (master)

Using Web-based Tools to Enhance Student Learning and Practice in Data Structures Course

PhD in Computer Science at North Carolina A&T State University

COURSE DESCRIPTION FOR THE COMPUTER INFORMATION SYSTEMS CURRICULUM

Professional Organization Checklist for the Computer Information Systems Curriculum

ElonMBA

Rensselaer Polytechnic Institute. Master of Science Information Technology ITWS. Advanced Professional. Studies (APS)

M.S. Computer Science Program

Iowa State University MBA Application Tips

MURRAY STATE UNIVERSITY COUNSELING PROGRAM

These degree requirements are in effect starting from Admission.

REGULATIONS FOR THE DEGREE OF BACHELOR OF SCIENCE IN BIOINFORMATICS (BSc[BioInf])

02-201: Programming for Scientists

AP Computer Science AB Syllabus 1

COMPUTER SCIENCE COMPUTER SCIENCE BACHELOR OF ARTS (BA) College of STEM

Students who successfully complete the Health Science Informatics major will be able to:

A bachelor of science degree in electrical engineering with a cumulative undergraduate GPA of at least 3.0 on a 4.0 scale

DOVER-SHERBORN HIGH SCHOOL PROGRAM OF STUDIES

M.S. IN APPLIED PHYSICS AND COMPUTER SCIENCE

Master of Science (MS) in Computer Science

COMPUTER SCIENCE PROGRAM

LONDON SCHOOL OF COMMERCE. Programme Specification for the. Cardiff Metropolitan University. BSc (Hons) in Computing

Software Engineering Transfer Degree

Computer and Systems Engineering (CSE) Master of Science Programs

MASTER OF SCIENCE IN COMPUTER AND INFORMATION SYSTEMS

RARITAN VALLEY COMMUNITY COLLEGE COURSE OUTLINE. CISY 103 Computer Concepts and Programming

COMPUTER SCIENCE/ COMPUTER NETWORKING AND TECHNOLOGIES (COSC)

Bachelor's Degree in Management Information Systems

MICHIGAN TEST FOR TEACHER CERTIFICATION (MTTC) TEST OBJECTIVES FIELD 050: COMPUTER SCIENCE

COLLEGE OF INFORMATION TECHNOLOGY

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries

INFORMATION TECHNOLOGY (INFO)

Proposal for Undergraduate Certificate in Large Data Analysis

CCA CYBER SECURITY TRACK

How To Get A Masters Degree In Logistics And Supply Chain Management

Penn State Harrisburg Computer Science

Information and Communications Technology Courses at a Glance

ONLINE ONLINE. Master of Science in. Bachelor of Science in

DEGREE PLAN INSTRUCTIONS FOR COMPUTER ENGINEERING

2015 Application Form (College/ University/ English Program/ Specialty School)

2) What is the structure of an organization? Explain how IT support at different organizational levels.

INFORMATION TECHNOLOGY (IT)

COMPUTER SCIENCE (5651) Test at a Glance

Transcription:

Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent Address (if different): Home Phone: Cell Phone: Other Phone: Email : II. Academic Goal Term for which you are applying: Fall Winter Spring Year Interest Areas (elaborate as possible): Biomedical Computing Computational Intelligence Computer Architecture & Embedded Systems Computer Security Database & Data Mining Graphics Image and Signal Processing Networked Computing Numerical Methods Parallel and Distributed Processing Software Engineering Other Comments: III. Academic Background Undergraduate overall grade point average (4 point scale) GRE/GMAT GRE general exam Date: Verbal Quantitative Analytical Revised 3/21/12

Questionnaire for Prospective Masters in Computer Science Students Page 2 GRE subject exam Date: Subject: Score GMAT exam Date: Subject: Score TOEFL results (required for students whose native language is not English) Date: Score: Other exams: Exam name: Date: Exam name: Date: Score: Score: IV. Experience: What experiences related to computing would add to our understanding of your preparation for graduate school (volunteer, work, project experiences)? V. Readiness Assessment Please fill in the following pages carefully. This will help to assess your readiness and aid in correct placement within the curriculum. Each item will describe an EWU course and content. Insofar as possible, make a companion entry, which gives corresponding coursework that you have completed from your institution. Fundamental Programming: (See CSCD 210, 211 Programming Principles I, II ) Introduction to the concepts and practices of information representation, computer algorithms, hardware organization, computer program design and implementation, simple data structures (e.g. multidimensional arrays and classes), object-oriented programming, exception handling. Students design, implement, test, and debug computer programs using a current object-oriented programming language such as Java.

Questionnaire for Prospective Masters in Computer Science Students Page 3 C Programming & Unix Operating System (See CSCD 240 C & Unix Programming) An introduction to the use of the UNIX operating system, and syntax and programming techniques of the C language in that environment. UNIX topics include interactive shells, common text editors, utility programs, file system structure, libraries and operating system calls and system programming. C topics include data types, structures, pointers and pointer arithmetic, arrays, linked lists and function design and use. If you have had a similar course, fill in the following:

Questionnaire for Prospective Masters in Computer Science Students Page 4 Data Structures, Algorithms: (See CSCD 300, 320 Data Structures, Algorithms) Abstract concepts of data structures and implementation in a programming language. Topics include linked lists, stacks, queues, hashing, recursion, complexity analysis of algorithms, binary search trees and heaps. Logic, methods of proof, set theory, relations and functions, numerical representations, cardinality, computability, combinatorics, discrete probability, computational complexity and graph theory. Algorithmic strategies such as dynamic programming and non-linear data structures such as trees and graphs. Relational Database Systems: (See CSCD 327 Relational Database Systems) Fundamental concepts associated with the design, implementation and use of database systems with particular emphasis on relational database management systems are studied in this course. Topics include data modeling and design techniques, languages and facilities provided by database management systems. Experience in using a state-of-the-art DBMS to design, load, query, maintain and administer a relational database.

Questionnaire for Prospective Masters in Computer Science Students Page 5 Operating Systems: (See CSCD 340 Operating Systems I) Major concepts in the design and modeling of operating systems for digital computers, including simulation techniques, memory management, system protection, I/O management, CPU scheduling, process management, and file systems. Traditional programming, program analyses and written reports. Design Patterns: (See CSCD 349 Design Patterns) Implementation of object oriented principle design pattern sets to solve real world software design problems. Software Engineering (See CSCD 350 Software Engineering) Formal approaches and tools for conceiving, understanding, analyzing, designing, building, testing, deploying, documenting, and maintaining large software systems.

Questionnaire for Prospective Masters in Computer Science Students Page 6 Mathematics: Discrete Math (See MATH 301 Discrete Mathematics or MATH 225 Foundations of Mathematics) Topics most relevant to Computer Science including set theory, logic, graph theory, basic number theory, mathematical induction, and recursion. If you have had a similar course, fill in the following: Submit with Resume and Cover Letter to the Computer Science Department. The application for graduate school is online at http://www.ewu.edu/grad/application-procedures.xml