
CODE: Review Module 3 Lesson 1
Quiz by Katrina Knoedl
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
All with C# , which of the following is considered high-level language?
Which of the following is an example of digital data?
Digital data that uses binary to represent decimal values, such as 25.
All digital data starts out as binary code.
Digital data cannot represent colors, even when it occurs in an image.
Data first starts at the lowest level as a __________ sequence of 1s and 0s.
Convert the following from Base10 (decimal) to Base2 (binary):
21
Convert the following from Base2 (binary) to Base10 (decimal):
1011
Convert the following from Base10 (decimal) to Base2 (binary):
16
Convert the following from Base2 (binary) to Base10 (decimal):
1110
The ASCII chart is a subset of __________, which includes not only English symbols but also symbols found in other languages.
Eight __________ make up one __________.
Which type of low-level language consists of 1's and 0's?
_________ languages have English-like instructions and must be translated into machine language.
Assembly Language is considered a low level program. Which of the following is also considered low level program?