{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

大学计算机基础(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

大学计算机基础(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《大学计算机基础》是根据教育部非计算机专业基础课程教学指导分委员会制定的“大学计算机基础”课程要求编写的。全书分为两部分。第一部分理论篇,主要介绍计算机系统与平台,计算机软件应用基础,数据库技术基础及其应用,多媒体技术基础,以及计算机网络技术与Internet应用;第二部分实验篇,从了解和使用计算机入手,安排了Windows基本操作、Internet操作、文字处理、电子表格处理、电子幻灯片制作、数据库基本操作、多媒体技术应用等七个大实验项目。
《大学计算机基础》内容全面、实例丰富、注重应用,各章附有适量的习题,便于自学。因此,《大学计算机基础》可作为大学本科非计算机专业学生学习计算机基础课程的教材,也可作为计算机实用技术培训班的教材。
Catalogue

理论篇

第1章 计算机概论
1.1 计算机与信息社会
1.1.1 计算机概述
1.1.2 信息技术概述
1.2 计算机基础知识
1.2.1 计算机系统的组成与工作原理
1.2.2 计算机中的数制与编码系统
1.3 微型计算机硬件系统
1.3.1 微型计算机
1.3.2 微型计算机硬件系统
1.4 算法与数据结构基础
1.4.1 算法
1.4.2 数据结构的基本概念
1.4.3 线性表及其顺序存储结构
1.4.4 栈和队列
1.4.5 线性链表
1.4.6 树与二叉树
1.4.7 查找技术
1.5 程序设计基础
1.5.1 程序设计方法与风格
1.5.2 结构化程序设计
1.5.3 面向对象的程序设计
1.6 软件工程基础
1.6.1 软件工程基本概念
1.6.2 结构化分析方法
1.6.3 结构化设计方法
1.6.4 软件测试
1.6.5 程序的调试
小结
习题

第2章 计算机软件应用基础
2.1 操作系统概述
2.1.1 操作系统的定义与发展
2.1.2 操作系统的分类
2.1.3 操作系统的特征
2.2 几种常见的桌面操作系统
2.2.1 DOS操作系统
2.2.2 Windows操作系统
2.2.3 Linux操作系统
2.3 操作系统的功能
2.3.1 进程与处理器管理
2.3.2 存储管理
2.3.3 设备管理
2.3.4 文件管理
2.4 操作系统的用户界面
2.5 常用应用软件
2.5.1 文字处理软件
2.5.2 电子表格软件
2.5.3 PowerPoint 幻灯片演示文稿
小结
习题

第3章 数据库技术基础知识
3.1 数据库系统的基本概念
3.1.1 数据、信息和数据处理
3.1.2 数据管理技术的发展
3.1.3 数据库、数据库管理系统和数据库系统
3.2 数据模型
3.2.1 什么是数据模型
3.2.2 概念层数据模型
3.2.3 数据模型的分类
3.3 关系数据库
3.3.1 关系基本术语
3.3.2 关系运算
3.4 结构化查询语言
3.4.1 SELECT 语句
3.4.2 SELECT 语句应用
3.5 Access数据库的建立和维护
3.5.1 Access数据库的系统结构
3.5.2 启动和退出 Access
3.5.3 建立数据库和表
3.5.4 建立表之间的关系
3.5.5 维护表
3.5.6 操作表
3.6 Access数据库的窗体和报表
3.6.1 创建窗体
3.6.2 创建报表
小结
习题

第4章 多媒体技术基础
4.1 多媒体与多媒体技术
4.2 多媒体技术的关键技术
4.3 多媒体计算机技术的组成
4.3.1 多媒体硬件系统
4.3.2 多媒体软件系统
4.4 音频信息处理
4.4.1 数字音频的文件格式
4.4.2 用Windows操作系统处理音频信息
4.4.3 Windows Media Player
4.5 图形图像信息处理
4.5.1 数字图形图像基本知识
4.5.2 图像的获取
4.5.3 Windows “画图”工具
4.5.4 ACDSee数字图像浏览软件
4.5.5 图像处理软件Photoshop简介
小结
习题

第5章 计算机网络技术与应用
5.1 计算机网络的产生与发展
5.1.1 计算机网络的产生
5.1.2 Internet成为世界上最大的计算机网络
5.2 计算机网络基础知识
5.2.1 计算机网络的定义
5.2.2 计算机网络的功能和服务
5.2.3 计算机网络的分类
5.2.4 计算机网络运用
5.3 数据通信
5.3.1 数据通信的基本概念
5.3.2 数据传输技术
5.3.3 传输介质
5.4 网络体系结构
5.5 计算机局域网
5.6 网络互连设备
5.7 Internet的连接与浏览
5.7.1 Internet概述
5.7.2 连接Internet
5.7.3 浏览Internet
5.7.4 电子邮件
小结
习题

实验篇

项目一 了解和使用计算机
实验1 Windows用户界面与汉字输入
一、实验目的和要求
二、实验内容与步骤
实验2 Windows XP文件(夹)管理
一、实验目的
二、实验内容与步骤
实验3 Windows XP系统维护
一、实验目的
二、实验内容与步骤

项目二 Internet操作
实验1 申请邮箱与邮件收发
一、实验目的
二、实验内容与步骤
实验2 浏览网页与搜索引擎
一、实验目的
二、实验内容与步骤
实验3 网络应用综合实验
一、实验目的和要求
二、实验内容与步骤

项目三 文字处理工具
实验1 Word的基本操作
一、实验目的和要求
二、Word 文档排版
实验2 Word的表格制作
一、实验要求
二、实验内容
实验3 艺术字和公式

项目四 电子表格Excel
实验1 Excel的数据输入和公式的使用
一、实验目的
二、实验内容
三、实验步骤
实验2 Excel中图表的使用
一、实验目的
二、实验内容
三、实验步骤
实验3 Excel的数据管理与分析
一、实验目的
二、实验内容
三、实验步骤

项目五 电子幻灯片
实验1 演示文稿的制作
一、实验目的
二、实验内容
三、实验步骤
实验2 演示文稿的个性化
一、实验目的
二、实验内容
三、实验步骤

项目六 数据库操作
实验1 数据库及表对象的创建
一、实验目的
二、实验内容
三、上机习题
实验2 数据查询
一、实验目的
二、实验内容
三、上机习题

项目七 多媒体技术应用
实验1 使用录音机
一、实验目的
二、实验内容
三、实验步骤
实验2 Windows Media Player的使用
一、实验目的
二、实验内容
三、实验步骤
实验3 Flash的制作
一、实验目的
二、实验内容
三、实验步骤
实验4 Photoshop的使用
一、实验目的
二、实验内容
三、实验步骤

参考文献
Book Abstract

理论篇
第1章 计算机概论
1.1 计算机与信息社会
1.1.1 计算机概述
1.计算机的发展
1946年2月,世界上第一台电子数字计算机在美国宾夕法尼亚大学诞生,取名为ENIAC(Electronic Numerical Integrator and Calculator),它是一台电子数字积分计算机,用于美国陆军部的弹道研究室。这台计算机共用了18 000多个电子管、1500个继电器,重量超过30t,占地面积167m2,每小时耗电140kW,计算速度为每秒5000次加法运算。用现在的眼光来看,这是一台耗资巨大、功能不完善而且笨重的庞然大物。然而,它的出现却是人类科学技术发展史上的一个伟大的创造,它使人类社会从此进入了电子计算机时代。
人们按照计算机中主要功能部件所采用的电子器件(逻辑元件)的不同,一般将计算机的发展分成四个阶段,习惯上称为四代。每发展一代,在技术上都有新的突破,在性能都有质的飞跃。
(1)第一代电子计算机
第一代电子计算机是电子管计算机(1946~1958年)。采用电子管作为基本器件,软件方面确定了程序设计的概念,出现了高级语言的雏型。特点是体积大、耗能高、速度慢(一般每秒数千次至数万次)、容量小、价格昂贵。主要用于军事和科学计算。这为计算机技术的发展奠定了基础,其研究成果扩展到民用,形成了计算机产业。这—代电子计算机的代表机型有IBM650和IBM709。
(2)第二代电子计算机
第二代电子计算机是晶体管计算机(1958~1964年)。采用晶体管为基本器件。软件方面出现了一系列的高级程序设计语言(如Fortran、Cobol等),并提出了操作系统的概念。计算机设计出现了系列化的思想。
……
Introduction

为了适应计算机科学和信息技术的最新发展,教育部非计算机专业基础教学指导分委员会发布了《关于进一步加强高校计算机基础教学的意见》(简称白皮书)。白皮书对计算机基础教育的课程设置和教学目标进行了分析和规划,并把“大学计算机基础”课程定位为各专业大学生必修的一门计算机基础课程。“大学计算机基础”课程系统、深入地介绍计算机科学与技术的基本概念、原理、技术和方法,并配合相应的实验课强化学生的动手能力,提高学生的综合素质。
本书第1版出版以来,已被许多高校用做计算机基础教学课程的教材,取得了良好的教学效果,得到了教师和学生的好评。同时,在近几年教学过程中我们也发现教材中仍存在不足之处。因此,在本书再版之际,针对学生的特点,在内容的编排和叙述、例题和实验的选择等方面作了进一步的改进。新版教材加强了计算机编码、网络技术和多媒体技术应用方面的知识,增加了算法与数据结构基础、程序设计基础、软件工程基础、数据库技术应用和多媒体技术基础等内容。教材力图反映计算机科学领域的最新科技成果,让学生不仅学会使用计算机的基本操作,还能较全面、系统地掌握计算机软硬件技术、网络技术、数据库技术和多媒体技术的基本概念及应用,具有较强的信息系统安全与社会责任意识,为后续计算机课程的学习打下必要的基础。
全书分为理论篇和实验篇。
教学篇共分5章,第1章为计算机概论,介绍了计算机系统的硬件和软件、算法与数据结构基础、程序设计基础和软件工程基础;第2章计算机软件应用基础,全面地介绍了计算机系统软件和常用的应用软件;第3章介绍数据库技术基础及其应用,包括基本概念和Access数据库的基本应用;第4章介绍多媒体技术基础,包括多媒体技术的基本知识、音频信息和图形图像信息的处理,以及常用的图形图像处理软件、动画制作软件的基本操作;第5章介绍计算机网络技术与应用,包括网络基础知识、网络协议和Intemet的应用。
实验篇共有7个项目,从了解和使用计算机人手,安排了Windows基本操作、Inttemet操作、文字处理、电子表格处理、电子幻灯片制作、数据库基本操作和多媒体技术应用等实验。
教学篇由兰顺碧、郑平安、胡兵、曾大亮、徐永兵、李站春编写。实验篇由崔柯梅、张建国、李站春、阙向红、杨向东编写。兰顺碧和郑平安负责全书的统稿、定稿工作,李站春负责实验、习题的统稿工作。
在本书的修订过程中,得到了华中科技大学网络与计算中心计算机基础教研室的关心、支持和帮助,许多老师为再版提出了宝贵的意见和建议,在此表示由衷的感谢。
由于作者水平有限,书中难免有错误和不妥之处,竭诚希望得到广大读者的批评指正。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book