Additional Exercises and Useful Links

This page contains links to additional exercises in Python, and resources on various topics learned in the course. Note that some exercise resources may contain topics not covered in our course, and exercises of higher or lower levels than we teach in our course.

If you encounter additional resources that you find appropriate, please notify the course staff.

Exercises

Useful links by topics:

general

print vs. return - what's the difference?

Binary numbers and counting in different bases

Floating point numbers

Demos od the Newton Raphson method for finding roots of real functions

Binary search and sorting algorithms

Complexity and the O() notation

Random numbers

Recursion

Diffie Hellman key exchange, Cryptography and prime numbers

Data structures

Compression

Digital images

Error detection and correction codes

General useful links:

  • הבלוג "לא מדויק" של ד"ר גדי אלכסנדרוביץ', מאות מאמרים בתחומים שונים הקשורים למתמטיקה ומדעי המחשב, כתובים בשפה ברורה ונגישה - http://gadial.net/
  • אתר "הוראת מדעי המחשב בקהילה" שמספק פעילויות בנושאים שונים של מדעי המחשב שלא דורשים ידע מוקדם. התכנים מבוססים על פרוייקט "מדעי המחשב ללא מחשב (http://csu-il.blogspot.com/, גרסת המקור באנגלית: https://csunplugged.org/en/ ):

http://www.csunplugged.org.il/
  • "מדריך השדה למדעי המחשב" (CS field guide) - אתה המכיל פעילויות אינטראקטיביות והסברים פשוטים על נושאים שונים במדעי המחשב:

http://csfieldguide.org.nz/en/index.html
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License