2020 2020春季课程-高级语言程序设计(李扬)(天津中德应用技术大学) 最新满分章节测试答案

2025年1月9日 分类:免费网课答案 作者:网课帮手

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-03-21到2020-06-30
本篇答案更新状态:已完结

第1章——初识C++语言:从认识变量和常量开始,数据的表示 Chapter 1 unit test(1)

1、 问题:An algorithm is()                
选项:
A:The inputs and outputs of a program
B:The part of the computer that does the processing
C:A finite set of steps to solve a problem
D:A complete computer program     
答案: 【A finite set of steps to solve a problem

2、 问题:A memory address is
选项:
A:Where a variable is stored
B:Where the computer is located
C:A step in the program.
D:Where the CPU is stored.                        
答案: 【Where a variable is stored

3、 问题:A computer that is normally used by only one person at a time is called a
选项:
A:Server
B:Mainframe
C:Personal Compute
D: Network                                     
答案: 【Personal Compute

4、 问题:The physical machines that make up a computer is called the
选项:
A:Software
B:Network
C: Devices
D: Hardware                                     
答案: 【 Hardware                                     

5、 问题: From which language did C++ directly evolve?
选项:
A:A
B:ada
C:c
D:c+
答案: 【c

第1章——初识C++语言:从认识变量和常量开始,数据的表示 Chapter 1 unit test(2)

1、 问题:What does the following line of code display to the screen?cout <<  “This is the computer programming book”;
选项:
A:This is the computern programming book
B:This is the computer
C:Nothing
D:This is the computer programming book                 
答案: 【This is the computer programming book                 

2、 问题:C++ statements end with a()
选项:
A: Period                      
B:Comma
C:Semicolon
D:Nothing           
答案: 【Semicolon

3、 问题:What does the following code print to the screen?cout << “hello”;
选项:
A:Hello
B:hello
C: HELLO
D:Nothing                                 
答案: 【hello

4、 问题:The set of instructions that a computer will follow is known as:
选项:
A:Hardware
B:Algorithm
C:Program
D:CPU                                  
答案: 【Program

5、 问题:The term OS stands for
选项:
A:Operating System
B:Oscillating System
C: Operations Services 
D: Nothing                                
答案: 【Operating System

【作业】第1章——初识C++语言:从认识变量和常量开始,数据的表示 第一单元作业Unit 1 assignment

1、 问题:如何理解什么是c++?How to understand what C is++?
评分规则: 【 Describe in words

第2章——计算:从数据运算开始,数据简单运算 第二章单元测试—Chapter 2 unit test

1、 问题:The output of executing the following section is ().int x=23, y=5,z;z=2+(y++,x+8,x++);     cout<<x<<"   "<<z<<endl;
选项:
A:24    25
B:24  26
C:25  26
D:25  25 
答案: 【24    25

2、 问题:If int variable x = 29 and double variable y = 6.0, the value of expression X / y is ().
选项:
A:4.83333
B:4
C:5
D:5.0
答案: 【4.83333

3、 问题:The expression () should be used to determine whether the character variable ch is a capital English letter.
选项:
A: ch>=’A’ & ch<=’Z’
B:ch<=’A’ ||ch>=’Z’
C:’A'<=ch<=’Z’
D:ch>=’A’ && ch<=’Z’
答案: 【ch>=’A’ && ch<=’Z’

4、 问题:int x=5, y=6;下列表达式结果为真的是(    ) 。
选项:
A:x==y– 
B: x==++y 
C:x++==y   
D: x==–y
答案: 【 x==–y

5、 问题:A, B, C, D, m, n are all int variables, and a = 5, B = 6, C = 7, d = 8, M = 2, n = 2,Then the value of n is ()
选项:
A:0
B:1
C:2
D:3
答案: 【2

【作业】第2章——计算:从数据运算开始,数据简单运算 第二单元作业—Unit 2 assignment;

本门课程剩余章节答案为付费内容
本文章不含期末不含主观题!!
本文章不含期末不含主观题!!
支付后可长期查看
有疑问请添加客服QQ 2356025045反馈
如遇卡顿看不了请换个浏览器即可打开
请看清楚了再购买哦,电子资源购买后不支持退款哦
请输入手机号或商家订单号
打不开请联系客服QQ 2356025045 商家订单号在哪里?点此了解

商家订单号查看步骤

打开支付宝
方法一:我的 > 账单 > 账单详情 > 更多>复制商家订单号
方法二:我的 > 账单 >搜索关键字【网课小帮手】
> 账单详情 > 更多>复制商家订单号
方法三:联系客服QQ 2356025045
微信支付
我 > 支付 > 钱包 > 账单 > 账单详情

继续阅读