Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

AP CSP Creative Development

star
star
star
star
star
Posljednje ažuriranje 10 months ago
25
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
Pitanje 1
1.

Collaboration can provide which of the following?

Pitanje 2
2.

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

Pitanje 3
3.

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

Pitanje 4
4.

What do using surveys, interviews, and observations identify

Pitanje 5
5.

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

Pitanje 6
6.

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

Pitanje 7
7.

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

Pitanje 8
8.

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

Pitanje 9
9.

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

Pitanje 10
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?

Pitanje 11
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?

Pitanje 12
12.

Describe the difference between syntax and reference/Name error

Pitanje 13
13.

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

Pitanje 14
14.

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

Pitanje 15
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?

Pitanje 16
16.

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

Pitanje 17
17.

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

Pitanje 18
18.

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

Pitanje 19
19.

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

Pitanje 20
20.

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

Pitanje 21
21.

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

Pitanje 22
22.

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

Pitanje 23
23.

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

Pitanje 24
24.

Why is documentation important in your program?

Pitanje 25
25.

Whats a synonym for the word iterative