• 2022-05-29
    数据和算法用________来描述,计算自动化的核心任务就是________。
    A: software,software design
    B: programming language,coding
    C: program,programming
    D: data structurs,algorithms
  • C

    内容

    • 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.