Computer Architecture
Java
Networks
Programming
Software
100
This hardware executes a program's instructions one at a time.
What is CPU?
100
Rules of a programming language that dictate the form of a program are known as ___________.
What is syntax?
100
Every single computer connected to the Internet has one of these.
What is a unique IP address?
100
This text helps people who read code to understand what the programmer had in mind.
What are comments?
100
This software provides a user interface and manages computer resources.
What is operating system?
200
This individual designed the architecture and the fetch-decode-execute cycle that are known as the foundation of computer processing.
Who is Von Neumann?
200
In a Java application, processing begins with the main method, which must always be defined using these words.
What are public, static, void?
200
A wide-area network (WAN) that spans the globe is known as _______________.
What is the Internet?
200
The primary purpose of writing a computer program.
What is to solve a problem?
200
As far as the user is concerned, this is the computer program.
What is interface?
300
The core of a computer is made up of these two hardware components.
What are CPU and main memory?
300
This type of values is used to store and move all information in a computer.
What is binary?
300
When every computer is directly connected by a wire to every other computer in the network, the network is known as which type?
What is point-to-point connection?
300
All Java programs are defined by these; it runs from the first opening brace ({) to the final closing brace (}) on the last line of the program.
What is class definition?
300
Just about any software other than the operating system falls into this category.
What is application.
400
Generally speaking, all hardware devices in a computer system other than the CPU and main memory can be categorized as ___________.
What is peripherals?
400
These three categories: words that we make up; words that another programmer chose; and words that are reserved for special purposes in the language are known in Java as ______________.
What are identifiers?
400
The set of software protocols that govern the movement of messages across the Internet.
What is TCP/IP?
400
The four primary types of programming languages.
What is machine language, assembly language, high-level languages, and fourth generation languages.
400
A software tool that loads and formats Web documents for viewing.
What is browser?
500
There are key hardware components in a computer system. List them.
What are central processing unit (CPU), input/output (I/O) devices, main memory, secondary memory devices.
500
Java programs use this type of formatting to emphasize parts of the code and make a program easier to read.
What is white space?
500
These three main pieces of information can be found in a URL.
What is protocol, Internet address of the machine, and file name?
500
When the software compiles and executes programming code with no error, but produces the wrong result.
What is logical error?
500
The mouse is the primary input device used with GUIs a.k.a. _______________interfaces.
What is point-and-click?