Programming
 

Directions:  Choose the best answer.  Use the button at the bottom
to check your answers.


 
 1.  Formed on a diskette (or hard drive) during initialization.
     [a] source code
     [b] images
     [c] sectors
     [d] storage units
 

2.  The CPU consists of:

     [a] Control Unit, Temporary Memory, Output
     [b] Control Unit, Arithmetic Logic Unit, Temporary Memory
     [c] Input, Process, Storage, Output
     [d] Input, Control Unit, Arithmetic Logic Unit, Output


3.  OOP stands for:
     [a] Observable Object Programming
     [b] Object Observed Procedures
     [c] Object Oriented Programming
     [d] Object Overloading Practices
 

4.  Output printed on paper.

     [a] softcopy
     [b] hardcopy
     [c] source code
     [d] software
 

5.  A binary digit (1 or 0) signifying "on" or "off".

     [a] bit
     [b] byte
     [c] megabyte
     [d] gigabyte
 

6.  Our decimal number 44, when represented in binary, is:

     [a] 101100
     [b] 101010
     [c] 111000
     [d] 10100
 

7.  Byte code is the machine language for a hypothetical computer called the:

     [a] Java Byte Code Compiler
     [b] Java Byte Code Interpreter
     [c] Java Virtual Machine
     [d] Java Memory Machine
 

8.  Equals 8 bits.

     [a] megabyte
     [b] gigabyte
     [c] sector
     [d] byte


9.  Java allows for three forms of commenting:
     [a] // single line, ** block lines, /*/ documentation
     [b] // single line, /*...*/ block lines, /**...*/ documentation
     [c] / single line, /* block lines, ** documentation
     [d] // single line, //...// block lines, //*...*// documentation
 

10.  To prepare a diskette (or hard drive) to receive information.

     [a] format
     [b] track
     [c] interpret
     [d] boot
 

11.  In Java, the name of the class must be the same as the name of
       the .java file.

     [a] false
     [b] true - but case sensitivity does not apply
     [c] true - but additional numbers may be added to the name
     [d] true
 

12.  The name Java was derived from

     [a] a cup of coffee
     [b] an acronym for JBuilder Activated Variable Assembly
     [c] an acronym for Juxtapositioned Activated Variable Actions
     [d] an acronym for John's Answer for Various Accounts
 

13.  Programs that tell a computer what to do.

     [a] harware
     [b] software
     [c] hard copy
     [d] projects
 

14.  RAM stands for _________.

     [a] Read Anytime Memory
     [b] Read Allocated Memory
     [c] Random Access Memory
     [d] Random Allocated Memory
 

15.  Several computers linked to a server to share programs and
     storage space.

     [a] library
     [b] grouping
     [c] network
     [d] integrated system
 

16.  Source code in Java will not run if it is not indented.

     [a] true
     [b] false
 

17.  When working in Java with JBuilder, each program you write
       should be assigned to a new project.

     [a] true
     [b] false
 

18.  The four equipment functions of a computer system.

     [a] Input, Process, Control Unit, Output
     [b] Input, Control Unit, Arithmetic Logic Unit, Output
     [c] Input, Process, Storage, Output
     [d] Input, Process, Library Linking, Output

 
19.  Translates and executes a program line by line.
     [a] compiler
     [b] interpreter
     [c] linker
     [d] control unit
 

20.  The physical components of a computer system.

     [a] control unit
     [b] hardware
     [c] software
     [d] ALU
 


(c) Shilpa Sayura Foundation 2006-2017