Csci 1301 - Study guides, Class notes & Summaries

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

Page 2 out of 31 results

Sort by

UGA CSCI 1301 Exam 1 Spring 2024-2025
  • UGA CSCI 1301 Exam 1 Spring 2024-2025

  • Exam (elaborations) • 7 pages • 2024
  • Available in package deal
  • UGA CSCI 1301 Exam 1 Spring ...
    (0)
  • $11.99
  • + learn more
CSCI 1301 Final Exam Questions 100% Solved.
  • CSCI 1301 Final Exam Questions 100% Solved.

  • Exam (elaborations) • 11 pages • 2024
  • Available in package deal
  • CSCI 1301 Final Exam Questions 100% Solved. Computer systems - answerconsist of hardware and software program - answera set of instructions for the computer to carry out software - answerall the different kinds of programs used to give instructions to the computer CPU (processor) - answerthe device inside your computer that follows a program's instructions memory - answerholds data for the computer to process, and holds the result of the computer's intermediate calculations main me...
    (0)
  • $11.49
  • + learn more
CSCI 1301 Exam 3 Questions 100% Solved
  • CSCI 1301 Exam 3 Questions 100% Solved

  • Exam (elaborations) • 8 pages • 2024
  • Available in package deal
  • CSCI 1301 Exam 3 Questions 100% Solved. What is an array - answerdata structure that represents a collection of the same types of data How do you declare array variables? - answerdatatype[] arrayRefVar; example: double[] mylist How do you create an array? - answerarrayVar = new datatype[arraySize]; example: myList = new double[10] How can you declare and create an array in one step? - answerdatatype[] arrayRefVar = new datatype[arraySize] ©SIRJOEL EXAM SOLUTIONS 10/11/2024 1:41 PM e...
    (0)
  • $10.49
  • + learn more
CSCI 1301 Exam 1-UGA Questions 100% Solved.
  • CSCI 1301 Exam 1-UGA Questions 100% Solved.

  • Exam (elaborations) • 9 pages • 2024
  • Available in package deal
  • CSCI 1301 Exam 1-UGA Questions 100% Solved. Hardware - answerThe physical components of a computer. Software - answerwritten programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory main memory - answerholds current memory, volatile (goes away) auxiliary memory - answerexists once the computer turns off (hard drive) input - answerkeyboard, mouse, etc. output - answermonitor, printer, etc. RAM -...
    (0)
  • $10.49
  • + learn more
CSCI 1301 Exam 1-UGA Updated 2024/2025 Actual Questions and answers with complete solutions
  • CSCI 1301 Exam 1-UGA Updated 2024/2025 Actual Questions and answers with complete solutions

  • Exam (elaborations) • 8 pages • 2024
  • Available in package deal
  • .compareTo(); - compares to help with ordering alphabetic characters -If compare x1 to x2 and returns >0(+) then x1 comes after x2 -If compare x1 to x2 and returns <0(-) then x1 comes before x2 -if compare x1 to x2 and returns 0 then x1 ad x2 are equal .equals(); .equalsIgnoreCase(); - equality of 2 strings (just like == is for int) .indexOf(); - returns the index of a letter (position, because String starts with index 0) .length (); - returns int of how long the string is .toUpper...
    (0)
  • $7.99
  • + learn more
UGA CSCI 1301 Exam 1 Spring Questions 100% Solved.
  • UGA CSCI 1301 Exam 1 Spring Questions 100% Solved.

  • Exam (elaborations) • 8 pages • 2024
  • Available in package deal
  • UGA CSCI 1301 Exam 1 Spring Questions 100% Solved. Prints a line of code - answerS() Sln() reads the next word that was inputted by the user - answern1 = () reads the next double that was inputted by the user - answern1 = Double() reads the next string line that was inputted by the user - answern1 = Line() reads the next integer that was inputted by the user - answern1 = Int() how to define multiple variables of the same type - answerint numberOfBaskets, eggsPerBasket, totalEggs; # of ...
    (0)
  • $10.49
  • + learn more
CSCI 1301 Midterm Exam Questions 100% Solved.
  • CSCI 1301 Midterm Exam Questions 100% Solved.

  • Exam (elaborations) • 6 pages • 2024
  • Available in package deal
  • CSCI 1301 Midterm Exam Questions 100% Solved. All information is stored in the computer using binary numbers. - answerTrue Java is an object-oriented programming language. - answerTrue S is used in a program to denote that a documentation comment follows. - answerFalse The Java compiler is able to find all programmer errors. - answerFalse Code placed inside of comments will not be compiled and therefore will not execute. - answerTrue Reserved words in Java can be redefined by the progra...
    (0)
  • $10.49
  • + learn more
CSCI 1301 Final Exam Questions and Answers 100% Correct | Latest Update
  • CSCI 1301 Final Exam Questions and Answers 100% Correct | Latest Update

  • Exam (elaborations) • 11 pages • 2024
  • CSCI 1301 Final Exam Questions and Answers 100% Correct | Latest Update computer systems - consist of hardware and software program - a set of instructions for the computer to carry out software - all the different kinds of programs used to give instructions to the computer CPU (processor) - the device inside your computer that follows a program's instructions memory - holds data for the computer to process, and holds the result of the computer's intermediate calculations main memory...
    (0)
  • $9.49
  • + learn more
CSCI 1301 Exam #1 Questions 100% Solved.
  • CSCI 1301 Exam #1 Questions 100% Solved.

  • Exam (elaborations) • 5 pages • 2024
  • Available in package deal
  • CSCI 1301 Exam #1 Questions 100% Solved. Central Processing Unit (CPU) - answerThe device inside your computer that follows a program's instructions Main Memory - answerHolds the current program and much of the data that the program is manipulating Volatile Memory - answerInformation stored in the main memory that disappears when the computer is shut down Auxiliary Memory - answerInformation that exists even when the computer's power is off, which is included in hard drive disks, f...
    (0)
  • $10.49
  • + learn more