Michael Jardine
Quiz por , criado more than 1 year ago

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

2
0
0
Michael Jardine
Criado por Michael Jardine aproximadamente 6 anos atrás
Fechar

INFO L03 (w02-1) - Variables and Expressions

Questão 1 de 4

2

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

Arraste e solte para completar o texto.

    Bit
    Byte
    1
    2
    4
    8
    256
    Bits
    Bytes

Explicação

Questão 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)?

Selecione uma das seguintes:

  • 1

  • 2

  • 4

  • 8

  • 16

  • 256

Explicação

Questão 3 de 4

1

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

Arraste e solte para completar o texto.

    Declare
    Initialise
    Use

Explicação

Questão 4 de 4

1

True or False:
An integer is immutable.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação