From 2051cad7252aa02c8c0cae810fddc2a48bb09236 Mon Sep 17 00:00:00 2001 From: <> Date: Thu, 5 Dec 2024 04:55:11 +0000 Subject: [PATCH] Deployed 486942bc with MkDocs version: 1.6.1 --- en/编程入门/Java/MIT 6.092/index.html | 2 +- search/search_index.json | 2 +- sitemap.xml | 478 +++++++++++++------------- sitemap.xml.gz | Bin 4985 -> 4984 bytes 编程入门/Java/MIT 6.092/index.html | 2 +- 5 files changed, 242 insertions(+), 242 deletions(-) diff --git a/en/编程入门/Java/MIT 6.092/index.html b/en/编程入门/Java/MIT 6.092/index.html index 28a8219a..44102569 100644 --- a/en/编程入门/Java/MIT 6.092/index.html +++ b/en/编程入门/Java/MIT 6.092/index.html @@ -1,4 +1,4 @@ - MIT 6.092: Introduction To Programming In Java - csdiy.wiki
Skip to content

MIT 6.092: Introduction To Programming In Java

Descriptions

  • Offered by: MIT
  • Prerequisites: None
  • Programming Languages: Java
  • Difficulty: 🌟🌟
  • Class Hour: less than 15 hours

MIT's Java introductory course is suitable for beginners with no programming background. Each session consists of one hour of lecture (knowledge explanation) and one hour of lab (code practice), with a total of seven sessions. Although it's a fourteen-hour course, the learning process is fast, and you can complete it in about a day. It feels quite manageable for beginners.

The course content includes:

  1. Rapid introduction to fundamental concepts needed for Java: the Java compilation principle, the classic "Hello world" code, and the eight primitive types in the first session.
  2. How to maintain good code style: emphasizing naming conventions, indentation, and proper use of spaces in the third session.
  3. Debugging techniques: Using Eclipse warnings, assertions in the sixth session, and handling exceptions in the seventh session.

The assignments in the lab are not very difficult, and many of them are discussed in the following lecture after each lab session. The key point to note is that coding is a skill that requires practical experience. For beginners, the most important aspect of learning to code is to practice and write code regularly, whether in lectures or lab sessions.

For those who want to advance after completing this course, you can consider studying MIT 6.005/6.031.

Course Resources

Personal Resources

All the resources and assignments used by @SinanTang are maintained in SinanTang/MIT6092-Introduction-to-Programming-in-Java_problem-sets - GitHub.

All the resources and assignments used by @sirrice are maintained in sirrice/6092 - GitHub.

MIT 6.092: Introduction To Programming In Java

Descriptions

  • Offered by: MIT
  • Prerequisites: None
  • Programming Languages: Java
  • Difficulty: 🌟🌟
  • Class Hour: less than 15 hours

MIT's Java introductory course is suitable for beginners with no programming background. Each session consists of one hour of lecture (knowledge explanation) and one hour of lab (code practice), with a total of seven sessions. Although it's a fourteen-hour course, the learning process is fast, and you can complete it in about a day. It feels quite manageable for beginners.

The course content includes:

  1. Rapid introduction to fundamental concepts needed for Java: the Java compilation principle, the classic "Hello world" code, and the eight primitive types in the first session.
  2. How to maintain good code style: emphasizing naming conventions, indentation, and proper use of spaces in the third session.
  3. Debugging techniques: Using Eclipse warnings, assertions in the sixth session, and handling exceptions in the seventh session.

The assignments in the lab are not very difficult, and many of them are discussed in the following lecture after each lab session. The key point to note is that coding is a skill that requires practical experience. For beginners, the most important aspect of learning to code is to practice and write code regularly, whether in lectures or lab sessions.

For those who want to advance after completing this course, you can consider studying MIT 6.005/6.031.

Course Resources

Personal Resources

All the resources and assignments used by @SinanTang are maintained in SinanTang/MIT6092-Introduction-to-Programming-in-Java_problem-sets - GitHub.

All the resources and assignments used by @sirrice are maintained in sirrice/6092 - GitHub.

All the resources and assignments used by @Harbour-z are maintained in Harbour-z/MIT6.092 - Github.

MIT 6.092: Introduction To Programming In Java

课程简介

  • 所属大学:MIT
  • 先修要求:无
  • 编程语言:Java
  • 课程难度:🌟🌟
  • 预计学时:少于 15 小时

MIT 的 Java 入门课程,不需要有任何编程基础也可以开始学习。一节课是一小时 Lec (知识点讲解)+一小时 Lab (代码训练),整个课程是七节课。虽说是十四个小时的课时,真正学起来却很快,一天其实差不多就能结束。感觉是比较适合新手上手的强度。

课程内容包括了:

  1. 快速入门 Java 所需的基础知识概念,如第一节课的 Java 编译原理、经典代码 "Hello world" 、八大基础类型等。
  2. 如何拥有良好的代码风格,如第三节课强调的命名规范、缩进、空格使用等。
  3. 如何 Debug :第六节课的使用 Eclipse warning, Assertion 和第七节课的 Exception 等。

Lab 的 Assignment 倒不是很难,很多前一节课的 Assignment 后一节课 Lec 上就会讲到。唯一需要注意的就是代码是一个很注重实践的技能,新手入门写代码最重要的就是多写多练,无论是 Lec 还是 Lab 上的代码都不要偷懒不写。

学完这门课想要进阶的可以学习 MIT 6.005/6.031

课程资源

资源汇总

@SinanTang 在学习这门课中用到的所有资源和作业实现都汇总在 SinanTang/MIT6092-Introduction-to-Programming-in-Java_problem-sets - GitHub 中。

@sirrice 在学习这门课中用到的所有资源和作业实现都汇总在 sirrice/6092 - GitHub 中。

MIT 6.092: Introduction To Programming In Java

课程简介

  • 所属大学:MIT
  • 先修要求:无
  • 编程语言:Java
  • 课程难度:🌟🌟
  • 预计学时:少于 15 小时

MIT 的 Java 入门课程,不需要有任何编程基础也可以开始学习。一节课是一小时 Lec (知识点讲解)+一小时 Lab (代码训练),整个课程是七节课。虽说是十四个小时的课时,真正学起来却很快,一天其实差不多就能结束。感觉是比较适合新手上手的强度。

课程内容包括了:

  1. 快速入门 Java 所需的基础知识概念,如第一节课的 Java 编译原理、经典代码 "Hello world" 、八大基础类型等。
  2. 如何拥有良好的代码风格,如第三节课强调的命名规范、缩进、空格使用等。
  3. 如何 Debug :第六节课的使用 Eclipse warning, Assertion 和第七节课的 Exception 等。

Lab 的 Assignment 倒不是很难,很多前一节课的 Assignment 后一节课 Lec 上就会讲到。唯一需要注意的就是代码是一个很注重实践的技能,新手入门写代码最重要的就是多写多练,无论是 Lec 还是 Lab 上的代码都不要偷懒不写。

学完这门课想要进阶的可以学习 MIT 6.005/6.031

课程资源

资源汇总

@SinanTang 在学习这门课中用到的所有资源和作业实现都汇总在 SinanTang/MIT6092-Introduction-to-Programming-in-Java_problem-sets - GitHub 中。

@sirrice 在学习这门课中用到的所有资源和作业实现都汇总在 sirrice/6092 - GitHub 中。

@Harbour-z 在学习这门课中用到的所有资源和作业实现都汇总在 Harbour-z/MIT6.092 - Github 中。