zuai-logo

Home

Leaderboard

    Learn
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

Which programming language uses C+ or Java for expressing algorithms?

Question 2
college-boardComputer Science PrinciplesAPExam Style
1 mark

When aiming to develop AI applications such as expert systems, which feature is most advantageous?

Question 3
college-boardComputer Science PrinciplesAPExam Style
1 mark

In a software development process, what is the main purpose of using algorithms?

Question 4
college-boardComputer Science PrinciplesAPExam Style
1 mark

What potential security risk does utilizing floating-point arithmetic possess when programming financial transaction software?

Question 5
college-boardComputer Science PrinciplesAPExam Style
1 mark

What would be the result of calculating the expression "10 % 4" in a programming context?

Question 6
college-boardComputer Science PrinciplesAPExam Style
1 mark

What value will be stored in variable "result" after executing this expression if variables "a"=5 and "b"=10? result = (a > b) ? a:b;

Question 7
college-boardComputer Science PrinciplesAPExam Style
1 mark

If x=−1x = -1x=−1, what is the value of x2+xx^2 + xx2+x?

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 does modulo operation find when given two numbers?

Question 9
college-boardComputer Science PrinciplesAPExam Style
1 mark

Select the correct comparison operator that means "not equal to."

Question 10
college-boardComputer Science PrinciplesAPExam Style
1 mark

If x=−5x = -5x=−5 and y=−10y = -10y=−10, what is the value of x−yx - yx−y?