CSP Test #3 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

function(draw)

A

runs only once when it begins

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

syntax

A

when coding the words and symbols that are used they are called

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

syntax error

A

is an error that is produced when a term is typically spelled incorrectly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

JavaScript

A

a programming language that web developers commonly use to create stuff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

width

A

the horizontal directions on a plane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Computational Media

A

the practice of using programming to build stuff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

coding

A

is how we communicate to computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

functions

A

are lines of code that perform specific tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

run-time error

A

an error that is produced when a misspelling is found or not recognized word

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

computer programmer

A

referred to someone that develops computer-based work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

length

A

the vertical distance of a 2d shape

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

parameters

A

values inside of parenthesis following the name of the function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

variables

A

holds an assigned value of a specific type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

verticles

A

a point in which two or more lines mean at

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

function setup()

A

runs the bracketed code repeatedly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

abstaction

A

focusing on important ideas of a problem and ignoring details that will not help you find a solution to a problem

17
Q

Cartesian plane

A

a four quadrant grid with an x and y axis, and origin

18
Q

unplugged activity

A

activity that can be conducted without the use of computer equipment

19
Q

radius

A

the distance from the center of a edge to a circle

20
Q

values

A

the actual information you send to a function

21
Q

P5.js Editor

A

an open source JavaScript library that allows people to make websites animated and interactice.

22
Q

IDE

A

it is a piece of software that allows a developer to write code and execute the code.