IT Professionals Branch Campfire Quiz

Name:
What does CMOS stand for?
Central Memory Organization System
Complementary Metal Oxide Semiconductor
Circuit Malfunction Optimization System
Closed Minimal Operating System
Who is known as the father of computers?
Alan Turning
Gordan Moore
Charles Babbage
Guglielmo Marconi
With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?
SELECT [all] FROM Persons WHERE FirstName LIKE 'Peter
SELECT * FROM Persons WHERE FirstName <> 'Peter'
SELECT [all] FROM Persons WHERE FirstName='Peter'
SELECT * FROM Persons WHERE FirstName='Peter'
Which service uses both TCP and UDP ports?
FTP
TFTP
DNS
SSH
Telnet
HTTP

Javascript code:

 

function bark() { 

  console.log('Woof!'); 

bark.animal = 'dog';

 

What happens when we do this?

Nothing, this is totally fine
SyntaxError. You cannot add properties to a function this way.
"Woof" gets logged
ReferenceError
IRQ stands for
Interrupt request
Internet Recall Que
Interest request Quotation
Input Request Quote
Which device gave rise to the term Personal Digital Assistant?
iPhone
Newton MessagePad
Palm Pilot
Microsoft Surface
What was the name of the chess-playing computer that made history by defeating world champion Garry Kasparov in 1996?
Deep Thought
Rybka
Deep Blue
Chiptest
Which of these education-oriented computer languages was developed by Niklaus Wirth?
BASIC
Logo
Pascal
Hypertalk
In what year was Google founded?
1989
1998
2001
1995
In the 1990s, this company created a computer programming language called Java:
Microsoft Corporation
IBM
Sun Microsystems, Inc.
Oracle Corporation
0
{"name":"IT Professionals Branch Campfire Quiz", "url":"https://www.quiz-maker.com/QECDY8HBV","txt":"Name:, What does CMOS stand for?, Who is known as the father of computers?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker