Joseph Stevens
Test por , creado hace más de 1 año

F453 unit 6

228
0
0
Joseph Stevens
Creado por Joseph Stevens hace más de 9 años
Cerrar

F453 Programming paradigms

Pregunta 1 de 8

1

What are the key features of a low level language?

Selecciona una de las siguientes respuestas posibles:

  • Human language, not readable by processor.

  • Assembly language. Each microprocessor has its own instruction set. Readable by its microprocessor.

  • Just a series of zeros and ones that are readable by processor.

  • Presentation of an intended application in the form of diagrams.

Explicación

Pregunta 2 de 8

1

Explain the features of procedural languages?

Selecciona una de las siguientes respuestas posibles:

  • Classes are run at the instance of an object; made up of void methods; makes use of library routines.

  • Core language of world wide web; defines structure and layout of programming languages.

  • Made up of 1s & 0s; related to architecture.

  • Data & code separate; usually modularised; uses the 3 typical constructs (sequence, selection, iteration); programmer specifies order in which instructions are compiled and run.

Explicación

Pregunta 3 de 8

1

What is object orientated language?

Selecciona una de las siguientes respuestas posibles:

  • Uses encapsulations; classes may inherit data and methods from other classes; methods may be defined multiple times in the same class.

  • Data & code separate; usually modularised; uses the 3 typical constructs (sequence, selection, iteration); programmer specifies order in which instructions are compiled and run.

  • Uses declarations; shows what properties results should have

Explicación

Pregunta 4 de 8

1

Data encapsulation is when data is enclosed within a function that relates to another method.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 5 de 8

1

Which of these best describes a class in programming.

Selecciona una de las siguientes respuestas posibles:

  • A group of students studying programming.

  • The level of hierarchy of a programmer based upon their wealth and background.

  • Describes shared attributes & methods, stating the state & behaviour of a set of objects.

  • A subroutine that output multiple values after it has been run.

Explicación

Pregunta 6 de 8

1

Is an object an instance of a class, such as a real world entity or a variable.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 7 de 8

1

Does a declarative language show how the outcomes of a program are achieved.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 8 de 8

1

Why is unified modelling language used?

Selecciona una de las siguientes respuestas posibles:

  • It is a standard way of presenting information to illustrate the design of a system virtually, so it is easy to understand. It allows systems analysts, programmers & clients to communicate when modifying a system.

  • Data & code separate; usually modularised; uses the 3 typical constructs (sequence, selection, iteration); programmer specifies order in which instructions are compiled and run.

  • For neural networks to understand how the mind works.

Explicación