Cpsc e Study guides, Class notes & Summaries

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

All 51 results

Sort by

CPSC Exam 2 Questions & Answers 2024/2025
  • CPSC Exam 2 Questions & Answers 2024/2025

  • Exam (elaborations) • 17 pages • 2024
  • CPSC Exam 2 Questions & Answers 2024/2025 In Java there are ____ number types. - ANSWERS8 A numeric computation _____ if the result falls outside the range for the number type. - ANSWERSoverflow Which of the following are acceptable number literals in Java. - ANSWERS10,000 100_000 10 1/2 100000L all Correct : b,d A/m ______ occurs when an exact representation of a floating point number is not possible. - ANSWERSrounding error To signify that a variable is a const...
    (0)
  • $9.49
  • + learn more
CPSC EXAM 1 QUESTIONS & ANSWERS WITH SOLVED SOLUTIONS!!
  • CPSC EXAM 1 QUESTIONS & ANSWERS WITH SOLVED SOLUTIONS!!

  • Exam (elaborations) • 13 pages • 2024
  • CPSC EXAM 1 QUESTIONS & ANSWERS WITH SOLVED SOLUTIONS!!
    (0)
  • $13.99
  • + learn more
CPSC Exam 2 Questions & Answers 2024/2025
  • CPSC Exam 2 Questions & Answers 2024/2025

  • Exam (elaborations) • 9 pages • 2024
  • CPSC Exam 2 Questions & Answers 2024/2025 specification file - ANSWERSa file containing a class declaration friend - ANSWERSa modifier used to indicated that a method/function is not a member of the class, but has access to the private members of the class encapsulation - ANSWERSthe bundling of an object's data into a single unit new - ANSWERSan operator that dynamically creates an object of the specified class and returns a pointer to the object delete - ANSWERSC++ operator us...
    (0)
  • $8.49
  • + learn more
CPSC Exam 1 2024 with 100% correct answers
  • CPSC Exam 1 2024 with 100% correct answers

  • Exam (elaborations) • 7 pages • 2024
  • CPSC Exam 1 2024 with 100% correct answers Write the "Hello World" code - ANSWERS*file: *author: *date: *description #include <iostream> int main(int argc, char *argv[]) { std::cout << "Hello World!" << std::endl; return 0; } Volatile vs. Non-Volatile Memory and examples - ANSWERSVolatile: memory which is not permanent, will be gone if power is suddenly shut off. EX) Ram (random access memory) Non-volatile: memory that can be retained without power. ...
    (0)
  • $8.49
  • + learn more
CPSC C Exam 1 Questions & Answers 2024/2025
  • CPSC C Exam 1 Questions & Answers 2024/2025

  • Exam (elaborations) • 5 pages • 2024
  • CPSC C Exam 1 Questions & Answers 2024/2025 Types of Programming Languages - ANSWERSmachine language, assembly language, high-level language What type of language is C? - ANSWERSprocedural Who invented C and when? - ANSWERSDennis Richie in Hardware Defn and Components - ANSWERSthe physical devices that make up a computer system. -CPU -RAM -Secondary Storage Devices Software Defn and Components - ANSWERSPrograms that tell the computer what to do -Systems Software -Utilities...
    (0)
  • $7.99
  • + learn more
CPSC Exam STudy Guide Questions & Answers 2024/2025
  • CPSC Exam STudy Guide Questions & Answers 2024/2025

  • Exam (elaborations) • 6 pages • 2024
  • CPSC Exam STudy Guide Questions & Answers 2024/2025 <html> - ANSWERSThe tag to enclose entire HTML file <p> - ANSWERSA paragraph <body> - ANSWERSThe tag used to enclose the contents rendered in web browser window <table> - ANSWERSA table <img> - ANSWERSAn image <a href=""> - ANSWERSA hyperlink <tr> - ANSWERSTable row <ol> - ANSWERSAn order list <li> - ANSWERSA list item <h1> - ANSWERSHeading 1 text W...
    (0)
  • $7.99
  • + learn more
CPSC C Exam 1 Questions & Answers 2024/2025
  • CPSC C Exam 1 Questions & Answers 2024/2025

  • Exam (elaborations) • 5 pages • 2024
  • CPSC C Exam 1 Questions & Answers 2024/2025 Types of Programming Languages - ANSWERSmachine language, assembly language, high-level language What type of language is C? - ANSWERSprocedural Who invented C and when? - ANSWERSDennis Richie in Hardware Defn and Components - ANSWERSthe physical devices that make up a computer system. -CPU -RAM -Secondary Storage Devices Software Defn and Components - ANSWERSPrograms that tell the computer what to do -Systems Software -Utilities...
    (0)
  • $7.99
  • + learn more
CPSC Exam 1 Questions & Answers 2024/2025
  • CPSC Exam 1 Questions & Answers 2024/2025

  • Exam (elaborations) • 4 pages • 2024
  • CPSC Exam 1 Questions & Answers 2024/2025 ls - ANSWERSLists all the contents in your current directory cd - ANSWERStakes your back to your home directory cd .. - ANSWERStakes you back one directory cd dir_path - ANSWERStakes you to the directory specified by the path provided mv src_file dest_file - ANSWERSrenames src_file to dest_file cp src_file dest_file - ANSWERScopies src_file to dest_file rm file_mane mkdir dir_name - ANSWERSdeletes the file file_name and creates a d...
    (0)
  • $7.99
  • + learn more
CPSC Exam 1 Review 2023 with 100% correct answers
  • CPSC Exam 1 Review 2023 with 100% correct answers

  • Exam (elaborations) • 14 pages • 2023
  • How long has C been around? - correct answer Since 1969-1973 About 48 years What will be printed out by this code? int x = 3, y = 9; int result; result = x + ((5 ** y) / (3 ** x)); printf ("%d", result); - correct answer 8 What is the output of the following: int i = 1, value = 2; while (i <= 4) { printf("%d ", value * i); value = value * i; i++; } - correct answer 2 4 12 48 The second sub-step when compiling where the programming language instructions ar...
    (0)
  • $15.49
  • + learn more