SlideShare a Scribd company logo
Welcome to #thequizmcr!
4-5 people per team
Write team name on every sheet
Begin the Cryptic Crossword on
your table now!
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
	
  
Ongoing…
Some of our
Front-End team
say hello.
Tommy
Andy
Yousef
CV Deadline: 17 Jun
Start date: 16 Sep
Front-End Developers.
Valentino
Cristian
Daniel
Software Engineers.
Last year’s
grads say
hello.
CV Deadline: 9 Aug
Start date: 15 Jul
Seen on Screen
Misc Logic & Comp Sci
Question 1
What is the worst case performance
big-O for a quick sort algorithm?
#thequizmcr 	
   	
   	
   	
   	
   	
   	
   	
   	
  Maybe	
  @dandart	
  will	
  give	
  you	
  a	
  hint!	
  
Question 2
What is the number 100 expressed in
trinary / ternary?
#thequizmcr 	
   	
   	
   	
   	
   	
   	
   	
   	
  Maybe	
  @dandart	
  will	
  give	
  you	
  a	
  hint!	
  
Question 3
What does the following non-
optimised pseudocode do?
def f(n) :
   if (1 >= n) :
       return 1;
    return f(n-1) + f(n-2);
#thequizmcr 	
   	
   	
   	
   	
   	
   	
   	
   	
  Maybe	
  @dandart	
  will	
  give	
  you	
  a	
  hint!	
  
Question 4
What is the computational complexity
of the function in question 3?
a.  None (O(1))
b.  Linear (O(n))
c.  Logarithmic (O(log n))
d.  Polynomial (O(n^k))
e.  Exponential (O(k^n))
#thequizmcr 	
   	
   	
   	
   	
   	
   	
   	
   	
  Maybe	
  @dandart	
  will	
  give	
  you	
  a	
  hint!	
  
Question 5
What's the binary 8-bit two's
complement for the decimal number
-42?
#thequizmcr 	
   	
   	
   	
   	
   	
   	
   	
   	
  Maybe	
  @dandart	
  will	
  give	
  you	
  a	
  hint!	
  
Question 6
What is the truth table for the binary
XNOR gate?
#thequizmcr 	
   	
   	
   	
   	
   	
   	
   	
   	
  Maybe	
  @dandart	
  will	
  give	
  you	
  a	
  hint!	
  
Question 7
Name three sorting functions!
#thequizmcr 	
   	
   	
   	
   	
   	
   	
   	
   	
  Maybe	
  @dandart	
  will	
  give	
  you	
  a	
  hint!	
  
Check this out
Free and open source project to host
and share videos, import and
videoconference in plugin-less HTML5.
https://github.com/dandart/
projectchaplin
https://projectchaplin.com
RWD & Multi-Device
Question 1
How many pixels per inch is the iPhone
4S and iPhone 5 retina display?
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 2
Sketch how this large screen width
layout would naturally stack in 2
smaller screen widths:
768px and 320px
(assume the site uses twitter bootstrap)
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 3
According to an eConsultancy article in
January 2013, which is the only large
UK retailer who has a responsive
website?
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 4
Viewport dimensions at which we
decide to alter the page design, are
known as:
a.  Media queries
b.  Flexible grids
c.  Breakpoints
d.  Compound fractures
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 5
In RWD, what does
img {max-width: 100%} do?
a.  It allows images to fill the page
b.  It helps IE render images properly
c.  It confines images to the dimensions of
their parent container
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 6
Media Queries were introduced as part
of:
a.  CSS1
b.  CSS2.1
c.  CSS3
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 7
Write the CSS that this LESS code
would compile.
@color: #4D926F
#header {
color: @color;
}
h2 {
color: @color;
}
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 8
The term "Responsive Web Design"
was coined by:
a.  Ethan Marcotte
b.  Jeffrey Zeldman
c.  Jason Santa Maria
d.  Si Scott
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Geeky Telly
Question 1
[redacted] takes a bunch of flowers to
'The Office of Siri' and enters to find
that Siri is a beautiful woman. When
she asks him if she can help, he finds
that he can't talk to her, even when she
tells him that she'll make love to him if
he'll just tell her. Then he wakes up
screaming.
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 2
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 3
Rick and Glenn find Hershel in the
town bar, relapsing into his alcoholic
habits and lamenting his futile hopes
of a cure for his reanimated loved ones.
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 4
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 5
When co-worker Linda is labelled Best
Woman, Jen becomes jealous and tells
a lie that she can speak Italian, which
causes calamity when she is nominated
to act as translator for a top Italian
businessman, Bernatelli.
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 6
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 7
Wesley comes in contact with Lakanta,
an Indian holy man of sorts. He guides
Wesley on a journey of self-discovery,
in which he talks to his long-dead
father, who tells Wesley that he is
destined to go down a path different
from his own.
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
Question 8
#thequizmcr 	
   	
  Thank	
  @ClockworkSMS	
  for	
  the	
  pizza	
  and	
  @AmpersandHQ	
  for	
  the	
  drinks	
  
And the winner is...
Joint winners!
Bie Wassily &
Man in the Middle
Answers…
RWD, question 2 (768px)
RWD, question 2 (320px)

More Related Content

Viewers also liked

Ques Com Corporate Presentation En0112
Ques Com Corporate Presentation En0112Ques Com Corporate Presentation En0112
Ques Com Corporate Presentation En0112
Pear Fruit
 
Markel aitor eta jon
Markel aitor eta jonMarkel aitor eta jon
Markel aitor eta jongazadi
 
theQuiz(7);
theQuiz(7);theQuiz(7);
theQuiz(7);
Ampersand
 
Hotel web ranking
Hotel web rankingHotel web ranking
Hotel web ranking
cmhagc
 
Evaluation 3
Evaluation 3Evaluation 3
Evaluation 3
nctcmedia12
 
Sybase SQL AnyWhere12
Sybase SQL AnyWhere12Sybase SQL AnyWhere12
Sybase SQL AnyWhere12
Sunny U Okoro
 
Dapatan kajian penggunaan multimedia dalam pd p
Dapatan kajian penggunaan multimedia dalam pd pDapatan kajian penggunaan multimedia dalam pd p
Dapatan kajian penggunaan multimedia dalam pd p
cekgu Azam
 
Cilc2013 .hr.wk.ewv 20130314
Cilc2013 .hr.wk.ewv 20130314Cilc2013 .hr.wk.ewv 20130314
Cilc2013 .hr.wk.ewv 20130314
Heimo Rainer
 
A Web-­Based Simulator for a Discrete Manufacturing System
A Web-­Based Simulator for a Discrete  Manufacturing SystemA Web-­Based Simulator for a Discrete  Manufacturing System
Final idea
Final ideaFinal idea
Final idea
Janet Lunkusé
 
Informe ventas
Informe ventasInforme ventas
Informe ventas
kode99
 
Online Personal Branding for Developers
Online Personal Branding for DevelopersOnline Personal Branding for Developers
Online Personal Branding for Developers
Caroline Gordon
 
Jan 2013
Jan 2013Jan 2013
icabihal sayi 1
icabihal sayi 1icabihal sayi 1
icabihal sayi 1
kolormatik
 
Errenazimentua
ErrenazimentuaErrenazimentua
Errenazimentuagazadi
 

Viewers also liked (16)

Ques Com Corporate Presentation En0112
Ques Com Corporate Presentation En0112Ques Com Corporate Presentation En0112
Ques Com Corporate Presentation En0112
 
Markel aitor eta jon
Markel aitor eta jonMarkel aitor eta jon
Markel aitor eta jon
 
theQuiz(7);
theQuiz(7);theQuiz(7);
theQuiz(7);
 
Hotel web ranking
Hotel web rankingHotel web ranking
Hotel web ranking
 
Evaluation 3
Evaluation 3Evaluation 3
Evaluation 3
 
Sybase SQL AnyWhere12
Sybase SQL AnyWhere12Sybase SQL AnyWhere12
Sybase SQL AnyWhere12
 
Dapatan kajian penggunaan multimedia dalam pd p
Dapatan kajian penggunaan multimedia dalam pd pDapatan kajian penggunaan multimedia dalam pd p
Dapatan kajian penggunaan multimedia dalam pd p
 
Cilc2013 .hr.wk.ewv 20130314
Cilc2013 .hr.wk.ewv 20130314Cilc2013 .hr.wk.ewv 20130314
Cilc2013 .hr.wk.ewv 20130314
 
A Web-­Based Simulator for a Discrete Manufacturing System
A Web-­Based Simulator for a Discrete  Manufacturing SystemA Web-­Based Simulator for a Discrete  Manufacturing System
A Web-­Based Simulator for a Discrete Manufacturing System
 
Final idea
Final ideaFinal idea
Final idea
 
Informe ventas
Informe ventasInforme ventas
Informe ventas
 
Online Personal Branding for Developers
Online Personal Branding for DevelopersOnline Personal Branding for Developers
Online Personal Branding for Developers
 
Jan 2013
Jan 2013Jan 2013
Jan 2013
 
icabihal sayi 1
icabihal sayi 1icabihal sayi 1
icabihal sayi 1
 
Errenazimentua
ErrenazimentuaErrenazimentua
Errenazimentua
 
Daftarhadir&nilai evaluasi pai1314final
Daftarhadir&nilai evaluasi pai1314finalDaftarhadir&nilai evaluasi pai1314final
Daftarhadir&nilai evaluasi pai1314final
 

Similar to theQuiz(5); - The Toughest, Geekiest Quiz in Manchester

TDD for the Newb Who Wants to Become an Apprentice
TDD for the Newb Who Wants to Become an ApprenticeTDD for the Newb Who Wants to Become an Apprentice
TDD for the Newb Who Wants to Become an Apprentice
Howard Deiner
 
BSidesDC 2015 CryptKids Crypto Challenge
BSidesDC 2015 CryptKids Crypto ChallengeBSidesDC 2015 CryptKids Crypto Challenge
BSidesDC 2015 CryptKids Crypto Challenge
Andrew Shumate
 
Danny Wajcman - 7 Unexpected Website Conversion Hacks
Danny Wajcman - 7 Unexpected Website Conversion Hacks Danny Wajcman - 7 Unexpected Website Conversion Hacks
Danny Wajcman - 7 Unexpected Website Conversion Hacks
Julia Grosman
 
Productivity Tricks and Time Management for Content Marketers
Productivity Tricks and Time Management for Content MarketersProductivity Tricks and Time Management for Content Marketers
Productivity Tricks and Time Management for Content Marketers
Orbit Media Studios
 
Quality code 2019
Quality code 2019Quality code 2019
Quality code 2019
Michael Durrant
 
Internet Of Things : What Makes The Weirdest Of Thoughts Turn Into Reality !
Internet Of Things : What Makes The Weirdest Of Thoughts Turn Into Reality !Internet Of Things : What Makes The Weirdest Of Thoughts Turn Into Reality !
Internet Of Things : What Makes The Weirdest Of Thoughts Turn Into Reality !
Tanisha Bajaj
 
DataDay 2023 Presentation - Notes
DataDay 2023 Presentation - NotesDataDay 2023 Presentation - Notes
DataDay 2023 Presentation - Notes
Max De Marzi
 
Three Incredibly Nerdy But Ultimately Pointless Topics - Scott Huntley
Three Incredibly Nerdy But Ultimately Pointless Topics - Scott HuntleyThree Incredibly Nerdy But Ultimately Pointless Topics - Scott Huntley
Three Incredibly Nerdy But Ultimately Pointless Topics - Scott Huntley
WordCamp Sydney
 
WCSYD: Three Incredibly Nerdy (But Ultimately Pointless) Topics
WCSYD: Three Incredibly Nerdy (But Ultimately Pointless) TopicsWCSYD: Three Incredibly Nerdy (But Ultimately Pointless) Topics
WCSYD: Three Incredibly Nerdy (But Ultimately Pointless) Topics
Kenneth Scott Huntley
 
Tom Capper Mozcon 2021 - Core Web Vitals - The Fast & The Spurious
Tom Capper Mozcon 2021 - Core Web Vitals - The Fast & The SpuriousTom Capper Mozcon 2021 - Core Web Vitals - The Fast & The Spurious
Tom Capper Mozcon 2021 - Core Web Vitals - The Fast & The Spurious
Tom Capper
 
Wordcamp KC 2017
Wordcamp KC 2017Wordcamp KC 2017
Wordcamp KC 2017
Jeremy Fuksa
 
MAKING the Most out of Your Content: ICE 16
MAKING the Most out of Your Content: ICE 16MAKING the Most out of Your Content: ICE 16
MAKING the Most out of Your Content: ICE 16
canmarcotte
 
What is quality code? From cruft to craft
What is quality code? From cruft to craftWhat is quality code? From cruft to craft
What is quality code? From cruft to craft
Nick DeNardis
 
NCET Tech Bite | Chad Hallert, Make Website Achieve Business Goals | May 2017
NCET Tech Bite | Chad Hallert, Make Website Achieve Business Goals | May 2017NCET Tech Bite | Chad Hallert, Make Website Achieve Business Goals | May 2017
NCET Tech Bite | Chad Hallert, Make Website Achieve Business Goals | May 2017
Archersan
 
The #NoEstimates Movement - 2017
The #NoEstimates Movement - 2017The #NoEstimates Movement - 2017
The #NoEstimates Movement - 2017
Ryan Ripley
 
Open your effing data presentation 2017
Open your effing data presentation 2017Open your effing data presentation 2017
Open your effing data presentation 2017
Peter Wells
 
From Crowdsourcing to Crowd Making: The Path From Ideas to Solutions
From Crowdsourcing to Crowd Making: The Path From Ideas to SolutionsFrom Crowdsourcing to Crowd Making: The Path From Ideas to Solutions
From Crowdsourcing to Crowd Making: The Path From Ideas to Solutions
Seattle Interactive Conference
 
Here be dragons!
Here be dragons!Here be dragons!
Here be dragons!
Kate Farrell
 
M.b.t.s. round 1 week 2 (2018)
M.b.t.s. round 1 week 2 (2018)M.b.t.s. round 1 week 2 (2018)
M.b.t.s. round 1 week 2 (2018)
Moon Bears To Space
 
Better Start: Enforcing Best Engineering Practices with Kotlin
Better Start: Enforcing Best Engineering Practices with KotlinBetter Start: Enforcing Best Engineering Practices with Kotlin
Better Start: Enforcing Best Engineering Practices with Kotlin
Dmitry Vinnik
 

Similar to theQuiz(5); - The Toughest, Geekiest Quiz in Manchester (20)

TDD for the Newb Who Wants to Become an Apprentice
TDD for the Newb Who Wants to Become an ApprenticeTDD for the Newb Who Wants to Become an Apprentice
TDD for the Newb Who Wants to Become an Apprentice
 
BSidesDC 2015 CryptKids Crypto Challenge
BSidesDC 2015 CryptKids Crypto ChallengeBSidesDC 2015 CryptKids Crypto Challenge
BSidesDC 2015 CryptKids Crypto Challenge
 
Danny Wajcman - 7 Unexpected Website Conversion Hacks
Danny Wajcman - 7 Unexpected Website Conversion Hacks Danny Wajcman - 7 Unexpected Website Conversion Hacks
Danny Wajcman - 7 Unexpected Website Conversion Hacks
 
Productivity Tricks and Time Management for Content Marketers
Productivity Tricks and Time Management for Content MarketersProductivity Tricks and Time Management for Content Marketers
Productivity Tricks and Time Management for Content Marketers
 
Quality code 2019
Quality code 2019Quality code 2019
Quality code 2019
 
Internet Of Things : What Makes The Weirdest Of Thoughts Turn Into Reality !
Internet Of Things : What Makes The Weirdest Of Thoughts Turn Into Reality !Internet Of Things : What Makes The Weirdest Of Thoughts Turn Into Reality !
Internet Of Things : What Makes The Weirdest Of Thoughts Turn Into Reality !
 
DataDay 2023 Presentation - Notes
DataDay 2023 Presentation - NotesDataDay 2023 Presentation - Notes
DataDay 2023 Presentation - Notes
 
Three Incredibly Nerdy But Ultimately Pointless Topics - Scott Huntley
Three Incredibly Nerdy But Ultimately Pointless Topics - Scott HuntleyThree Incredibly Nerdy But Ultimately Pointless Topics - Scott Huntley
Three Incredibly Nerdy But Ultimately Pointless Topics - Scott Huntley
 
WCSYD: Three Incredibly Nerdy (But Ultimately Pointless) Topics
WCSYD: Three Incredibly Nerdy (But Ultimately Pointless) TopicsWCSYD: Three Incredibly Nerdy (But Ultimately Pointless) Topics
WCSYD: Three Incredibly Nerdy (But Ultimately Pointless) Topics
 
Tom Capper Mozcon 2021 - Core Web Vitals - The Fast & The Spurious
Tom Capper Mozcon 2021 - Core Web Vitals - The Fast & The SpuriousTom Capper Mozcon 2021 - Core Web Vitals - The Fast & The Spurious
Tom Capper Mozcon 2021 - Core Web Vitals - The Fast & The Spurious
 
Wordcamp KC 2017
Wordcamp KC 2017Wordcamp KC 2017
Wordcamp KC 2017
 
MAKING the Most out of Your Content: ICE 16
MAKING the Most out of Your Content: ICE 16MAKING the Most out of Your Content: ICE 16
MAKING the Most out of Your Content: ICE 16
 
What is quality code? From cruft to craft
What is quality code? From cruft to craftWhat is quality code? From cruft to craft
What is quality code? From cruft to craft
 
NCET Tech Bite | Chad Hallert, Make Website Achieve Business Goals | May 2017
NCET Tech Bite | Chad Hallert, Make Website Achieve Business Goals | May 2017NCET Tech Bite | Chad Hallert, Make Website Achieve Business Goals | May 2017
NCET Tech Bite | Chad Hallert, Make Website Achieve Business Goals | May 2017
 
The #NoEstimates Movement - 2017
The #NoEstimates Movement - 2017The #NoEstimates Movement - 2017
The #NoEstimates Movement - 2017
 
Open your effing data presentation 2017
Open your effing data presentation 2017Open your effing data presentation 2017
Open your effing data presentation 2017
 
From Crowdsourcing to Crowd Making: The Path From Ideas to Solutions
From Crowdsourcing to Crowd Making: The Path From Ideas to SolutionsFrom Crowdsourcing to Crowd Making: The Path From Ideas to Solutions
From Crowdsourcing to Crowd Making: The Path From Ideas to Solutions
 
Here be dragons!
Here be dragons!Here be dragons!
Here be dragons!
 
M.b.t.s. round 1 week 2 (2018)
M.b.t.s. round 1 week 2 (2018)M.b.t.s. round 1 week 2 (2018)
M.b.t.s. round 1 week 2 (2018)
 
Better Start: Enforcing Best Engineering Practices with Kotlin
Better Start: Enforcing Best Engineering Practices with KotlinBetter Start: Enforcing Best Engineering Practices with Kotlin
Better Start: Enforcing Best Engineering Practices with Kotlin
 

More from Ampersand

Introduction to Versioning (VCS) for Developers
Introduction to Versioning (VCS) for DevelopersIntroduction to Versioning (VCS) for Developers
Introduction to Versioning (VCS) for Developers
Ampersand
 
Agile & Test Driven Development: The Ampersand Commerce Approach
Agile & Test Driven Development: The Ampersand Commerce ApproachAgile & Test Driven Development: The Ampersand Commerce Approach
Agile & Test Driven Development: The Ampersand Commerce Approach
Ampersand
 
Less Talk, More Action: How to get more stuff done (SheerB2B 2013)
Less Talk, More Action: How to get more stuff done (SheerB2B 2013)Less Talk, More Action: How to get more stuff done (SheerB2B 2013)
Less Talk, More Action: How to get more stuff done (SheerB2B 2013)
Ampersand
 
Ampersand Commerce Graduate Schemes 2013
Ampersand Commerce Graduate Schemes 2013Ampersand Commerce Graduate Schemes 2013
Ampersand Commerce Graduate Schemes 2013
Ampersand
 
theQuiz(3);
theQuiz(3);theQuiz(3);
theQuiz(3);
Ampersand
 
theQuiz(2);
theQuiz(2);theQuiz(2);
theQuiz(2);
Ampersand
 
theQuiz(); from Ampersand Commerce & Manchester Girl Geeks 20/6/2012
theQuiz(); from Ampersand Commerce & Manchester Girl Geeks 20/6/2012theQuiz(); from Ampersand Commerce & Manchester Girl Geeks 20/6/2012
theQuiz(); from Ampersand Commerce & Manchester Girl Geeks 20/6/2012
Ampersand
 
The Future of Ecommerce & Magento
The Future of Ecommerce & MagentoThe Future of Ecommerce & Magento
The Future of Ecommerce & Magento
Ampersand
 

More from Ampersand (8)

Introduction to Versioning (VCS) for Developers
Introduction to Versioning (VCS) for DevelopersIntroduction to Versioning (VCS) for Developers
Introduction to Versioning (VCS) for Developers
 
Agile & Test Driven Development: The Ampersand Commerce Approach
Agile & Test Driven Development: The Ampersand Commerce ApproachAgile & Test Driven Development: The Ampersand Commerce Approach
Agile & Test Driven Development: The Ampersand Commerce Approach
 
Less Talk, More Action: How to get more stuff done (SheerB2B 2013)
Less Talk, More Action: How to get more stuff done (SheerB2B 2013)Less Talk, More Action: How to get more stuff done (SheerB2B 2013)
Less Talk, More Action: How to get more stuff done (SheerB2B 2013)
 
Ampersand Commerce Graduate Schemes 2013
Ampersand Commerce Graduate Schemes 2013Ampersand Commerce Graduate Schemes 2013
Ampersand Commerce Graduate Schemes 2013
 
theQuiz(3);
theQuiz(3);theQuiz(3);
theQuiz(3);
 
theQuiz(2);
theQuiz(2);theQuiz(2);
theQuiz(2);
 
theQuiz(); from Ampersand Commerce & Manchester Girl Geeks 20/6/2012
theQuiz(); from Ampersand Commerce & Manchester Girl Geeks 20/6/2012theQuiz(); from Ampersand Commerce & Manchester Girl Geeks 20/6/2012
theQuiz(); from Ampersand Commerce & Manchester Girl Geeks 20/6/2012
 
The Future of Ecommerce & Magento
The Future of Ecommerce & MagentoThe Future of Ecommerce & Magento
The Future of Ecommerce & Magento
 

Recently uploaded

[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
DianaGray10
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
c5vrf27qcz
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
Edge AI and Vision Alliance
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
Fwdays
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Pitangent Analytics & Technology Solutions Pvt. Ltd
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
DianaGray10
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 

Recently uploaded (20)

[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
Artificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic WarfareArtificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic Warfare
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 

theQuiz(5); - The Toughest, Geekiest Quiz in Manchester

  • 1. Welcome to #thequizmcr! 4-5 people per team Write team name on every sheet Begin the Cryptic Crossword on your table now! #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks    
  • 2.
  • 3. Ongoing… Some of our Front-End team say hello. Tommy Andy Yousef CV Deadline: 17 Jun Start date: 16 Sep Front-End Developers.
  • 4. Valentino Cristian Daniel Software Engineers. Last year’s grads say hello. CV Deadline: 9 Aug Start date: 15 Jul
  • 6. Misc Logic & Comp Sci
  • 7. Question 1 What is the worst case performance big-O for a quick sort algorithm? #thequizmcr                  Maybe  @dandart  will  give  you  a  hint!  
  • 8. Question 2 What is the number 100 expressed in trinary / ternary? #thequizmcr                  Maybe  @dandart  will  give  you  a  hint!  
  • 9. Question 3 What does the following non- optimised pseudocode do? def f(n) :    if (1 >= n) :        return 1;     return f(n-1) + f(n-2); #thequizmcr                  Maybe  @dandart  will  give  you  a  hint!  
  • 10. Question 4 What is the computational complexity of the function in question 3? a.  None (O(1)) b.  Linear (O(n)) c.  Logarithmic (O(log n)) d.  Polynomial (O(n^k)) e.  Exponential (O(k^n)) #thequizmcr                  Maybe  @dandart  will  give  you  a  hint!  
  • 11. Question 5 What's the binary 8-bit two's complement for the decimal number -42? #thequizmcr                  Maybe  @dandart  will  give  you  a  hint!  
  • 12. Question 6 What is the truth table for the binary XNOR gate? #thequizmcr                  Maybe  @dandart  will  give  you  a  hint!  
  • 13. Question 7 Name three sorting functions! #thequizmcr                  Maybe  @dandart  will  give  you  a  hint!  
  • 14. Check this out Free and open source project to host and share videos, import and videoconference in plugin-less HTML5. https://github.com/dandart/ projectchaplin https://projectchaplin.com
  • 16. Question 1 How many pixels per inch is the iPhone 4S and iPhone 5 retina display? #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 17. Question 2 Sketch how this large screen width layout would naturally stack in 2 smaller screen widths: 768px and 320px (assume the site uses twitter bootstrap) #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 18. #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 19. Question 3 According to an eConsultancy article in January 2013, which is the only large UK retailer who has a responsive website? #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 20. Question 4 Viewport dimensions at which we decide to alter the page design, are known as: a.  Media queries b.  Flexible grids c.  Breakpoints d.  Compound fractures #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 21. Question 5 In RWD, what does img {max-width: 100%} do? a.  It allows images to fill the page b.  It helps IE render images properly c.  It confines images to the dimensions of their parent container #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 22. Question 6 Media Queries were introduced as part of: a.  CSS1 b.  CSS2.1 c.  CSS3 #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 23. Question 7 Write the CSS that this LESS code would compile. @color: #4D926F #header { color: @color; } h2 { color: @color; } #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 24. Question 8 The term "Responsive Web Design" was coined by: a.  Ethan Marcotte b.  Jeffrey Zeldman c.  Jason Santa Maria d.  Si Scott #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 26. Question 1 [redacted] takes a bunch of flowers to 'The Office of Siri' and enters to find that Siri is a beautiful woman. When she asks him if she can help, he finds that he can't talk to her, even when she tells him that she'll make love to him if he'll just tell her. Then he wakes up screaming. #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 27. Question 2 #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 28. Question 3 Rick and Glenn find Hershel in the town bar, relapsing into his alcoholic habits and lamenting his futile hopes of a cure for his reanimated loved ones. #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 29. Question 4 #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 30. Question 5 When co-worker Linda is labelled Best Woman, Jen becomes jealous and tells a lie that she can speak Italian, which causes calamity when she is nominated to act as translator for a top Italian businessman, Bernatelli. #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 31. Question 6 #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 32. Question 7 Wesley comes in contact with Lakanta, an Indian holy man of sorts. He guides Wesley on a journey of self-discovery, in which he talks to his long-dead father, who tells Wesley that he is destined to go down a path different from his own. #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 33. Question 8 #thequizmcr    Thank  @ClockworkSMS  for  the  pizza  and  @AmpersandHQ  for  the  drinks  
  • 34. And the winner is... Joint winners! Bie Wassily & Man in the Middle
  • 36.
  • 37.
  • 38. RWD, question 2 (768px)
  • 39. RWD, question 2 (320px)