College Board Notes


1.1 Videos

Video 1

Video 2

### Video 3

Quiz Results

Results

Practice Questions

  1. What is a For Loop?
  2. What is the first step in the Scrum Process?
  3. What is an API?
  4. Why is it important to have a group whilst developing a website?
  5. What are the 6 college board critera?

Answers.

  1. A For Loop is a repeat of a block of code when the values are already known. A while loop does not already have values.
  2. Developing instructions and a plan
  3. An API is an Application programming interface. It transfers one softwares information to another so both can use the data.
  4. It is important to have a group while coding because they can check your software.
  5. The 6 college board criterea are Program purpose and function, data abstraction, manageing complexity, procedural abstraction, algoritm implementation, and testing.

Hacks

4.1