- 1、本文档共26页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
C语言考试资料汇总
C语言考试资料汇总
Quick Quiz 1
The smallest and most basic data item in a computer is a ____________________; it is really a switch that can be either open (0) or closed (1).
Answer: bit
A byte is a grouping of ___________________. A byte can assume 256 distinct patterns.
Answer: eight bits
What is the ALU of a computer?
Answer: The Arithmetic and Logic Unit (ALU) of a computer performs all of the computations, such as addition, subtraction, comparisons, and so on, that a computer provides.
What is the control unit of a computer?
Answer: The control unit of a computer directs and monitors the overall operation of the computer.
A(n) ____________________ allows a computer to read or write any one file or program independent of its position on the storage medium.
Answer: direct access storage device (DASD)
direct access storage device
DASD
What are the two principal parts of the CPU? What is the function of each part?
Answer: The two principal parts of the CPU are the Control Unit and the Arithmetic and Logic Unit (ALU). The Control Unit monitors the overall operation of the computer while the ALU performs all the arithmetic and logic functions provided by the system.
Quick Quiz 2
What is an assembly language?
Answer: Programming languages that use the substitution of word-like symbols, such as ADD, SUB, MUL, for the binary opcodes, and both decimal numbers and labels for memory addresses are referred to as assembly languages.
The program that translates a high-level source program as a complete unit before any individual statement is executed is called a(n) ____________________.
Answer: compiler
What is a linker?
Answer: A linker combines additional machine language code with the object program to create a final executable program.
When English phrases are used to describe an algorithm (the processing steps), the description is called ____________________.
Answer: pseudocode
Quick Quiz 3
What is the software development process?
Answer: The technique used by professional so
文档评论(0)