Levnt
Quiz por , criado more than 1 year ago

GCSE Computer Science (Binary) Quiz sobre Binary, criado por Levnt em 23-05-2016.

11
0
0
Levnt
Criado por Levnt quase 8 anos atrás
Fechar

Binary

Questão 1 de 10

1

What is a signed integer?

Selecione uma ou mais das seguintes:

  • An integer that can be a either a negative or positive number

  • An integer that is converted into binary

  • An integer that can be processed by the CPU

Explicação

Questão 2 de 10

1

What is a floating point number?

Selecione uma ou mais das seguintes:

  • A number that has no fixed value

  • A number that has a decimal point

  • A number that has had an operation carried out on it in the ALU

Explicação

Questão 3 de 10

1

Why does ipv6 allow more IP addresses than ipv4?

Selecione uma ou mais das seguintes:

  • ipv6 uses six binary numbers but ipv4 only uses four

  • ipv6 addresses are 128-bit and ipv4 addresses are 32-bit

  • ipv6 can do binary calculations faster than ipv4

Explicação

Questão 4 de 10

1

What is -6 in binary converted using two's complement?

Selecione uma ou mais das seguintes:

  • 1010

  • 1011

  • 0010

Explicação

Questão 5 de 10

1

What is three in binary converted using two's complement?

Selecione uma ou mais das seguintes:

  • 0100

  • 0111

  • 0011

Explicação

Questão 6 de 10

1

What is the result of 9+8 in binary if processed in a system which only supports 4-bit numbers?

Selecione uma ou mais das seguintes:

  • 0011

  • 0001

  • 10001

Explicação

Questão 7 de 10

1

How could the number -5 be represented using 8-bit binary sign and magnitude?

Selecione uma ou mais das seguintes:

  • 00000101

  • 100000101

  • 10000101

Explicação

Questão 8 de 10

1

What is the result of this binary addition: 0110 + 0101 ?

Selecione uma ou mais das seguintes:

  • 1011

  • 1111

  • 0111

Explicação

Questão 9 de 10

1

What is the largest unsigned base 10 integer value that 7 bits can be used to represent?

Selecione uma ou mais das seguintes:

  • 256

  • 127

  • 255

Explicação

Questão 10 de 10

1

When does overflow happen?

Selecione uma ou mais das seguintes:

  • When the pattern of bits is too large to be represented by the number of bits available in a register

  • When a machine code program crashes

  • When two binary numbers are successfully added together

Explicação