Please be sure to use a correct email address so that teachers can attribute the test completion to you and MyCareerTech.com can email your certificate.
1. Fill in the blank – To communicate with computers, we use _______ to give instructions to the computer to understand and implement.
Syntax Semantics Computer Programming Languages Binary
2. Fill in the blank – Computers think and understand in _______, which means coding of 1s and 0s.
Variables Binary Syntax Semantics
3. Which of the following terms refers to the rules and structure of a computer programming language?
Syntax Semantics Binary Variables
4. Which of the following terms refers to the meaning of a statement with a computer programming language?
Syntax Semantics Binary Variables
5. Fill in the blank – _______ is a multi-purpose language, ideal for beginners, and used in a range of different fields including data storage, machine learning, data science, web development, and information security.
JavaScript SQL (Structured Query Language) Python HTML (HyperText Markup Language)
6. Fill in the blank – _______ is an all-purpose language used in several different fields including education, retail, hospitality, and finance; primarily used by software engineers for software development.
Java SQL (Structured Query Language) CSS (Cascading Styles Sheets) HTML (HyperText Markup Language)
7. Fill in the blank – _______ is used alongside HTML to create webpages and also used to create the visual layout and graphics of the HTML components.
JavaScript SQL (Structured Query Language) Python CSS (Cascading Styles Sheets)
8. Fill in the blank – _______ is used to create the composition of all content on a website including text and images, and enables internet browsers to display content with formatting intended by the developer.
HTML (HyperText Markup Language) Python CSS (Cascading Styles Sheets) Java
9. Fill in the blank – _______ is a database language used for adding and modifying large amounts of data and typically used alongside another programming language.
CSS (Cascading Styles Sheets) SQL (Structured Query Language) Java HTML (HyperText Markup Language)
10. True or False – It is common for programmers to learn multiple languages while mastering one.
True False