SitePoint
  • Blog
  • Discord
  • Forum
  • Library
  • Login
Join Premium

PHP Advanced OOP Software Development

Close
  1. Markdown Headers
  2. High Order Bitmask
  3. OOP: Comments Section
  4. Morse Code Possibilities
PHP Advanced OOP Software Development

Coding Assessment

PHP Advanced OOP Software Development

A series of challenges designed to test your Computer Science fundamentals.

Estimated Time: 2 hours 20 minutes

Challenges

  1. Markdown Headers

    Write a function that will parse markdown headers written in ATX style and return the appropriate HTML output

  2. High Order Bitmask

    Write a function that will return the decimal value of a bitmask that can be used for extracting the high order bits out of a word

  3. OOP: Comments Section

    Implement a simple, object-oriented comment section.

  4. Morse Code Possibilities

    Determine the possible characters that could result from a certain Morse code word with some potentially unknown signals.

What Are Coding Assessments?