Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

CISC 3140 FINAL REVIEW QUESTIONS FULL 2026 QUESTIONS WITH ANSWERS GRADED A+

Beoordeling
-
Verkocht
-
Pagina's
6
Cijfer
A+
Geüpload op
14-03-2026
Geschreven in
2025/2026

CISC 3140 FINAL REVIEW QUESTIONS FULL 2026 QUESTIONS WITH ANSWERS GRADED A+

Instelling
CISC 3140
Vak
CISC 3140

Voorbeeld van de inhoud

CISC 3140 FINAL REVIEW QUESTIONS
FULL 2026 QUESTIONS WITH ANSWERS
GRADED A+

>> What is the purpose of the .PHONY keyword in a makefile?
Source:
https://www.gnu.org/software/make/manual/make.html#Simple-Makefile
Answer: To name a recipe that will execute once requested/Targets that do
not refer to files but are just actions are called phony targets.


>> a) Why is the Therac report of great importance to programmers (i.e. what is
the fact demonstrated by the report that should be of major importance to the
approach that should be taken when software is developed)?
b) The Therac programmers engaged in several practices that either failed to
prevent errors from being included in production code or failed to repair
programming errors when incorrect program behavior was detected. Briefly state
what two of those detrimental practices were.
b) Failed to properly test code; Failed to listen to user feedback.
Source: https://web.stanford.edu/class/cs240/old/sp2014/readings/therac-25.pdf
Answer: a) Bad software kills. if software is not designed correctly and
tested carefully and correctly you are putting people's lives in danger.


>> What is one reason why, despite its age and poor support for object oriented
programming, does COBOL survive as a language of choice (if not the language
of choice) for programming business applications?
Answer: COBOL supports decimal arithmetic.


>> Write a Scheme function `build astring n` that will contruct a list of `n` copies
of an arbitrary string `astring`, where `n` is a positive integer larger than 0.
Assume that `astring` is a properly constructed list and `n` is an integer greater
than 0, so not editing the parameters is required. Hint: The function `cons item

, alist` adds the element item to the left end of the list `alist`.
(if(= n 0) (list) ;if n is equal to 0, return a list
(cons astring (build (- n 1) ) ;cons constructs a list (cons X l) → (listof X)
)
)
)
)
Answer: (define build(lambda (astring n) ;constructs a list with
arguments/parameters


>> What is the purpose of the `lambda` function of the Scheme language?
Answer: To create/construct a function


>> What is the primary block of storage managed by Subversion (i.e. what unit
of storage do you get when you check out something from a Subversion
repository)?
Answer: A directory/A Subversion directory


>> Consider the coed snippet:
```
int c (float a, float b) {
if (a == b) return (1); else return (0);
}
```
What is the serious error in the above code?
Answer: Using `==` symbol to compare equality for floating point numbers.


>> What is one purpose of the Subversion system (and similar systems), i.e.,
what are they used for?
Answer: For file version control;


>> What is the effect of the Subversion command `svn add myfile.c`?
Answer: Puts files under Subversion control

Geschreven voor

Instelling
CISC 3140
Vak
CISC 3140

Documentinformatie

Geüpload op
14 maart 2026
Aantal pagina's
6
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$13.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
GradeGalaxy Havard School
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
87
Lid sinds
6 maanden
Aantal volgers
0
Documenten
35464
Laatst verkocht
8 uur geleden
GradeGalaxy

Welcome to the premier destination for high-quality academic support. GradeGalaxy7 provides a comprehensive suite of educational materials, including expertly sourced test banks, solution manuals, and study guides. Our resources are meticulously organized to streamline your revision process and enhance your understanding of core concepts. Equip yourself with the reliable content you need to achieve superior academic results.

4.3

4 beoordelingen

5
2
4
1
3
1
2
0
1
0

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen