Programming Flashcards
1
Q
Julia as a Second Language
What are the four standard flowchart boxes and what do they do?
A
2
Q
Julia as a Second Language
Write a simple flowchart of a while loop?
A
3
Q
Julia as a Second Language
Write a simply one line function that converts an angle in degrees into radians?
A
4
Q
Julia as a Second Language
Create a simple function that uses recursion?
A
5
Q
Julia as a Second Language
Write a simple function that can handle exceptions?
A
6
Q
Julia as a Second Language
Write a simple function that calculates the Fibonacci number using recursion?
A
7
Q
Julia as a Second Language
What is a more elegant way to write code?
A
8
Q
Julia as a Second Language
How does push! work?
A