Psuedocode - Study guides, Revision notes & Summaries

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

Page 2 out of 12 results

Sort by

OCR EXAM REFERENCE LANGUAGE TO PYTHON GUIDE - BY CSandRS
  • OCR EXAM REFERENCE LANGUAGE TO PYTHON GUIDE - BY CSandRS

  • Summary • 2 pages • 2023
  • Available in package deal
  • Contains all the exam reference langugae alongside how to write the same in python. For J277 OCR GCSE. I have made this using every revision material possible including yt channels like Mr Brown CS, craig n dave and the actual OCR textbook. For context I attained grade 9 in 2024 for CS.
    (0)
  • £2.99
  • + learn more
socrative programming quizes 2022
  • socrative programming quizes 2022

  • Exam (elaborations) • 6 pages • 2022
  • the depth of recursion is the number of times that a method calls itself the actions that the jvm must perform any time a method is called overhead look at the following psuedocode algorithm Test14(int x) if(x < 8) returns (2*x) else returns (3*Test14(x-8)+8) end Test14 what is the depth of Test14(9) 14 public static int test2(int x, int y) { if (x<y) { return -5 } else { return (test2(x - y, y + 5) + 6); } } what is returned for test2(30, 20)? 1 ...
    (0)
  • £9.12
  • + learn more