Cpsc exam 1 - Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about Cpsc exam 1? On this page you'll find 210 study documents about Cpsc exam 1.
All 210 results
Sort by
-
CPSC 217 FINAL Exam Questions and answers, Graded A+/ APPROVED EXAM PREDICTION PAPER/
- Exam (elaborations) • 24 pages • 2024
-
- $9.49
- 1x sold
- + learn more
CPSC 217 FINAL Exam Questions and 
answers, Graded A+ 
What is the best way to create functions for a program? Give example - -Top down approach, break 
it down into parts 
ex. Program to calculate interest, break it into 3 functions 
1. Get info 
2. Do Calculations 
3. Display results 
What is the result of and how does it work? 
def displayInstructions ( ): 
print ("Displaying instructions") 
displayInstructions ( ) 
print ("End") - -You created a function called displayIntructions. The body...
-
CPSC EXAM 1 QUESTIONS & ANSWERS WITH SOLVED SOLUTIONS!!
- Exam (elaborations) • 13 pages • 2024
-
- $13.99
- + learn more
CPSC EXAM 1 QUESTIONS & ANSWERS WITH SOLVED SOLUTIONS!!
-
CPSC Exam 1 2024 with 100% correct answers
- Exam (elaborations) • 7 pages • 2024
- Available in package deal
-
- $8.49
- + learn more
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. 
...
-
CPSC C Exam 1 Questions & Answers 2024/2025
- Exam (elaborations) • 5 pages • 2024
- Available in package deal
-
- $7.99
- + learn more
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...
-
CPSC C Exam 1 Questions & Answers 2024/2025
- Exam (elaborations) • 5 pages • 2024
- Available in package deal
-
- $7.99
- + learn more
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...
Want to regain your expenses?
-
CPSC Exam 1 Questions & Answers 2024/2025
- Exam (elaborations) • 4 pages • 2024
- Available in package deal
-
- $7.99
- + learn more
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...
-
CPSC Exam 1 Questions & Answers 2024/2025
- Exam (elaborations) • 4 pages • 2024
- Available in package deal
-
- $7.99
- + learn more
CPSC Exam 1 Questions & Answers 2024/2025
-
CPSC Exam 1 Questions & Answers 2024/2025
- Exam (elaborations) • 3 pages • 2024
- Available in package deal
-
- $7.99
- + learn more
CPSC Exam 1 Questions & Answers 2024/2025
-
CPSC Exam 1 Review 2023 with 100% correct answers
- Exam (elaborations) • 14 pages • 2023
- Available in package deal
-
- $15.49
- + learn more
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...
-
CPSC 2150 EXAM 1 QUESTIONS (SOLVED) 100% CORRECT!!
- Exam (elaborations) • 12 pages • 2024
-
- $13.99
- + learn more
CPSC 2150 EXAM 1 QUESTIONS (SOLVED) 100% CORRECT!!
How much did you already spend on Stuvia? Imagine there are plenty more of you out there paying for study notes, but this time YOU are the seller. Ka-ching! Discover all about earning on Stuvia