5 - Functions Flashcards

1
Q

Introduction to Julia

What is the main way used to create a function?

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

Introduction to Julia

How can a function be called on a single line?

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

Introduction to Julia

How is an anonymous function created?

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

Introduction to Julia

What is duck-typing?

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

Introduction to Julia

What does the ‘!’ at the end of a function name do?

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

Introduction to Julia

What is the difference between ‘sort’ and ‘sort!’?

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

Introduction to Julia

What is a higher order function?

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

Introduction to Julia

How does the map() function work?

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

Introduction to Julia

What is the boadcast() function?

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

Introduction to Julia

What is the syntactic sugar for calling the broadcast() function?

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