Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

CPTS 121 FINAL EXAM WITH CORRECT ACTUAL QUESTIONS AND CORRECTLY WELL DEFINED ANSWERS LATEST ALREADY GRADED A+

Rating
-
Sold
-
Pages
11
Grade
A+
Uploaded on
13-04-2026
Written in
2025/2026

CPTS 121 FINAL EXAM WITH CORRECT ACTUAL QUESTIONS AND CORRECTLY WELL DEFINED ANSWERS LATEST ALREADY GRADED A+

Institution
CPTS 121
Course
CPTS 121

Content preview

CPTS 121 FINAL EXAM WITH CORRECT ACTUAL QUESTIONS AND
CORRECTLY WELL DEFINED ANSWERS LATEST ALREADY
GRADED A+



recursion - ANSWER-The process in which a function calls itself either directly or indirectly
through another function



base case - ANSWER-tells when the recursion has to stop. For example, let us take factorial
function. The base case here is when n=0 or when n=1; and after every recursive call to fact()
function n value reduced by 1 and finally reaches base case.



recursive step - ANSWER-the line that calls the recursive function



recursive function - ANSWER-A function that calls itself



function call stack - ANSWER-(often referred to just as the call stack or the stack) is responsible
for maintaining the local variables and parameters during function execution.



what is a bit - ANSWER-Bit is derived from binary digit - A binary digit or bit has two possible
values; 0 or 1



nibble - ANSWER-A sequence of 4-bits

One example of a nibble of data is 11112 This is the number 15 in decimal



byte - ANSWER-A sequence of 8-bits

One example of a byte of data is 0100 00012 This is the number 65 in decimal It's also the
ASCII value for 'A'

, How can we determine if a number is even or odd without using the mod (%) operator? -
ANSWER-If the least significant bit (lsb) is 1 the number is odd, if its 0 the number is even



How do we multiply and divide by powers of 2 without using the multiplication (*) and division (/)
operators? - ANSWER-Recall multiplication and division is expensive and resource intensive

o Shift all bits in a number to the left by 1 to multiply by 2

o Shift all bits in a number to the right by 1 to divide by 2



bitwise negation - ANSWER-~

0 -> 1 or 1 -> 0, where -> represents "becomes"



bitwise left shift - ANSWER-<<

means shift each bit in the number to the left by two positions and rotate in zeros - The result is
11002 if only a nibble of memory is available; otherwise it's 1011002



bitwise right shift - ANSWER->>

means shift each bit in the number to the right by one position and rotate in zeros - The result is
01012; note the lsb is lost in the result



bitwise and - ANSWER-&

10102 & 00112; means AND each bit in each corresponding position - The result is 00102



bitwise or - ANSWER-|

10102 | 00112; means OR each bit in each corresponding position - The result is 10112



bitwise xor - ANSWER-^

10102 ^ 00112; means XOR each bit in each corresponding position - The result is 10012



what is a command line argument - ANSWER-

Written for

Institution
CPTS 121
Course
CPTS 121

Document information

Uploaded on
April 13, 2026
Number of pages
11
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$18.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

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.
DoctorDee Teachme2-tutor
Follow You need to be logged in order to follow users or courses
Sold
24
Member since
2 year
Number of followers
7
Documents
4360
Last sold
1 month ago
Hi wayne1111

3.5

6 reviews

5
3
4
0
3
1
2
1
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

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions