Search Keywords

Results Restricted To:

https://www.temple.edu

Total Results: 3,760

Building Java Programs Chapter 1 - cis.temple.edu

https://cis.temple.edu/~jfiore/2024/fall/1068/handouts/ch01/ch01_basic_java_programs.pdf

describe computations in a format that is editable by humans. – This textbook teaches programming in a language named Java.

Computer & Information Science (CIS) - Temple University

https://bulletin.temple.edu/undergraduate/courses/cis/

Students will develop a working compiler for a simple object-oriented programming language using an Object-Oriented approach, using Java, and the compiler construction tool ANTLR.

Temple University - MISDEMO

https://misdemo.temple.edu/

This server is used for instructional purposes only. It is used by the MIS Department in the Fox School of Business, at Temple University.

Non-Credit and Continuing Education - Temple University

https://noncredit.temple.edu/nce

The Office of Non-Credit and Continuing Education (ONCE) offers a wide variety of non-credit courses and certificate programs that may help you to prepare for a new job, get ahead in your current job or explore new directions. Browse our courses below.

Computer Science BS | Temple University Bulletin

https://bulletin.temple.edu/undergraduate/science-technology/computer-science-bs/

Overview Science and technology are the foundations of our future. The Department of Computer and Information Sciences (CIS) is focused on the understanding of fundamental scientific principles and the application of these principles to solving complex problems, using computing technology.

STEM Tutoring - Student Success Center

https://studentsuccess.temple.edu/programs/stem/tutoring

The STEM tutoring service provides support for students enrolled in Math, Chemistry, Physics, Biology, Engineering, Kinesiology, Computer Science, Psychology, Economics, Neuroscience and Statistics-based courses at Temple. Tutors meet one-on-one with students in these courses to help them understand scientific and mathematical concepts, practice solving problems, and review course content ...

Computer Science Minor | Temple University Bulletin

https://bulletin.temple.edu/undergraduate/science-technology/computer-science-minor/

Overview Having a Minor in Computer Science (CS) can enhance your employment opportunities. Offered by the Department of Computer and Information Sciences, the CS minor's coursework consists of three programming courses, one introductory theory course and one CS elective course. Prior to starting the CS minor's courses, students must take (or place out of) precalculus and an introductory ...

CIS 1068 Syllabus

https://cis.temple.edu/~jfiore/2024/fall/1068/handouts/syllabus/

You'll be developing software this semester using the Java Programming Language. While it's helpful to have your own computer, there are several on-campus computer labs with all of the software necessary for the course.

CIS068 ---- Course Syllabus

https://cis.temple.edu/~lafollet/2168/2168Syllabus.html

Introductory knowledge of the Java programming language. Working knowledge of the basic ideas of procedural abstraction and elementary data abstraction and how to put these ideas to work in solving problems of moderate complexity.

Building Classification Models: ID3 and C4.5 - Temple University

https://cis.temple.edu/~giorgio/cis587/readings/id3-c45.html

Introduction ID3 and C4.5 are algorithms introduced by Quinlan for inducing Classification Models, also called Decision Trees, from data.