zuai-logo
zuai-logo
  1. AP Computer Science Principles
FlashcardFlashcardStudy GuideStudy GuideQuestion BankQuestion Bank
GlossaryGlossary

Algorithms & Programming Fundamentals

Question 1
college-boardComputer Science PrinciplesAPExam Style
1 mark

What is the term for a sequence of instructions that solves a specific task in programming?

Question 2
college-boardComputer Science PrinciplesAPExam Style
1 mark

What kind of procedure might benefit from using a hash map data structure over an array?

Question 3
college-boardComputer Science PrinciplesAPExam Style
1 mark

In programming, what does it mean to 'call' a procedure?

Question 4
college-boardComputer Science PrinciplesAPExam Style
1 mark

What is the primary purpose of parameters in procedures?

Question 5
college-boardComputer Science PrinciplesAPExam Style
1 mark

What should be considered when creating a procedure that encrypts sensitive information before storage?

Question 6
college-boardComputer Science PrinciplesAPExam Style
1 mark

Which of the following best describes a characteristic of an effective algorithm?

Question 7
college-boardComputer Science PrinciplesAPExam Style
1 mark

Considering recursion versus iteration approaches when designing an algorithm meant to repeatedly apply a transformation until a condition is met, what should weigh heavily in the decision process?

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 8
college-boardComputer Science PrinciplesAPExam Style
1 mark

What do we call the parts of procedures that can be used with different actual arguments to perform tasks in various contexts?

Question 9
college-boardComputer Science PrinciplesAPExam Style
1 mark

In what way could developing artificial intelligence for medical diagnoses impact societal notions of trust in healthcare?

Question 10
college-boardComputer Science PrinciplesAPExam Style
1 mark

Which of the following data types would be most appropriate for a procedure that requires tracking whether a light is turned on or off?