Cosc 1436 exam 1 - Study guides, Class notes & Summaries

Looking for the best study guides, study notes and summaries about Cosc 1436 exam 1? On this page you'll find 36 study documents about Cosc 1436 exam 1.

Page 4 out of 36 results

Sort by

COSC 1436 Programming Fundamentals - Final Exam Review Questions And Answers 100% Verified.
  • COSC 1436 Programming Fundamentals - Final Exam Review Questions And Answers 100% Verified.

  • Exam (elaborations) • 2 pages • 2024
  • Available in package deal
  • COSC 1436 Programming Fundamentals - Final Exam Review Questions And Answers 100% Verified. Character arrays are also called this? - answerc-strings The following array is a ___-dimensional array int list[2][5][6][6] - answer4 The [] is called this and it allows access to an individual character in a string - answerarray subscript The predefined mathematical function for the square root of a number is this - answersqrt(x) These alter the flow of control. They can be used to exit early fr...
    (0)
  • $10.49
  • + learn more
COSC 1436 Programming Fundamentals - Final Exam Review Questions and Answers | Latest Update | Graded A+
  • COSC 1436 Programming Fundamentals - Final Exam Review Questions and Answers | Latest Update | Graded A+

  • Exam (elaborations) • 4 pages • 2024
  • COSC 1436 Programming Fundamentals - Final Exam Review Questions and Answers | Latest Update | Graded A+ A ____-controlled while loops uses a bool variable to control the loop. flag Character arrays are also called this? c-strings Fill in the words: ___ statement _____ (expression); do while Fill-in the type of loop: _____ (expression) statement while Given enum typeName {value1, value2, ...}; Value 2 is _____ than value 1 greater The _____ statement is used to create synonym...
    (0)
  • $8.79
  • + learn more
COSC 1436 Exam 1 Study Guide Solutions
  • COSC 1436 Exam 1 Study Guide Solutions

  • Exam (elaborations) • 15 pages • 2024
  • COSC 1436 Exam 1 Study Guide Solutions Main memory is directly connected to the CPU - ANSWER-True When the computer is turned off, everything in secondary memory is lost. - ANSWER-False Information stored in main memory must be transferred to some other device for permanent storage. - ANSWER-True The device that stores information permanently (unless the device becomes unusable or you change the information by rewriting it) is called primary storage. - ANSWER-False When you compile your p...
    (0)
  • $12.49
  • + learn more
COSC 1436 Exam 1 Study Guide Solutions
  • COSC 1436 Exam 1 Study Guide Solutions

  • Exam (elaborations) • 13 pages • 2024
  • COSC 1436 Exam 1 Study Guide Solutions False - ANSWER-(T/F) In C++, reserved words are the same as predefined identifiers. True - ANSWER-(T/F) The maximum number of significant digits in values of the double type is 15. False - ANSWER-(T/F) A mixed arithmetic expression contains all operands of the same type. False - ANSWER-(T/F) The escape sequence r moves the insertion point to the beginning of the next line. True. - ANSWER-(T/F) Suppose that sum is an int variable. The statement sum...
    (0)
  • $12.49
  • + learn more
COSC 1436 C++ Exam Study Questions and Answers
  • COSC 1436 C++ Exam Study Questions and Answers

  • Exam (elaborations) • 21 pages • 2024
  • COSC 1436 C++ Exam Study Questions and Answers Given an integer variable strawsOnCamel, write a statement that uses the auto-increment operator to increase the value of that variable by 1. - ANSWER-strawsOnCamel++; Given an integer variable timer, write a statement that uses the auto-decrement operator to decrease the value of that variable by 1. - ANSWER-timer--; Consider this code: "int v = 20; --v; cout << v++;". What value is printed, what value is v left with? - ANSWER-19...
    (0)
  • $12.49
  • + learn more
COSC 1436 - Ch 6 Exam Expected Questions and Answers
  • COSC 1436 - Ch 6 Exam Expected Questions and Answers

  • Exam (elaborations) • 10 pages • 2024
  • COSC 1436 - Ch 6 Exam Expected Questions and Answers 1) A file that data is written to is known as a(n) a. input file. b. output file. c. sequential access file. d. binary file. - ANSWER-output file 2) The term __ is used to describe a file that data is read from is known as a(n) a. input file. b. output file. c. sequential access file. d. binary file. - ANSWER-input file 3) Before a file can be used by a program, it must be a. formatted. Copyright © KAYLIN 2024/2025 ACADEMIC YEAR...
    (0)
  • $12.49
  • + learn more