Ion Icon Ionnet.dev

Programming Terminology

Go through some intermediate development terminology to test your abilities.

Difficulty: Intermediate
Subject: Programming
Duration: 10m
10 questions
50 points total

Course Content

Chapter 1: Data Structures

Beginner

Terminology used to explain specific types of data and their storage locations such as memory.

4 questions • 20 points

Preview Questions:

  • To be required to add explicit types to all data created
  • The place instructions are placed in memory after it is called in code
  • A type of data that can be looped through
  • + 1 more questions...

Chapter 2: Architectural Concepts

Intermediate

Terminology used to explain concepts in programming structures.

6 questions • 30 points

Preview Questions:

  • To hide away specific details into a simple piece of functionality
  • Confining data within a specific block to avoid external code from modifying it.
  • To make a new Class that extend functionality of another existing class
  • + 3 more questions...