What are the two most used job searching websites?
Indeed & LinkedIn
Which Python method is used to remove a specific item from a list?
remove()
Which programming language, created by James Gosling in 1995, is known for its use in web applications and its famous slogan "Write Once, Run Anywhere?"
Java
Which video game series is known for its iconic "green plumber" character, who battles his way through levels to rescue Princess Peach?
What term refers to the unauthorized access or control of a computer system, often with malicious intent?
Hacking
Which app, owned by Meta, is known for sharing photos and videos, especially in the form of memes and stories, and is one of the oldest social networks?
What does the len() function do in Python?
It returns the length of an object (such as a string, list, or tuple)
The process of combining strings is called?
Concatenation
What is the most popular game in school (2 words, 13 characters)?
Cookie Clicker
Which file extension is typically associated with a text file that contains plain text data, without any special formatting?
.txt
Which mobile app was originally launched as "Picaboo" before changing its name to something more recognizable?
Snapchat
In which year was Python first released? (answer within two years is ok)
1991
What does JVM stand for in Java programming?
Java Virtual Machine
What 1996 video game kicked off a long-running film and game franchise and elevated the "horror" genre of video games into the mainstream?
Resident Evil
What is the name of the software that allows a user to browse the internet by retrieving, displaying, and interacting with web pages?
Web Browser
What app is commonly used for both messaging and video calls, and it has become a key part of both personal and professional communication during the pandemic?
Zoom
What is the output of the following Python code? print("Hello"[::-1])
olleH
What is the primary difference between == & = in java?
== is an assignment operator while = is an equality symbol
What singer-songwriter included the single "Video Games" on her 2012 album "Born to Die," which also featured the song "Summertime Sadness?"
Lana Del Rey
What is the name of the process used to identify the user or verify their identity, usually before granting access to a system or service in work places?
Authentication
What app does Mark Zuckerberg have the most followers on?
Threads
How do you define a function in Python?
def myFunction():
How many classes can you create in a java project (to the closest hundreds)?
There are no restrictions on the number of classes that can be present in one Java program.
What handheld gaming device was released by Nintendo in 1989?
Game Boy
According to Stanford University, a good password should be at least how many characters? (exact answers only)
16