Package deal
CPSC BUNDLED l Exams exam 2023 with 100% correct answers
CPSC 110 Final Exam 2023 with 100% correct answers CPSC 100 exam 2023 with 100% correct answers
[Show more]CPSC 110 Final Exam 2023 with 100% correct answers CPSC 100 exam 2023 with 100% correct answers
[Show more]Pixels - correct answer Individual display units on the computer screen 
 
Motherboard - correct answer Printed circuit board inside processor box. Computer's main circuit board 
 
Microprocessor - correct answer The smart part of system that is on the motherboard 
 
Main Memory - correct answer Pr...
Preview 2 out of 9 pages
Add to cartPixels - correct answer Individual display units on the computer screen 
 
Motherboard - correct answer Printed circuit board inside processor box. Computer's main circuit board 
 
Microprocessor - correct answer The smart part of system that is on the motherboard 
 
Main Memory - correct answer Pr...
specification file - correct answer a file containing a class declaration 
 
friend - correct answer a modifier used to indicated that a method/function is not a member of the class, but has access to the private members of the class 
 
encapsulation - correct answer the bundling of an object's dat...
Preview 2 out of 9 pages
Add to cartspecification file - correct answer a file containing a class declaration 
 
friend - correct answer a modifier used to indicated that a method/function is not a member of the class, but has access to the private members of the class 
 
encapsulation - correct answer the bundling of an object's dat...
How long has C been around? - correct answer Since 1969-1973 
About 48 years 
 
What will be printed out by this code? 
 
int x = 3, y = 9; 
int result; 
 
result = x + ((5 ** y) / (3 ** x)); 
printf ("%d", result); - correct answer 8 
 
What is the output of the following: 
 
int i = 1, value =...
Preview 2 out of 14 pages
Add to cartHow long has C been around? - correct answer Since 1969-1973 
About 48 years 
 
What will be printed out by this code? 
 
int x = 3, y = 9; 
int result; 
 
result = x + ((5 ** y) / (3 ** x)); 
printf ("%d", result); - correct answer 8 
 
What is the output of the following: 
 
int i = 1, value =...
Procedural - correct answer Has instructions that can be carried out, functions called at any point 
 
C++ (3) - correct answer Superset of C developed by Bjarne Stroustrup at Bell Labs 
Object-oriented (10-100% increase in productivity) 
Dominant language in industry in academia 
 
Incremental deve...
Preview 2 out of 14 pages
Add to cartProcedural - correct answer Has instructions that can be carried out, functions called at any point 
 
C++ (3) - correct answer Superset of C developed by Bjarne Stroustrup at Bell Labs 
Object-oriented (10-100% increase in productivity) 
Dominant language in industry in academia 
 
Incremental deve...
Java was first developed for ______. - correct answerconsumer devices 
 
Java is case sensitive. - correct answerTrue 
 
Primary storage includes hard disks. - correct answerFalse 
 
In order for a computer program to provide an answer to a problem that computers and answer, ti must follow a sequenc...
Preview 3 out of 23 pages
Add to cartJava was first developed for ______. - correct answerconsumer devices 
 
Java is case sensitive. - correct answerTrue 
 
Primary storage includes hard disks. - correct answerFalse 
 
In order for a computer program to provide an answer to a problem that computers and answer, ti must follow a sequenc...
Variable - correct answer -A named item used to hold a value 
 
Choose the output of the following C statement: 
printf("SunnynDay "); 
 
 
Sunny n 
Day 
 
 
Sunny nDay endl 
 
 
Sunny nDay 
 
 
Sunny 
Day - correct answer -Sunny 
Day 
 
Suppose that alpha and beta are int variables an...
Preview 4 out of 50 pages
Add to cartVariable - correct answer -A named item used to hold a value 
 
Choose the output of the following C statement: 
printf("SunnynDay "); 
 
 
Sunny n 
Day 
 
 
Sunny nDay endl 
 
 
Sunny nDay 
 
 
Sunny 
Day - correct answer -Sunny 
Day 
 
Suppose that alpha and beta are int variables an...
In order for something to be considered a computer it must have a keyboard attached. 
a. true 
b. false 
c. only certain computer - correct answer -b. false 
 
Software could also be called 
a. computers 
b. hardware 
c. programs 
d. algorithms - correct answer -c. programs 
 
Most interactions with...
Preview 4 out of 36 pages
Add to cartIn order for something to be considered a computer it must have a keyboard attached. 
a. true 
b. false 
c. only certain computer - correct answer -b. false 
 
Software could also be called 
a. computers 
b. hardware 
c. programs 
d. algorithms - correct answer -c. programs 
 
Most interactions with...
How many symbols can be represented by four bits? 
a. 12 
b. 16 
c. 36 
d. 256 - correct answer B 
 
PandA representation is what kind of system? 
a. decimal 
b. binary 
c. hexadecimal 
d. byte - correct answer B 
 
What was used to help structure the digitized Oxford English Dictionary? 
a. bytes 
...
Preview 2 out of 11 pages
Add to cartHow many symbols can be represented by four bits? 
a. 12 
b. 16 
c. 36 
d. 256 - correct answer B 
 
PandA representation is what kind of system? 
a. decimal 
b. binary 
c. hexadecimal 
d. byte - correct answer B 
 
What was used to help structure the digitized Oxford English Dictionary? 
a. bytes 
...
CT Building Blocks - correct answer -Use abstraction and decomposition to clarify and simply the critical pieces of a problem; choose appropriate models and representation to solve the issue; evaluate the problems of the solution; explain how computers work 
 
CT Application - correct answer -Explai...
Preview 1 out of 2 pages
Add to cartCT Building Blocks - correct answer -Use abstraction and decomposition to clarify and simply the critical pieces of a problem; choose appropriate models and representation to solve the issue; evaluate the problems of the solution; explain how computers work 
 
CT Application - correct answer -Explai...
where is - correct answer --rap is a user ID; the computer addressed by will figure it out for us 
 
- is an address (but its designed for humans) 
 
 -the transport layer switches from human-readable *domain names* to machine-friendly *IP addresses* 
 
IP address - correct answer --each computer ...
Preview 2 out of 11 pages
Add to cartwhere is - correct answer --rap is a user ID; the computer addressed by will figure it out for us 
 
- is an address (but its designed for humans) 
 
 -the transport layer switches from human-readable *domain names* to machine-friendly *IP addresses* 
 
IP address - correct answer --each computer ...
Algorithm - correct answer -A precise, systematic method for producing a specified result 
 
Three characteristics of an algorithm - correct answer -1. Unambiguous - no assumptions and precise language 
2. Executable - can actually achieve result 
3. Terminating - eventually comes to an end or a hal...
Preview 2 out of 6 pages
Add to cartAlgorithm - correct answer -A precise, systematic method for producing a specified result 
 
Three characteristics of an algorithm - correct answer -1. Unambiguous - no assumptions and precise language 
2. Executable - can actually achieve result 
3. Terminating - eventually comes to an end or a hal...
sorting algorithms: decomposition - correct answer -decomposition and abstraction 
 
Computational Thinking - correct answer -thought processes involved in formulating problems and their solutions so that the solutions are in a form that can be effectively carried out by an information processing ag...
Preview 3 out of 28 pages
Add to cartsorting algorithms: decomposition - correct answer -decomposition and abstraction 
 
Computational Thinking - correct answer -thought processes involved in formulating problems and their solutions so that the solutions are in a form that can be effectively carried out by an information processing ag...
CPSC 100 exam 2023 with 100% correct answers
Preview 4 out of 67 pages
Add to cartCPSC 100 exam 2023 with 100% correct answers
CPSC 100 exam 2023 with 100% correct answers
Preview 3 out of 16 pages
Add to cartCPSC 100 exam 2023 with 100% correct answers
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Stuvia is a marketplace, so you are not buying this document from us, but from seller EAGLE5. Stuvia facilitates payment to the seller.
No, you only buy these notes for $40.89. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
82191 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now