AP Computer Science
Principles Unit 1:
Computational Thinking With
complete verified solutions
already graded A+
strong password - answer a password that is easy for a user to remember but would
be difficult for someone else to guess based on knowledge of that user.
algorithm - answer a finite set of instructions that accomplish a specific task. Every
algorithm can be constructed using combinations of sequencing, selection, and
iteration.
abstraction - answer the process of reducing complexity by focusing on the main
idea. By hiding details irrelevant to the question at hand and bringing together
related and useful details, abstraction reduces complexity and allows one to focus
on the idea.
sequencing - answer the application of each step of an algorithm in the order in
which the code statements are given.
selection - answer this determines which parts of an algorithm are executed based
on a condition being true or false.
iteration - answer a repeating portion of an algorithm. Iteration repeats a specified
number of times or until a given condition is met.
encryption - answer the process of encoding data to prevent unauthorized access.
decryption - answer the process of decoding the data.
Principles Unit 1:
Computational Thinking With
complete verified solutions
already graded A+
strong password - answer a password that is easy for a user to remember but would
be difficult for someone else to guess based on knowledge of that user.
algorithm - answer a finite set of instructions that accomplish a specific task. Every
algorithm can be constructed using combinations of sequencing, selection, and
iteration.
abstraction - answer the process of reducing complexity by focusing on the main
idea. By hiding details irrelevant to the question at hand and bringing together
related and useful details, abstraction reduces complexity and allows one to focus
on the idea.
sequencing - answer the application of each step of an algorithm in the order in
which the code statements are given.
selection - answer this determines which parts of an algorithm are executed based
on a condition being true or false.
iteration - answer a repeating portion of an algorithm. Iteration repeats a specified
number of times or until a given condition is met.
encryption - answer the process of encoding data to prevent unauthorized access.
decryption - answer the process of decoding the data.