Cpsc 110 - Study guides, Class notes & Summaries

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

Page 4 out of 118 results

Sort by

CPSC 110 (chapters 5 , 7-10) Questions With Complete Solutions
  • CPSC 110 (chapters 5 , 7-10) Questions With Complete Solutions

  • Exam (elaborations) • 9 pages • 2023
  • Some web pages are "invisible." That is, no search engine will return them in a query. Why do these pages exist? correct answer: all of the above The main responsibility of a crawler is to correct answer: build a list of tokens that are associated with each page When picking additional sources you should choose correct answer: independent sources Enclosing search terms in quotes asks for pages with correct answer: When searching on Google, this is the same as using the AND key...
    (0)
  • $10.49
  • + learn more
CPSC 1100 EXAM| 107 QUESTIONS| WITH COMPLETE SOLUTIONS
  • CPSC 1100 EXAM| 107 QUESTIONS| WITH COMPLETE SOLUTIONS

  • Exam (elaborations) • 11 pages • 2023
  • A ____ method changes the data. correct answer: mutator Use the _____ statement to use classes that are declared in other packages. correct answer: Import An object _____ describes the location of an object. correct answer: reference Number variables store numbers. Object variables store _________. correct answer: References For this code: private int value; The word "private" is a/n _______ specifier. correct answer: access For this code: private int value; the word "in...
    (0)
  • $10.49
  • + learn more
CPSC 1100 EXAM1 REVIEW (chapter 1, 2, and 3 self checks)
  • CPSC 1100 EXAM1 REVIEW (chapter 1, 2, and 3 self checks)

  • Exam (elaborations) • 11 pages • 2023
  • Assume the class Circle has an accessor called getRadius and a mutator called setRadius. What is the output of the following code? Circle c1 = new Circle(3);Circle c2 = c1;Radius(4);Sln(Radius()); a. 3 b. 4 c. 8 d. 6 correct answer: b. 4 Which of the following statements about classes is correct? a. A class is a sequence of instructions that accesses the data of an object b. By convention, class names begin with a lowercase letter c. All entities, even primitive numbers, are cl...
    (0)
  • $10.49
  • + learn more
CPSC 110 Test 3| 75 QUESTIONS| WITH COMPLETE SOLUTIONS
  • CPSC 110 Test 3| 75 QUESTIONS| WITH COMPLETE SOLUTIONS

  • Exam (elaborations) • 8 pages • 2023
  • How many symbols can be represented by four bits? correct answer: 16 PandA representation is what kind of system? correct answer: binary What was used to help structure the digitized Oxford English Dictionary? correct answer: tags This defines how characters relate to each other when they are connected correct answer: Collating sequence When using physical phenomena to encode information, name on potential solution if there are more than two alternatives correct answer: Adopt on...
    (0)
  • $10.49
  • + learn more
CPSC 110 PSET 10 SOLUTION-latest-2023
  • CPSC 110 PSET 10 SOLUTION-latest-2023

  • Exam (elaborations) • 4 pages • 2023
  • CPSC 110 PSET 10 SOLUTION-latest-2023
    (0)
  • $16.99
  • + learn more
CPSC 110 TEST 2 QUESTIONS WITH COMPLETE SOLUTIONS
  • CPSC 110 TEST 2 QUESTIONS WITH COMPLETE SOLUTIONS

  • Exam (elaborations) • 11 pages • 2023
  • (7) Information describing information is called: a.) Special information b.) Metadata c.) Special-data d.) Formatting correct answer: *b.) Metadata* (7) The more symbols you want, the more ----- you need. correct answer: *Encoding* (7) ----- is the name we use for the 2 fundamental patterns of digital information based on the presence and absence of a phenomenon. correct answer: *PAndA* (9) The ----- part of the computer is the hardware part of the Fetch/Execute Cycle. correct a...
    (0)
  • $10.49
  • + learn more
CPSC 110 Midterm| 85 QUESTIONS| WITH COMPLETE SOLUTIONS
  • CPSC 110 Midterm| 85 QUESTIONS| WITH COMPLETE SOLUTIONS

  • Exam (elaborations) • 10 pages • 2023
  • Hardware correct answer: The physical components of a computer CPU (Central Processing Unit) correct answer: The part of the computer that runs the program Main Memory (RAM - Random Access Memory) correct answer: Where the computer stores a program and the data while the program is running Secondary Storage Devices correct answer: Memory that can hold data for long periods of time. Programs are normally stored in secondary memory and loaded onto main memory when needed. Most common ...
    (0)
  • $10.49
  • + learn more
Problem Set 5 - UBC - CPSC 110
  • Problem Set 5 - UBC - CPSC 110

  • Exam (elaborations) • 12 pages • 2023
  • (require spd/tags) (require 2htdp/image) (require 2htdp/universe) (@assignment lab-05) (@cwl ???) ;; Problem 1 ;; Complete the design of a function called pyramid that takes a natural ;; number n and an image, and constructs an n-tall, n-wide pyramid of ;; copies of that image. ;; For instance, a 3-wide pyramid of cookies would look like this: ;(bitmap/url ;" ; ") ;(run in interactions window)
    (0)
  • $4.99
  • + learn more
CPSC 1100 Test 2 QUESTIONS WITH COMPLETE SOLUTIONS
  • CPSC 1100 Test 2 QUESTIONS WITH COMPLETE SOLUTIONS

  • Exam (elaborations) • 7 pages • 2023
  • The java compiler translates source code into _______ files that contain instructions for the Java virtual machine. correct answer: class _________ are the fundamental building blocks of Java programs. correct answer: classes Use _________ to help humans readers understand your program. correct answer: comments A run-time error is also called a _________ error. correct answer: logic A computer _________ executes a sequence of very basic instruction in rapid succession. correct an...
    (0)
  • $10.49
  • + learn more