703.608.0975 rick@warrenworks.com

IT 112

Introduction To Computer Systems

marrymount-logo-half

College of Business, Innovation, Leadership, and Technology (BILT)
School of Technology & Innovation

IT-112-A Introduction To Computer Systems

Fall 2024

COURSE SYLLABUS

Course Type:

Classroom

Course Catalog Description:

Introduces students to the field of computer science, the fundamentals of computer systems, and to computational thinking. It focuses on the essential hardware components of computers and circuit design. It exposes students to data and number representation in computers and Boolean concepts fundamental to computer operations and to digital logic design. It includes computer organization, computer arithmetic, and hardware description language programming. Students must achieve a minimum grade of C to pass the course. (3).

Broad Purpose of Course:

The broad purpose of this course is to provide a solid foundation of knowledge about how computers work at the most fundamental levels. Students always ask, and rightly so, “Why do I need to know this stuff?” The short answer is “Because it pops up practically everywhere your IT career takes you!”. If you pursue computer programming as a profession, you’ll need to know how to manipulate bits and bytes and read long strings of binary in the more convenient form of hexadecimal. If you want to work in cubersecurity, understanding how computers work at the digital circuit level will help you better understand adversarial attack vectors. Cultivating a deep understanding of how computers really work demystifies the modern world.  Regardless of your future pursuits, this course will forever change the way you see the world.

Instructor:

Rick Miller, MS Computer Science
California State University Long Beach
Phone: (703) 608-0975
email: richmill@marymount.edu
website: warrenworks.com

Class Hours:

Class Meets In Person

Location Dates & Time
Ballston Center, Room 3010 Thursday — 6:45pm – 9:30pm

 

Required Text:

Digital Design and Computer Architecture
Digital Design and Computer Architecture, ARM Edition, First Edition
By Sarah Harris and David Harris

ISBN: 9780128000564

https://booksite.elsevier.com/9780128000564/

 

Office Hours:

  • During on-campus meeting dates either before, during, or after class
  • Via phone or Zoom anytime by appointment

Important Dates To Remember:

Event Date
First Day of This Class 29 August 2024
Thanksgiving Holiday 27 November 2024
Last Day of This Class 12 December 2024

Complete Fall 2024 Academic Calendar

Course Objectives:

Upon successful completion of this course students will be expected to:

  • Convert between decimal, binary, and hexadecimal number systems
  • State the purpose and use of basic logic gates
  • Simplify complex logic circuits using boolean algebra and Karnaugh maps
  • Use a Hardware Description Language (HDL) to create digital circuit designs
  • State the primary components of a microprocessor
  • Design and create programs in ARM Assembly Language

Major Topics

Number Systems
Logic Gates
Combinational Logic Design
Boolean Equations
Boolean Algebra
Karnaugh Maps
Sequential Logic
Latches and Flip-Flops
Finite State Machines

Hardware Description Languages
SystemVerilog
Arithmetic Circuits
Sequential Building Blocks
Memory Arrays
Logic Arrays
Computer Architecture
ARM Assembly Language

 

 

 

 

 

 

Grading:

Your grade is based on your performance on assigned projects, exams, class engagement, and class attendance record.

Assignment Grade Percentage
Labs/Quizes 20%
Midterm 30%
Final 30%
Engagement 20%
Attendance (Missed Classes)
3 (2 summer) Drop one letter grade
6 (4 summer) Drop two letter grades
8+ (5+ summer) Fail

Note: Class attendance is applied to your course performance. Example: If you’re traking a ‘C’, missing 3 classes will drop that to an ‘F’. There is no ‘C’ in a graduate course.

Caution to International Students — Think long and hard before traveling outside the US during the semester as you may encounter delays with travel visa processing when trying to return.

Extra Credit Policy: In the words of one of my stern California State Long Beach professors: “What makes you think you can do extra credit when you can’t do regular credit?” — You need to hit the deck running on the first day of class and keep up with the reading and assignments.

Academic Integrity: This pretty much means don’t cheat on assignments and exams. You are, of course, allowed to used any and all resources allowed by the instructor. You are also free to scour the Internet in search of any material that augments your understanding of the material covered in class.

Unauthorized Uses of Artificial Intelligence: Marymount University acknowledges that ChatGPT and other generative artificial intelligence (AI), text generated tools have the capability of dramatically altering the academic environment in both positive and negative ways. The purpose of this section of Marymount’s Academic Integrity Code is to identify both permitted and prohibited intentional uses of AI-generated text tools to support the University’s academic integrity policies in the most productive way possible.

Permitted Uses: 

Educational activities conducted with the advanced written approval of a faculty instructor, in such a way as to facilitate increased knowledge and understanding about the use of AI in business, government, and educational settings.

When permitted, in advance and in writing, by faculty or staff in the conduct of an educational activity as a teaching or learning tool (e.g., tutoring, academic advising, etc.).

As a research tool to assist and enable computer-based internet search activities (e.g., library, database, thesauruses, Grammarly, etc.). Use of AI tools must be formally provided through written approval of the instructor.

Prohibited Uses:

For the development and/or submission of drafts or final versions of any paper, report, or other work research papers submitted in lieu of original student work without instructor permission. This definition includes but is not limited to doctoral dissertations, masters’ theses, and undergraduate written assignments, whether in full or in part. It also includes both graded and ungraded academic work. The improper usage of generative artificial intelligence tools falls within the university’s standard definition for plagiarism: Representing the works of another as one’s own.

Class Schedule: (Note: Material Compressed Into 10-Weeks During Summer Sessions)

Week Topics Covered Notes
1
  • Class Introduction
  • Ice Breaker
  • Syllabus Review
  • Chapter 1
    • The Art of Managing Complexity
    • The Digital Abstraction
    • Number Systems
      • Decimal Numbers
      • Binary Numbers
      • Hexadecimal Numbers
      • Binary Addition
      • Signed Binary Numbers

 

 

 

Open Account on EDAPlayground.com

 

Install Java: https://www.java.com

Download Digital: https://github.com/hneemann/Digital 

 

 

 

 

2
  • Chapter 1
    • Number Systems
      • Decimal-to-Binary Conversions
      • Binary-to-Decimal Conversions
      • Decimal-to-Hexadecimal Conversions
      • Binary-to-Hexadecimal Conversions
      • Hexadecimal-to-Binary Conversions
    • Subtracting via Addition
      • Expressing Negative Numbers in Binary
      • 1’s Complement Addition
      • 2’s Complement Addition

 

 

 

 

 

 

 

 

 

3
  • Chapter 1
    • Logic Gates
      • NOT Gate
      • Buffer
      • AND Gate
      • OR Gate
      • NAND Gate
      • NOR Gate
      • XOR Gate
    • Beneath The Digital Abstraction
      • Supply Voltage
      • Logic Levels
      • Noise Margins
      • DC Transfer Characteristics
    • CMOS Transistors
      • Semiconductors
      • Diodes
      • Capacitors
      • nMOS and pMOS Transistors
      • CMOS NOT Gate
SystemVerilog
4
  • Chapter 2
    • Boolean Equations
    • Boolean Algreba
SystemVerilog
5
  • Chapter 2
    • Boolean Equations
    • Boolean Algreba
SystemVerilog
6
  • Chapter 2
    • Karnaugh Maps
SystemVerilog
7
  • Chapter 2
    • Karnaugh Maps
SystemVerilog
8 Midterm
9
  • Computer Architecture
  • ARM Assembly Language

 ARM Assembly Language Tutorial

Online ARM Assembly Simulator

10
  • Computer Architecture
  • ARM Assembly Language
11
  • Computer Architecture
  • ARM Assembly Language
12
  • Computer Architecture
  • ARM Assembly Language
13
  • Computer Architecture
  • ARM Assembly Language
14
  • Computer Architecture
  • ARM Assembly Language

15

 

 

 

 

 

  • Computer Architecture
  • ARM Assembly Language

16

 

 

 

 

 

Final Exam