Michael Jardine
Test por , creado hace más de 1 año

Week 02: Variables, Expressions Lecture 03: Variables and Expressions subtitle: Storing and manipulating information in memory

2
0
0
Michael Jardine
Creado por Michael Jardine hace alrededor de 6 años
Cerrar

INFO L03 (w02-1) - Variables and Expressions

Pregunta 1 de 4

2

'Bit' means 'Binary digit'. A contains .

Arrastra y suelta para completar el texto.

    Bit
    Byte
    1
    2
    4
    8
    256
    Bits
    Bytes

Explicación

Pregunta 2 de 4

1

A pair of Hexadecimal numbers would take up how many bits to express in binary (assuming no leading zeros or anything)?

Selecciona una de las siguientes respuestas posibles:

  • 1

  • 2

  • 4

  • 8

  • 16

  • 256

Explicación

Pregunta 3 de 4

1

Generally (not just specifically in Python), the order of the following three steps is:
1.
2.
3.

Arrastra y suelta para completar el texto.

    Declare
    Initialise
    Use

Explicación

Pregunta 4 de 4

1

True or False:
An integer is immutable.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación