← 返回首页

计算机基础

Computer Fundamentals

课程介绍 Course Introduction

学分:3 | 先修课:无 | 学期:第1学期

计算机基础课程为信息系统专业学生奠定计算机科学的基本概念与技能。主要内容包括计算机硬件结构、操作系统原理、数据表示与编码、网络基础、办公软件高级应用、程序设计入门(Python或C语言)、数据库基本概念与信息伦理。课程强调理论与实践结合,培养学生运用计算思维分析问题和解决问题的能力,为后续专业课程打下坚实基础。

Computer Fundamentals lays the foundational concepts and skills of computer science for Information Systems majors. Topics include computer hardware architecture, operating system principles, data representation and encoding, networking basics, advanced office applications, introductory programming (Python or C), database essentials, and information ethics. The course develops computational thinking and prepares students for advanced courses.

大作业 Final Project

作业标题:个人信息管理系统开发

学生使用Python或VBA开发一个个人信息管理系统,实现联系人、日程、笔记的增删改查功能,并使用SQLite或Access存储数据。需提交可运行程序、源代码、设计文档与使用说明,并进行课堂演示。考察编程基础、数据库应用与文档撰写综合能力。

Students develop a personal information management system using Python or VBA, supporting CRUD operations for contacts, schedules, and notes, with data stored in SQLite or Access. Deliverables include the runnable program, source code, design documentation, and user manual, plus a class demo. The project assesses programming, database application, and documentation skills.