0% found this document useful (0 votes)
7 views1 page

Computer Science 101 Class Notes

The document contains class notes for Computer Science 101, covering programming basics, data structures, and databases. It includes topics such as variables, control structures, and algorithms, as well as an introduction to relational databases and SQL commands. Example programs and database designs are provided for better understanding.

Uploaded by

karimzn7
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Computer Science 101 Class Notes

The document contains class notes for Computer Science 101, covering programming basics, data structures, and databases. It includes topics such as variables, control structures, and algorithms, as well as an introduction to relational databases and SQL commands. Example programs and database designs are provided for better understanding.

Uploaded by

karimzn7
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Computer Science 101 - Class Notes

Chapter 1: Programming Basics


Variables, data types, and operators.
Control structures: if, for, while loops.
Example programs in Python.

Chapter 2: Data Structures


Arrays, lists, stacks, queues, and dictionaries.
Time and space complexity basics.
Examples of searching and sorting algorithms.

Chapter 3: Databases
Introduction to relational databases.
SQL basics: SELECT, INSERT, UPDATE, DELETE.
Example database design for students and courses.

You might also like