ログイン

Computer Programming

Computer Programming
15問 • 1年前
  • John Carlo Brillo
  • 通報

    問題一覧

  • 1

    It is a software that Java programs require to run correctly.  

    Java Runtime Environment (JRE)

  • 2

    It is a pictorial representation that can be used as a substitute for an algorithm.

    Flowchart

  • 3

    This programming language is designed to be easy for humans to read, write, and understand.

    High-level language

  • 4

    This is stored on disk with a .java file extension.

    Source code or programming statements

  • 5

    These are special words significant to the java compiler.

    Keywords or Reserved words

  • 6

    It is a technique used to describe distinct steps of an algorithm that is much easier to understand for anyone with basic programming knowledge.

    Pseudocode

  • 7

    It is a set of grammatical rules that command a computer or a device to behave in a specific way.

    Programming language

  • 8

    It converts the source code into a binary program of bytecode

    Compilers

  • 9

    This programming language is considered closer to machine code and hardware in terms of syntax.

    Low-level programming

  • 10

     It is used to provide additional information that will make programs easier to understand.

    Comments

  • 11

    This company created the Java programming language in 1995.

    Sun Microsystems

  • 12

    It is a set of steps that generates a finite sequence of simple computational operations leading to the solution of a given problem.

    Algorithm

  • 13

    It is considered the basic unit of a Java program.

    Class

  • 14

    This programming language uses binary numbers to write its instructions.

    Machine language

  • 15

    In the command line System.out.println(“First Java Application”); Which of the following denotes the class?

    System

  • The Contemporary World

    The Contemporary World

    John Carlo Brillo · 29問 · 1年前

    The Contemporary World

    The Contemporary World

    29問 • 1年前
    John Carlo Brillo

    Understanding the Self

    Understanding the Self

    John Carlo Brillo · 50問 · 1年前

    Understanding the Self

    Understanding the Self

    50問 • 1年前
    John Carlo Brillo

    Intro to Computing

    Intro to Computing

    John Carlo Brillo · 19問 · 1年前

    Intro to Computing

    Intro to Computing

    19問 • 1年前
    John Carlo Brillo

    Purposive Comms

    Purposive Comms

    John Carlo Brillo · 37問 · 1年前

    Purposive Comms

    Purposive Comms

    37問 • 1年前
    John Carlo Brillo

    問題一覧

  • 1

    It is a software that Java programs require to run correctly.  

    Java Runtime Environment (JRE)

  • 2

    It is a pictorial representation that can be used as a substitute for an algorithm.

    Flowchart

  • 3

    This programming language is designed to be easy for humans to read, write, and understand.

    High-level language

  • 4

    This is stored on disk with a .java file extension.

    Source code or programming statements

  • 5

    These are special words significant to the java compiler.

    Keywords or Reserved words

  • 6

    It is a technique used to describe distinct steps of an algorithm that is much easier to understand for anyone with basic programming knowledge.

    Pseudocode

  • 7

    It is a set of grammatical rules that command a computer or a device to behave in a specific way.

    Programming language

  • 8

    It converts the source code into a binary program of bytecode

    Compilers

  • 9

    This programming language is considered closer to machine code and hardware in terms of syntax.

    Low-level programming

  • 10

     It is used to provide additional information that will make programs easier to understand.

    Comments

  • 11

    This company created the Java programming language in 1995.

    Sun Microsystems

  • 12

    It is a set of steps that generates a finite sequence of simple computational operations leading to the solution of a given problem.

    Algorithm

  • 13

    It is considered the basic unit of a Java program.

    Class

  • 14

    This programming language uses binary numbers to write its instructions.

    Machine language

  • 15

    In the command line System.out.println(“First Java Application”); Which of the following denotes the class?

    System