Programming
Acronym
Parts
Operating Systems
Random
100

print("Hello World") is what languages syntax?

(Python/C++/C#/Ruby/Rust/Java)

Python

100

What does RAM stand for

Random Access Memory

100

What converts Alternative Current into Direct Current for your computer?

PSU/Power Supply

100

Whats the most used personal computer OS

Windows

100

In programing, does == make a variable equal, or compare value?

Compare value

200

System.out.println("Hello World"); is the syntax for what language?

(Python/C++/C#/Ruby/Rust/Java)

Java

200

What does CPU stand for

Central Processing Unit 

200

What part stores temporary information and is considered volatile memory

RAM

200

What is the most popular server OS

Linux

200

What language compiles on runtime from bytecode

(C++/Python/Java/JavaScript)

Java

300

Std::cout<<"Hello World"; is the syntax for what language?

(Python/C++/C#/Ruby/Rust/Java)

C++

300

What does HDMI stand for

High Definition Multimedia Interface

300

What part of the computer is used to accelerate rendering?

GPU

300

Which operating system is open source?

(Windows/Linux/Mac OS/Modern Solaris)

Linux

300

True or False

C++ and C# are compiled languages

True

400

What is wrong with this?

#include <iostream>


int main() {

    std::cout << "Hello world!\n";

    int a = 1;

    std::cout << "Type a letter:\n";

    std::cin >> a;

    std::cout <<"You said ";

    std::cout << a;


}

No return value/int cannot be a letter

400

What does HDD stand for

Hard Disk Drive

400

What part of the motherboard controls power distribution?

Vrms

400

What OS is Minix, Windows, Mac, and Linux based on?

Unix

400

True or False

JavaScript and Python are not interpreted languages?

False

500

console.log("Hello world"); is the syntax for what language?

JavaScript

500

What does SSD stand for

Solid State Drive

500

Is a hard drive Volatile or Non-Volatile Memory

Non-Volatile

500

What does BSD stand for

Berkley Software Distribution

500

True or false

Hyperthreading doubles your virtual cores

True

M
e
n
u