• 2022-06-19
    以下关于程序设计语言的描述中,哪些是正确的?
    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.
  • A,B,C

    内容

    • 0

      In programming languages, an abstract type is a type in a nominative type system that can be instantiated directly; a type that is not abstract – which can be instantiated – is called a concrete type.

    • 1

      In programming languages, an abstract type is a type in a nominative type system that can be instantiated directly; a type that is not abstract – which can be instantiated – is called a concrete type. A: 正确 B: 错误

    • 2

      翻译2. PLC programming is various. It has five standard programming languages: LD, IL, FBD, SFC and ST. LD is the most common and widely used.

    • 3

      A computer program, or just a program, is a sequence of ______, written to perform a specified task with a computer. A: languages B: instructions C: programs D: functions

    • 4

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