
Java Basics

Flashcard
•
Computers
•
6th - 8th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

9 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the keyword to run a java file?
Back
java
2.
FLASHCARD QUESTION
Front
If you have a syntax error in a line of code, but you have not compiled the part of the code that includes the error, what is the outcome of running of the code?
Back
The code runs without errors but only the part that was compiled produces an output (the error is not read/run)
3.
FLASHCARD QUESTION
Front
You can have multiple classes within the same file
Back
True
4.
FLASHCARD QUESTION
Front
When you have multiple classes within the same file, which of the following occurs when the file is compiled? The computer throws an error, you cannot have multiple classes within the same file, It creates the class file for the first class, but not the rest, It creates multiple class files (one for each class), Nothing occurs
Back
It creates multiple class files (one for each class)
5.
FLASHCARD QUESTION
Front
What is the command for compiling a file with multiple classes?
Back
file_name javac
6.
FLASHCARD QUESTION
Front
What is generally the problem when the system says 'file not found' -- what should you check for before running a java file? Options: Make sure all the words are in all caps, Make sure that the file is in the right path (the terminal path is where the file is located), The file name MUST match the class name
Back
Make sure that the file is in the right path (the terminal path is where the file is located)
7.
FLASHCARD QUESTION
Front
What is the extension of the file that is created after compilation?
Back
.class
8.
FLASHCARD QUESTION
Front
Which data structure applies to the following: 'a'
Back
char
9.
FLASHCARD QUESTION
Front
What happens when running this?
public void static main(String[]args) {
double a = 1.0;
double b = 2.0;
int c = a + b;
System.out.println(c);
}
Back
The system throws an error because the sum of two doubles cannot be assigned to an integer
Similar Resources on Wayground
9 questions
Fall Final 2024 - CS Fundamentals

Flashcard
•
9th Grade
7 questions
Mengenal File Explorer

Flashcard
•
6th Grade
11 questions
Preposition Prepositional phrases tenses

Flashcard
•
7th Grade
10 questions
Tech6gradeWarmUp

Flashcard
•
7th Grade
12 questions
3D Printing Vocab

Flashcard
•
6th - 8th Grade
10 questions
Time Management & Organization Skills for Middle School

Flashcard
•
6th - 8th Grade
8 questions

Flashcard
•
6th Grade
10 questions
Google Docs

Flashcard
•
6th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade