Search results

Jump to: navigation, search
  • * For CS system, set the KVM switch to 1. # Grading turnaround - items graded within 1 week of due date.
    37 KB (6,299 words) - 16:11, 11 September 2023
  • ...ched to 101 (current 101 grades - 78%, 11%), 1 dropped 151 after 2nd week, 1 is in 151 and grade is B, +12% compared to their section average ** 5 dropped 151 before 2nd week (CS 101 grades - 70, 80, 87), 1 dropped 151 after 2nd week, other 10 still in 151 and have average grade th
    8 KB (1,204 words) - 01:55, 19 November 2021
  • ...oblem will be rated as correct, half correct, or incorrect; this value (1, 1/2, or 0) is multiplied by the difficulty rating for the problem. Thus for ...s a math problem (problem 1 in the word doc) and 2 algorithms questions (2.1 and 2.2 in the word doc). You should download the link again into a new dir
    17 KB (2,872 words) - 16:17, 5 January 2023
  • * [https://www.hackerrank.com/challenges/frequency-of-digits-1/problem Digit Frequency] * char (1), short (2), int (4), long (8), unsigned (modifier for the integer types),
    11 KB (1,843 words) - 18:42, 28 October 2020
  • ===Programming Assignments 1=== [[Programming Assignments - Beginning 1]] - start with trying to solve these problems. Each requires a different f
    10 KB (1,714 words) - 15:24, 27 July 2020
  • * ''Inf'' - result of math operation that would give infinity (e.g., 1/0) * ''NaN'' - result of math operation where result is not defined (e.g., 1/0 - 1/0)
    11 KB (1,779 words) - 18:34, 20 January 2022
  • * du - display disk usage information for a directory (du -h -d 1)
    3 KB (471 words) - 16:10, 31 July 2023
  • cs299@cs:~/shakespeare> head -n 1 shakespeare.txt cs299@cs:~/shakespeare> tail -n 1 shakespeare.txt
    3 KB (535 words) - 20:16, 13 January 2022
  • * ''Switch back to "normal screen" mode:'' ctrl-x 1
    10 KB (1,890 words) - 17:17, 20 August 2022
  • * '''Array (unsorted)''' - O(1) insert, O(n) lookup using linear search, O(1) delete if you have an index to what is being deleted. * '''Linked list''' - O(1) insert, O(n) lookup using linear search, O(1) delete.
    6 KB (979 words) - 15:22, 17 May 2021
  • ...) function return values. Three main parts of calling/using a function - (1) specify the ''arguments'' to the function (which are passed in to the para ...For example, in 1 + 2 * 3, the multiplication is performed first, giving 1 + 6, and then the + is performed to result in 7. For Python, see [https://
    7 KB (1,103 words) - 15:36, 7 September 2022
  • ...vision (3/2 is 1.5), while // is integer division (3//2 is rounded down to 1). ** % is remainder (10 % 3 is 1, 17 % 3 is 2), and ** is exponentiation (10**3 is 1000, 2**3 is 8).
    9 KB (1,497 words) - 18:01, 7 September 2022
  • # ''Count up'' - print numbers from 1 to 10, one per line # ''Count down'' - print numbers from 10 down to 1, then blastoff
    2 KB (354 words) - 03:16, 6 November 2020
  • #REDIRECT [[Programming Assignments - Beginning 1]]
    51 bytes (5 words) - 13:14, 1 January 2020
  • ...rst complete most of the problems in [[Programming Assignments - Beginning 1]] before working on problems on this page. ...o convert to/from as part of the parameter (e.g., parse text like "convert 1 mile to km" and do the conversion)
    3 KB (602 words) - 14:26, 1 January 2020
  • ...e to complete the programs listed in [[Programming Assignments - Beginning 1]] on demand without much trouble and without consulting the internet. You The challenge exam has two parts: (1) a closed-notes timed exam taken through the university's course management
    5 KB (952 words) - 15:36, 15 July 2022
  • ** 2<sup>10</sup> = 1024, roughly 1 thousand ** 2<sup>-a</sup> = 1 / (2<sup>a</sup>)
    12 KB (2,001 words) - 12:38, 21 November 2022
  • * bit is 0 or 1, stands for “binary digit” * MB - megabyte, 1 million bytes
    2 KB (309 words) - 02:26, 7 January 2020
  • * Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) 3rd Edition by W. Richard Stevens
    2 KB (272 words) - 13:17, 18 May 2021
  • * 4 - 2 * 1 * 1 + 2 ** 3
    7 KB (1,083 words) - 16:19, 8 August 2022

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)