This document contains the answers to exercises from Chapter 1 of an Object Oriented Programming assignment. It lists the main components of a computer system, including the input, output, storage, arithmetic, and central processing units. It also lists some popular programming languages like Java, C, and C++. Finally, it outlines the typical steps for developing a program, such as editing, compiling, and executing code, and defines terms like integrated development environments, virtual machines, and bytecode verification.
This document contains the answers to exercises from Chapter 1 of an Object Oriented Programming assignment. It lists the main components of a computer system, including the input, output, storage, arithmetic, and central processing units. It also lists some popular programming languages like Java, C, and C++. Finally, it outlines the typical steps for developing a program, such as editing, compiling, and executing code, and defines terms like integrated development environments, virtual machines, and bytecode verification.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Object Oriented Programming Assignment
Chapter one’s exercise answer
1.4 a. Input unit b. Programming c. Assembly language d. Output unit e. Secondary storage unit and memory unit f. Arithmetic logic unit g. Logic unit h. High-level language i. Machine language j. Central processing unit 1.5 a) Java b) C c) TCP d) C++ 1.6 a. Edit, compile, load, verify and execute b. Integrated development environment (IDE) c. Java virtual machine (JVM) d. Virtual machine (VM) e. JVM’s class loader f. Bytecode verifier