UNIVERSIDADE FEDERAL DE SANTA MARIA – UFSM COLÉGIO AGRÍCOLA DE FREDERICO WESTPHALEN – CAFW Disciplina: Introdução a Informática Respostas – Exercícios 2 - Codificação 1 – Efetue as seguintes conversões entre sistemas de numeração: a) X(2) = 46(10) – Resp.: 101110 X(10) = 173(8) – Resp.: 123 X(8) = BA9(16) – Resp.: 5651 b) X(16) = 453(8) – Resp.: 12B X(2) = 101(8) – Resp.: 1000001 X(10) = 41(16) – Resp.: 65 c) X(16) = 245(10) – Resp.: F5 X(2) = 256(10) – Resp.: 100000000 X(16) = 1101001(2) – Resp.: 69 2 – Determine os valores máximos decimal, octal e hexadecimal representáveis com 10 bits (dígitos binários) Resp.: Decimal = 1023, Octal = 1777, Hexadecimal = 3FF 3 – Determine os valores máximos decimal, binário e octal representáveis com 2 digitos hexadecimais Resp.: Decimal = 255, Binário = 11111111, Octal = 377 4 – Determine o valor máximo octal representável por: a) Dois digitos decimais = Resp.: 143 b) Sete digitos binários = Resp.: 177 c) Dois digitos hexadecimais = Resp.: 377