Reading the Zeros
Typing Out Data
Get With the Program
Linguistics
I should know this!
100

A human-readable, low-level computer language that is a symbolic representation of binary machine language.

What is Assembly Language?

100

Can store a single text character that uses 1 byte of storage.

What is char?

100

Allow programmers to give the computer precise, line-by-line instructions about what it should do.

What is a Programming Language?

100

 Created in 1995 it is a high-level language that was made to extend the interactivity of websites.

What is Javascript?

100

This is the number of questions on the ITF exam.

What is 75?

200

A computer programming language, such as C and C++, that uses a software tool called a compiler to translate the code into binary machine language.

What is a Compiled Language?

200

Used for whole numbers. These include both positive and negative numbers, as well as zero.

What is an Integer?

200

An attribute attached to a value that tells the compiler or interpreter how the data should be used.

What is a data type?

200

Created in 1972, almost all programming languages in meaningful use today are based on this language.

What is C?

200

This is the amount of time provided for the ITF exam.

What is 60 mins?

300

A computer programming language, such as Python, JavaScript, and Ruby, that requires a program called an interpreter to execute the instructions written in the source code each time the application is run.

Interpreted language

300

Used for numbers that have decimal places.

What is a float?

300

In programming, ________ are used to define names for specific values.

What are identifiers?

Variables (can change - bank account amount) and Constants (don't change - value of Pi)

300

In 1993, Japanese programmer Yukihiro Matsumoto created this language, which is a general-purpose, high-level language that was meant to teach others how to code.

What is Ruby?

300

This is a passing score on the ITF exam.

What is 650?

400

A special interpreter that translates bytecode into computer specific machine language. Bytecode is a platform independent, low-level language that is compiled from source code.

What is a Runtime Engine?

400

Used to store more than one character, such as a word or sentence.

What is a String?

400

These identifiers hold on to a set of different values, such as an array or a dictionary.

What are containers?

400

Created in 1957 by John Backus, this early programming language helped solve complex math problems.

What is FORTRAN?

400

The ITF exam is broken up into this many "domains" or sections. 

What is 6?  
1.0 IT Concepts and Terminology
2.0 Infrastructure
3.0 Applications and Software
4.0 Software Development
5.0 Database Fundamentals
6.0 Security 

500

A way to represent code in a manner that is easier for a wide range of people to understand.

What is Pseudocode?

500

Consists of two values: True and False.

What is Boolean?

500

_____ is a concept in object-oriented programming that describes how data and methods are bundled together within one unit or class. Also used to prevent unauthorized access to those data and methods.

What is encapsulation?

500

A Windows utility that includes not only a command-line shell, but its own programming language associated with the OS.

What is Windows PowerShell?

500

This is approximately the amount of points given to domain 4 in the test.

12%