A: software,software design
B: programming language,coding
C: program,programming
D: data structurs,algorithms
举一反三
- ____________ is conducted in the implementation phase of software development. A: Actual programming / coding B: Architectural design C: Regression testing D: Budgetary plan
- Which of the following emerged first in the history of software engineering? () A: Extreme programming B: Optimizing inspections C: Commercial OOP language D: Code repositories
- In software programming, if we adopt and use some classes, algorithms and functional modules which are not totally developed by ourselves, we are required to _______________. A: highlight the code B: quote the sources C: modify the code D: comment the code
- Bill Gates developed _______ while he was in Harvard University A: traffic counting systems B: MS-DOS and Mircrosoft Windows C: software for personal computers D: a version of a programming language for computers
- The following are not features of C language: ( ) A: Low level advaned programming language B: Allow direct access to the physical address to operate on the hardware C: Rich operators and data types in C language D: Object oriented programming language
内容
- 0
As an important phase in software development, software design is the continuation of software requirement analysis phase. Ⅰ.software structure Ⅱ.software procedure Ⅲ.software module Ⅳ.software document which of the following should be included in software design phase A: Ⅰand Ⅱ B: Ⅱand Ⅲ C: Ⅰ,Ⅱ and Ⅲ D: All
- 1
面向对象的软件工程是面向对象方法在软件工程领域的全面应用,它包括: A: Object-Oriented Analysis B: Object-Oriented Design C: Object-Oriented Programming D: Object-Oriented Test E: Object-Oriented Software Maintenance
- 2
Which of the following program is right? A: include <stdio.h> int main(); { /*programming*/ printf("programming!\n"); return 0; } B: include <stdio.h> int main() { /*programming*/ printf("programming!\n"); return 0; } C: include <stdio.h> void main() { /*programming*/ printf("programming!\n") return 0; } D: include <stdio.h> int mian() { /*programming*/ printf("programming!\n"); return 0; }
- 3
Which statements about inheritance are true?() A: In Java programming language only allows single inheritance. B: In Java programming language allows a class to implement only one interface. C: In Java programming language a class cannot extend a class and implement a interface together. D: In Java programming language single inheritance makes code more reliable.
- 4
以下关于程序设计语言的描述中,哪些是正确的? A: A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. B: Programming languages generally consist of instructions for a computer. C: Programming languages can be used to create programs that implement specific algorithms. D: Programming languages cannot be classified into multiple paradigms.