/CCINCOML

Intro to computing course

Primary LanguageJupyter Notebook

CCINCOML

This repository contains all of the python code implementations for each topic in the course outline for Computer Organization and Architecture

Course Outline: https://believed-bongo-319.notion.site/CCINCOML-53b7f7cef72a4359a01aa69ac1f39cb3?pvs=4

Topic Description
Part 1 - Computer Systems Brief History of Computer systems, Types of Computer Systems, Components of a Computer system and Computer Networks
Part 2 - Programming Languages Brief History and Types of Programming Languages
Part 3 - Logic Development: Flowchart and Pseudocode Symbols, Connections, Language, Keywords and Rules
Part 4 - The Number System Types, Conversions, Basic Operations and Complements
Part 5 - Logic Gates Types, Expressions, Diagrams, Basic Boolean Operators
Part 6 - Introduction to Python programming language Part 1 Overview, Basic Syntax, Variables, Basic Operations, Decision Making
Part 7 - Introduction to Python programming language Part 2 Loops, Lists, Dictionaries, Functions