Python HOF 1
Python HOF 2
Trivia
CompTIA 11
CompTIA 2
100

Name three higher order functions?

What is map(), filter(), and reduce()?

100

Definition for a higher order function

What is a function that calls another function?

100

Icon for linux

What is a penguin?

100

Who invented Video Graphics Array (VGA)?

IBM

100

These types of peripherals don't connect directly to a computer through ports but link up through a network

What is IP-based?

200

Functions are classified as 

What are first-class objects (or first-class citizens)?

200

When you use the dir() method on an object, this method is listed to indicate it is an iterable

What is __iter__?

200

First computer mouse was made of

What is wood?

200

Producers wanting to include this port must negotiate royalty rates 

What is HDMI?

200

Effect of converting analog to digital

What is signal degradation?

300

This function implements a mathematical technique called folding

What is reduce()?

300

This status makes lambda functions unique

What is anonymous?

300

Some of the biggest computer brands started in garages, name two

Who are Apple, Microsoft, and HP?

300

Mouse essential computer input device, has evolved over years into different types:

What are mechanical, optical, and laser?

300

Number of pixels that make up display image, measured width by height

What is screen resolution?

400

In this language we noted, functions are not first-class objects.

What is Java?

400

How would I describe the output from running this code in Python
words = ["586", "279", "427"]
map(int, words)

What is the memory location of an object.

400

First female programmer?

Who is Ada Lovelace?

400

Thunderbolt fastest connector to carry data at speeds ranging from (either lower or upper bounds)

What is between 5 Gbps to 10 Gbps?

400

Designed to simplify the interaction between imaging hardware and software

What is WIA (Windows Image Acquisition)?

500

This structure is used during the execution of the function call

What is a stack data structure

500

This diagram shows relationship among functions and passage of data between them

What is a structure chart?

500

The parts for the modern computer were first invented in 1833 by

Who is Charles Babbage?
500

Technology used for tagging/tracking items using small electronic devices that consist of chip and an antenna

Radio Frequency Identification (RFID)

500

Ability to interpret complex finger and hand gestures (pinching to zoom, rotating images, scrolling through content, and moving on-screen objects.)

What is multi-touch capability?