IT Professionals Branch Campfire Quiz

A vibrant illustration of diverse IT professionals engaging around a campfire, discussing technology topics, with laptops and digital devices, under a starry night sky.

IT Professionals Branch Campfire Quiz

Test your knowledge on key concepts in technology, computer science, and programming with our engaging quiz designed for IT professionals.

Join us to explore various topics:

  • History of Computers
  • Programming Languages
  • SQL and Databases
  • Networking Basics
  • Technology Milestones
12 Questions3 MinutesCreated by CodingEagle259
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
{"name":"IT Professionals Branch Campfire Quiz", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge on key concepts in technology, computer science, and programming with our engaging quiz designed for IT professionals.Join us to explore various topics:History of ComputersProgramming LanguagesSQL and DatabasesNetworking BasicsTechnology Milestones","img":"https:/images/course5.png"}
Powered by: Quiz Maker