CS50 (CS50)
Harvard University
Here are the best resources to pass CS50 (CS50). Find CS50 (CS50) study guides, notes, assignments, and much more.
All 70 results
Sort by:
-
Class notes
HTML & CSS Complete Notes + Practice Sheets | Beginner to Pro Web Development (2025 Edition)
-
--56May 20252024/2025Available in bundle
- Kickstart your front-end web development journey with this comprehensive HTML & CSS guide. Perfect for beginners and IT students, this 2025 edition includes well-structured notes, clear explanations of syntax and layout, and hands-on practice activities. 
 
Whether you're studying for a course, preparing for an exam, or building your first website, this resource delivers all the essentials in a clean, printable format. 
 
Highlights Include: 
 
Complete HTML & CSS notes 
 
Syntax, tags, and a...
-
$9.99 More Info
ayat2
-
Summary
Computer Science Fundamentals – First Year IT Notes (2025 Edition)
-
---5May 20252024/2025
- This comprehensive study guide, inspired by Harvard University’s renowned CS50: Introduction to Computer Science, is designed specifically for first-year IT and Computer Science students. Essential notes for 1st-year IT & Computer Science students. Covers programming, cybersecurity, networking, data structures, SQL, and practice Q&A. Simplified explanations + real code examples. 
Whether you’re preparing for exams, assignments, or just looking to build a strong foundation, these notes provid...
-
$11.89 More Info
ayat2
-
Summary
"CS50: Introduction to Computer Science Course Materials"
-
---44June 20242023/2024
- "CS" is a comprehensive educational resource related to CS50, a renowned introductory computer science course offered by Harvard University. This document encompasses various facets of computer science education, including foundational concepts in programming, algorithms, and data structures. It includes lecture notes, problem sets, coding exercises, and supplementary materials designed to enhance understanding and proficiency in computer science principles. The document serves as a vital reso...
-
$8.79 More Info
dantech1438
-
Exam (elaborations)
CITS2401 Written Exam Questions Correctly Answered.
-
---5May 20242023/2024A+
- CITS2401 Written Exam Questions Correctly Answered. 
 
 
Write a function count_word(sentence, word) that takes 'sentence' and 'word' as parameters and returns the number of times the 'word' appears in 'sentence'. You may assume the string has at least one character in it. - CORRECT ANSWER def count_word(sentence, word): 
 return (word) 
 
Write a function is_a_number(string) that takes a string as a parameter and returns True if the string is an integer value, otherwise returns False. Y...
-
$11.69 More Info
Nursewendo
-
Exam (elaborations)
C# Module 4 Questions And Answers.
-
--3May 20242023/2024A+Available in bundle
- C# Module 4 Questions And Answers. 
 
 
Class - CORRECT ANSWER -Template 
-Defines structure for all objects that are going to be of that class type 
-When define a class, describe its attributes (fields) in terms of data and behaviors (methods) in terms of what kind of things it can do 
-By abstracting attributes and behaviors, can create a class to serve as a template from which many objects of the same type can be instantiated 
 
Access modifiers - CORRECT ANSWER -Classes: public, other class...
-
$10.99 More Info
Nursewendo