CPS 100
Chapter Quiz
1
What are Java, PHP, and C++?
2
What is a high-level language?
3
In the statement x > 3, what is "x"?
4
When you test if something is true, and have the computer perform different actions based upon that, it is called a:
5
What is it when an action is repeated many times until a desired condition is met?
6
+, *, >, and / are called:
7
When you translate a program into low-level languages, what is that process called?
8
If you see something that looks like rand(1,75), it is a:
9
An example of a low-level language would be: