Twa kɔ nsɛm atitiriw so
Log in
Sign up for FREE
arrow_back
Laabri

AP CSP Creative Development

star
star
star
star
star
Last updated 10 months ago
25 Nsɛmmisa
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Asemmisa {{asɛmmisaAhyɛnsode}}
1.

Collaboration can provide which of the following?

Asemmisa {{asɛmmisaAhyɛnsode}}
2.

What is the benefit of using a software development design process?

Asemmisa {{asɛmmisaAhyɛnsode}}
3.

Which of the following is not a common step in many software development process?

Asemmisa {{asɛmmisaAhyɛnsode}}
4.

What do using surveys, interviews, and observations identify

Asemmisa {{asɛmmisaAhyɛnsode}}
5.

Which of the following is an example of event-driven programming?

Asemmisa {{asɛmmisaAhyɛnsode}}
6.

Which of the following best explains the role of an event handler in a program?

Asemmisa {{asɛmmisaAhyɛnsode}}
7.

Which scenario best illustrates event-driven programming in a mobile app?

Asemmisa {{asɛmmisaAhyɛnsode}}
8.

Which of the following scenarios does NOT represent event-driven programming?

Asemmisa {{asɛmmisaAhyɛnsode}}
9.

A smart home system automatically turns on the lights when it detects motion. What triggers the event in this system?

Asemmisa {{asɛmmisaAhyɛnsode}}
10.

Assume below uses python syntax

num1 = 22;

print(num1 + num2)

the two lines of code will cause a specific kind of error, what is it called?

Asemmisa {{asɛmmisaAhyɛnsode}}
11.

I created a program that calculates the number of leap years between two possible years, the code runs perfectly but I am certain the result is inaccurate. What is this kind of error called?

Asemmisa {{asɛmmisaAhyɛnsode}}
12.

Describe the difference between syntax and reference/Name error

Asemmisa {{asɛmmisaAhyɛnsode}}
13.

Which method of finding errors is most useful to identify logic error?

Asemmisa {{asɛmmisaAhyɛnsode}}
14.

Grammatical error is to ENGLISH LANGUAGE as ________________ is to PROGRAMMING LANGUAGE

Asemmisa {{asɛmmisaAhyɛnsode}}
15.

A student writes a program that calculates the average of test scores (no error message), but the output is always incorrect. What is the best way to debug this issue?

Asemmisa {{asɛmmisaAhyɛnsode}}
16.

Variable names should have logical meaning that others can easily understand eg firstName instead of fn

Asemmisa {{asɛmmisaAhyɛnsode}}
17.

A program accepts an integer between 1 and 100 (inclusive) as input. Which of the following are invalid test cases?

Asemmisa {{asɛmmisaAhyɛnsode}}
18.

A program accepts an integer between 1 and 100 (inclusive) as input. Which of the following are valid test cases?

Asemmisa {{asɛmmisaAhyɛnsode}}
19.

A system allows users to set a password between 8 and 16 characters long. Which of the following are boundary test case?

Asemmisa {{asɛmmisaAhyɛnsode}}
20.

A form field only accepts letters (A-Z, a-z). Which of these is a robust invalid test case? pick 2

Asemmisa {{asɛmmisaAhyɛnsode}}
21.

What is the primary goal of the investigation phase in software development?

Asemmisa {{asɛmmisaAhyɛnsode}}
22.

A development team receives user feedback after testing a prototype. What should they do next?

Asemmisa {{asɛmmisaAhyɛnsode}}
23.

Which statement best describes the role of prototyping in the design phase?

Asemmisa {{asɛmmisaAhyɛnsode}}
24.

Why is documentation important in your program?

Asemmisa {{asɛmmisaAhyɛnsode}}
25.

Whats a synonym for the word iterative