CS180 Chapter 1 Quiz Questions
Which of the following is NOT an output device? Monitor, printer, microphone, speaker.
Microphone
Which of the following is NOT an input device? Light pen, webcam, scanner, monitor.
Monitor
Byte code instructions are
Read and interpreted by the JVM
What is syntax?
strict rules for programming
RAM is usually
a volatile type of memory, used only for temporary storage.
Which of the following is not one of the five major components of a computer system?Select one :a. Preprocessor b. The CPU (central processing unit) c. Secondary storage device d. Main memory e. Input/Output device
a. Preprocessor
Which of the following is not part of the programming process?
all of these parts are apart of it
Key words are
words that have a special meaning in the programming language
The end of a Java statement is indicated by a ________.
semicolon
There are __________ bits in a byte.
8
__________ refers to the physical components that a computer is made of.
hardware
Which of the following will run the compiled program called ReadIt?
java ReadIt
Which of the following will compile a program called ReadIt? a. javac ReadIt.javac b. java ReadIt.javac c. javac ReadIt.java d. java ReadIt.java
javac ReadIt.java
________ is a cross between human language and a programming language.
pseudocode