Timeroom: Fall 2024

Displaying 911 - 920 of 3546 Results for: Campus = Durham
Durham   Engineering&Physical Sciences :: Computer Science

CS 417 (L01) - From Programs to Computer Science

Prog to Computer Science Lab

Credits: 0.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   25  
CRN: 11883
Programming techniques for students with programming experience from an introductory programming course. Covers basic algorithm analysis. Topics include basics of classes, inheritance, and data abstraction; linear data structures (vectors, lists, stacks and queues); trees and simple graphs; hash tables; sorting and searching; recursion; and basic graph traversal algorithms. Numerous labs and programming assignments build skills in planning, problem solving, and debugging: this is a hands on course.
Prerequisite(s): CS 410P with minimum grade of C- or CS 410C with minimum grade of C- or CS 415 with minimum grade of C-
Equivalent(s): CS 416
Instructors: Alejandro Hausner
Start Date End Date Days Time Location
8/26/2024 12/9/2024 WF 3:10pm - 4:00pm KING N218
Durham   Engineering&Physical Sciences :: Computer Science

CS 420 (01) - Foundations of Programming for Digital Systems

Programming for Digital System

Credits: 4.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   40  
CRN: 13543
A systems-oriented introduction to C, with an emphasis on low-level operations, memory management, and debugging. Foundational digital systems concepts and methods will be introduced, including Boolean algebra, basic logic gates, number systems & conversions, integer representation, and theoretical aspects of combinational and sequential logic. Aspects of effective programming such as incremental development, appropriate structure and commenting, and basic testing will be stressed.
Prerequisite(s): CS 410C with minimum grade of C- or CS 410P with minimum grade of C- or CS 414 with minimum grade of C- or CS 415 with minimum grade of C-
Instructors: Arvind Narayan
Start Date End Date Days Time Location
8/26/2024 12/9/2024 MWF 10:10am - 12:00pm MORSE 217
Durham   Engineering&Physical Sciences :: Computer Science

CS 457 (01) - Introduction to Data Science and Analytics

Intro Data Science/Analytics

Credits: 4.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   35  
CRN: 12891
An introduction to data science and analytics. Overview of the use of analytics by industry, government, and nongovernmental organizations. Impact of analytics on society, ethical use of analytics. Methods of data generation, data management, data cleaning, and data preparation, with a focus on visual and exploratory analysis. Project-based, with an emphasis on collaborative, experiential learning. Design and implementation of programs, use of statistical software.
Equivalent(s): DATA 557
Attributes: Environment,Tech&Society(Disc)
Instructors: David Benedetto
Start Date End Date Days Time Location
8/26/2024 12/9/2024 TR 9:40am - 11:00am MURK 104
Durham   Engineering&Physical Sciences :: Computer Science

CS 501 (01) - Professional Ethics and Communication in Technology-related Fields

Professional Ethics & Comm

Online Course Delivery Method: Online Asynchronous
Credits: 4.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   16  
CRN: 11540
A mixed lecture/seminar course intended to improve both reasoning and ability to communicate effectively in front of an audience. Students learn basic forms of ethical argument, they read about ethical situations in which technology and technology professions play a key role, and they participate in student-led discussions about the reading. Students also make oral presentations about both ethical and technical topics, and evaluate each other's presentations in order to improve their sense for what makes a good presentation.
Prerequisite(s): ENGL 401
Attributes: Inquiry (Discovery), Environment,Tech&Society(Disc)
Instructors: Rita MacAuslan
Start Date End Date Days Time Location
8/26/2024 12/9/2024 Hours Arranged ONLINE
Durham   Engineering&Physical Sciences :: Computer Science

CS 501 (02) - Professional Ethics and Communication in Technology-related Fields

Professional Ethics & Comm

Online Course Delivery Method: Online Asynchronous
Credits: 4.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   16  
CRN: 11541
A mixed lecture/seminar course intended to improve both reasoning and ability to communicate effectively in front of an audience. Students learn basic forms of ethical argument, they read about ethical situations in which technology and technology professions play a key role, and they participate in student-led discussions about the reading. Students also make oral presentations about both ethical and technical topics, and evaluate each other's presentations in order to improve their sense for what makes a good presentation.
Prerequisite(s): ENGL 401
Attributes: Inquiry (Discovery), Environment,Tech&Society(Disc)
Instructors: Rita MacAuslan
Start Date End Date Days Time Location
8/26/2024 12/9/2024 Hours Arranged ONLINE
Durham   Engineering&Physical Sciences :: Computer Science

CS 501 (03) - Professional Ethics and Communication in Technology-related Fields

Professional Ethics & Comm

Online Course Delivery Method: Online Asynchronous
Credits: 4.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   16  
CRN: 12892
A mixed lecture/seminar course intended to improve both reasoning and ability to communicate effectively in front of an audience. Students learn basic forms of ethical argument, they read about ethical situations in which technology and technology professions play a key role, and they participate in student-led discussions about the reading. Students also make oral presentations about both ethical and technical topics, and evaluate each other's presentations in order to improve their sense for what makes a good presentation.
Prerequisite(s): ENGL 401
Attributes: Inquiry (Discovery), Environment,Tech&Society(Disc)
Instructors: Rita MacAuslan
Start Date End Date Days Time Location
8/26/2024 12/9/2024 Hours Arranged ONLINE
Durham   Engineering&Physical Sciences :: Computer Science

CS 515 (01) - Data Structures and Introduction to Algorithms

Data Struct & Intro/Algorithms

Credits: 4.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   55  
CRN: 10321
Reviews basic data structures. Covers the mechanics and relative efficiencies of advanced data structures. Students will implement several data structures such as AVL trees, heaps, hash tables, and adjacency lists. Discusses abstract data types such as maps, priority queues, and graphs. Introduction to algorithm analysis, sorting algorithms, and graph algorithms.
Prerequisite(s): CS 416 with minimum grade of C- or CS 417 with minimum grade of C-
Only listed colleges in section: Engineering&Physical Sciences
Instructors: Matthew Plumlee
Start Date End Date Days Time Location
8/26/2024 12/9/2024 MWF 10:10am - 11:00am HS 150
Durham   Engineering&Physical Sciences :: Computer Science

CS 515 (02) - Data Structures and Introduction to Algorithms

Data Struct & Intro/Algorithms

Credits: 4.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   55  
CRN: 12479
Reviews basic data structures. Covers the mechanics and relative efficiencies of advanced data structures. Students will implement several data structures such as AVL trees, heaps, hash tables, and adjacency lists. Discusses abstract data types such as maps, priority queues, and graphs. Introduction to algorithm analysis, sorting algorithms, and graph algorithms.
Section Comments: Full Title: Data Structures and Introduction to Algorithms
Prerequisite(s): CS 416 with minimum grade of C- or CS 417 with minimum grade of C-
Only listed colleges in section: Engineering&Physical Sciences
Instructors: Michael Kulik
Start Date End Date Days Time Location
8/26/2024 12/9/2024 MWF 11:10am - 12:00pm KING S145
Durham   Engineering&Physical Sciences :: Computer Science

CS 515 (L01) - Data Structures and Introduction to Algorithms

DataStruct&Intro/Algorithm Lab

Credits: 0.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   40  
CRN: 14656
Reviews basic data structures. Covers the mechanics and relative efficiencies of advanced data structures. Students will implement several data structures such as AVL trees, heaps, hash tables, and adjacency lists. Discusses abstract data types such as maps, priority queues, and graphs. Introduction to algorithm analysis, sorting algorithms, and graph algorithms.
Prerequisite(s): CS 416 with minimum grade of C- or CS 417 with minimum grade of C-
Instructors: Matthew Plumlee
Start Date End Date Days Time Location
8/26/2024 12/9/2024 R 2:10pm - 3:30pm KING N218
8/26/2024 12/9/2024 R 2:10pm - 3:30pm KING N216
Durham   Engineering&Physical Sciences :: Computer Science

CS 515 (L02) - Data Structures and Introduction to Algorithms

DataStruct&Intro/Algorithm Lab

Credits: 0.0
Term: Fall 2024 - Full Term (08/26/2024 - 12/09/2024)
Grade Mode: Letter Grading
Class Size:   40  
CRN: 11649
Reviews basic data structures. Covers the mechanics and relative efficiencies of advanced data structures. Students will implement several data structures such as AVL trees, heaps, hash tables, and adjacency lists. Discusses abstract data types such as maps, priority queues, and graphs. Introduction to algorithm analysis, sorting algorithms, and graph algorithms.
Prerequisite(s): CS 416 with minimum grade of C- or CS 417 with minimum grade of C-
Only listed colleges in section: Engineering&Physical Sciences
Instructors: Matthew Plumlee
Start Date End Date Days Time Location
8/26/2024 12/9/2024 R 3:40pm - 5:00pm KING N218
8/26/2024 12/9/2024 R 3:40pm - 5:00pm KING N216