Functions
Array/Matrices
Data Manipulation
Loops
Graphing Stylization
100

T/F A function can have no inputs

T/F A function can have no outputs

What is True

What is True

100

x= 2, 45, 67, 12, 56, 7070, 30, 12133


Calling 56

How is:

x(5)

100

The %_ to indicate reading a file


The %_ to indicate writing in a file 

What is %r?


What is %w?

100

Word at the end of a loop

What is "End"

100

representation produced by "green"

What is produces an aspect of you figure to be green

200

Valid or Invalid function Name:

Cos

What is invalid?

200

m=[12, 23, 0; 3, 93, 230; 239, 9, 13]


Calling 13

how is 

m(3,3)

200

The %_ to indicate writing in a file without deleting prior information

 what is %a

200
Loop indicated by the word "Until" 

What an while loop?

200

Graphical amenity indicated by 'o'

What is makes the point markers o's

300

The name for an in-script function/ function without a name 

What is an Anonymous function?

300

A=[3,2,1;443,546,12]

B=[10,12,23; 0,0,23]

Find A*B

What is not possible

300

Name of a JSON file

Java Script Object Notation

300

Loop used when there is a defined start and end

What a For loop

300

Function to create a square using the x & y 

What is axisequal
400

Formatting for the heading of a function

What is:

Name of the function-Description of the function

Syntax

Input arguments

Output arguments 

400

A=[1 3 4; 5 9 12; 19 5 7]

B=[ 12 6 1; 4 7 2; 7 8 4]

Find A+B

What is:

[13 9 5; 9 16 14; 26 13 11]

400

Utilizing a JSON File function name

 jsondecode(data)

400

The name of the variable associated with a For loop 

What is the Loop Control Variable (LCV)

400

Function to create bounds on the x axis

xlim(a,b)

500

Formatting of an anonymous function

What is 

Funcname=@(var1, var2, ...) function

?

500
A=[0,3,2;32,45,12;98,12,34]

B=[23,1,2;45,12,76;10,434,30]

Find A*B

155    904      288

2881  5780    3844

3134  14998  2128

500

Accessing information from matrices inside on Matrices 

x=Name1.Name2.Name3...
500

Loop best for Creating graphs

What is....

Trick question they are both good for different tasks

500

RGB Triplet represented by [0 0 0]

What is Black