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

CIS2750 Midterm Exam Questions With Correct Answers 100% Guaranteed Pass.

Rating
-
Sold
-
Pages
6
Grade
A+
Uploaded on
16-01-2025
Written in
2024/2025

CIS2750 Midterm Exam Questions With Correct Answers 100% Guaranteed Pass. -o, -Wall, -pedantic, -std=c99 in makefiles what do each of these do - Answer-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 - Answerprocessor translates directives into more c code, inserts all code from stdio.h -c in makefile - Answercompiler converts c code into object code makefile linker - Answerconnects object code to standard or non standard libraries how to link and create libraries in makefile - Answerlink library -l(name of library) -L. provides path to library that isn't in defaults -fPIC in makefile - Answercreates position independent code, doesn't assume where in memory your code will be -shared in makefile - Answercreates a shared library .so what does export LD_LIBRARY_PATH='pwd' do - Answertells os where the .so file is at runtime advantages of making - Answermakes repeated compilation easier all in makefile - Answerlists everything you want the make command to create by default clean in makefile - Answerdeletes intermediate files make file rule format - Answertarget: dependencies command target: what you want to create

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
January 16, 2025
Number of pages
6
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

CIS2750 Midterm Exam Questions With
Correct Answers 100% Guaranteed Pass.


-o, -Wall, -pedantic, -std=c99 in makefiles what do each of these do - Answer✔-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 - Answer✔processor translates directives into more c code, inserts all code from
stdio.h
-c in makefile - Answer✔compiler converts c code into object code
makefile linker - Answer✔connects object code to standard or non standard libraries

how to link and create libraries in makefile - Answer✔link library -l(name of library)
-L. provides path to library that isn't in defaults
-fPIC in makefile - Answer✔creates position independent code, doesn't assume where in
memory your code will be
-shared in makefile - Answer✔creates a shared library
.so
what does export LD_LIBRARY_PATH='pwd' do - Answer✔tells os where the .so file is at
runtime
advantages of making - Answer✔makes repeated compilation easier

all in makefile - Answer✔lists everything you want the make command to create by default
clean in makefile - Answer✔deletes intermediate files

make file rule format - Answer✔target: dependencies
command
target: what you want to create

1|Page

, dependencies: what you need to run command
command any unix command (gcc or clang)
qsort - Answer✔function that sorts an array of nell objects, intial member is pointed to by the
base, size is specified by the width
contents of array base are sorted in ascending order according to comparison function pointed to
by function pointers which requires two arguments the objects being compared
why does qsort use function pointers - Answer✔generic sorter, don't have to specify types, can
pass in any type of object
are scripting languages interpreted or compiled and why - Answer✔interpreted because allows
for rapid development, and change
how does python use compliation and interpretation - Answer✔uses combination of compilation
and interpretation,
source code is converted to byte code (similar to compliation)
byte code is executed by an interpreter
improves performance over purely interpreted systems
how to scripting languages interact with other programs - Answer✔combines functionality of
other programs and acts as glue
extending - Answer✔external program and libraries being used to increase the functionality of
the scripting language (stdin/stdout)
dynamic typing - Answer✔system manages types of variables without programmers explicit
input of type
problems of dynamic typing - Answer✔mismatches when a variable is assigned a type thats not
expected
if varaible is misspelled two different variables existing when one was intended
Memory Management in scripting languages - Answer✔automatic memory management and
garbage collections
why are scripting languages object oriented - Answer✔difficult to manage and write larger
programs and using OOP is an attempt to fix the problem
What OOP concepts does python allow - Answer✔can create multiple name spaces (scope)
ploymorphism
operator overloading
multiple inheritance


2|Page

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.
TheStar Florida State University
View profile
Follow You need to be logged in order to follow users or courses
Sold
590
Member since
1 year
Number of followers
178
Documents
23589
Last sold
1 day ago
Stuvia Prodigy

Tested, Verified and Updated Study Materials with 100% Guaranteed Success.

3.8

118 reviews

5
56
4
21
3
20
2
4
1
17

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