Julia - Quiz 1
Quiz
•
Computers
•
Professional Development
•
Medium
TMU Hashmi
Used 4+ times
FREE Resource
Enhance your content in a minute
24 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Who created Julia programming language?
Guido van Rossum
James Gosling
Jeff Bezanson, Stefan Karpinski, and Viral B. Shah
Brendan Eich
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the file extension for a Julia program?
.jl
.py
.java
.js
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the syntax for declaring a variable in Julia?
var x = 10
int x = 10
x = 10
declare x = 10
Answer explanation
In Julia, variables are declared by simply assigning a value to them, for example, “x = 10”.
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the syntax for a while loop in Julia?
while x < 10 do
# code here
end
while x < 10 {
# code here
}
while x < 10:
# code here
while x < 10
# code here
end
Answer explanation
In Julia, a while loop is written as “while condition do … end”.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the syntax for a function in Julia?
function my_function(arg1, arg2)
# code here
end
def my_function(arg1, arg2):
# code here
void my_function(arg1, arg2) {
# code here
}
sub my_function(arg1, arg2) {
# code here
}
Answer explanation
In Julia, a function is written as “function function_name(arguments) … end”.
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
x = 5
y = “Hello”
println(“$y, the value of x is $x.”)
$y, the value of x is 5.
Hello, the value of x is $x.
Hello, the value of x is 5.
$y, the value of x is $x.
Answer explanation
The code uses string interpolation to insert the values of the variables “x” and “y” into the string that is printed.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following Julia code?
x = 1
while x <= 10
println(x)
x += 1
end
1 3 5 7 9
1 2 3 4 5 6 7 8 9 10
10 9 8 7 6 5 4 3 2 1
No output
Answer explanation
The code uses a while loop to print the numbers from 1 to 10.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Microsoft Excel
Quiz
•
KG - Professional Dev...
20 questions
Electrónica básica
Quiz
•
1st Grade - Professio...
20 questions
Amoled Quiz for IoT Course
Quiz
•
Professional Development
20 questions
SH 3 Informatika 8
Quiz
•
Professional Development
20 questions
UH INFORMATIKA BAB BERFIKIR KOMPUTASIONAL
Quiz
•
Professional Development
20 questions
MTA - Microsoft Operating Systems Review 1
Quiz
•
10th Grade - Professi...
20 questions
Salesforce Developer
Quiz
•
Professional Development
20 questions
Introduction to Machine Learning
Quiz
•
University - Professi...
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Computers
10 questions
Halloween
Quiz
•
Professional Development
16 questions
Spooky Season Quiz
Quiz
•
Professional Development
5 questions
11.4.25 Student Engagement & Discourse
Lesson
•
Professional Development
50 questions
ASL Colors and Clothes
Quiz
•
KG - Professional Dev...
15 questions
Ohms Law
Quiz
•
Professional Development
10 questions
Halloween Trivia
Quiz
•
Professional Development
10 questions
Halloween Trivia
Quiz
•
Professional Development
