Cmput 201 - Study guides, Class notes & Summaries

Looking for the best study guides, study notes and summaries about Cmput 201? On this page you'll find 4 study documents about Cmput 201.

All 4 results

Sort by

CMPUT 201 (Fall) Final Examination: Version December
  • CMPUT 201 (Fall) Final Examination: Version December

  • Exam (elaborations) • 16 pages • 2023
  • CMPUT 201 (Fall) Final Examination: Version December Department of Computing Science University of Alberta Instructors: G. Lin Time: 120 Minutes Your name (last, first): Your student ID (last 4 digits): • Read these instructions and wait for the time to start. • Do NOT detach any page from the staple, 3 physical pages in total. • There are 7 problems; 28 marks in total. • Use space below the questions, and the next empty page if needed, to write your solutions legibly. • No...
    (0)
  • $8.49
  • 2x sold
  • + learn more
CMPUT 201 Quiz 7 2023 Update
  • CMPUT 201 Quiz 7 2023 Update

  • Exam (elaborations) • 4 pages • 2023
  • Consider the following code snippet: char str[15] = "e"; str[9] = 'c'; How many null characters are present in the array str? - ANS-13 Consider the following string: char str[] = "CMPUT 0 201"; Assume you called strlen on this string. What would it return? - ANS-6 What is true about the following code snippet? char str1[12] = "Hello World!"; char str2[9] = "CMPUT201"; strcpy(str2, str1); - ANS-Some problem will occur. Consider the following code snippet: char str[10] = ...
    (0)
  • $8.99
  • + learn more
CMPUT 201 Quiz 7 2023 Update
  • CMPUT 201 Quiz 7 2023 Update

  • Exam (elaborations) • 4 pages • 2023
  • Consider the following code snippet: char str[15] = "e"; str[9] = 'c'; How many null characters are present in the array str? - ANS-13 Consider the following string: char str[] = "CMPUT 0 201"; Assume you called strlen on this string. What would it return? - ANS-6 What is true about the following code snippet? char str1[12] = "Hello World!"; char str2[9] = "CMPUT201"; strcpy(str2, str1); - ANS-Some problem will occur. Consider the following code snippet: char str[10] = ...
    (0)
  • $8.99
  • + learn more
  CMPUT 201  use c99 to code Part 1: Graphs and linked lists In this part of the...
  • CMPUT 201 use c99 to code Part 1: Graphs and linked lists In this part of the...

  • Exam (elaborations) • 11 pages • 2022
  • Part 1: Graphs and linked lists In this part of the lab, you will work with linked lists by creating a graph representation. A graph is an abstract data structure, in which there are nodes and edges between nodes. The graph representation we will be using in this lab is the adjacenty list, which is an array of linked lists that shows the edges in the graph. Here is an example of a simple graph and its adjacenty list: Adjacenty List Representation: 0 3 1 0 2 5 . 2 5 . 3 0 2 4 5 5 2 4 . Note that,...
    (0)
  • $8.49
  • + learn more