Software
Hardware
Python
Java
100

This type of software is free and open for anyone to use, modify, and distribute.

What is open-source software?

100

This component is can be known as the brain of the computer and is responsible for executing instructions.

What is the CPU (Central Processing Unit)?

100

What character or sequence of characters is used to create a single line comment in python?

What is #?

100

This is the index of the first character in a java string.

what is 0?

200

This platform, now owned by Microsoft, allows for collaborative software development with features like pull requests and issue tracking.

What is GitHub

200

This component is used to temporarily store data that the CPU is currently processing and is considered volatile memory.

What is RAM (Random Access Memory)?

200

This Python data structure is immutable and often used to store a sequence of items that should not be changed.

What is a tuple?

200

This operator is used to increment a variable by 1?

What is ++?

300

This software manages hardware resources and provides a user interface for users to interact with the computer.

What is an operating system?

300

This high-speed memory is used as a buffer between the CPU and RAM to store frequently accessed data.

What is cache memory?

300

This Python function removes leading and trailing whitespace from a string.

What is strip()?

300

This keyword, placed after a class name in a class declaration, is used to create a subclass that inherits properties and methods from a specified parent class. It enables the concept of inheritance, allowing code reuse and the ability to override methods.

What is extends?

400

This type of software testing is performed to ensure that individual units of source code function correctly in isolation.

What is unit testing?

400

This unit of measurement is used to describe the clock speed of a CPU and represents cycles per second.

What is hertz (Hz), commonly in gigahertz (GHz)?

400

This function in Python's Turtle module is used to detect when and where the user clicks on the screen, allowing for interactive events.

What is onscreenclick()?

400

This keyword is used to call a constructor from the parent class.

super()

M
e
n
u