Binary Code

Binary Code

12th Grade

15 Qs

quiz-placeholder

Similar activities

Software Introduction Quiz

Software Introduction Quiz

12th Grade

10 Qs

Code.org + History of Computers

Code.org + History of Computers

7th - 12th Grade

20 Qs

Unit 1-5

Unit 1-5

University

13 Qs

Programming - English of Information Technology

Programming - English of Information Technology

University

15 Qs

Coding

Coding

4th Grade - University

15 Qs

Program design and computer language

Program design and computer language

University

15 Qs

Computer Coding

Computer Coding

4th Grade - University

15 Qs

Information and communication technology

Information and communication technology

University

20 Qs

Binary Code

Binary Code

Assessment

Quiz

English

12th Grade

Hard

Created by

Sarah Williams

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How software is made A computer program otherwise known as software is made up one and zero. This is known as binary and it is the only thing the computer understand. So how do we get from an idea to the finished software? Writing the binary yourself would be slow, tedious and take a way too long. Instead we all used something called source code. Source code is the instructions to the computer that is meant to be human readable with a little practice. Source code can be written in one of many different programming languages. These are the main ones in use today. Here is a very simple program written in a programming language called C++. This program simply display the words “Hello world” to the computer screen. In order for the computer to actually run the program, the source code must be turned into binary. This process is called compiling. Once we have our ones and zero, the computer then can run the program. If the are any mistakes in the source code such as a misspelled word or missing punctuation mark, the compile will fail and you won’t be able to run the software. Simple programs can be written by one developer in a reasonable amount of time. However, professional software may involve hundreds of developers and take a matter of years to complete. What is software made of?

a. Binary

b. Open source

c. Many programming languages

d. Developers

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the primary language that computers understand?

Binary

English

Java

Python

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which process converts source code into binary?

Compiling

Debugging

Executing

Editing

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the term for human-readable instructions for computers?

Source code

Binary code

Machine language

Assembly language

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the context of programming, what does 'compile' mean?

To translate source code into binary

To write source code

To debug a program

To execute a program

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a programming language?

Binary

Python

Java

C++

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What happens if there is a mistake in the source code?

The compile will fail

The program will run faster

The binary code will be generated

The computer will ignore it

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?