1/31
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are the three things to write in your for-loops
How to decide what loop to do
What is a byte
8 bitsis
Give example of highlevel lanauge and low level
flow
What is special about Secondary storag
Q6. Which of the following identifiers in Java is NOT a valid one?
What is ram divided up into
bytes (1 byte is 8 bits
What is the cpus function
fetch / decode / execute
what is machine lanague
is zeros and ones (instructions wrirrten in binary that he cpu excutes)
What is assembly language
why was seembly language made
to make programming easier
draw a 3 way flow with
assmebler
binary code
program writting
Draw the Program Development Process (6 diff boxes - 2 diff file endings)
What is JRE
It includes JVM
5 step program devlop process
What do methods have and what do classes have
Classes are upper case
methods have a return sequecnce: ()
What are the 7 escape equencess
What is the only variable that has to have a upper case when initeiallizeing it
String
What rules may the identifiers contain
What is a identifiyer
What are the 8 primiative data type, and what is a primivative data type
That mean you don’t need to get them from a Class
How much bytes do each of the numeric data types take
(there are 6 numeric data types)
Think of baby sharks swimming from small lakes (small numbers) to deep oceans (big numbers):
Baby → byte
Sharks → short
In → int
Lakes → long
Float → float
Deep → double
What are the 4 interger data types
What are the floating-point data types
True of false is
“\n” a char data type
yea
how to do a range of numbers like 16-24
this one does 5-15
How to do number of loops
What does continue do
👉 “Skip everything else in this loop and go to the next iteration.”