100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
CSC1015F Summary notes of whole course R95,00   Add to cart

Summary

CSC1015F Summary notes of whole course

Summarized notes for the CSC1015F course at UCT. Notes are a summary of lectures, course material & textbook. I achieved a 90% for this course, with these notes. Detailed summary with examples, and explains everything you will need to know for any assignments/tests/exams.

Preview 6 out of 39  pages

  • Yes
  • May 6, 2021
  • 39
  • 2020/2021
  • Summary
book image

Book Title:

Author(s):

  • Edition:
  • ISBN:
  • Edition:
All documents for this subject (8)

4  reviews

review-writer-avatar

By: zuleighhhhha • 2 year ago

review-writer-avatar

By: caleblester • 2 year ago

review-writer-avatar

By: julietyacoubi01 • 2 year ago

review-writer-avatar

By: Jontycohen • 2 year ago

These notes were an absolute lifesaver! Set out really well and very comprehensive, covered every topic of the course and helped me understand everything

avatar-seller
jessrosie

Available practice questions

Flashcards 34 Flashcards
R50,00 1 sales

Some examples from this set of practice questions

1.

What is an algorithm?

Answer: An algorithm is a set of steps to accomplish a task.

2.

Algorithms must be precise so that they are: A. Ambiguous B. Can be executed by different people C. Repeatable D. Have a predictable outcome (write down all that are correct)

Answer: B, C, D

3.

A function _________. A. must always have a return statement to return a value B. may have no parameters C. must have at least one parameter D. must always have a return statement to return multiple values

Answer: B

4.

Does the function call in the following function cause syntax errors? import math def main(): math.sin(math.pi) main()

Answer: No

5.

Which of the following should be defined as a non return function? A. Write a function that returns a random integer from 1 to 100. B. Write a function that prints integers from 1 to 100. C. Write a function that checks whether a number is from 1 to 100. D. Write a function that converts an uppercase letter to lowercase.

Answer: B

6.

Consider the following incomplete code: def f(number): # Missing function body print(f(5)) The missing function body should be ________. A. print(\"number\") B. return number C. print(number) D. return \"number\"

Answer: B

7.

Given the following function header: def f(p1, p2, p3, p4) Which of the following are correct to invoke it? A. f(p1 = 1, p2 = 2, p3 = 3, 4) B. f(p1 = 1, 2, 3, 4) C. f(1, 2, 3, 4) D. f(p1 = 1, p2 = 2, p3 = 3, p4 = 4)

Answer: C, D

8.

Given the following function: def nPrint(message, n): while n > 0: print(message) n -= 1 What will be displayed by the call nPrint(\'a\', 4)? A. aaaa B. aaa C. infinite loop D. aaaaa

Answer: A

9.

A variable defined inside a function is referred to as __________. A. a global variable B. a local variable C. a block variable D. a function variable

Answer: B

10.

What will be displayed by the following code? x = 1 def f1(): y = x + 2 print(y) f1() print(x) A. 3 1 B. 1 3 C. The program has a runtime error because x is not defined. D. 1 1

Answer: A

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through EFT, credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying this summary from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller jessrosie. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy this summary for R95,00. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

95453 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy summaries for 14 years now

Start selling
R95,00  11x  sold
  • (4)
  Buy now