Intro. to Java Programming questions and answers rated A+.
Intro. to Java Programming questions and answers rated A+. Application Program Interface (API) - correct answers.Also known as a library, contains predefined classes and interfaces for developing Java programs Assembler - correct answers.A program to convert assembly language into machine language Assembly Language - correct answers.Low-Level language created to ease the code writing. Bit - correct answers.A unit of measurement of information, 0 & 1 create digits known as the binary number system. Block - correct answers.Curly braces {}, every class has class blocking that groups the data and methods of the class. Block Comment - correct answers.(/*) Creates a block comment, computers will read the first (/*) and ignore all text until the final (*/). (for multiply line instructions or comments) Bus - correct answers.Subsystem of computer components that power and data flow through. Byte - correct answers.a sequence of 8 bits (enough to represent one character of alphanumeric data) processed as a single unit of information Bytecode - correct answers.Is similar to machine instructions but is architecture neutral and can run on any platform that has a JVM. Bytecode Verifier - correct answers.Checks the validity of the Bytecode and to ensure that the Bytecode does not violate Java's security restrictions. Cable Modem - correct answers.Uses the cable TV line maintained by the cable company and is generally faster than DSL Central Processing Unit (CPU) - correct answers.The part of a computer (a microprocessor chip) that does most of the data processing. 2 parts; Control Unit and Arithmetic/LogicUnit. Class Loader - correct answers.Is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine. Usually classes are only loaded on demand. The Java run time system does not need to know about files and file systems because of class loaders. Comment - correct answers.Help programmers to communicate and understand the program. (//) single line comment. (/**/) multiply line comment Compiler - correct answers.Is a computer program (or set of programs) that transforms source code written in a programming language into another computer language (the target language, often having a binary form known as object code). The most common reason for wanting to transform source code is to create an executable program. Console - correct answers.Is an old computer term that refers to the text entry and display device of the computer. Dot Pitch - correct answers.The amount of space between pixels, measured in millimeters. The smaller the dot pitch the sharper the display. Digital Subscriber Line (DSL) - correct answers.Is a family of technologies that provide Internet access by transmitting digital data over the wires of a local telephone network. Encoding Scheme - correct answers.Is a set of rules that govern how a computer translates characters, numbers, and symbols into data the computer can actually work with. Hardware - correct answers.In general hardware comprises the visible physical elements of the computer. High-Level Language - correct answers.Is a programming language with strong abstraction from the details of the computer. In comparison to low-level programming languages, it may use natural language elements, be easier to use, or may automate (or even hide entirely) significant areas of computing systems (e.g. memory management), making the process of developing a program simpler and more understandable relative to a lower-level language. Integrated Development Environment (IDE) - correct answers.Is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. Interpreter - correct answers.Changes the source code into machine code for execution. Java Command - correct answers.... Java Language Specification - correct answers.Is a technical definition of the Java programming language's syntax and semantics. Java Virtual Machine (JVM) - correct answers.Iis a virtual machine that can execute Java bytecode. It is the code execution component of the Java platform. Javac Command - correct answers.... Keyword (or reserved word) - correct answers.Have specific meaning to the compiler and cannot be used for other purposes in the program. Library - correct answers.Contains predefined classes and interfaces for developing Java programs. Line Comment - correct answers.// is used by programmers to relay information about coding in the program. Java Development Toolkit (JDK) - correct answers.The software for developing and running Java programs. Array - correct answers.a collection of a fixed number of components wherein all of the components have the same data type How the components arranged in a one-dimensional array? - correct answers.In a list form index - correct expression whose value is a nonnegative integer The array index always starts at... - correct answers.0 Base address - correct address, or memory location, of the first array component
Written for
- Institution
- Intro. to Java Programming
- Course
- Intro. to Java Programming
Document information
- Uploaded on
- September 12, 2023
- Number of pages
- 14
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
intro to java programming questions
Also available in package deal