Системы счисления. Перевод двоичной и десятичной.

Quiz
•
Computers
•
7th Grade
•
Hard
Анастасия Каштакова
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Maya пытается преобразовать число 101 из двоичной в десятичную систему. Каков результат?
3
7
5
9
Answer explanation
Число 101 в двоичной системе счисления эквивалентно 5 в десятичной. Чтобы преобразовать, вы умножаете каждую цифру справа налево на 2, возведенные в степень ее положения, а затем суммируете результаты: (1*2^2) + (0*2^1) + (1*2^0) = 5.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Переведите число 13 в двоичную систему счисления
1110
1001
1011
1101
Answer explanation
The correct binary equivalent of 13 in decimal is 1101. Each digit in binary represents a power of 2, starting from the right with 2^0. Therefore, 1*2^3 + 1*2^2 + 0*2^1 + 1*2^0 = 13.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the decimal equivalent of the binary number 1101?
13
14
16
15
Answer explanation
The number 1101 in binary is equivalent to 13 in decimal. To convert from binary to decimal, you multiply each digit by 2 raised to the power of its position from right to left, then sum the results.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Convert the binary number 1111 to decimal.
13
17
19
15
Answer explanation
To convert 1111 from binary to decimal, we use the formula: (1 * 2^3) + (1 * 2^2) + (1 * 2^1) + (1 * 2^0) = 8 + 4 + 2 + 1 = 15. Therefore, the correct answer is 15.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the binary equivalent of the decimal number 25?
11100
10101
11001
10011
Answer explanation
The correct binary equivalent of 25 in decimal is 11001, which matches the option '11001'.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the value of the number 10001 in the decimal number system?
11
15
17
23
Answer explanation
The number 10001 in decimal system equals 17. This is the correct choice among the options provided.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Convert the number 0101 from binary to decimal.
11
5
100
10
Answer explanation
To convert 0101 from binary to decimal, we use the formula: (1 * 2^3) + (0 * 2^2) + (1 * 2^1) + (0 * 2^0) = 10
Create a free account and access millions of resources
Similar Resources on Wayground
6 questions
Decimal to Binary and Binary to Decimal Conversion Review

Quiz
•
7th Grade
10 questions
Programming - High Level Code & Machine Code

Quiz
•
2nd - 11th Grade
10 questions
Python Data types

Quiz
•
5th - 12th Grade
14 questions
Python Basics - Year 8

Quiz
•
7th - 9th Grade
10 questions
Programming - Data Types

Quiz
•
1st - 10th Grade
14 questions
KS3 Abstraction

Quiz
•
7th - 9th Grade
13 questions
GCSE J277 - Binary Shifts

Quiz
•
7th Grade
10 questions
8.2.2 Bits and Bytes Quiz

Quiz
•
7th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade