3 - Loops Flashcards

1
Q

Introduction to Julia

What are the two types of loops?

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

Introduction to Julia

How do while loops work?

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

Introduction to Julia

How do for loops work?

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

Introduction to Julia

How is a range created in a for loop?

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

Introduction to Julia

How can a sequence be looped through?

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

Introduction to Julia

What is a short hand way to create a for loop inside another for loop?

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

Introduction to Julia

What is array comprehension?

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