Показано материалов: 1-8
Computer Science 11 (advanced), version 2019 |
Календарно-тематическое планирование |
Ссылки на материалы для подготовки к экзаменам |
Fix point numbers and Floating point numbers
12.1.1.6 use binary numbers with a fixed point to represent fractional numbers with a given number of bits 12.1.1.7 represent positive and negative floating-point decimal numbers in binary. |
Binary addition and binary multiplication
12.1.1.3 perform the arithmetic operations: addition and multiplication of binary numbers |
Represent positive and negative numbers in two's complement
12.1.1.4 represent positive and negative numbers in two's complement and specify the range of n bits. 12.1.1.5 perform subtraction using two's complement |
Binary, hexadecimal numbers
12.1.1.1 convert binary numbers to hexadecimal 12.1.1.2 explain the advantages of using hexadecimal numbers in computer systems |
ASCII таблица - множество символов, каждый из которых имеет объем 7 бит, что позволяет закодировать 128 различных символов. В расширенной таблице ASCII кодов каждый символ имеет объем 8 бит (1 байт), что позволяет закодировать 256 различных символов. |