Object Oriented Programming with Java
ToledoSlackGitHub Org 1GitHub Org 2
Primary version
Primary version
  • About this Course
  • Introduction to Computer Programming
    • Introduction to Computer Programming
    • Challenges
    • Multiple Choice
  • Basic Building Blocks
    • Basic Building Blocks
    • Challenges
    • Multiple Choice
  • Starting in Java
    • Starting in Java
    • Challenges
    • Multiple Choice
  • Storing and Processing Data
    • Storing and Processing Data
    • Challenges
    • Multiple Choice
  • Making Decisions
    • Making Decisions
    • Challenges
    • Test Yourself
    • Multiple Choice
  • Loop Constructs
    • Loop Constructs
    • Challenges
    • Multiple Choice
  • Strings
    • Strings
    • Challenges
    • Multiple Choice
  • Arrays
    • Arrays
    • Challenges
    • Multiple Choice
  • Object Oriented Thinking
    • Object Oriented Thinking
  • All About Objects
    • All About Objects
    • Multiple Choice
  • Defining Classes
    • Defining Classes
    • Challenges
    • Multiple Choice
  • Methods
    • Methods
    • Challenges
    • Multiple Choice
  • Constructors
    • Constructors
    • Multiple Choice
  • Inheritance
    • Inheritance
  • Starting with JavaFX
    • Starting with JavaFX
  • Hands On
    • Hands on MQTT
    • Hands on GSON
  • Hack @ IT
    • Hack @ IT
    • Caesar Encryption
      • Solution
    • Complex Numbers
  • Assignments
    • Number Characteristics
    • Linear Equation
    • LineSegment
  • Videos
    • Videos
  • Sources
    • Sources
Powered by GitBook
On this page
  1. Introduction to Computer Programming

Multiple Choice

PreviousChallengesNextBasic Building Blocks

Last updated 5 years ago

  1. When an application is being run, we often state that the application ...

  2. What is an advantage of a console application ?

  3. How do you call the native programming language of a processor/computer ?

  4. When source code is translated into executable code when executing an application, we are using a(n) ...

  5. What is true about a compiler ?

  6. Assembly is a ...

  7. What is true about the Visual Studio Code application ?

  8. What is true about the GIT application ?

  9. What is an algorithm?

  10. What is missing in the cloud symbol in the middle?

  11. How do you call the result of a compiler/interpreter that can be processed by the processor of a computer?

  12. What is a big advantage of programming language that is interpreted instead of compiled?

  13. How is the application called that interprets Java byte code and translates it to native instructions that are understood by the processor of the machine it is running on?

Whats in the middle?