Skip to content
View Lance241's full-sized avatar

Block or report Lance241

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lance241/README.md
  • 👋 Hi, I’m @Lance241, real name is Steven Fraga
  • 🌱 I’m currently learning ... How to code in java in class CIS-12
  • this later info is part of an assignment for the first lab don't mind it

Java-Lab-001 Answers

  1. A comment begins with 2 // and is English that explains code. A coder leaving a message for the next. A statement is a line of code that performs a basic operation. Like System.out.println() that is a print statement.
  2. When a program is portable in the case of jave, it is possible to compile the program on one machine, transfer the byte code to another machine, and run the byte code on the other machine.
  3. A compiler read an entire program and translates it before the program starts running. In english compile means to produce something via assembling information collected from other sources.
  4. Another name for object code that is ready to run on specific hardware. Executable is a set of computer instructions that has been prepared so that it can run by a CPU without additional processing.

Popular repositories Loading

  1. Lance241 Lance241 Public

    Config files for my GitHub profile.

  2. Java-Lab-001 Java-Lab-001 Public

    Forked from THartmanOfTheRedwoods/Java-Lab-001-F2023

    A students doing lab1 in CIS 12

    Java

  3. Java-Assignment-001 Java-Assignment-001 Public

    Forked from THartmanOfTheRedwoods/Java-Assignment-001-F2023

    Assignment 1 for CIS-12

    Java

  4. ThinkJavaCode ThinkJavaCode Public

    Forked from AllenDowney/ThinkJavaCode

    Supporting code for Think Java by Allen Downey and Chris Mayfield.

    Java

  5. Java-Lab-002 Java-Lab-002 Public

    Forked from THartmanOfTheRedwoods/Java-Lab-002-F2023

    Java