INTRO TO COMPUTER SCIENCE
FINAL EXAM REVIEW QUESTIONS
AND ANSWERS
Input - Correct Answers -Information provided to the computer from a person or from
another computer, through devices such as the keyboard,mouse, or touch screen
Event - Correct Answers -A trigger from user input or from the computer such as a
mouse click, a key press, or a timer
Backlog - Correct Answers -A prioritized list of features or user stories to add to a
program.
Analog - Correct Answers -information that has continuous values instead of jumping
from one value without passing through the values in between
Boolean Expression - Correct Answers -Conditional expressions that are either True or
False
Float - Correct Answers -A number that contains a decimal point
Internet - Correct Answers -The network of computer networks which communicate
through common protocols for accessing information contained inside the computers
Server - Correct Answers -A computer program that provides services to other
computer programs (and their users) in the same or other computers, It holds the
data/web content and delivers the web page.
DNS - Correct Answers -(Domain Name System) A group of computers that keep track
of the IP address for every domain name on the Internet
In-line comment - Correct Answers -Human language comments that are embedded in
computer code (in Python it is denoted by a #)
Decomposistion - Correct Answers -A problem solving strategy of breaking a problem
apart into smaller sub problems
FINAL EXAM REVIEW QUESTIONS
AND ANSWERS
Input - Correct Answers -Information provided to the computer from a person or from
another computer, through devices such as the keyboard,mouse, or touch screen
Event - Correct Answers -A trigger from user input or from the computer such as a
mouse click, a key press, or a timer
Backlog - Correct Answers -A prioritized list of features or user stories to add to a
program.
Analog - Correct Answers -information that has continuous values instead of jumping
from one value without passing through the values in between
Boolean Expression - Correct Answers -Conditional expressions that are either True or
False
Float - Correct Answers -A number that contains a decimal point
Internet - Correct Answers -The network of computer networks which communicate
through common protocols for accessing information contained inside the computers
Server - Correct Answers -A computer program that provides services to other
computer programs (and their users) in the same or other computers, It holds the
data/web content and delivers the web page.
DNS - Correct Answers -(Domain Name System) A group of computers that keep track
of the IP address for every domain name on the Internet
In-line comment - Correct Answers -Human language comments that are embedded in
computer code (in Python it is denoted by a #)
Decomposistion - Correct Answers -A problem solving strategy of breaking a problem
apart into smaller sub problems