CSP Test #2 Flashcards

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

JavaScript

A

Is a programming language that wed developers use to create more dynamic interactions when developing web pages.

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

Computational Media

A

Practice of fusing programming to build expressive and interactive computer applications and media.

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

P5.js Editor

A

An open-source JavaScript library that allows people to make web pages animated and interactive

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

IDE

A

Integrated Development Environment, it is a piece of software that allows a developer to write code and execute the code within one interferance

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

Functions

A

Functions are lines of code that perform specific tasks

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

Variables

A

In CS, variables hold an assigned value or data of a specific type

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

Parameters or Arguements

A

Are the values inside of a parenthesis following the name of the function. These are used to change the outcome of a function.

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

Unplugged Activity

A

An activity that can be conducted without the use of computers or electronic equipment

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

Computer Programmer

A

A programmer that codes and creates sophisticated software.

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

Coding

A

When we communicate the computers using a unique language

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

Run Time Error

A

An error that is produced when incorrect terms are used in the script of code.

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

Syntax Error

A

Is produced when a script format or shape is incorrect, a misspelling or not recognized are examples

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

Abstraction

A

Is focusing on the important ideas of problem and ignoring details that will not help finding a solution. It is used to make a software for efficent and less complex.

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

Positioning Information

A

Used to give a location in which a shape will be placed; using (x,y) variables.

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