100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

CIS 2750 Questions and Correct Answers/ Latest Update / Already Graded

Rating
-
Sold
-
Pages
31
Grade
A+
Uploaded on
05-12-2025
Written in
2025/2026

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 sees source code C Compiler Page | 2 All rights reserved © 2025/ 2026 | Ans: compile src into assembly language (.i into .s) [G]AS Ans: Assembler takes assembly code into object code (.s to .o) LD Ans: Linker - stitches .o and referenced system libs into bin exe - static libs are linked here (dynamic are at run time) LD.SO Ans: Loader - tells OS to execute a program - OS opens new program and copies segments into virtual memory process DLOPEN Ans: Loader - Program using dynamically linked libs loaded by when program starts Page | 3

Show more Read less
Institution
CIS2750
Course
CIS2750











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
CIS2750
Course
CIS2750

Document information

Uploaded on
December 5, 2025
Number of pages
31
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

Page |1


CIS 2750 Questions and Correct Answers/
Latest Update / Already Graded
Web App Architecture

Ans: Parser builds data model for every file, sends thos e 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 sees source
code


C Compiler



All rights reserved © 2025/ 2026 |

, Page |2


Ans: compile src into assembly language (.i into .s)


[G]AS

Ans: Assembler
takes assembly code into object code (.s to .o)


LD

Ans: Linker
- stitches .o and referenced system libs into bin exe
- static libs are linked here (dynamic are at run time)


LD.SO

Ans: Loader
- tells OS to execute a program
- OS opens new program and copies segments into virtual
memory process


DLOPEN

Ans: Loader
- Program using dynamically linked libs loaded by ld.so when
program starts

All rights reserved © 2025/ 2026 |

, Page |3



Macros in Makefiles

Ans: $(THING) = flags/files/commands


CC = gcc

Ans: select GCC compiler as front end


CPPFLAGS

Ans: -Iinclude_file_dir (absolute)
-I~/myproj/include (relative and takes all system and own)
-Dsymbol (#define but in cmd line)
-DNDEBUG (disable assertions)


CFLAGS

Ans: Compiler Flags
-g (save symbols for debugger)
-Wall -std=c11
-fpic
-c




All rights reserved © 2025/ 2026 |

, Page |4

LDFLAGS

Ans: Linker Flags
-Llib_dir
-L~/myproj/lib
-llibrary
-lfoo


Static lib

Ans: linked at compile time, inflexible, contents copied into
exe


Dynamic lib

Ans: linked at run time
shared libs
flexible
default irl


Creating shared lib

Ans: gcc -c prog.c -o prog.o
gcc -shared -o libprog.so prog.o



All rights reserved © 2025/ 2026 |

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Expert1 Chamberlian School of Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
38
Member since
9 months
Number of followers
1
Documents
6707
Last sold
1 day ago
Expert1

Welcome to Expert1 – Your Trusted Study Partner! Struggling to prepare for exams or ace your coursework? At Expert1, I provide top-tier, exam-ready study materials designed to help you succeed with confidence. All notes are created with clarity, precision, and a deep understanding of the curriculum to ensure you save time and score high. What You’ll Find Here: High-quality summaries and exam packs Past paper solutions with detailed explanations Notes aligned with your syllabus (A-levels, university, etc.) Resources from top-performing students Trusted by hundreds of students to boost their grades!

Read more Read less
4.3

6 reviews

5
5
4
0
3
0
2
0
1
1

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions