What's That Language?
What's Your (Data) Type?
Programming Language Terms
History of Languages?
I should know this!
200

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

What is Assembly Language?

200

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

What is char?

200

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

What is a Programming Language?

200

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

What is Javascript?

200

This is the number of questions on the ITF exam.

What is 75?

400

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?

400

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

What is an Integer?

400

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

What is a data type?

400

Created in 1995 by Rasmus Lerdorf, this is an open-source, general purpose language for creating dynamic web pages mainly on the server side

What is PHP (Personal Home Page)?

400

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

What is 60 mins?

600

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

600

Used for numbers that have decimal places.

What is a float?

600

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)

600

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

What is FORTRAN?

600

This is a passing score on the ITF exam.

What is 650?

800

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 ?

800

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

What is a String?

800

Identifiers that hold on to a set of values.  For example,  arrays and vectors.

What are containers?

800

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

What is C?

800

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 

1000

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

What is Pseudocode?

1000

Consists of two values: True and False.

What is Boolean?

1000

_____ 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?

1000

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?

1000

This is the official exam number of the ITF+ exam.

What is FC0-U61

M
e
n
u