Study Guide 2026 |
Practice Questions,
Answers, Rationales &
Exam Review | Complete
Ethics Study Guide
Updated 2026 Questions and Answers
100% Verified Exam Prep and Comprehensive
Rationales
Included
, How are procedures abstractions in computer science? They can be used without understanding or seeing the code used
What do parameters used in a procedure provide? A way to get values into the procedure making code more flexible
What happens when you clean data? Corrupt data records are corrected or removed, incomplete data records are
completed or removed, duplicate records are removed
What classifies a problem to be classified as intractable? The solution is too inefficient for large datasets
What are statements, procedures, and libraries, examples Abstractions used in writing software because they can be used without knowing
of? details of how they work
What is an issue that organizations must handle when Ensuring that people's private data is not exposed
dealing with large databases?
How does the internet work with the different equipment in Vendors follow the protocols established to enable data to be sent and received
use? across any equipment
What does scalability mean? The ability to add or remove sources as the size changes
Why do we have high level coding languages? To make it easier fo people to write code
How can an image of a house that is used in a program When pressed, the code will run to return your screen to the home page, the
represent an abstraction? program directions will drive to your house will be displayed on your devices, and
data about the smart features of your house will be displayed
How do selection statements determine which section of Through conditions that evaluate to true or false
code to execute?
How are list elements accessed individually? The list name is used along with the value the code needs to access