- Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about ? On this page you'll find 27 study documents about .
All 27 results
Sort by:
-
Exam (elaborations)
CIS2750 Midterm Exam 2025 – 100+ Verified Q&As | C, Makefiles, Python, SQL, OOP
-
---13December 20252025/2026A+
- This exam prep document contains 100+ verified questions and answers from the CIS2750 Midterm Exam at the University of Guelph, updated for the 2025 academic year. It is designed to reinforce core programming concepts and systems development techniques covered in this upper-level computer science course. The document follows the actual exam structure and includes both theoretical and practical questions across multiple languages and tools. 
 
Topics include: 
 
C programming fundamentals: makefi...
-
$15.99 More Info
PROFFKERRYMARTIN
-
Exam (elaborations)
CIS2750 Exam | Complete Exam Questions and CORRECT Answers| (2025 update) Assured success| grade A+
-
--17December 20252025/2026A+
- CIS2750 Exam | Complete Exam Questions and CORRECT Answers| (2025 update) Assured success| grade A+
-
Free More Info
Milestone
-
Exam (elaborations)
CIS*2750: Midterm Questions and Correct Answers/ Latest Update / Already Graded
-
---16December 20252025/2026A+
- Parameters of qsort 
 Ans: Void * base, size_t nel, size_t width, int (*compar) (const 
void*, const void*)) (Pointer to array, element in array, size of 
elements, comparator function) 
 
How does the comparator function work? 
 Ans: Cast the void pointer to the type of pointer in the given 
array 
 
Assign the values of the given parameters to the pointers 
 
Subtract a from b 
 
If a < b, return -1 
If b < a, return 1 
If a == b, return 0 
 -o flag 
 Ans: Produces an...
-
$14.49 More Info
Expert1
-
Exam (elaborations)
CIS 2750 Questions and Correct Answers/ Latest Update / Already Graded
-
---31December 20252025/2026A+
- Web App Architecture 
 Ans: Parser builds data model for every file, sends those values 
to web server, web server stores info from that data model in 
DB server, Web UI requests info from web server, web server 
either pulls that from DB or requests a data model from parser 
 
Linux Tool Chain 
 Ans: sequence of software tools that convert src code to binary 
 
GCC 
 Ans: GNU Compiler Collection 
 
CPP 
 Ans: C Preprocessor - interprets all # in .h .and .c files before compiler see...
-
$14.49 More Info
Expert1
-
Exam (elaborations)
CIS2750 Week 8 Questions and Correct Answers/ Latest Update / Already Graded
-
---15December 20252025/2026A+
- software components are often written in different languages because 
 Ans: different languages have their own pros and cons 
 
why is making two software components written in different languages 
work together so tricky? 
 Ans: code with the same functionality might compile to 
completely different CPU instructions because different 
languages support different run-time features 
 
why is types an issue between different languages? 
 Ans: • An int in Language A could be 4 bytes, wh...
-
$14.49 More Info
Expert1
-
Exam (elaborations)
CIS2750 Week 10 Questions and Correct Answers/ Latest Update / Already Graded
-
---14December 20252025/2026A+
- problems with concurrent access 
 Ans: - tables in databases are being used with multiple users at 
the same time - multi-step queries often require a select/calculate/update 
sequence on one or more rows of tables which can cause issues 
when 2 people try to update the same data - 
 
solutions for the concurrent access problems 
 Ans: - locking - transactions 
 
table locking 
 Ans: - when one client gets control of the table, finishes their 
updates, then control is relinquished to ...
-
$14.49 More Info
Expert1
-
Exam (elaborations)
CIS2750 MIDTERM EXAM 2025 QUESTIONS AND ANSWERS
-
---9September 20252025/2026A+
- -o, -Wall, -pedantic, -std=c99 in makefiles what do each of these do - ANS -o: names the 
executable/output file 
-Wall: activates all warnings 
-pedantic: really picking with warnings 
-std=c99: uses c99 standard for compiling 
-E in makefile - ANS processor translates directives into more c code, inserts all code from 
stdio.h 
-c in makefile - ANS compiler converts c code into object code 
makefile linker - ANS connects object code to standard or non standard libraries 
how to link and create...
-
$11.99 More Info
Thebright
-
Exam (elaborations)
CIS2750 Midterm Exam Questions and Answers (Verified Answers) (Latest Update 2025) UPDATE!!
-
---11September 20252025/2026A+
- CIS2750 Midterm Exam Questions and Answers (Verified Answers) (Latest Update 2025) UPDATE!!
-
$22.49 More Info
TheAlphanurse
-
Exam (elaborations)
CIS2750 Midterm Exam | Questions and 100% Correct Answers (2025/2026) | Verified Solutions
-
---9August 20252025/2026A+
- CIS2750 Midterm Exam | Questions and 100% Correct 
Answers (2025/2026) | Verified Solutions
-
$13.99 More Info
ExamsCollection