General Technology Quiz

Test your knowledge across various technology domains including databases, programming, computing history, networking, and engineering.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The most common format for a home video recorder is VHS. VHS stands for...?

  1. Video Home System
  2. Very high speed
  3. Video horizontal standard
  4. Voltage house standard
Question 2 Multiple Choice (Single Answer)

What does VVVF stand for?

  1. Variant Voltage Vile Frequency
  2. Variable Velocity Variable Fun
  3. Very Very Vicious Frequency
  4. Variable Voltage Variable Frequency
Question 3 Multiple Choice (Single Answer)

The first step to getting output from a laser is to excite an active medium. What is this process called?

  1. Pumping
  2. Exciting
  3. Priming
  4. Raising
Question 4 Multiple Choice (Single Answer)

The first step to getting output from a laser is to excite an active medium. What is this process called?

  1. Pumping
  2. Exciting
  3. Priming
  4. Raising
Question 5 Multiple Choice (Single Answer)

What does the term PLC stand for?

  1. Programmable Lift Computer
  2. Program List Control
  3. Programmable Logic Controller
  4. Piezo Lamp Connector
Question 6 Multiple Choice (Single Answer)

Who created Pretty Good Privacy (PGP)?

  1. Paul Zimmerman
  2. Tim Berners-Lee
  3. Marc Andreessen
  4. Ken Thompson
Question 7 Multiple Choice (Single Answer)

Who created Pretty Good Privacy (PGP)?

  1. Paul Zimmerman
  2. Tim Berners-Lee
  3. Marc Andreessen
  4. Ken Thompson
Question 8 Multiple Choice (Single Answer)

What do we call a network whose elements may be separated by some distance? It usually involves two or more small networks and dedicated high-speed telephone lines.

  1. URL (Universal Resource Locator)
  2. LAN (Local Area Network)
  3. WAN (Wide Area Network)
  4. World Wide Web
Question 9 Multiple Choice (Single Answer)

Who co-founded Hotmail in 1996 and then sold the company to Microsoft?

  1. Shawn Fanning
  2. Ada Byron Lovelace
  3. Sabeer Bhatia
  4. Ray Tomlinson
Question 10 Multiple Choice (Single Answer)

Collate property set at DB level is not applicable to

  1. Stored Procedures
  2. Temporary tables
  3. Views
  4. Triggers
Question 11 Multiple Choice (Single Answer)

In what year was the "@" chosen for its use in e-mail addresses?

  1. 1976
  2. 1972
  3. 1980
  4. 1984
Question 12 Multiple Choice (Single Answer)

The datatype text in Sybase is mapped to which datatype in SQL server

  1. Char
  2. Varchar(Max)
  3. Int
  4. Float
Question 13 Multiple Choice (Single Answer)

What was the first ARPANET message?

  1. "lo"
  2. "hello world"
  3. "mary had a little lamb"
  4. "cyberspace, the final frontier"
Question 14 Multiple Choice (Single Answer)

Who built the world's first binary digit computer: Z1...?

  1. Konrad Zuse
  2. Ken Thompson
  3. Alan Turing
  4. George Boole
Question 15 Multiple Choice (Single Answer)

Who co-created the UNIX operating system in 1969 with Dennis Ritchie?

  1. Bjarne Stroustrup
  2. Steve Wozniak
  3. Ken Thompson
  4. Niklaus Wirth
Question 16 Multiple Choice (Single Answer)

If a java file does not use any frameworks like Spring, Hibernate, the possible keywords for getting the DB Connecting java files are

  1. CallableStatement
  2. PreparedStatement
  3. ResultSet
  4. only a
  5. a,b and c
  6. a and b
Question 17 Multiple Choice (Single Answer)

Where is the headquarters of Intel located?

  1. Redmond, Washington
  2. Tucson, Arizona
  3. Santa Clara, California
  4. Richmond, Virginia
Question 18 Multiple Choice (Single Answer)

Where is the headquarters of Intel located?

  1. Redmond, Washington
  2. Tucson, Arizona
  3. Santa Clara, California
  4. Richmond, Virginia
Question 19 Multiple Choice (Single Answer)

What are the types of reporting supported by business object based on the report source?

  1. WEBI
  2. DESKI
  3. Both a and b
  4. Only a
Question 20 Multiple Choice (Single Answer)

A T- SQL has Group By statements where the column used in the GROUP BY clause need not be a part of the SELECT list. PL/SQL does not allow this type of GROUPBY queries. What should be used in PL/SQL in such scenarios?

  1. Over Partition By
  2. Over Group By
  3. Both
  4. None