FREE! Click here to Join FunTrivia. Thousands of games, quizzes, and lots more!
Quiz about The Geek Interpreter
Quiz about The Geek Interpreter

The Geek Interpreter Trivia Quiz


So you are a geek and don't speak any normal language any more? Well, don't worry - I have put some well-known literary works into computer code for you! (No actual programming skills required - just look at keywords distributed in the code)

A multiple-choice quiz by WesleyCrusher. Estimated time: 6 mins.
  1. Home
  2. »
  3. Quizzes
  4. »
  5. Literature Trivia
  6. »
  7. Mixed Literature
  8. »
  9. Literature Word Play

Time
6 mins
Type
Multiple Choice
Quiz #
346,838
Updated
Dec 03 21
# Qns
10
Difficulty
Average
Avg Score
8 / 10
Plays
5726
Awards
Editor's Choice
Last 3 plays: turtle52 (9/10), Guest 24 (10/10), Guest 49 (7/10).
- -
Question 1 of 10
1. We'll start on the somewhat depressing side of things. I have coded the plot of a well-known dystopian novel. Here are some lines from my code:

enum $castes alpha, beta, gamma, delta, epsilon;
$location = "London";
$year = "632 A.F.";
forall ($character) do daily add ($soma);

That should be enough - can you identify the work?
Hint


Question 2 of 10
2. My next snippet of code relates to a book written by German author Michael Ende:

$bastian=child(world(outside));
$empress=ruler(world("Fantasticia"));
$bastian.invent ($name, $empress);
$empress.give($auryn, $bastian);
auryn.use (make($wish), forget($memory));

Which novel has been translated to Geek here?
Hint


Question 3 of 10
3. Completely changing genres again, how about a work by Stephen King, encoded for your pleasure by the Geek Interpreter:

$location="USA";
select (boys [100]);
if speed($any_boy) less than "4 MPH" then kill($that_boy);
repeat until count(boys)=1;

Which of King's "Bachman novels" is referenced here?
Hint


Question 4 of 10
4. For our next work, let's look at a classic drama of the early 19th century. Which work, based on an older folk hero tale, would be best characterized by the following code?

$location = "Switzerland";
$weapon = "Crossbow";
everyone.salute ($governor.cap);
$weapon.shoot ($apple) from ($protagonist.son.head);
Hint


Question 5 of 10
5. Back to the 20th century with a science fiction novel which has also been developed into a classic movie:

$monolith.locations="Africa","Moon","Iapetus";
$spaceship.destination="Saturn";
foreach member($crew) kill() unless $name="Bowman";
$crew["Bowman"].transform(space_child());

Which novel have I translated into Geek?
Hint


Question 6 of 10
6. How about a work that is essentially one story but that was originally published as a trilogy?

#include "classic_good_vs_evil.h"
$fellowship=$hobbit[4],$elf,$dwarf,$human[2],$wizard;
$destination=$land("Shadows");
$golden_item.destroy;

I am sure it takes no particular fluency in Geek to translate this back into English - what epic am I referring to?
Hint


Question 7 of 10
7. The next work I will present has a lot in common with the previous one; in particular, I can reuse the first of my code lines unchanged:

#include "classic_good_vs_evil.h"
create_gateway ($our_world,$fantasy_world,$wardrobe);
$wardrobe.transfer (["Peter","Susan","Edmund","Lucy"]);
$antagonist=$witches["white"];
$antagonist.tempt ("Edmund");

Which seven-work cycle is this novel a part of?
Hint


Question 8 of 10
8. From fantasy and noble purposes, we move to one of the darkest aspects of humanity: war. Which work by Erich Maria Remarque fits the following code snippet?

$location = "France";
$year = 1918;
$protagonist = "Paul Bäumer";
$setting = "trenches";

Hint


Question 9 of 10
9. What self-respecting quiz about mixed literature could be without at least one Jules Verne novel? For the geek in you, I have picked one of his less-known works:

$deceased = "William J. Hypperbone";
$location = "USA";
$game = "The Noble Game of Goose";
$winner = "XKZ";

Which work am I referring to? (If you have no idea, pick the one that seems to best meet the description!)
Hint


Question 10 of 10
10. Here's one last book for you of which some might argue it might not even belong into this category, but it is, on top of everything else, also a literary work of substantial artistic value. Here are the Geek language excerpts, unfortunately slightly garbled in transmission (* denotes an unknown character):

$structure = [$*********s],[books],[chapters],[v*****];
$structure [1,7]="Judges";
$structure [2,4,11,35]="******wept.";
$commandments[10].keyword="covet";

Which work, written and compiled over the course of many centuries, am I referring to?
Hint



(Optional) Create a Free FunTrivia ID to save the points you are about to earn:

arrow Select a User ID:
arrow Choose a Password:
arrow Your Email:




Most Recent Scores
Apr 18 2024 : turtle52: 9/10
Apr 05 2024 : Guest 24: 10/10
Apr 02 2024 : Guest 49: 7/10
Mar 31 2024 : patrickk: 10/10
Mar 31 2024 : timydamonkey: 6/10
Feb 19 2024 : WhiskeyZulu: 9/10

Score Distribution

quiz
Quiz Answer Key and Fun Facts
1. We'll start on the somewhat depressing side of things. I have coded the plot of a well-known dystopian novel. Here are some lines from my code: enum $castes {alpha, beta, gamma, delta, epsilon}; $location = "London"; $year = "632 A.F."; forall ($character) do daily {add ($soma)}; That should be enough - can you identify the work?

Answer: Brave New World

"Brave New World" is the most famous work of Aldous Huxley. Set in the 26th century, but in a new calendar based on Henry Ford, the society depicted is greatly regulated with children created on assembly lines and conditioned for their later role in society even before they are born (or rather decanted as it is called in the book). Set against a stark contrast against the savages - free people reproducing naturally but not enjoying civilization, the plot of this work ultimately ends in the conclusion that one can neither truly escape from nor adapt to this level of control.
2. My next snippet of code relates to a book written by German author Michael Ende: $bastian=child(world(outside)); $empress=ruler(world("Fantasticia")); $bastian.invent ($name, $empress); $empress.give($auryn, $bastian); auryn.use (make($wish), forget($memory)); Which novel has been translated to Geek here?

Answer: The Neverending Story

"The Neverending Story" combines two story lines, one set in our world (called the "outside world") and the land of Fantastica, a fantasy world shaped and created by the wishes and dreams of children who visit it. It is typeset in red and green ink to distinguish the two worlds.

The protagonist Bastian Balthasar Bux, a clumsy and shy boy, steals a book and skips school to read it only to be drawn more and more into the plot until, at a pivotal point, he becomes part of the story, gaining the power of the Auryn amulet to make wishes and shape the world with.

The deeper he gets drawn into the fantastic realm, however, the more he forgets who he really is and ultimately almost gets permanently lost in his dreams.
3. Completely changing genres again, how about a work by Stephen King, encoded for your pleasure by the Geek Interpreter: $location="USA"; select (boys [100]); if speed($any_boy) less than "4 MPH" then kill($that_boy); repeat until count(boys)=1; Which of King's "Bachman novels" is referenced here?

Answer: The Long Walk

Stephen King wrote a number of his early novels under the pseudonym of Richard Bachman, including "The Long Walk". This book is set in a dictatorially ruled United States of the near future in which one of the main sources of public enjoyment is "The Long Walk", an annual foot endurance race of initially 100 boys aged 16 to 18 who must walk, without any pauses and at a minimum speed, until all but one of them are eliminated.

This elimination however is permanent - anyone slacking is killed by a gunshot to the head. Only one boy will survive and be granted the grand prize.
4. For our next work, let's look at a classic drama of the early 19th century. Which work, based on an older folk hero tale, would be best characterized by the following code? $location = "Switzerland"; $weapon = "Crossbow"; everyone.salute ($governor.cap); $weapon.shoot ($apple) from ($protagonist.son.head);

Answer: Wilhelm Tell

"Wilhelm Tell" is one of the most well-known plays by German Romantic playwright Friedrich Schiller. Based on a Swiss legend, it traces the beginnings of a revolution against the pompous tyrant governor Gessler. The governor had set up one of his caps on a pole and everyone passing by had to salute it as if saluting the ruler himself. Tell, in mourning for his father, neglected this duty and was promptly sentenced to prove his legendary mettle with the crossbow, famously shooting an apple from his own son's head at 100 meters' distance. Gessler however imprisons Tell and this act of cruelty incites a peasant revolt. Gessler is felled by a crossbow bolt and Tell becomes a folk hero.
5. Back to the 20th century with a science fiction novel which has also been developed into a classic movie: $monolith.locations={"Africa","Moon","Iapetus"}; $spaceship.destination="Saturn"; foreach member($crew) {kill() unless $name="Bowman"}; $crew["Bowman"].transform(space_child()); Which novel have I translated into Geek?

Answer: 2001: A Space Odyssey

Written in 1968, in parallel with the screenplay for the movie of the same name, Arthur C. Clarke's "2001: A Space Odyssey" uses a relatively realistic extrapolation of Earth's technological development even though it overestimated the progress of space exploration.

After unearthing a strange monolith on the moon which self-destructs upon being hit by the sun's rays, humanity decides to send a mission to the one location this monolith had sent a signal to: Saturn, or, more precisely its moon Iapetus.

The vessel sent for this purpose is guided by the computer HAL 9000 which malfunctions and kills most of the crew. Only one member survives and makes the trip to Iapetus where he discovers another such monolith - a portal to a distant galaxy. He passes through the portal and is transformed into an almost godlike being, returning to Earth just in time to use his newly found powers to prevent a nuclear war.
6. How about a work that is essentially one story but that was originally published as a trilogy? #include "classic_good_vs_evil.h" $fellowship={$hobbit[4],$elf,$dwarf,$human[2],$wizard}; $destination=$land("Shadows"); $golden_item.destroy; I am sure it takes no particular fluency in Geek to translate this back into English - what epic am I referring to?

Answer: The Lord of the Rings

"The Lord of the Rings" by J.R.R. Tolkien probably does not need much of an introduction any more, at least not since its cinematic adaptation took the world by storm. The story revolves around the most unlikely of heroes - the hobbit Frodo Baggins, a short but stout being of no particular skill except for the two that matter: resilience and courage. Accompanied by his faithful companion Samwise Gamgee and, at least in the beginning, a company assembled from all major races of Middle Earth, he makes his way into the heart of Mordor, land of the shadows, to reach the fires of Mount Doom where the One Ring of power, a great and oppressive magical item, was forged and must be returned to destroy it.

In the end, however, even Frodo succumbs to the power of the Ring and would not be able to let go of it, but fate, in the shape of the Ring-corrupted creature Gollum, completes what he could not do himself.
7. The next work I will present has a lot in common with the previous one; in particular, I can reuse the first of my code lines unchanged: #include "classic_good_vs_evil.h" create_gateway ($our_world,$fantasy_world,$wardrobe); $wardrobe.transfer (["Peter","Susan","Edmund","Lucy"]); $antagonist=$witches["white"]; $antagonist.tempt ("Edmund"); Which seven-work cycle is this novel a part of?

Answer: The Chronicles of Narnia

"The Chronicles of Narnia" are a seven-volume cycle by Christian author C. S. Lewis. The first written and most well-known of these novels is "The Lion, the Witch and the Wardrobe", chronologically the second book in the cycle ("The Magician's Nephew", written as the sixth installment, is a prequel).

In this book, the four siblings Peter, Susan, Edmund and Lucy discover the fantastic land of Narnia caught in permanent winter. The land is ruled by the White Witch who manages to seduce and tempt Edmund for her own purposes. With the help of the lion Aslan, Edmund's siblings manage to redeem their brother and, together, they defeat the Witch.

The whole cycle contains strong Christian symbolism with Aslan - the only character appearing in all seven books - taking the role of Christ including the motif of sacrifice and resurrection.
8. From fantasy and noble purposes, we move to one of the darkest aspects of humanity: war. Which work by Erich Maria Remarque fits the following code snippet? $location = "France"; $year = 1918; $protagonist = "Paul Bäumer"; $setting = "trenches";

Answer: All Quiet on the Western Front

Written in 1929, "All Quiet on the Western Front" is one of the most powerful literary accounts of World War I ever written. The storyline follows Paul Bäumer, a young German volunteer soldier who becomes part of the senseless battle of attrition that was the war's Western front between the years of 1915 and 1918. During this entire time, neither Germany nor France made any significant progress in spite of the millions of soldiers injured or killed on both sides.

The author was a World War I veteran himself and put his own experiences and life into the work.

The novel is told from the protagonist's perspective except for the very last paragraph which, in terse words, mentions the protagonist's death on a day so irrelevant for the overall war that it was glossed over in the official reports.
9. What self-respecting quiz about mixed literature could be without at least one Jules Verne novel? For the geek in you, I have picked one of his less-known works: $deceased = "William J. Hypperbone"; $location = "USA"; $game = "The Noble Game of Goose"; $winner = "XKZ"; Which work am I referring to? (If you have no idea, pick the one that seems to best meet the description!)

Answer: The Will of an Eccentric

"The Will of an Eccentric" is one of Verne's less known novels, but, at least in my opinion, undeservedly so. An eccentric millionaire has left a will in which he bequeaths his entire fortune to the winners of a "Noble Game of Goose" - essentially a game of chance.

The catch is that the game is played on a rather large board - the entire United States of the late 19th century. Much like in the Amazing (Trivia) Race, contestants have to actually travel to the gameboard locations and complete tasks to be credited for their move.

In the end, the game is won by a strange player only known by the alias of "XKZ"... (you really have to read the book to find out more).
10. Here's one last book for you of which some might argue it might not even belong into this category, but it is, on top of everything else, also a literary work of substantial artistic value. Here are the Geek language excerpts, unfortunately slightly garbled in transmission (* denotes an unknown character): $structure = {[$*********s],[books],[chapters],[v*****]}; $structure [1,7]="Judges"; $structure [2,4,11,35]="******wept."; $commandments[10].keyword="covet"; Which work, written and compiled over the course of many centuries, am I referring to?

Answer: The Bible

Besides being a Holy Book, the Bible is also a literary work of considerable value, incorporating many different genres including nonfiction narratives (such as the Gospels), poetry (Psalms), love songs (Song of Solomon) and epistles. In spite of the fact that we have practically no original manuscripts and all text has been passed down through the ages in oral transmission and translation, the Bible remains a powerful work that even non-Christians will find thought-provoking and inspiring.

The missing passages in the question text are of course "Testaments", "Verses" and the completion of the shortest verse of the entire Bible - "Jesus wept." (John 11:35)
Source: Author WesleyCrusher

This quiz was reviewed by FunTrivia editor agony before going online.
Any errors found in FunTrivia content are routinely corrected through our feedback system.
4/19/2024, Copyright 2024 FunTrivia, Inc. - Report an Error / Contact Us